body {
	color:#000000; 
	font-family: Verdana, Helvetica, Arial;
	font-weight: normal;
	font-style: normal;
	font-size:18px; 
	margin: 0; 
	padding: 0; 
	line-height: normal;
	background-color: #dddddd;
}
a, a:hover {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.main-outer {
    padding: 15px 0;
}
#header a {
    display: inline-block;
}
#header a img, .right-panel a.social img {
    float: left;
    width: 100%;
}
.top-bar {
    background: #eee;
    padding: 5px 15px 2px 15px;
    border-top: 5px solid #666;
}
.top-bar a {
    width: 20px;
    height: 20px;
}
.logo-sec {
    padding: 20px 15px 25px 15px;
    border-bottom: 1px solid #357eb2;
}
.menu-sec {
    background-color: #357eb2;
    margin: 1px 0 0;
    border-bottom: 1px solid #fff;
    position: relative;
}
.menu-sec:after {
    content: '';
    background-color: #357eb2;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.main-menu li {
    float: left;
    position: relative;
}
.main-menu a {
    display: block;
    padding: 10px 28px;
    font-size: 20px;
    color: #fff;
    border-right: 1px solid #fff;
}
.main-menu a:hover {
    background: #333;
}
.main-menu ul.sub-menu {
    position: absolute;
    display: none;
    list-style: none;
    z-index: 99;
    padding-top: 1px;
    margin: 0;
    padding: 0;
}
.main-menu ul ul a {
    width: 220px;
    padding: 7px 10px;
    font-size: 18px;
    background: #333;
    border-top: none;
    border: none;
    text-align: left;
}
.main-menu ul ul a:hover {
    background: #444;
}
.main-menu ul li:hover > ul {
    display: block;
}
.foo-sec1 {
    background-color: #357eb2;
    padding: 15px 10px;
}
.foo-sec1 a, .foo-sec2 a {
    text-decoration: underline;
}
.foo-sec1 a:hover, .foo-sec2 a:hover {
    text-decoration: none;
}
.foo-sec2 {
    color: #000;
    font-size: 16px;
    padding: 15px 0 0 0;
}
.foo-sec2 a {
    color: #000;
}
.con-area {
    margin-top: 1px;
    background-color: #fff;
}
.left-panel {
    background-color: #ffffff;
    position: relative;
}
.left-panel:after {
    content: '';
    position: absolute;
    background-image: url(../images/background.png);
    background-repeat: repeat-y;
    background-color: #eee;
    width: 395px;
    height: 100%;
    left: 100%;
    top: 0;
    margin: 0 0 0 25px;
}
.right-panel {
    background-color: #eee;
    position: relative;
    background-image: url(../images/background.png);
    background-repeat: repeat-y;
    max-width: 395px;
}
.left-panel .p-title {
	    color: #357eb2;
}
.right-panel .box {
    margin-bottom: 10px;
    padding: 5px;
    background: #fff;
}
.right-panel .box .head {
    color: #333;
    background-color: #ffcc4e;
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-weight: bold;
}
.right-panel .box .text {
    padding: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}
.right-panel .box p {
    margin: 0;
    padding: 0;
}
.right-panel .box .text a {
    color: #357eb2;
    width: 32px;
    height: 32px;
}
.right-panel .box .text a:hover {
    color: #333;
}
.right-panel a.social {
    display: inline-block;
}
.right-panel .news-form {
    padding: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}
.right-panel .news-form .lable {
    font-weight: bold;
    padding: 0 0 5px 0;
}
.right-panel .news-form .input {
    padding: 0 0 15px 0;
}
.right-panel .news-form input, .right-panel .news-form textarea {
    display: inline-block;
    width: 100%;
    padding: 2px 8px;
}
.right-panel .news-form button {
    background-color: #357eb2;
    font-size: 18px;
}
.right-panel .news-form button:hover {
    background-color: #525252;
}
.right-panel .search input {
    display: inline-block;
    padding: 5px;
    width: 160px;
    margin: 4px 5px 4px 0;
}
.right-panel .search button {
    background-color: #357eb2;
    font-size: 18px;
    padding: 7px 20px;
}
.right-panel .search button:hover {
    background-color: #525252;
}
.left-panel .blog-post a {
    color: #357eb2;
}
.left-panel .blog-post a:hover {
    color: #000000;
}
.z-default-subpage-header {
    display: none !important;
}
.right-panel .news-form a.zPrivacyPolicyLink {
    display: none;
}
.right-panel a.social img {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1362px) {
	.main-menu a {
	    padding: 10px 10px;
	}
	.left-panel::after {
	    width: 305px;
	    margin: 0 0 0 19px;
	}
}
@media screen and (max-width: 992px) {
	#header .logo, #header .menu-sec {
	    display: none;
	}
    .z-mobile-header, .z-mobile-header-fixed, .z-mobile-menu-icon.open span {
        background-color: #fff !important;
    }
    .z-mobile-menu-icon span, .z-mobile-header .z-mobile-menu {
        background: #357eb2;
    }
	.main-outer {
	    padding: 15px;
	}
	.top-bar, .logo-sec {
	    text-align: center !important;
	}
	.h-right {
	    float: none;
	}
	.left-panel {
	    padding: 30px 0;
	}
	.left-panel::after {
	    display: none;
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
	.right-panel {
	    padding: 15px;
	}
    .z-t-32 {
        font-size: 24px;
    }
    .z-t-50 {
        font-size: 26px;
    }
}