/*
Theme Name: MJ-WebPageFX
Theme URI: 
Description: Simple Theme
Version: 1.0 
Author: webpagefx developer -MJ
Author URI: http://www.catrositsolutions.net/
 
This theme is released under the GPL: http://www.gnu.org/licenses/gpl.html
*/
/* ---------------------------------------------
   Fonts
------------------------------------------------ */
	@font-face {
		font-family: 'ptsans-regular';
		src: url('library/fonts/PTS55F_W.eot');
		src: url('library/fonts/PTS55F_W.eot?#iefix') format('embedded-opentype'),
			 url('library/fonts/PTS55F_W.woff') format('woff'),
			 url('library/fonts/PTS55F_W.ttf') format('truetype'),
			 url('library/fonts/PTS55F_W.svg#ptsans-regular') format('svg');
	}
	@font-face {
		font-family: 'myriadpro-regular';
		src: url('library/fonts/myriadpro-regular-webfont.eot');
		src: url('library/fonts/myriadpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('library/fonts/myriadpro-regular-webfont.woff') format('woff'),
			 url('library/fonts/myriadpro-regular-webfont.ttf') format('truetype'),
			 url('library/fonts/myriadpro-regular-webfont.svg#myriadpro-regular') format('svg');
	}

/* ---------------------------------------------
   Defaults
------------------------------------------------ */
	* { 
		margin: 0; 
	}
	html, body { 
		height: 100%;
	}
	html {
		overflow-y:scroll;
	}
	.clearfix:before,.clearfix:after {
		content:"\0020";
		display:block;
		overflow:hidden;
		visibility:hidden;
		width:0;
		height:0;
	}
	.clearfix:after{
		clear: both;
	}
	.clearfix{
		zoom:1;
	}
	body{ 
		font:normal 14px/20px 'ptsans-regular'; 
		color:#6e6e6e; 
		background:#fff;
		border-top:5px solid #369ec2;
	}
	button, div.gsom-optin-radiogroup input[type="submit"], .wpcf7-submit, #submit{
		border:0; 
		cursor:pointer; 
		background: #0c71c5; 
		text-transform: uppercase; 
		color: #fff; 
		position:absolute;
	}
	button span{
		color:#fff; 
		text-transform:uppercase; 
		background: url('images/arrow.png') no-repeat right center; 
		padding-right: 30px;
	}
	button a:hover{
		color:#fff; 
		text-decoration:none;
	}
	ul{
		padding:0;
		margin:0
	}
	ul li{
		list-style:none;
	}
	#content ul li { list-style:inside disc;}
	#content ul li ul li { list-style:inside circle; margin-left: 12px;}
	#content .services-block ul li  { list-style: none !important; min-height: 150px;}
	img{
		border:0; 
		max-width:100%; 
		height:auto; 
		display:block
	}
	a{
		text-decoration:none; 
		color:#00467f; 
		outline:none; 
		cursor:pointer;
	}
	a:hover{
		text-decoration:none; 
	}
	h1{
		font: bold 30px/30px 'ptsans-regular'; 
		color: #00467f; 
		margin:0 0 15px; 
		text-transform: uppercase;
	}
	h3{
		font: normal 20px/20px 'ptsans-regular'; 
		color: #194D69; 
		text-transform:uppercase;
		margin-bottom: 20px;
	}
	h2{
		font: bold 25px/25px 'ptsans-regular'; 
		color: #00467f; 
		text-transform: uppercase; 
	}
	h4{
		font:bold 15px/15px 'ptsans-regular'; 
		color:#194D69;
	}
	p{
		margin:0
	}
	.left, .alignleft   {
		float:left
	}
	
	.right, .alignright{
		float:right
	}
	.aligncenter{
		display: block; 
		margin-left: auto; 
		margin-right: auto;
	}
	strong, strong a {
		font-weight:bold; 
		color:#194D69;
	}
	td { 
		padding: 5px 20px 5px 35px; 
	}
	th{
		text-align: right; 
		font: normal 20px/20px 'sourcesanspro-bold';
	}
	*:focus { 
		outline: none; 
	}

/* ---------------------------------------------
   Global Class
------------------------------------------------ */
	.global-width{
		max-width:1040px;
		margin:0 auto;
	}
/* ---------------------------------------------
   Header
------------------------------------------------ */
	.head-top{
		background: rgba(233,237,238,0.8);
		padding: 15px 0;
	}
	#mast-head { background-image: url(images/header_bg.png); background-repeat:no-repeat; background-position:63% center;}
	#head-menu{
		float:right;
	}
	#head-menu a{
		color:#808080;
	}
	#head-menu a:hover{
		color: #194D69;
	}
	#head-menu li{
		float:left;
		font: normal 16px/19px 'ptsans-regular';
		padding: 0 17px;
		background: url('images/head-li.png') no-repeat right center;
	}
	#head-menu li:last-child{
		background:none;
	}
	.head-bottom{
		padding:20px 0;
		/*background:#fcfdfd;*/
	}
	.contact-info{
		padding:17px;
	}
	.contact-num{
		font:normal 30px/38px 'ptsans-regular';
		color:#97c813;
		text-align:right;
		font-weight:bold;
	}
	.contact-email{
		font:normal 19px/28px 'ptsans-regular';
	}
	.contact-email a{
		color:#6f6f6f;
	}
/* ---------------------------------------------
   Navigation
------------------------------------------------ */
	nav{
		background:#194d69;
	}
	nav a{
		color:#fff;
	}
	nav ul{
		width:1039px;
		margin:0 auto;
	}
	nav li{
		float:left;
		font:normal 16px/19px 'ptsans-regular';
		padding:18px 21px;
		text-transform:uppercase;
	}
	nav li:hover{
		background:#87b211;
	}

	/*----*/
	.menu-navigation-container ul li:hover > ul {
		display: block;
		transition: all 0.5s linear 0s;
	}
	.menu-navigation-container ul li{
		list-style: none;
		position: relative;
		z-index: 999;
	}
	.menu-navigation-container ul:after {
		content: "";
		clear: both;
		display: block;
	}
	.menu-navigation-container ul li a {
		display: block;
		text-decoration: none;
	}
	.menu-navigation-container .sub-menu {
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #87b211;
		text-align: left;
		padding:0;
		display:none;
		padding: 5px;#474747;
		width:200px;
	}
	.sub-menu li:hover {
		background:#194d69;
		transition: all 0.5s linear 0s;
	}
	.sub-menu li {
		float: none;
		position: relative;
		text-transform: none;
		background: none;
		padding:10px 15px;
		text-transform:capitalize;
		font:normal 16px/19px 'ptsans-regular';
	}
	
/* ---------------------------------------------
   Banner
------------------------------------------------ */
	
/* ---------------------------------------------
   Content
------------------------------------------------ */
	#content{
		background:#f6f9f9;
	}
	.services-block li:first-child{
		background:#2d80ac;
	}
	.services-block li:last-child{
		background:#56c1d6;
		margin-right:0;
	}
	.services-block li{
		float: left;
		width: 290px;
		background: none repeat scroll 0% 0% #369EC2;
		color: #FFF;
		text-align: center;
		padding: 25px;
		margin-right: 10px;
		font: 16px/19px "myriadpro-regular";
	}
	article{
		max-width:695px;
	}
	aside{
		max-width: 320px;
	}
	.widget_sp_image img{
		background:#fff;
		border:#b4b6b6 solid 1px;
		margin:1px 0 25px;
		width: 318px;
	}
	.main-content{
		padding:170px 0px 30px;
		font:normal 15px/20px 'ptsans-regular';
		color:#6e6e6e;
	}
	.front-cont{
		position:relative;
	}	
	.services-block{
		position: absolute;
		top: 370px;
		z-index: 999;
	}
	.services-block a{
		border: 1px solid #FFF;
		padding: 10px;
		color: #FFF;
		display: block;
		font: bold 20px/25px "ptsans-regular";
		width: 250px;
		margin: 20px auto 0px;
	}	
	.services-block li:first-child p{
		background: url('images/block-icon2.png') no-repeat scroll center top transparent;
		margin-top: -60px;
		padding-top: 80px;
	}
	.services-block li:last-child p{
		background: url('images/block-icon3.png') no-repeat scroll center top transparent;
		margin-top: -60px;
		padding-top: 80px;
	}
	.services-block li p{
		background: url('images/block-icon1.png') no-repeat scroll center top transparent;
		margin-top: -60px;
		padding-top: 80px;
	}
	.main-content ul li{
		background: url('images/content-li.png') no-repeat left center;
		padding: 0px 18px;
		list-style:none !important;
	}
	.main-content ul{
		padding:10px 0;
	}
	.main-content h1{
		color:#585858;
		font:400 25px/30px 'ptsans-regular';
		text-transform:none;
		color:#585858;
		padding: 10px 0;
	}
	.main-content ol li{
		font:400 15px/20px 'ptsans-regular';
		color:#6e6e6e;
	}
	ol {
	    counter-reset:li; /* Initiate a counter */
	    margin: 15px; /* Remove the default left margin */
	    padding-left:0; /* Remove the default left padding */
	}
	ol > li {
	    position: relative;
		margin: 0px 0px 10px 2em;
		padding: 4px 8px;
		list-style: none outside none;
	}
	ol > li:before {
	    content: counter(li, decimal);
		counter-increment: li;
		position: absolute;
		top: -2px;
		left: -2em;
		box-sizing: border-box;
		width: 1.5em;
		margin-right: 4px;
		padding: 4px;
		color: #FFF;
		background: none repeat scroll 0% 0% #8CBB13;
		text-align: center;
		border-radius: 50%;
		font-size: 21px;
		line-height: 25px;
	}
	.content-block li{
		list-style-type:disc;
		background:none !important;
		padding:0 !important;
		color:#2d80ac;
	}
	.content-block ul{
		padding-left: 30px;
	}
	.content-block h3{
		font: bold 20px/20px "ptsans-regular";
		color: #2D80AC;
		text-transform: none;
	}
	.content-block p{
		color: #369EC2;
		font:normal 22px/20px "ptsans-regular";
	}
/* ---------------------------------------------
   Footer
------------------------------------------------ */
	footer{
		background: #194d69;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#194d69), to(#2b7aa4));
		background: -webkit-linear-gradient(#194d69, #2b7aa4);
		background: -moz-linear-gradient(#194d69, #2b7aa4);
		background: -ms-linear-gradient(#194d69, #2b7aa4);
		background: -o-linear-gradient(#194d69, #2b7aa4);
		background: linear-gradient(#194d69, #2b7aa4);
		-pie-background: linear-gradient(#194d69, #2b7aa4);
		color:#fff;
		font-family:'ptsans-regular';
	}
	.footer-container{
		background: url('images/footer-bg.png') no-repeat scroll 90px -510px transparent;
		min-height: 220px;
		padding:35px 0;
	}
	footer li{
		font:normal 16px/22px 'ptsans-regular';
		background: url('images/footer-li.png') no-repeat left center;
		padding-left: 15px;
	}
	footer strong{
		font:bold 17px/20px 'ptsans-regular';
	}
	footer li a{
		color:#fff;
	}
	footer h3{
		color:#fff;
		padding-bottom: 10px;
		font:normal 26px/31px 'ptsans-regular';
	}
	.footer-widget{
		float:left;
		width: 280px;
    margin-right: 20px;
	}
	.footer-widget:last-child { margin-right: 0px; width: 200px; margin-left:20px;}
	.footer-widget:nth-child(3) {width: 200px; margin-right: 0px;}
	
	.footer-widget a{
		color:#fff;
	}
	.footer-widget a:hover{
		color:#AAE219;
	}
	.footer-widget:last-child p{
		font:normal 17px/20px 'ptsans-regular';
		padding-bottom:10px;
	}
	.footer-widget:last-child button{
		text-transform: uppercase;
		border: #fff solid 1px;
		padding: 10px 15px;
		display: block;
		background: none;
		font: normal 18px/20px "ptsans-regular";
		color: #d2f9fc;
		margin-top: 10px;
		text-shadow: 2px 0px 4px rgba(29, 68, 97, 1);
	}
	.footer-widget button:hover{
		opacity: 0.8;
	    filter: alpha(opacity=80);
	}
	.footer-widget:last-child strong{
		color: #d2f9fc;
	}
	.copyright{
		max-width:1095px;
		margin:0 auto;
		font:normal 11px/16px 'Verdana';
		padding:10px;
	}
	#bottom-menu li{
		float:left;
		background: url('images/head-li.png') no-repeat right center;
		padding:0 7px;
	}
	#bottom-menu li:last-child, #bottom-menu li:nth-child(2){
		background:none;
	}
	#bottom-menu li:last-child{
		padding-top:5px;
		margin-top:4px;
		background:url('images/insight-logo.png') no-repeat;
		width:80px;
		height:12px;
		color:transparent;
	}
	#bottom-menu li:last-child a{
		color:transparent;
	}
	#bottom-menu a{
		color:#666;
	}
/* ---------------------------------------------
   Inner Pages
------------------------------------------------ */
	aside h3{
		font:normal 23px/24px 'ptsans-regular';
		color:#fff;
		text-transform:none;
		background:#8cbb13;	
		padding:10px 25px;
		text-align:center;
	}
	.inner-page{
		padding:30px 0;
	}
	.sitemap li{
		list-style-type:disc;
	}
	.sitemap ul{
		padding:15px;
	}
	.sitemap{
		padding:15px 0;
	}
	.post-news .attachment-post-thumbnail{
		border:1px solid #B4B6B6;
		float:left;
		background: #fff;
		margin-right: 20px;
	}
	.post-news {
		border-bottom: 1px solid #B4B6B6;
		max-width: 100%;
		padding: 20px 0;
	}
	.post-news h1{
		text-transform:none;
	}
	.readmore{
		padding-top:15px;
	}
	.single-post .post-news{
		border-bottom:0;
	}

	/*----Counter Query---*/
	#pull{
		display:none;
	}
	
/* ---------------------------------------------
   Media Queries
------------------------------------------------ */
@media screen and (max-width: 935px){
	.contact-info{
		display:none
	}
	.logo{
		margin: 0px auto;
		float: none;
		max-width: 478px;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav li{
		padding:15px;
	}
	nav a#pull {
	    display: block;
		right: 0px;
		content: " ";
		color: #FFF;
		z-index: 99999;
		background: url('images/mobile-dropdown.png') no-repeat scroll right center transparent;
		height: 30px;
		padding: 10px;
		font-size: 20px;
		line-height: 25px;
		text-align: left;
		margin-right: 10px;
	}
	nav a#pull.active{
		background: url('images/xmoblie-dropdown.png') no-repeat scroll right center;
	}
	/*nav a#pull:hover{background:none; color:transparent}*/
	nav a#pull:after {
		content: " ";
		display: inline-block;
	}
	#menu-navigation li{float:none}
	#menu-navigation{
		background: #194d69;
		position: absolute;
		padding: 15px 10px;
		top: 40px;
		z-index:999999;
	}
	nav a{color:#fff; font:500 13px/18px 'myriadpro-regular'}
	.right-top {
		margin-left: 3%;
	}
	nav{position:relative}
	.menu-navigation-container .sub-menu, .menu-navigation-container .sub-menu:hover {
		position: relative;
		width: 100%;
		background-color: transparent;
	}
	

}

@media screen and (max-width: 1039px){
	.services-block li{
		float: left;
		width: 270px;
		padding: 10px;
	}

	.services-block{
		left: 0;
		right: 0;
		width: 890px;
	}
	nav li {
		font: 14px/19px "ptsans-regular";
	}
}
@media screen and (max-width: 1025px){
	aside{
		float:left !important;
	}
	.main-content{
		padding: 160px 0px 30px 15px;
	}
	footer{
		padding-left: 15px;
	}
	.footer-widget h3{
		padding-top: 20px;
	}
	aside .page-sidebar{
		float:left;
		max-width: 320px;
		margin-right: 20px;
	}
	aside {
		max-width: inherit;
	}
	article {
	    max-width: 100%;
	    margin-right: 10px;
	}

}
@media screen and (max-width: 900px){

	.services-block {
		top: 350px;
		width: 760px;
	}
	.services-block a {
		width: 150px;
		font: bold 14px/25px "ptsans-regular";
	}
	.services-block li {
		font: 12px/19px "myriadpro-regular";
		margin-right:5px;
		width: 230px;
	}
	#bottom-menu li:first-child{
		padding-left:0;
	}
	#bottom-menu {
		padding-top:10px;
	}

}

@media screen and (max-width: 770px){
	.services-block li{
		width:200px;
	}
	.services-block{
		top: 250px;
		width: 680px;
	}
}
@media screen and (max-width: 680px){
	.services-block a{
		border: 1px solid #FFF;
		padding: 10px;
		color: #FFF;
		display: block;
		font: bold 20px/25px "ptsans-regular";
		width: 250px;
		margin: 20px auto 0px;
	}	
	.services-block li{
		float: left;
		width: 290px;
		background: none repeat scroll 0% 0% #369EC2;
		color: #FFF;
		text-align: center;
		padding: 25px;
		margin-right: 10px;
		font: 16px/19px "myriadpro-regular";
		margin-top:15px;
		max-width:100%;
	}
	.services-block{
		width: 330px;
		max-width: 90%;
		position: relative;
		left: 0;
		top: 0;
	}
	.main-content{
		padding: 30px 10px 30px;
		max-width:100%
	}
	.copyright .right{
		float:left;
	}
}

@media screen and (max-width: 520px){
}

@media screen and (max-width: 455px){
	.head-bottom{
		padding: 20px 10px;
	}
}

@media screen and (max-width: 330px){
	.services-block li{
		padding:25px 0;
	}

	aside .page-sidebar{
		max-width: 100%;
		width:320px;
	}

	.widget_sp_image img{
		border:0;
	}
}