body {
	background: #f3f3f3;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #45484a;
}
p {
	line-height: 1.6;
}
a {
	color: #3b74a9;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 14px;
	font-weight: 800;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	text-transform: uppercase;
}
ol li {
	list-style: decimal;
}
li {
	-webkit-backface-visibility: hidden;
}
.left-sidebar h2 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 25px;
}
.post-area {
	overflow: hidden;
}
.marble {
	background-color: #E6E6E6 !important;
}
.marble-color {
	background-color: #E6E6E6 !important;
}
.ie8 div.wrapper.menu-bg {
	background: url(../images/menu-bg.png) !important;
}
div.wrapper.menu-bg {
	background: rgba(255,255,255,0.75);
	box-shadow: inset 0 6px 5px -5px rgba(0,0,0,0.3);
	behavior: url(wp-content/themes/circles/css/PIE.htc);
}
.dark-grey {
	background: #3d3f40 !important;
}
.grey {
	background: #46494b !important;
}
.b1170 .wrapper {
	background-color: #f3f3f3;
border-right: 1px solid rgba(0, 0, 0, 0.17);
border-left: 1px solid rgba(0, 0, 0, 0.17);
}
.b1170 .wrapper.blue {
	border-right: 1px solid rgba(0, 0, 0, 0.6);
	border-left: 1px solid rgba(0, 0, 0, 0.6);
}
.grey-grad {
	background: #eaebeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#d9dbdd), to(#eaebeb));
	background: -webkit-linear-gradient(top, #d9dbdd, #eaebeb);
	background: -moz-linear-gradient(top, #d9dbdd, #eaebeb);
	background: -ms-linear-gradient(top, #d9dbdd, #eaebeb);
	background: -o-linear-gradient(top, #d9dbdd, #eaebeb);
}
.dark-grey-grad {
	background: #56595b;
	background: -webkit-gradient(linear, left top, left bottom, from(#43484c), to(#56595b));
	background: -webkit-linear-gradient(top, #43484c, #56595b);
	background: -moz-linear-gradient(top, #43484c, #56595b);
	background: -ms-linear-gradient(top, #43484c, #56595b);
	background: -o-linear-gradient(top, #43484c, #56595b);
}
.dark-grey-grad:hover {
	background: #6c7072;
	background: -webkit-gradient(linear, left top, left bottom, from(#6c7072), to(#66696a));
	background: -webkit-linear-gradient(top, #6c7072, #66696a);
	background: -moz-linear-gradient(top, #6c7072, #66696a);
	background: -ms-linear-gradient(top, #6c7072, #66696a);
	background: -o-linear-gradient(top, #6c7072, #66696a);
}
.sc-button.grey-grad:hover .btn-overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.sc-button span {
	position: relative;
	z-index: 5;
}
.sc-button.grey-grad .btn-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #d9dbdd;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaebeb), to(#d9dbdd));
	background: -webkit-linear-gradient(top, #eaebeb, #d9dbdd);
	background: -moz-linear-gradient(top, #eaebeb, #d9dbdd);
	background: -o-linear-gradient(top, #eaebeb, #d9dbdd);
	background: -ms-linear-gradient(top, #eaebeb, #d9dbdd);
	background: linear-gradient(top, #eaebeb, #d9dbdd);
	border-radius: 5px;
	z-index: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.light-grey {
	background: #a7acaf;
}
.lighter-grey {
	background: #b4b8bc !important;
}
.dlight-grey {
	background: #e6e6e6;
}
.blue-radial-grad {
	background: #3170ac;
    background: -moz-radial-gradient(50% 500%, circle farthest-side, #2ea0cf, #3170ac);
    background: -webkit-gradient(radial, 50% 500%, 0, 50% 100%, 100%, color-stop(0%,#2ea0cf), color-stop(100%,#3170ac));
    background: -webkit-radial-gradient(50% 500%, circle farthest-side, #2ea0cf, #3170ac);
    background: -o-radial-gradient(50% 500%, circle farthest-side, #2ea0cf, #3170ac);
    background: -ms-radial-gradient(50% 500%, circle farthest-side, #2ea0cf, #3170ac);
    background: radial-gradient(50% 500%, circle farthest-side, #2ea0cf, #3170ac);
}
.blue {
	background: #3170ac;
}
.light-greyblue {
	background: #e8ecf0;
}
.border-bottom-white {
	border-bottom: 1px solid #fff;
}
.border-top-white {
	border-top: 1px solid #fff;
}
.border-bottom-black-tr {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.border-bottom-blue-3px {
	background-position: center bottom;
	background-repeat: repeat-x;
	position: relative;
}
.border-bottom-blue-3px:after {
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0;
	height: 3px;
	border-top: 1px solid rgba(0, 0, 0, 0.24);
	background: #3799d8;
	border-bottom: 1px solid rgba(255, 255, 255, 0.44);
	z-index: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.border-tb-white {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.wrapper.default-bg .container,
.wrapper.border-tb-white.marble-color .container,
.wrapper.grey .container {
	padding: 40px 0 0;
}
.container.blue-radial-grad {
	padding-top: 10px;
	padding-bottom: 10px;
}
.container.main {
	padding: 30px 0;
}
.posts-container {
	padding-right: 3.4%;
}
.container.contacts {
	padding: 40px 0;
}
.list-type1 li {
	list-style-image: url(../images/list-type1.png);
	list-style-position: inside;
}
.list-type2 li {
	list-style-image: url(../images/list-type2.png);
	list-style-position: inside;
}
.image-links {
    position: relative;
    left: 40%; 
    top: 28%;
    display: inline-block;
    height: 51px;
}
.size1_3 .image-links {
	top: 41%;
}
.size1_2 .image-links {
	top: 47%;
}
.image-links a,
.image-links span {
	position: relative;
	display: inline-block;
	width: 51px;
	height: 51px;
	background-image: url(../images/sprite.png);
	background-position: 0 -283px;
}
.image-links a {
	margin: 0 2px;
}
.image-links .link {
	background-position: 0 -334px;
}
.image-links .zoom {
	background-position: -51px -334px;
}
.image-links .video {
	background-position: -47px -426px;
}
.image-links .format-gallery {
	background-position: -96px -425px;
}
.image-links .add {
	background-position: -102px -334px;
}
.image-links .twitter {
	background-position: -51px -283px;
}
.image-links .facebook {
	background-position: -102px -283px;
}
.image-links .skype {
	background-position: -153px -283px;
}
.gallery-image-links  {
	position: relative;
	top: 50%;
	display: inline-block;
	height: 51px;
}
.gallery-image-links a {
	margin: 0 -4px;
}
.gallery-image-links a,
.gallery-image-links span {
	position: relative;
	display: inline-block;
	width: 51px;
	height: 51px;
}
.gallery-image-links span {
	position: absolute;
	background-image: url(../images/sprite.png);
}
.gallery-image-links a span:first-child+span {
	opacity: 0;
	filter: alpha(opacity=0);
}
.gallery-image-links a:hover span:first-child+span {
	opacity: 1;
	filter: alpha(opacity=100);
}
.gallery-image-links a span:first-child {
	background-position: -278px -169px;
}
.gallery-image-links a span:first-child+span {
	background: #407eb5;
	border-radius: 50%;
	margin: 5px 0 0 5px;
	width: 41px;
	height: 40px;
	box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.4);
}
.gallery-image-links a.prev span+span+span {
	background-position: -278px -271px;
}
.gallery-image-links a.next span+span+span {
	background-position: -278px -322px;
}
.prev-t1,
.next-t1,
.prev-t2,
.next-t2,
.prev-t3,
.next-t3 {
	display: block;
	float: left;
	width: 16px;
	height: 15px;
	background-image: url(../images/sprite.png);
	cursor: pointer;
}
.prev-t1 {
	background-position: 0 -25px;
}
.prev-t1:hover {
	background-position: 0px -40px;
}
.next-t1 {
	background-position: -16px -25px;
}
.next-t1:hover {
	background-position: -16px -40px;
}
.prev-t2 {
	background-position: 0 -70px;
}
.next-t2 {
	background-position: -16px -70px;
}
.prev-t3 {
	background-position: 0 -55px;
}
.prev-t3:hover {
	background-position: 0px -70px;
}
.next-t3 {
	background-position: -16px -55px;
}
.next-t3:hover {
	background-position: -16px -70px;
}
.hidden-overflow {
	overflow: hidden;
}
.absolute {
	z-index: 100;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	height: 0;
	float: left;
}
div.fixed.menu-bg {
	position: fixed !important;
	top: 0;
	-webkit-backface-visibility: hidden;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 100000;
}
.absolute.fixed .headline {
	margin-top: 45px;
}
.page-header .fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	max-width: none;
	width: 100%;
}
.b1170 .wrapper.menu-bg.fixed {
	background: transparent;
	box-shadow: none;
	border: 0;
}
.b1170 .fixed .container {
	background: rgba(255,255,255,0.95);
	box-shadow: inset 0 6px 5px -5px rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}
.relative {
	position: relative;
}
.tran03slinear {
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	     -o-transition: all 0.3s linear;
	    -ms-transition: all 0.3s linear;
	        transition: all 0.3s linear;
/*-webkit-backface-visibility: hidden;*/
}
.tran02slinear {
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
	        transition: all 0.2s linear;
/*-webkit-backface-visibility: hidden;*/
}
.bg-black-045 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.45;
	filter: alpha(opacity=45);
}
.bg-black-020 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.20;
	filter: alpha(opacity=20);
}
.container50per {
	width:50%;
	float: left;
}
.separator {
	position: relative;
	height: 3px;
	width: 100%;
	background: #dadada;
	border-bottom: solid 1px #fff;
	margin-bottom: 30px;
}
.wrapper.top-slider {
	overflow: hidden;
	height: 680px;
	width: 100%;
	-webkit-backface-visibility: hidden;
}
.top-slider .flexslider .slides li, .top-slider .flexslider .slides li img {
	width: 100%;
	height: auto;
}
.top-slider .flex-control-nav {
	display: none;
}
.transp_round {
	background: rgba(0,0,0,0.12);
	width: 360px;
	height: 360px;
	border-radius: 50%;
}
.tp-caption.transp_round h2 {
	text-align: center;
	margin-top: 40px;
	color: #e1e4e6;
	text-shadow: 0 0 6px rgba(0,0,0,0.07);
}
.tp-caption.transp_round p {
	text-align: center;
	width: 90%;
	margin: 20px auto 0;
	color: #f8f8f8;
}
.transp_round span.line {
	margin: 17px auto 30px;
	width: 80%;
	height: 1px;
	background-color: rgb(216, 216, 216);
	display: block;
}
.transp_round .rev-direction-nav {
	margin-left: 136px;
}
.tp-caption a {
	color: #ff7302; 
	text-shadow: none;	
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	-ms-transition: all 0.2s ease-out;
}
.tp-caption a:hover {
	color: #ffa902;
}
.tp-caption h2 {
	color: #fff;
	font: 46px 'Open Sans', sans-serif;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 100;
	margin: 0px 0 7px;
}
.tp-caption h2 b {
	font-weight:900;
}
.tp-caption p {
	color: #fff;
	font-size: 14px;
	white-space: normal;
	line-height: 1.5;
	margin-bottom: 15px;
}
.transp_bg {
	background: rgba(29, 29, 29, 0.45);
	padding: 24px 29px 34px !important;
	width: 355px;
	height: 150px;
}
.rev-direction-nav a {
	background-position: -278px -169px;
	background-image:url(../images/sprite.png);
	width: 51px;
	height: 51px;
	display: inline-block;
	margin-left: -4px;
	float: left;
}
.rev-direction-nav  a span {
	font-size: 0;
	border-radius: 50%;
	margin: 5px;
	width: 41px;
	height: 41px;
	-webkit-box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.4);
	box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.4);
	display: block;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.rev-direction-nav .rev-prev span {
	background-position: -284px -276px;
	background-image: url(../images/sprite.png);
}
.rev-direction-nav a span:hover {
	background-color: #407eb5;
}
.rev-direction-nav .rev-next span {
	background-position: -282px -327px;
	background-image: url(../images/sprite.png);
}
.tp-caption iframe {
	border: 0;
}
.transparent {
   background: transparent;
}
.button-transparent {
	background: transparent;
	padding: 15px 30px;
	display: inline-block;
	border-radius: 5px;
	border: 2px solid rgba(255, 255, 255, 0.23);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
	font: 900 14px Open Sans, Arial, Tahoma;
	text-transform: uppercase;
	color: #fff !important;
	text-shadow: 0 1px 3px rgba(0,0,0,0.4) !important;
	position: relative;
	cursor: pointer;
	}
.button-transparent:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	box-shadow: inset 0 -30px 20px -20px rgba(255,255,255,0.2);
}
.tp-caption .revslider-nav2 li {
	display: inline-block;
	width: 9px;
	height: 9px;
	border: 1px solid rgba(255,255,255,0.3);
	background: transparent;
	visibility: visible !important;
	border-radius: 50%;
	position: relative !important;
	box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
	margin-left: 6px !important;
	cursor: pointer;
}
.tp-caption .revslider-nav2 {
	display: block;
	margin-top: 25px !important;
}
.tp-caption .revslider-nav2 li a {
	background: transparent;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 2px;
	display: block;
}
.tp-caption .revslider-nav2 li.active a {
	background: #fff;
}
.page-header {
	position: relative;
}
.page-header .grid_12 {
	margin-bottom: 0;
}
.logo {
	display: block;
	float: left;
	padding-bottom: 17px;
}
.logo img {
	display: block;
	margin-top: 17.5px;
}
.menu{
	display: block;
	width: 100%;
	margin-left: 5px;
}
.menu li{
	position: relative;
	display: inline-block;
	margin-right: 8px;
}
.menu > li:first-child {
	margin-left: -10px;
}
.menu li:hover span {
	color: #fff;
}
.menu li > span {
	position: absolute;
	right: 20px;
	top: 16px;
	color: rgb(187, 187, 187);
	display:none;
}
nav {
	-webkit-backface-visibility: hidden;
}
.fixed-header .headline {
	padding-top: 45px;
}
.mini_logo {
	height: 40px;
	margin-top: 5px;
	width: 0;
	margin-right: 0;
	margin-left: 0;
	display: block;
	margin-bottom: 4px;
	float: left;
}
.fixed .mini_logo {
	width: 129px;
	opacity: 1;
	margin-right: 40px;
	float: left;
	display: block;
}
.menu li>a{
	position:relative;
	display: inline-block;
	padding: 0 14px;
	height: 49px;
	line-height: 49px;
	font-size: 12px;
	color: #4a4d4f;
	text-transform: uppercase;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-style: italic;
    font-weight: bold;
}
.menu >li>a:after,
.menu>ul>li>a:after{
	position: absolute;
	top: 100%;
	left: 0;
	content:'';
	display: block;
	height: 1px;
	width: 100%;
	background: transparent;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	     -o-transition: all 0.3s linear;
	    -ms-transition: all 0.3s linear;
	        transition: all 0.3s linear;
}
.page-header .menu-bg  > .container {
	text-align: center;
}
.menu li:hover>a,
.menu li.current_page_item>a {
    text-decoration: underline;
}
.menu li:hover> ul {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	height: auto;
	overflow: visible;
}
.menu .sub-menu li .sub-menu,
.menu ul li ul li ul {
	left: 100%;
	top: -1px;
	border: 0;
}
.menu li ul {
	position: absolute;
	top: 100%;
	left: 0px;
	min-width: 185px;
	overflow: hidden;
	height: 0px;
	border-top: 1px solid transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background: #0f9de0;
	z-index: 9999;
	text-align: left;
}
.menu {
	text-align: left;
}
.menu li ul li {
	border-top: solid 1px #3b3b3b;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	display: block;
	-webkit-backface-visibility: visible;
	margin: 0;
}
.menu li> ul>li:first-child{
	border-top-width: 0px;
}
.menu li ul li a {
	display: block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	color: #f3f3f3;
	background-color: #45484a;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-decoration: none;
	white-space: nowrap;
}
.menu li>ul>li>a:hover{
	background-color: #3f4244;
}
.sub-menu.mega-menu {
	width: auto;
	white-space: nowrap;
	padding: 10px 20px;
	background-color: rgba(69, 72, 74, 0.95);
	border-top: 1px solid #0f9de0;
}
.sub-menu.mega-menu > li {
	display: inline-block;
	float: left;
	height: auto;
	border-top: 0;
}
.sub-menu.mega-menu > li >a {
	font-weight: 900;
	background-color: transparent !important;
}
.sub-menu.mega-menu > li > ul {
	display: block !important;
	opacity: 1 !important;
	position: relative;
	left: 0 !important;
	background: transparent;
	height: auto;
}
.sub-menu.mega-menu > li li {
	border: 0;
}
.sub-menu.mega-menu > li li a {
	background-color: transparent;
}
.sub-menu.mega-menu > li li a:hover {
	background-color: transparent;
	color: #0f9de0;
}
.sub-menu.mega-menu > li li a:before {
	position: absolute;
	left: 11px;
	content: "\f105";
	font-family: FontAwesome;
	top: 0px;
	color: #0f9de0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.sub-menu.mega-menu > li li a:hover:before {
	opacity: 1;
}
.wrapper.headline {
    display: block;
    height: 54px;
    background: #d7d7d7;
    background: -moz-linear-gradient(top,  #d7d7d7 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7d7d7), color-stop(100%,#f3f3f3));
    background: -webkit-linear-gradient(top,  #d7d7d7 0%,#f3f3f3 100%);
    background: -o-linear-gradient(top,  #d7d7d7 0%,#f3f3f3 100%);
    background: -ms-linear-gradient(top,  #d7d7d7 0%,#f3f3f3 100%);
    background: linear-gradient(to bottom,  #d7d7d7 0%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#f3f3f3',GradientType=0 );
}
.headline.only-path {
	height: 55px;
}
.headline h1{
    display: block;
    float: left;
    color: #e7ebee;
    text-transform: none;
    font-size: 30px;
    font-weight: normal;
    line-height: 54px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif; 
    color: #45484a !important;
}
.headline.marble h1 {
	color: #a6aaad;
}
.headline h1 span {
	display: none;
}
#menu-btn {
	width: 27px;
	height: 13px;
	background: url(../images/menu-btn.png) no-repeat;
	position: relative;
	margin: 18px;
	display: none;
}
.contact {
	color: #fff;
	line-height: 41px;
	padding-left: 25px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	float: right;
}
.phone.contact {
	background: url(../images/sprite.png) -343px -312px no-repeat;
	padding-left: 40px;
	color: #c4c6c7;
}
.menu li:hover span {
	color: #278dc9;
}
.header-image {
	height: 99px;
	background-position: center;
}
.header-image.header-image-path-only {
	height: 85px;
}
.header-image.header-image-no-titlebar {
	height: 40px;
}
.post {
	position: relative;
	display: block;
	padding: 30px 0 25px 10px;
	margin-left: 80px;
}
.post:first-child {
	padding-top: 0px;
}
.post .separator {
	position: absolute;
	top:0;
	right:0;
	height:3px;
	width: 100%;
	background: #dadada;
	border-bottom: solid 1px #fff;
	margin-bottom: 30px;
}
.container > .separator {
	position: relative;
	top: 0;
	right: 0;
	height: 3px;
	width: 97.4%;
	background: #dadada;
	border-bottom: solid 1px #fff;
	margin-bottom: 30px;
}
.post:first-child .separator {
	display: none;
}
.post-body {
	display: block;
	margin-top: 15px;
}
.post-body-text p {
	margin-top: 20px;
}
.post.left .item-con-t1 {
	width: 46.5%;
	float: left;
	margin-right: 3%;
}
.post.right .item-con-t1 {
	width: 46.5%;
	float: right;
	margin-left: 5%;
}
.post.center .item-con-t1 {
	width: 100%;
}
.post h2 {
	margin-bottom: 15px;
	text-transform: none;
	color: #3b74aa;
	font-weight: 100;
  font-size: 25px;
}
.widget_testimonials-container  .flex-direction-nav a,
.widget_our_clients-container .flex-direction-nav a,
.widget_testimonials_2 .flex-direction-nav a,
.recent_projects .flex-direction-nav a {
    float: left;
    width: 10px;
    height: 14px;
    font-size: 0;
    background-image: url(../images/sprite.png);
}
.widget_testimonials-container .flex-direction-nav .flex-next,
.widget_our_clients-container .flex-direction-nav .flex-next,
.widget_testimonials_2 .flex-direction-nav .flex-next,
.recent_projects .flex-direction-nav .flex-next {
    background-position: -19px -25px;
}
.widget_testimonials-container .flex-prev,
.widget_our_clients-container .flex-prev,
.widget_testimonials_2 .flex-prev,
.recent_projects .flex-prev {
    background-position: -3px -25px;
}
.widget_testimonials-container .flex-direction-nav,
.widget_our_clients-container .flex-direction-nav,
.widget_testimonials_2 .flex-direction-nav,
.recent_projects .flex-direction-nav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.widget_testimonials-container  .flex-direction-nav a {
    float: left;
    width: 10px;
    height: 14px;
    font-size: 0;
    background-image: url(../images/sprite.png);
}
.lighter-grey  .widget_testimonials-container .flex-direction-nav .flex-next{
    background-position: -19px -70px;
}
.lighter-grey  .widget_testimonials-container .flex-prev {
    background-position: -3px -70px;
}
.widget_testimonials-container .flex-direction-nav {
    display: block;
    position: absolute;
	right: 0;
	top: -10px;
}
.contacts h2 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 22px;
    text-transform: uppercase;
}
div#map-box {
	display:block;
height: 400px;
}
#map-box >p {
display: none;
}
.contacts .grid_3 div ul {
	margin-top: 20px;
}
.contacts .grid_3 div ul:first-child {
	margin-top: 0px;
}
.contacts form {
	width: 100%;
}
.contacts form .input-field {
	display: block;
	float: left;
	width: 49.166666%;
}
.contacts form .input-field.text-area {
	width: 100%;
}
.contacts form .input-field:first-child {
	margin-right: 1.666666%;
}
.contacts form .input-field div:first-child {
	font-size: 12px;
	line-height: 28px;
	margin-top: 4px;
}
.contacts form .input-field div span{
	color: #7f7f7f;
}
.contacts form .input-field .input-style{
	display: block;
	width: 100%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.contacts form .input-field.focus .input-style {
	background: #dadada;
}
.contacts form .input-field .input-style input,
.contacts form .input-field .input-style textarea {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	resize: none;
	background: transparent;
	overflow: hidden;
	color: #45484a;
	font-size: 12px;
	outline: none;
}
.contacts form .input-field .input-style textarea {
	height: 100px;
}
#contact_form_message {color: red; font-weight: bold;}
#map-box>div {
	height: 400px;
	position: relative;
	width: 100% !important;
	margin: 0;
}
.wpgmappity_container, .top-slider .wpgmappity_container {
	width: 100% !important;
}
.top-slider .wpgmappity_container {
	height: 400px !important;
}
/*----------------</CONTACTS>----------------*/
.left_navigation li {
	padding-left: 6px;
	list-style: disc inside;
	line-height: 28px;
	border-top: 1px solid #dadada;
	-webkit-box-shadow: 0 1px 0 0 #fff inset;
	box-shadow: 0 1px 0 0 #fff inset;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.left_navigation li:first-child{
	border-top: 0px solid #dadada;
	box-shadow: 0 0px 0 0 #fff inset;
}
.left_navigation li:hover,
.left_navigation a:hover {
	color: #3170ac;
}
.left_navigation li a {
	text-decoration: none;
	color: #45484a;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.left_navigation li.active a, .left_navigation li.active {
    color: #3b74a9;
}
.left_navigation li {
	padding-left: 6px;
	list-style: disc inside;
	line-height: 28px;
	border-top: 1px solid #dadada;
	-webkit-box-shadow: 0 1px 0 0 #fff inset;
	box-shadow: 0 1px 0 0 #fff inset;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.left_navigation li:first-child{
	border-top: 0px solid #dadada;
	box-shadow: 0 0px 0 0 #fff inset;
}
.left_navigation li:hover,
.left_navigation a:hover {
	color: #3170ac;
}
.left_navigation li a {
	text-decoration: none;
	color: #45484a;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.left_navigation li.active a, .left_navigation li.active {
    color: #3b74a9;
}
.left_navigation li {
	padding-left: 6px;
	list-style: disc inside;
	line-height: 28px;
	border-top: 1px solid #dadada;
	-webkit-box-shadow: 0 1px 0 0 #fff inset;
	box-shadow: 0 1px 0 0 #fff inset;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.left_navigation li:first-child{
	border-top: 0px solid #dadada;
	box-shadow: 0 0px 0 0 #fff inset;
}
.left_navigation li:hover,
.left_navigation a:hover {
	color: #3170ac;
}
.left_navigation li a {
	text-decoration: none;
	color: #45484a;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.left_navigation li.active a, .left_navigation li.active {
    color: #3b74a9;
}
.left_navigation li {
	padding-left: 6px;
	list-style: disc inside;
	line-height: 28px;
	border-top: 1px solid #dadada;

	-webkit-box-shadow: 0 1px 0 0 #fff inset;
	box-shadow: 0 1px 0 0 #fff inset;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.left_navigation li:first-child{
	border-top: 0px solid #dadada;
	box-shadow: 0 0px 0 0 #fff inset;
}
.left_navigation li:hover,
.left_navigation a:hover {
	color: #3170ac;
}
.left_navigation li a {
	text-decoration: none;
	color: #45484a;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.left_navigation li.active a, .left_navigation li.active {
    color: #3b74a9;
}
.left_navigation li {
	padding-left: 6px;
	list-style: disc inside;
	line-height: 28px;
	border-top: 1px solid #dadada;
	-webkit-box-shadow: 0 1px 0 0 #fff inset;
	box-shadow: 0 1px 0 0 #fff inset;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.left_navigation li:first-child{
	border-top: 0px solid #dadada;
	box-shadow: 0 0px 0 0 #fff inset;
}
.left_navigation li:hover,
.left_navigation a:hover {
	color: #3170ac;
}
.left_navigation li a {
	text-decoration: none;
	color: #45484a;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.left_navigation li.active a, .left_navigation li.active {
    color: #3b74a9;
}
.left_navigation li {
	padding-left: 6px;
	list-style: disc inside;
	line-height: 28px;
	border-top: 1px solid #dadada;

	-webkit-box-shadow: 0 1px 0 0 #fff inset;
	box-shadow: 0 1px 0 0 #fff inset;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.left_navigation li:first-child{
	border-top: 0px solid #dadada;
	box-shadow: 0 0px 0 0 #fff inset;
}
.left_navigation li:hover,
.left_navigation a:hover {
	color: #3170ac;
}
.left_navigation li a {
	text-decoration: none;
	color: #45484a;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.left_navigation li.active a, .left_navigation li.active {
    color: #3b74a9;
}
.left_navigation li {
	padding-left: 6px;
	list-style: disc inside;
	line-height: 28px;
	border-top: 1px solid #dadada;

	-webkit-box-shadow: 0 1px 0 0 #fff inset;
	box-shadow: 0 1px 0 0 #fff inset;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.left_navigation li:first-child{
	border-top: 0px solid #dadada;
	box-shadow: 0 0px 0 0 #fff inset;
}
.left_navigation li:hover,
.left_navigation a:hover {
	color: #3170ac;
}
.left_navigation li a {
	text-decoration: none;
	color: #45484a;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.left_navigation li.active a, .left_navigation li.active {
    color: #3b74a9;
}
.wrapper.related-works.marble-color.border-tb-white .container {
	padding: 30px 0 0px;
}
.gallery-filters {
	font-size: 10px;
	text-transform: uppercase;
	line-height: 38px;
}
.gallery-filters ul,
.gallery-filters li {
	display: inline;
}
.gallery-filters a:hover,
.gallery-filters a.selected {
	color: #3170ac;
}
.gallery-filters li:before {
	content: '|';
	padding: 0 7px;
}
.gallery-filters li:first-child:before {
	content: '';
	padding: 0 0 0 7px;
}
.gallery-container {
	overflow: hidden;
	padding-top: 30px;
}
.gallery {
	position: relative;
	width: 102.564102%
}
.gallery .item-con-t1 {
         	box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.gallery .item-con-t1.size1_2,
.gallery .item-con-t1.size1_3,
.gallery .item-con-t1.size1_4 {
	margin-right: 2.5%;
	float: left;
	margin-bottom: 30px;
}
.gallery .item-con-t1.size1_2 {
	width: 47.4%;
}
.gallery .item-con-t1.size1_3 {
	width: 30.8%;
}
.gallery .item-con-t1.size1_4 {
	width: 22.4%;
}
.gallery .item-con-t1 header {
	bottom: 0;
	height: 51px;
	z-index: 2;
}
.gallery .item-con-t1 .facilities {
	top: 0%;
	height: 100%;
}
.widget_testimonials-container .sc-button {
	padding: 10px 30px;
}
.gallery-container .gallery > article {
	opacity: 0;
}
.item-con-t1,.container-t1 {
	border-radius: 2px;
}
.item-con-t1 {
	display: block;
	background: #cbcbcc;
	padding: 1px 1px 2px;
/*	opacity:0;*/
}
.container-t1 {
	display: block;
	background: #f3f3f3;
	padding: 3px;

	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
	height: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.container-t1-margin, .container-margin {
	position: relative;
	display: block;
	overflow: hidden;
}
.item-con-t1 img {
	display: block;
	width: 100%;
	height: auto;
}
.item-con-t1 .blue-line {
	display: block;
	height: 2px;
	background-color: #2373cd;
	background-repeat: repeat-x;
	border-radius: 0 0 1px 1px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.56);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.item-con-t1:hover .blue-line.visible-on-hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.item-con-t1 header,
.item-con-t1 footer,
.item-con-t1 .facilities {
	z-index: 1;
	position: absolute;
	display: block;
	left:0;
	width: 100%;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	height: 100%;
}
.item-con-t1 header.visible-on-hover,
.item-con-t1 footer.visible-on-hover,
.recent_projects .visible-on-hover,
.item-con-t1 .facilities.visible-on-hover {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: opacity 0.3s linear;
	   -moz-transition: opacity 0.3s linear;
	     -o-transition: opacity 0.3s linear;
	    -ms-transition: opacity 0.3s linear;
	        transition: opacity 0.3s linear;
}
.item-con-t1:hover header.visible-on-hover,
.item-con-t1:hover footer.visible-on-hover,
.container-t1:hover .visible-on-hover,
.item-con-t1:hover .facilities.visible-on-hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.no-csstransitions .item-con-t1:hover header.visible-on-hover,
.no-csstransitions .item-con-t1:hover footer.visible-on-hover,
.no-csstransitions .container-t1:hover .visible-on-hover,
.no-csstransitions .item-con-t1:hover .facilities.visible-on-hover {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.item-con-t1 h2,
.item-con-t1 h3 {
	position: relative;
	text-align: center;
}
.item-con-t1 h2 {
	margin-top: 14px;
	font-size: 18px;
	font-weight: 300;
	color: #f3f3f3;
	margin-bottom: 0;
	font-family: Verdana,Geneva,sans-serif;
    font-style: italic;
}
.item-con-t1 h3 {
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #a6abaf;
}
.socials {
    display: block;
    float: right;
    padding-top: 5px;
}
.socials li {
    display: block;
    float: left;
    height: 25px;
    margin-right: 6px;
    position: relative;
    overflow: hidden;
}
.socials li:first-child {
    margin-right: 4px;
}
.socials li span {
    position: absolute;
    width: 98%;
    height: 97%;
    background: #366fa5;
    box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
    top: 101%;
    left: 1px;
}
.socials a {
    display: block;
    width: 35px;
    height: 25px;
    position: relative;
    background-repeat: no-repeat;
}
.socials .facebook {
    background-image: url(../images/facebook.png);
}
.socials .twitter {
    background-image: url(../images/twitter.png);
}
.copyright {
    display: block;
    float: left;
    color: #7b7b7b;
    line-height: 56px;
    font-size: 12px;
}
footer .grid_3 img {
	max-width: 100%;
}
footer .grid_3 {
    margin-bottom: 0px;
}
footer .wrapper.grey {
    padding: 0 0 0;
}
#headerInfo {
    padding-top: 25px; 
}
#headerTitle {
    font-family: Verdana, Geneva, sans-serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 20px;
}
#headerNumber {
    font-size: 1.6em;
    padding-top: 2px;
    float: right;
    color: #6D7775;
}
#homePageServiceList {
    background-color: #6d7775;
}
#homePageServiceList h4 {
    margin-left: 25px;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #F3F3F3;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
}
#homePageServiceList .sc-list {
    background-color: #818987;
}
#homePageAboutTabs {
    border-top: 1px solid #E6E6E6;
}
#homePageAboutTabs h4 {
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
}
#homePageAboutTabs .aboutTab {
    color: #45484A;
    padding-right: 10px;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 15px;
}
#homePageAboutTabs .aboutTab.active {
    text-decoration: underline;
}