@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@font-face {
    font-family: 'open_sansreg';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslt';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}


a {
	color:#3f3f3f;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	text-decoration:none;
}

a:hover{
	color:#4e92c1;
}

body{
	color:#3f3f3f;
	font-family:open_sansreg;
	font-size:13px;
	background-color:#4E92C1;
	line-height:30px;
}

p{
	color:#3f3f3f;
	font-size:15px;
	line-height:30px;
	font-family:open_sansreg;
	margin:10px 0px;
}

img {
	border:none;
	max-width:100%;
	width:auto;
}

* {
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}

h1 {
	font-size:34px;
} 

h2 {
	font-size:25px;
} 

h3 {
	font-size:20px;
} 

h4 {
	font-size:18px;
} 

h5 {
	font-size:16px;
} 

h6 {
	font-size:14px;
} 

h1, h2, h3, h4, h5,h6 {
	color:#000;
	font-family:open_sansreg;
	font-weight:bold;
	padding:0 10px;
} 

.float-l {
	float:left;
}

.float-r {
	float:right;
}

.bottom-margin25 {
	margin-bottom:25px !important;	
}

.bottom-margin55 {
	margin-bottom:55px !important;	
}

.bottom-margin20 {
	margin-bottom:20px !important;	
}

.bottom-margin12 {
	margin-bottom:12px !important;	
}

.bottom-margin2 {
	margin-bottom:2px !important;	
}


.top-margin26 {
	margin-top:26px !important;	
}
.p-img {
	margin:  20px;;	
}

.left-margin20 {
	margin-left:20px !important;	
}

.left-margin2p {
	margin-left:2% !important;	
}

.left-margin5 {
	margin-left:5px !important;	
}

.left-margin26 {
	margin-left:26px !important;	
}

.left-margin15 {
	margin-left:15px !important;	
}

.left-margin10 {
	margin-left:10px !important;	
}

.left-margin42 {
	margin-left:42px !important;	
}
.right-margin42 {
	margin-right:42px !important;	
}

.top-margin42 {
	margin-top:42px !important;	
}

.top-margin50 {
	margin-top:50px !important;	
}

.top-margin12 {
	margin-top:12px !important;	
}

.top-margin32 {
	margin-top:32px !important;	
}

.top-margin20 {
	margin-top:23px !important;	
}

.top-padding10 {
	padding-top:10px !important;	
}

.container {
	margin: auto;
	max-width: 1000px;
	width: 100%;
}

.row {
	width:100%;
	height:auto;
}

.container-inner {
	max-width:938px;
	width:100%;
	margin:auto;
}

.md400-box01 {
	max-width:400px;
	width:40%;
	height:auto;
	margin:auto;
	background:#fff;
}

.sp-box01 {
	background:#fff;
}


.inner-box01 {
	width:95%;
	margin:auto;
	height:auto;
	padding:15px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

.inner-box02 {
	width:95%;
	margin:auto;
	height:auto;
	padding:20px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
.inner-box03 {
	width:95%;
	margin:auto;
	height:auto;
	padding:0 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
}

.bg-white {
	background-color:#fff;
}

label input {
	vertical-align:middle;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	box-shadow: 0 0 10px #ddd;
}

input[type="text"], input[type="password"], select  {
line-height:42px;
}
input[type="text"], input[type="password"], select, textarea {
	border:none;
	background-color:#4e92c1;
	padding:0 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	font-family:open_sansreg;
	font-size:13px;
	color:#fff;
	width:100%;
}

textarea {
	padding:15px;
}
.h-box01{
	width:49%;
	height:auto;
}

.box01 {
	max-width:235px;
	width:23.4%;
	height:auto;
}

.box02 {
	max-width:490px;
	width:50%;
	height:auto;
}

.box03 {
	max-width:746px;
	width:75%;
	height:auto;
}

.s-box01 {
	max-width:150px;
	width:15%;
	height:auto;
}

.s-box02 {
	max-width:320px;
	width:32%;
	height:auto;
}

.s-box03 {
	max-width:470px;
	width:47%;
	height:auto;
}

.s-box04 {
	max-width:660px;
	width:66%;
	height:auto;
}
.s-box05 {
	max-width:830px;
	width:83%;
	height:auto;
}

.list01 {
}

.list01 li {
}
.list01 li a{
margin:5px 5px;
}

.a-color01 {
	color:#a1258c;
}

.a-color01:hover {
	color:#003566;
}

.cart01 {
	position:relative;
	font-size:17px;
}

.cart01 span{
	position:absolute;
	right:-15px;
	top:-0px;
	border-radius:30%;
	width:20px;
	line-height:15px;
	text-align:center;
	display:inline-block;
	color:#fff;
	font-size:8px;
	background-color:#003566;
}


.sp-list01 {
}

.sp-list01 li:before{
	content:"|";
	padding:0 5px;
}

.sp-list01 li:first-child:before{
	content:"";
}

.list-inline {
	list-style:none;
	width:auto;
	height:auto;
}

.list-inline > li {
	list-style:none;
	width:auto;
	height:auto;
	float:left;
	margin:0 1px 0 0;
}

.list-inline > li a {
	width:auto;
	height:auto;
	display:inline-block;
}

.list-inline-ctr {
	list-style:none;
	width:auto;
	height:auto;
	text-align:center;
}

.list-inline-ctr > li {
	list-style:none;
	width:auto;
	height:auto;
	display:inline-block;
	margin:0 1px 0 0;
}

.list-inline-ctr > li a {
	width:auto;
	height:auto;
	display:inline-block;
}

.list{
	list-style:none;
	width:auto;
	height:auto;
}

.list > li {
	list-style:none;
	width:auto;
	height:auto;
}

.list > li a {
	width:auto;
	height:auto;
	display:block;
}

.center-text {
	 text-align:center
}

.right-text {
	 text-align:right !important;
}

.responsive {
	display:none;
}
.span1{
	width:10%;
	height:auto;
}
.span2{
	width:20%;
	height:auto;
}
.span25{
	width:25%;
	height:auto;
}

.span3{
	width:30%;
	height:auto;
}
.span4{
	width:40%;
	height:auto;
}
.span5{
	width:50%;
	height:auto;
}
.span6{
	width:60%;
	height:auto;
}
.span7{
	width:70%;
	height:auto;
}
.span8{
	width:80%;
	height:auto;
}
.span9{
	width:90%;
	height:auto;
}
.span10{
	width:100%;
	height:auto;
}

.span10a{
	max-width:100% !important;
	width:100% !important;
	height:auto;
}

.span1, .span2, .span25, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10 {
	box-sizing:border-box;
	-moz-box-sizing:border-box;	
} 

.rel {
	position:relative;
}

.ab {
	position:absolute;
}

.in-block {
	display:inline-block !important;
}
.bg-col01 {
	background-color:#fff;
}

.bg-col02 {
	background-color:#000;
}

.bg-col03 {
	background-color:#4e92c1;
}

.bg-col04 {
	background-color:#4a4a4a;
}
.bg-col05 {
	background-color:#fbfbf8;
}
.bg-col06 {
	background-color:#F5F5F3;
}
.col01 {
	color:#fff;
}

.col02 {
	color:#000;
}

.col03 {
	color:#4e92c1;
}

.col04 {
	color:#4a4a4a;
}

.col05 {
	color:#9f9f9d;
}

.brder-btm01 { border-bottom:1px solid #cdcdcd;}
.brder-top01 { border-top:1px solid #cdcdcd;}
.brder-left01 { border-left:1px solid #cdcdcd;}
.brder-right01 { border-right:1px solid #cdcdcd;}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.rmm {
    width: 100%;
}
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}	
/*--------------------------------------------------------------*/
.topbar01 {}
.topbar01 p{ margin:0; padding:15px 0; color:#fff; letter-spacing:1px;}
.logo01 { padding:15px 0;}
.social-icons01{}
.social-icons01 li{ margin:20px 2px;}
.social-icons01 li a{ color:#A0A09E; font-size:18px; text-align:center; display:inline-block; width:35px; height:35px; line-height:35px; border-radius:50%;}
.social-icons01 li a:hover{ background-color:#4e92c1; color:#fff; }
.text01 p {	margin:25px; color:#000; letter-spacing:1px;}
.text01 p i {color:#9F9F9D; font-size:18px; margin-right:10px;}
.menu01 { float: right; }
.menu01 li { position:relative;}
.menu01 li a{ color:#575757; font-weight:bold; text-transform:uppercase; padding:12px 22px; line-height:normal; font-size:16px;}
.menu01 li a:hover{ color:#fff; background-color:#4e92c1;}
.menu-box01 {    min-width: 700px;    width: 66%;	height:auto;}
.slider-box01 { text-align:center; width:100%; height:auto;}
.slider-box01 img { width:100%; height:auto;}
.heading01 span { font-family:open_sanslt;}
.heading01 { font-weight:bolder; line-height:54px;}
.heading02 { font-weight:bolder; line-height:38px; transition: all 0.1s linear;	-webkit-transition: all 0.1s linear;	-moz-transition: all 0.1s linear;	-o-transition: all 0.1s linear;	-ms-transition: all 0.1s linear;}
.welcome-box01 p{ padding:0 15px;}
.btn01 { background-color:#000; text-transform:uppercase; font-weight:normal; font-size:13px; display:inline-block; line-height:34px; width:109px; text-align:center; color:#fff; margin:0px 15px; border:none; cursor:pointer;}
.btn01:hover { background-color:#4e92c1; color:#fff;}
.btn02 { background-color:#fbfbf8; text-transform:uppercase; font-weight:normal; font-size:13px; display:inline-block; line-height:34px; width:109px; text-align:center; color:#4a4a4a; margin:0px 15px; border:1px solid #d4d4d1;; cursor:pointer; box-shadow: 0 3px 2px rgba(0,0,0, .33); transition: all 0.1s linear;	-webkit-transition: all 0.1s linear;	-moz-transition: all 0.1s linear;	-o-transition: all 0.1s linear;	-ms-transition: all 0.1s linear;}
.btn02:hover { background-color:#4e92c1; color:#fff; border-color:#4e92c1;}
.service-bx01{cursor:pointer;	transition: all 0.1s linear;	-webkit-transition: all 0.1s linear;	-moz-transition: all 0.1s linear;	-o-transition: all 0.1s linear;	-ms-transition: all 0.1s linear;}
.service-bx01:hover .heading02 { background-color:#4A4A4A; color:#fff; cursor:pointer;}
.service-bx01 i {	transition: all 1s linear;	-webkit-transition: all 1s linear;	-moz-transition: all 1s linear;	-o-transition: all 1s linear;	-ms-transition: all 1s linear;}
.service-bx01:hover i {color:#4e92c1; transform:rotate(360deg)}
.service-bx01:hover .btn02 {background-color:#4e92c1; color:#fff;}
.clients01 li { margin:30px 15px;}
.clients01 li a{ }
.clients01 li a img{ vertical-align:middle; opacity:.8;  transition: all 0.1s linear;	-webkit-transition: all 0.1s linear;	-moz-transition: all 0.1s linear;	-o-transition: all 0.1s linear;	-ms-transition: all 0.1s linear;}
.clients01 li a img:hover{ opacity:1;}
.copyright { margin:0; font-size:9px; color:#A8A8A6; letter-spacing:1px; padding:0 0 10px ;}
.copyright strong{color:#4e92c1;}
.f-list01 { padding: 20px 0 0;}
.f-list01 li {  color:#A8A8A6;}
.f-list01 li a{ color:#A8A8A6; margin:0 10px;}
.f-list01 li a:hover{ color:#4E92C1;}
.slider-in-box01 { width:100%; min-height:100px; max-height:150px; overflow:hidden;}
.slider-in-box01 img{ width:100%; height:auto;}
.plane-input{ background-color:#fff !important; border:1px solid #F5F5F3 !important; color:#000 !important;}
.normalp{ padding:0 15px; font-size: 14px;}
.address p{ margin:0;}
.address i{ color:#4e92c1; width:20px; text-align:left; vertical-align:middle;}
.normalp img{ margin:10px 10px;}

.p-list01 li {
	line-height:50px;
	padding:10px;
	border:5px solid #FFFFFF;
	font-size:15px;
}
.p-list01 li img {
	float:right;
	height:50px;
	margin:0;
}

.p-list01 li a i, .p-list01 li a  {
	display:inline-block;
	float:right;
	margin:0;
	color:#ddd;
}

.p-list01 li a i:hover{
	color:#4E92C1;
}

.page-heading01 {
	font-size:50px;
	margin:50px 0 20px;
	font-family:open sans;
	font-weight:100;
	color:#fff;
	line-height:50px;
}


footer {
    margin-top: 50px;
}

.anythingControls {
    display: block !important;
    height: auto;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    text-align: center !important;
    width: 100% !important;
}


.anythingSlider-cs-portfolio .anythingControls ul.thumbNav {
    padding-top: 0 !important;
    text-align: center !important;
}

.anythingSlider-cs-portfolio .anythingControls ul li {
    display: inline-block !important;
    float: none !important;
}


.anythingSlider-cs-portfolio .anythingControls ul li a {
    background-color: #ddd;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    height: 10px;
    width: 10px;
}


.anythingSlider-cs-portfolio .anythingControls a.cur, .anythingSlider-cs-portfolio .anythingControls a:hover{
    background-color: #999896 !important;
}

.anythingSlider, #wrapper1, .anythingWindow, .anythingWindow ul li {
    height: 364px !important;
}

@media only screen and (max-width : 1000px) {
	.s-box04 { float:none; width:100%; max-width:100%;}
	.s-box02 { float:none; width:50%; max-width:100%; margin:auto !important;  display:block; min-width:500px;}
	.welcome-box01  { text-align:center;}
	.menu-bx01{ text-align:center;}
	.menu-bx01 .menu01 { display:inline-block;}
	
}
@media only screen and (max-width : 960px) {
.logo01 { display:block; text-align:center; width:100%; float:none;}
.menu-box01 { float:none; width:100%; min-width:100%;}
.social-bx01 { float:none; width:100%; display:block; text-align:center;}
.social01{ float:left;}
.text01{ float:right; }
}
@media only screen and (max-width : 910px) { 
	.clients01 li { margin:10px 0;}
}
@media only screen and (max-width : 800px) { 
	.social02 { width:100%; display:block; text-align:center;}
	.social02 > .social-icons01 { display:inline-block;}
}
@media only screen and (max-width : 740px) {
}

@media only screen and (max-width : 500px) { 
	.s-box02 { float:none; width:100%; max-width:100%; margin:auto !important;  display:block; min-width:100%;}
}
@media only screen and (max-width : 400px) { 
	.social-bx01 .social01 {
		display: block;
		float: none;
		text-align: center;
		width: 100%;
		}
	.social-bx01 .social01 ul {
		display:inline-block;
	}
	.social-bx01 .social01 ul li {
		margin:0;
	}
	.social-bx01 .text01 {
		display: block;
		float: none;
		text-align: center;
		width: 100%;
	}
	.social-bx01 .text01 p{
		margin:0;
	}	
}


.s-head01 {
	color:#0E6AAB;
	text-transform:uppercase;
	font-weight:900;
}

.s-head01 span { 
	color:#3f3f3f;
	text-transform:none !important;
}


.copyright a {
    color: #fefefe;
}	