 a:focus, button:focus, input[type"=submit"]:focus {
outline:none;
text-decoration:none;
}
/*=========== Margin Helper============= */
.m-0 {
	margin: 0 !important;
}
.m-1 {
	margin: 1em !important;
}
.m-2 {
	margin: 2em !important;
}
.m-3 {
	margin: 3em !important;
}
.m-4 {
	margin: 4em !important;
}
.mt-0 {
	margin-top: 0em !important;
}
.mt-1 {
	margin-top: 1em !important;
}
.mt-2 {
	margin-top: 2em !important;
}
.mt-3 {
	margin-top: 3em !important;
}
.mt-4 {
	margin-top: 4em !important;
}
.mb-0 {
	margin-bottom: 0em !important;
}
.mb-1 {
	margin-bottom: 1em !important;
}
.mb-2 {
	margin-bottom: 2em !important;
}
.mb-3 {
	margin-bottom: 3em !important;
}
.mb-4 {
	margin-bottom: 4em !important;
}
.ml-0 {
	margin-left: 0em !important;
}
.ml-1 {
	margin-left: 1em !important;
}
.ml-2 {
	margin-left: 2em !important;
}
.ml-3 {
	margin-left: 3em !important;
}
.ml-4 {
	margin-left: 4em !important;
}
.mr-0 {
	margin-right: 0em !important;
}
.mr-1 {
	margin-right: 1em !important;
}
.mr-2 {
	margin-right: 2em !important;
}
.mr-3 {
	margin-right: 3em !important;
}
.mr-4 {
	margin-right: 4em !important;
}
.mlr-0 {
	margin-right: 0em !important;
	margin-left: 0em !important;
}
.mlr-1 {
	margin-right: 1em !important;
	margin-left: 1em !important;
}
.mlr-2 {
	margin-right: 2em !important;
	margin-left: 2em !important;
}
.mlr-3 {
	margin-right: 3em !important;
	margin-left: 3em !important;
}
.mlr-4 {
	margin-right: 4em !important;
	margin-left: 4em !important;
}
.mtb-0 {
	margin-top: 0em !important;
	margin-bottom: 0em !important;
}
.mtb-1 {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}
.mtb-2 {
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}
.mtb-3 {
	margin-top: 3em !important;
	margin-bottom: 3em !important;
}
.mtb-4 {
	margin-top: 4em !important;
	margin-bottom: 4em !important;
}
/*=========== Padding Helper============= */

.p-0 {
	padding: 0 !important
}
.p-1 {
	padding: 1em !important
}
.p-2 {
	padding: 2em !important
}
.p-3 {
	padding: 3em !important
}
.p-4 {
	padding: 4em !important
}
.pt-0 {
	padding-top: 0em !important;
}
.pt-1 {
	padding-top: 1em !important;
}
.pt-2 {
	padding-top: 2em !important;
}
.pt-3 {
	padding-top: 3em !important;
}
.pt-4 {
	padding-top: 4em !important;
}
.pt-5 {
	padding-top: 5em !important;
}
.pb-0 {
	padding-bottom: 0em !important;
}
.pb-1 {
	padding-bottom: 1em !important;
}
.pb-2 {
	padding-bottom: 2em !important;
}
.pb-3 {
	padding-bottom: 3em !important;
}
.pb-4 {
	padding-bottom: 4em !important;
}
.pb-5 {
	padding-bottom: 5em !important;
}
.pl-0 {
	padding-left: 0em !important;
}
.pl-1 {
	padding-left: 1em !important;
}
.pl-2 {
	padding-left: 2em !important;
}
.pl-3 {
	padding-left: 3em !important;
}
.pl-4 {
	padding-left: 4em !important;
}
.pr-0 {
	padding-right: 0em !important;
}
.pr-1 {
	padding-right: 1em !important;
}
.pr-2 {
	padding-right: 2em !important;
}
.pr-3 {
	padding-right: 3em !important;
}
.pr-4 {
	padding-right: 4em !important;
}
.plr-0 {
	padding-left: 0em !important;
	padding-right: 0em !important;
}
.plr-1 {
	padding-left: 1em !important;
	padding-right: 1em !important;
}
.plr-2 {
	padding-left: 2em !important;
	padding-right: 2em !important;
}
.plr-3 {
	padding-left: 3em !important;
	padding-right: 3em !important;
}
.plr-4 {
	padding-left: 4em !important;
	padding-right: 4em !important;
}
.ptb-0 {
	padding-top: 0em !important;
	padding-bottom: 0em !important;
}
.ptb-1 {
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}
.ptb-2 {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}
.ptb-3 {
	padding-top: 3em !important;
	padding-bottom: 3em !important;
}
.ptb-4 {
	padding-top: 4em !important;
	padding-bottom: 4em !important;
}
/*=========== Text color Helper============= */

.text-primary {
	color: #007bff !important;
}
.text-secondary {
	color: #868e96 !important;
}
.text-success {
	color: #28a745 !important;
}
.text-danger {
	color: #dc3545 !important;
}
.text-warning {
	color: #ffc107 !important;
}
.text-info {
	color: #17a2b8 !important;
}
.text-light {
	color: #f8f9fa !important;
}
.text-white {
	color: #fff !important;
}
/*=========== Background Color Helper============= */

.bg-dark {
	background-color: #343a40 !important;
}
.bg-primary {
	background-color: #007bff !important;
}
.bg-secondary {
	background-color: #868e96 !important;
}
.bg-success {
	background-color: #28a745 !important;
}
.bg-danger {
	background-color: #dc3545 !important;
}
.bg-warning {
	background-color: #ffc107 !important;
}
.bg-info {
	background-color: #17a2b8 !important;
}
.bg-light {
	background-color: #f8f9fa !important;
}
.bg-dark {
	background-color: #343a40 !important;
}
.bg-white {
	background-color: #fff !important;
}
.hide {
	display: none !important;
}
/*=========== Border-radius Helper============= */
.radius-2 {
	border-radius: 2px !important;
}
.radius-t-2 {
	border-top-left-radius: 2px !important;
	border-top-right-radius: 2px !important;
}
.radius-r-2 {
	border-top-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
}
.radius-b-2 {
	border-bottom-right-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
}
.radius-l-2 {
	border-top-left-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
}
.radius-4 {
	border-radius: 4px !important;
}
.radius-t-4 {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
}
.radius-r-4 {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}
.radius-b-4 {
	border-bottom-right-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.radius-l-4 {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.radius-6 {
	border-radius: 6px !important;
}
.radius-t-6 {
	border-top-left-radius: 6px !important;
	border-top-right-radius: 6px !important;
}
.radius-r-6 {
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}
.radius-b-6 {
	border-bottom-right-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}
.radius-l-6 {
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}
.radius-10 {
	border-radius: 10px !important;
}
.radius-t-10 {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}
.radius-r-10 {
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}
.radius-b-10 {
	border-bottom-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}
.radius-l-10 {
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}
.radius-20 {
	border-radius: 20px !important;
}
.radius-t-20 {
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
}
.radius-r-20 {
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}
.radius-b-20 {
	border-bottom-right-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}
.radius-l-20 {
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}
.radius-circle {
	border-radius: 100% !important;
}
/*=========== Font Size Helper============= */


.font-small {
	font-size: 90%;
}
.font-smaller {
	font-size: 80%;
}
.font-10 {
	font-size: 10px;
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.font-22 {
	font-size: 22px;
}
.font-24 {
	font-size: 24px;
}
.font-26 {
	font-size: 26px;
}
.font-28 {
	font-size: 28px;
}
.font-30 {
	font-size: 30px;
}
.font-32 {
	font-size: 32px;
}
.font-34 {
	font-size: 34px;
}
.font-36 {
	font-size: 36px;
}
.font-38 {
	font-size: 38px;
}
.font-40 {
	font-size: 40px;
}
.logo-mobile {
	display:none;
}

/*=========== Responsive  Helper============= */

 @media only screen and (min-width:1025px) and (max-width:1200px) {
}
/* =======================================
Start (min-width:1025px) media query 
=========================================*/

@media only screen and (min-width:1025px) {
 .col-lg-custom {
width:20%;
}
.lg-pull-left {
 float: left !important;
}
.lg-pull-right {
 float: right !important;
}
.lg-text-center {
 text-align: center !important;
}
.lg-text-left {
 text-align: left !important;
}
.lg-text-right {
 text-align: right !important;
}
.lg-show {
 display: block !important;
}
.lg-hide {
 display: none !important;
}
}



/* =======================================
Start (min-width:992px)  and (max-width:1024px) media query 
=========================================*/
@media only screen and (min-width:992px) and (max-width:1024px) {
.md-pull-left {
 float: left !important;
}
.md-pull-right {
 float: right !important;
}
.md-text-center {
 text-align: center !important;
}
.md-text-left {
 text-align: left !important;
}
.md-text-right {
 text-align: right !important;
}
.md-show {
 display: block !important;
}
.md-hide {
 display: none !important;
}
.md-font-small {
 font-size: 90%;
}
.md-font-smaller {
 font-size: 80%;
}
.md-font-10 {
 font-size: 10px!important;
}
.md-font-12 {
 font-size: 12px!important;
}
.md-font-14 {
 font-size: 14px!important;
}
.md-font-16 {
 font-size: 16px!important;
}
.md-font-18 {
 font-size: 18px!important;
}
.md-font-20 {
 font-size: 20px!important;
}
.md-font-22 {
 font-size: 22px!important;
}
.md-font-24 {
 font-size: 24px!important;
}
.md-font-26 {
 font-size: 26px!important;
}
.md-font-28 {
 font-size: 28px!important;
}
.md-font-30 {
 font-size: 30px!important;
}
.md-font-32 {
 font-size: 32px!important;
}
.md-font-34 {
 font-size: 34px!important;
}
.md-font-36 {
 font-size: 36px!important;
}
.md-font-38 {
 font-size: 38px!important;
}
.md-font-40 {
 font-size: 40px!important;
}
}

/* =======================================
Start (min-width:576px)  and (max-width:991px) media query 
=========================================*/
@media only screen and (min-width:576px) and (max-width:991px) {
.sm-pull-left {
 float: left !important;
}
.sm-pull-right {
 float: right !important;
}
.sm-text-center {
 text-align: center !important;
}
.sm-text-left {
 text-align: left !important;
}
.sm-text-right {
 text-align: right !important;
}
.sm-show {
 display: block !important;
}
.sm-hide {
 display: none !important;
}
 .sm-font-small {
 font-size: 90%;
}
.sm-font-smaller {
 font-size: 80%;
}
.sm-font-10 {
 font-size: 10px!important;
}
.sm-font-12 {
 font-size: 12px!important;
}
.sm-font-14 {
 font-size: 14px!important;
}
.sm-font-16 {
 font-size: 16px!important;
}
.sm-font-18 {
 font-size: 18px!important;
}
.sm-font-20 {
 font-size: 20px!important;
}
.sm-font-22 {
 font-size: 22px!important;
}
.sm-font-24 {
 font-size: 24px!important;
}
.sm-font-26 {
 font-size: 26px!important;
}
.sm-font-28 {
 font-size: 28px!important;
}
.sm-font-30 {
 font-size: 30px!important;
}
.sm-font-32 {
 font-size: 32px!important;
}
.sm-font-34 {
 font-size: 34px!important;
}
.sm-font-36 {
 font-size: 36px!important;
}
.sm-font-38 {
 font-size: 38px!important;
}
.sm-font-40 {
 font-size: 40px!important;
}
}
/* =======================================
Start 575 media query 
=========================================*/

@media only screen and (max-width:575px) {
.xs-pull-left {
 float: left !important;
}
.xs-pull-right {
 float: right !important;
}
.xs-text-center {
 text-align: center !important;
}
.xs-text-left {
 text-align: left !important;
}
.xs-text-right {
 text-align: right !important;
}
.xs-show {
 display: block !important;
}
.xs-hide {
 display: none !important;
}
 .xs-font-small {
 font-size: 90%;
}
.xs-font-smaller {
 font-size: 80%;
}
.xs-font-10 {
 font-size: 10px!important;
}
.xs-font-12 {
 font-size: 12px!important;
}
.xs-font-14 {
 font-size: 14px!important;
}
.xs-font-16 {
 font-size: 16px!important;
}
.xs-font-18 {
 font-size: 18px!important;
}
.xs-font-20 {
 font-size: 20px!important;
}
.xs-font-22 {
 font-size: 22px!important;
}
.xs-font-24 {
 font-size: 24px!important;
}
.xs-font-26 {
 font-size: 26px!important;
}
.xs-font-28 {
 font-size: 28px!important;
}
.xs-font-30 {
 font-size: 30px!important;
}
.xs-font-32 {
 font-size: 32px!important;
}
.xs-font-34 {
 font-size: 34px!important;
}
.xs-font-36 {
 font-size: 36px!important;
}
.xs-font-38 {
 font-size: 38px!important;
}
.xs-font-40 {
 font-size: 40px!important;
}
/* End 575 mwdia query */
}
/*custom website css starts*/

.sticky-header #logo img {
	margin-top: 7px;
	max-width: 90%;
	transition:all ease 0.5s;
}
.sticky-header .header-extras {
	float: right;
	margin: 21px 0 0;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}
.header-extras, #logo img {
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}
.btn-primary {
	background:#293162;
}
.swiper-slide:before {
	content: "";
	/* background: rgba(0, 0, 0, 0.5);*/
    width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}
.btn-white {
	background:#fff;
	color:#000;
	text-decoration:none;
}
.btn-white:hover {
	background:#444;
	color:#fff;
	text-decoration:none;
}
.btn-white-border {
	background:transparent;
	color:#fff;
	text-decoration:none;
	border:1px solid #fff
}
.btn-white-border:hover {
	background:#941722;
	color:#fff !important;
	text-decoration:none;
	border:1px solid #941722;
}
ul.social_footer {
	float: left;
	width: 100%;
	list-style: none;
	margin-top: 20px;
}
ul.social_footer li {
	display: inline-block;
}
ul.social_footer li a {
	color: #a2a4a4;
	padding: 0px 15px 0 0;
	font-size: 20px;
	display: inline-block;
}
ul.fnav {
	margin: 0;
	padding: 0;
}
ul.fnav li {
	list-style: none;
	float: left;
	width: 100%;
}
ul.fnav li a {
	color: #bfbfbf;
	font-size: 13px;
	padding: 5px 0;
	float: left;
	width: 100%;
}
ul.fnav li:first-child a {
	border-top: 0;
}
ul.fnav li:last-child a {
	border-bottom: 0;
}
ul.fnav li a:hover {
	color: #fff;
}
.contact-details a {
	color:#fff;
}
footer#footer {
	    padding: 20px 0;
}
ul.fnav li a i {
	margin-right: 6px;
}
#copyrights a {
	color:#fff;
}
.articles {
	width:100%;
	float:left;
	padding:50px 0;
}
.button.button-border.btn-blue {
	border: 2px solid #3e5e85;
	color: #fff;
	background: #3e5e85;
}
.button.button-border.btn-blue:hover {
	border: 2px solid #941722 !important;
	background-color: #941722 !important;
}
.button.button-border.btn-reg {
	border: 2px solid #941722;
	color: #fff;
	background: #941722;
}
.button.button-border.btn-reg:hover {
	border: 2px solid #3e5e85!important;
	background-color: #3e5e85 !important;
}
section.testi {
	float: left;
	width: 100%;
	padding: 0px 0 50px;
}
.corner {
	float: right;
	padding-top: 28px;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}
.corner .number {
	margin-right: 37px;
}
.sticky-header .corner {
	padding-top: 8px;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}
.corner a.button.button-small.button-3d.header-button {
	color: #fff;
	background: #3e5e85 !important;
}
.corner a.button.button-small.button-3d.header-button:hover {
	color: #fff;
	background: #941722 !important;
}
section#map .fluid-width-video-wrapper {
	width: 100%;
	position: relative;
	padding: 0 !important;
	height: 400px;
}
section#map {
	float: left;
	width: 100%;
	height: 400px;
	margin-top: -80px;
}
#contact_info {
	float: left;
	width: 100%;
	padding: 50px 0;
}
.sidebar-address p {
	margin-bottom: 10px;
}
.button.button-border.btn-blue.btn-lg {
	font-size: 16px;
	padding: 10px 20px;
	height: auto;
	line-height: normal;
}
.imgsrc {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.imgsrc img {
	visibility:hidden
}
.padded {
	padding:50px 0;
	float:left;
	width:100%;
}
.lisings ul {
	list-style:none;
	margin:0;
	padding:0;
}
.lisings ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.lisings ul li:before {
	position: absolute;
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	left: 0;
	top: 5px;
}
a:hover {
	color: #941722;
}
.text-orange {
	color: #941722;
}
.listingss ul {
	list-style:none;
}
.pricing-tenure-switcher {
	position: relative;
}
.pricing-tenure-switcher .pts-left, .pricing-tenure-switcher .pts-right, .pricing-tenure-switcher .pts-switcher {
	display: inline-block;
	margin: 0 10px;
	height: 30px;
	overflow: hidden;
}
.pricing-tenure-switcher .pts-left, .pricing-tenure-switcher .pts-right {
	font-size: 16px;
	font-weight: 600;
	color: #AAA;
	line-height: 30px;
}
.pricing-tenure-switcher .pts-switch-active {
	color: #333;
}
.pricing-tenure-switcher .pts-switcher label {
	margin-bottom: 0;
}
.testimonial .flex-control-nav li {
	margin: 0 5px;
	width: 12px;
	height: 12px;
}
.testimonial .flex-control-nav li a {
	width: 12px !important;
	height: 12px !important;
}
div#top-header {
	background: #69788b;
	padding: 5px 0;
	color: #fff;
}
div#top-header ul {
	margin: 0;
	padding: 0;
}
div#top-header li {
	display: inline;
}
div#top-header li a {
	padding-right: 10px;
	color: rgba(255, 255, 255, .9);
	font-size: 15px;
	padding: 10px;
}
div#top-header li a:hover {
	color:#fff;
}
div#logo {
	max-width: 260px;
}
.contacts-info a {
	padding-left: 20px;
	color: rgba(255, 255, 255, .9);
}
.contacts-info a:hover {
	color:#fff;
}
.corner .number {
	margin-right: 37px;
	display: none;
}
#testimonials {
	background: #f8f8f8;
	padding: 20px 0;
	float: left;
	width: 100%;
}
.aboutSection {
    background: #fff;
    padding: 0;
    float: left;
    width: 100%;
    margin: 0;
    padding-bottom: 60px;
}
.graysection {
	background: #f8f8f8;
	padding: 60px 0;
	float: left;
	width: 100%;
}
section#testimonials.mt-50 {
	margin: -80px 0 50px;
}
 
#slider p {
    letter-spacing: 1px;
    font-size: 18px;
}
#slider h2, #slider h4 {
	letter-spacing: 5px;
}
.parallex-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	margin-top: 0;
	float: left;
	width: 100%;
	position:relative;
}
.parallex-image:after {
	width:100%;
	height:100%;
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0, 0, 0, 0);
}
.captionBG:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
.captionBG p, .captionBG h4, .captionBG h2 {
	position: relative;
	z-index: 99;
}
.captionBG {
	padding:20px;
}
.aboutpage {
	padding: 60px 0;
	float: left;
	width: 100%;
}
.title-block > span {
	display: inline;
	margin-top: 4px;
	color: #941722;
	font-weight: normal;
}
.bggray {
	background:#f8f8f8 !important;
}
.maps, .gmaps {
	position:relative;
}
.maps .fluid-width-video-wrapper, .gmaps .fluid-width-video-wrapper {
	height: 350px;
}
.maps .fluid-width-video-wrapper iframe, .gmaps .fluid-width-video-wrapper iframe {
	position: static;
	height: 100%;
}
.bg-transparent {
	background-color:transparent !important;
}
.gmaps {
	border: 5px solid #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.portfolio-image {
	max-height: 240px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
	border: 5px solid #fff;
}
.btn-lg, .btn-group-lg > .btn {
	border-radius: 2px;
	padding: 10px 26px;
	line-height: 1.42857143;
	font-size: 16px;
}
.dark .slider-caption.slider-caption-center .button.button-border:not(.button-light) {
 border:1px solid transparent;
 color: rgba(255, 255, 255, 1);
}
.dark .slider-caption.slider-caption-center .button.button-border:not(.button-light):hover {
border:1px solid transparent !important;
}
.ipost.clearfix .entry-image > a {
	height: 210px;
	overflow: hidden;
}
img.payments {
	max-height: 30px;
	margin: 20px 0;
}
.btn {
	border-radius:2px;
}
.btn-orange {
	border: 1px solid #941722;
	color: #fff;
	background: #941722;
}
.btn-orange:hover {
    background: #69788b;
    border-color: #69788b;
    color: #fff;
}
.btn-default {
    background: #69788b;
    color: #fff;
}
.btn-default:hover {
	background: #941722;
	border: 1px solid #941722;
	color: #fff;
}
span.red {color:#941722;}
.testmonialr-right .owl-nav {
	display: none;
}
.testmonialr-right {
	float: left;
	width: 100%;
	padding: 30px 0;
}
.owl-carousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
}
.togglet span {
	color: #941722;
}
.infor {
	padding: 10px;
	border: 5px solid #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.separate address {
	margin-bottom:0;
}
.separate .maps .fluid-width-video-wrapper, .separate .gmaps .fluid-width-video-wrapper {
	height: 312px;
}
.separate .mapItem {
	border:0;
}
#slider h4 {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 23px;
}
a.more {
	color: #941722;
	font-weight: bold;
	float: left;
}
a.more:hover {
	color:#941722
}
.iframe {
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.iframe iframe {
	position: static !important;
}
.iframe  .fluid-width-video-wrapper {
	height: 320px !important
}
 .shadow img {
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.contacts {padding:0 2%;}
.map-container {height: 535px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border: 10px solid #fff;
}
.contactForm {
	     padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.sidebar-address {
     padding: 10px;
    background: #ececec;
    border-radius: 4px;
    border: 1px solid #dadada;
}
.sidebar-address h4 {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.resorses a {color: #941722; display:block}
div#faqs.resorses {
    line-height: 30px;
}
div#faqs.resorses i.fa {
    color: #121d6c;
    margin-right: 5px;
}
div#faqs.resorses a:hover {
	color:#941722
}
.mark  {
    word-wrap: break-word;
}
div#logo {
    max-width: 265px;
    left: 0;
}
 
.border1 {border: 1px solid #dece79;}
 img.shadow {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
    border: 4px solid #fff;
}
.barfull {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    font-size: 20px;
    background: #f1f1f1;
}
.innerlist ul {list-style:inside;} 
.trust {
    margin-top: 15px;
    float: left;
    border-radius: 4px;
    overflow: hidden;
}
ul.pay li  a { 
	position:relative;
}
ul.pay li:first-child a:after  {
    content: "";
    width: 1px;
    background: rgba(255, 255, 255, .8);
    float: left;
    height: 13px;
    margin-top: 6px;
    position: absolute;
    right: 0;
}
ul.pay li a:hover {
color: #FFF;
}
#header.full-header {border:0;}
.slider-caption.slider-caption-center {
    background: rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.slider-caption.slider-caption-center p{
   color:#fff;
}
.btn-orange.btn-slider:hover {background:#174574; color:#fff; border-color:#174574;}
.col-md-7.btandbox h3 {
    margin-top: 67px;
    font-size: 30px;
}
 .btandbox h3 {
    margin-top: 60px;
}
#header.sticky-header .btandbox h3 {
    margin-top: 31px;
    font-size: 17px;
}
.well.wellcustom { 
    background-color: #fff; 
	font-size:16px;
    box-shadow: none;
}
.well.wellcustom ul {
    margin-left: 20px;
}
.well.wellcustom ul li {margin-bottom:10px;}