#primary-menu > .menu-header-menu-container {
	float: left;
	padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #EEE;
}
#header.sticky-header:not(.static-sticky) #primary-menu > .menu-header-menu-container > ul > li > a {
	padding-top: 19px;
	padding-bottom: 19px;
}
.fbox-icon + h3 > .subtitle.fbox-content > p {
	margin-top: 0;
	color: #444;
}
.feature-box.fbox-light .fbox-icon > a > i {
	border-color: transparent;
}
.feature-box.fbox-light .fbox-icon > a > .i-img > img {
	border: 0;
	background-color: transparent;
	width: 55px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
    border-radius: 0;
}
.feature-box.fbox-plain.fbox-small .fbox-icon .feature-ic > img {
	height: auto;
}
.feature-box .fbox-icon a > .feature-ic {
	display: block;
	margin-top: -5px;
}
.mb50 {
	margin-bottom: 50px;
}
.arial {
	font-family: Arial, sans-serif;
	font-size: 15px !important;
}
.contact-form {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.contact-form .form-control {
	border-radius: 2px;
	/*border-color: #b1b1b1;*/
	font-weight: 300;
	font-size: 13px;
	font-family: Arial, sans-serif;
	height: 40px;
}
.contact-form textarea.form-control {
	height: 200px;
	resize: none;
}
.owl-carousel .owl-item a > img {
	height: auto;
}
.custom-width {
	width: 80%;
	margin: 25px 0;
}
.pagination > span.page-num {
	display: inline-block;
	cursor: auto !important;
}
.pagination > ul {
	display: inline-block;
	margin: 0;
}
.pagination li {
	display: inline;
}
.pagination li a,
.pagination li a:hover,
.pagination li span.current
.pagination li.disabled {
	color: #fff;
	text-decoration: none;
}
.pagination > span.page-num,
.pagination li a,
.pagination li a:hover,
.pagination li span.current,
.pagination li.disabled {
	background-color: #fff;
	border: thin solid #ddd;
	cursor: pointer;
	font-size: 12px;
	padding: 7px 11px;
	color: #07577c;
}
.pagination li a:hover,
.pagination li span.current {
	background-color: #07577c;
	border-color: #07577c;
	color: #fff;
}
.mpost .entry-title h4 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	display: block;
}
.contact-details > span {
    font-weight: bold;
    font-size: 15px;
    margin-right: 5px;
}
.contact-details > .textwidget {
    display: inline-block;
}
.contact-details > .textwidget > p {
    margin: 0;
}
.copyright-links ul {
	list-style-type: none;
	margin-bottom: 0;
}
.copyright-links ul > li {
	display: inline-block;
	margin-right: 5px;
}
.copyright-links ul > li > a:hover {
	text-decoration: none;
}
.contact-details:first-child {
    margin-bottom: 20px;
}
.loading {
	background-repeat: no-repeat;
    background-position: right;
    background-size: 20px auto;
    background-position-x: 97%;
}

#header-wrap #logo { display: table; }

#header-wrap #logo > a { display: table-cell; vertical-align: middle; }

.swiper-wrapper > .swiper-slide:after { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; pointer-events: none; background-color: rgba(0,0,0,0.35); }

.slider-caption h2, .slider-caption p { color: #fff !important; text-shadow: 5px 5px 10px rgba(0, 0, 0, 1) !important; }


#slide-1,
#slide-2 { position: relative; max-width: 800px; text-align: center; margin: 0 auto; left: 0; right: 0; }

.form-control-msg { display: none; }

.has-error .form-control-msg, .js-show-feedback { display: block; }

.form-control-msg-wrapper { padding-left: 15px; padding-right: 15px; }

/*.swiper_wrapper .swiper-slide { 
	-webkit-animation: zoomin 100s 1;
	   -moz-animation: zoomin 100s 1;
	     -o-animation: zoomin 100s 1;
	        animation: zoomin 100s 1;
}*/

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
        -ms-transform: scale(2);
         -o-transform: scale(2);
            transform: scale(2);
  }
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
        -ms-transform: scale(2);
         -o-transform: scale(2);
            transform: scale(2);
  }
}

.full-header #top_contact a div i{
	float: left;
	font-size: 30px;
	margin-right: 15px;
	color:#454545;
}
.full-header #top_contact a div span{
	float: left;
	font-weight: 300px;
	color:#454545;
	-webkit-animation:last_span_up .2s linear forwards;
}
@-webkit-keyframes last_span_up { 
    from {
		font-size: 11px;
    } 
    to {
		font-size: 13px;
    }
}
.full-header #top_contact a div:last-child{
	float: left;
	color:#04557b;
	-webkit-animation:last_dev_up .2s linear forwards;
}
@-webkit-keyframes last_dev_up { 
    from {
		font-size: 17px;
    } 
    to {
		font-size: 20px;
    }
}
.full-header #top_contact{
	font-family: 'Raleway', sans-serif;
	width: 200px;
	float: left;
	-webkit-animation:contact_slow_up .2s linear forwards;
}
@-webkit-keyframes contact_slow_up { 
    from {
		margin-left: 10px;
    	margin-top: 10px;
    } 
    to {
		margin-top: 30px;
		margin-left: 20px;
    }
}

.sticky-header #top_contact a div:last-child{
	font-size: 18px;
	-webkit-animation:last_dev .2s linear forwards;
}
@-webkit-keyframes last_dev { 
    from {
		font-size: 20px;
    } 
    to {
		font-size: 17px;
    }
}
.sticky-header #top_contact a div span{
	-webkit-animation:last_span .2s linear forwards;
}
@-webkit-keyframes last_span { 
    from {
		font-size: 13px;
    } 
    to {
		font-size: 11px;
    }
}
.sticky-header #top_contact{
	-webkit-animation:contact_slow .2s linear forwards;
}
@-webkit-keyframes contact_slow { 
    from {
		margin-left: 20px;
    	margin-top: 30px;
    } 
    to {
		margin-left: 10px;
		margin-top: 10px;
    }
}

.top-search-open #top_contact{
	display: none ;
}
.call-us {
	color: #07577c;
}
.call-us:hover {
	color: #444;
}

#contact-form .form-group:not(.form-textarea) { height: 50px; }

.contact-form-contact-page { margin-left: -15px; margin-right: -15px; }

.legal-desc {
	z-index: 3;
	padding: 15px 10px 15px;
}
.legal-desc h3 {
    margin: 0;
    padding: 0;
    font-size: 19px;
    margin-bottom: 10px;
}
.legal-desc h3 a {
	color: #222;
}
.legal-desc h3 a:hover {
	color: #1ABC9C;
}
.legal-desc span {
	display: block;
    margin-top: 3px;
    font-size: 13px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #999;
    font-family: 'Crete Round', serif;
    font-style: italic;
}
.legal-desc span i {
	margin-right: 5px;
}
.legal-content p { font-size: 13px; }

.contact-form .fancy-title > span {
	float: left;
    display: block;
    margin-top: 5px;
    font-weight: 300;
}
.contact-form-contact-page { padding-top: 15px; }

.legal-content-wrap { 
	margin: 50px 0;
	line-height: 23px;
}
.legal-content-wrap ul { -webkit-padding-start: 40px; }

#content .col-md-4 .service_desc {
	background-color: #F5F5F5;
    border-top: #07577c solid 12px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

#content .col-md-4 .fbox-desc {
	padding: 0 30px;
    padding-bottom: 20px;
}

.mb30 { margin-bottom: 30px; }

#google-map { height: auto; margin-bottom: 40px; }
