@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,400italic,600,600italic,700,700italic);
body {
	font-family: 'Droid Serif', serif;
	font-family: 'Source Sans Pro', sans-serif;
	background: #fff;
}

#menu-wrapper {
	background: #fff;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 40px;
}

#menu {
	float: right;
	margin-top: 93px;
}

#menu ul li {
	padding: 0 30px;
}

#menu ul li:last-child {
	padding-right: 0px;
}

#menu ul li a {
	color: #000;
	font-size: 18px;
	padding: 0 2px;
	border-bottom: 2px solid transparent;
	line-height: 24px;
	font-weight: 300;
}

#menu ul li a:hover, #menu ul li.current-menu-item a {
	border-bottom: 2px solid #00a2ea;
}


#menu ul ul {
	background: #fff;
}

#menu ul ul li {
	padding: 0;
	line-height: 30px;
}

#menu ul ul li a {
	border-bottom: none;
	padding: 7px;
}

#menu ul ul li a:hover {
	border-bottom: none;
	background: #00a2ea;
	color: #fff;
}


#banner {
	background: url(images/default-banner.jpg);
	background-position: 50% 50%;
	background-size: cover;
	height: 450px;
}

#banner-text {
	text-align: right;
}

#banner-text h1 {
	margin: 0px;
	color: #fff;
	font-size: 58px;
	margin-bottom: 15px;
	margin-top: 240px;
	font-weight: 300;
}

#banner-text a.button {
	display: inline-block;
	background: #333333;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	padding: 0 50px;
	font-weight: 300;
}

#banner-text a.button:hover {
	text-decoration: none;
	background: #72aed3;
}


#cta-wrapper {
	background: #FAA025;
	width: 100%;
	margin-top: 60px;
}

#cta {
	text-align: center;
	color: #fff;
	padding: 30px 0;
}

#cta p {
	margin: 0px;
	font-size: 36px;
	font-weight: 300;
}

#cta p a {
	display: inline-block;
	background: #fff;
	color: #333;
	font-size: 24px;
	padding: 2px 35px;
	margin-left: 40px;
}

#cta p a:hover {
	text-decoration: none;
	background: #72aed3;
}

#footer-wrapper {
	border-top: 10px solid #333;
	background: #9DE5F1;       
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.footer h3 {
	margin: 0px;
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 300;
}

.footer h3::after {
	content: " ";
	display: block;
	left: 0px;
	height: 2px;
	width: 35px;
	background: #6c6c6c;
	position: absolute;
	top: 40px;
}

.footer p {
	color: #444;
	font-weight: 500;
}

.footer .social-media a {
	color: #9c9c9c;
	padding: 0 10px;
}

.footer .social-media a:hover {
	color: #72aed3;
	text-decoration: none;
}

.footer ul {
	margin: 0px;
	padding: 0px;
}

.footer ul li {
	float: left;
	width: 50%;
}

.footer ul li a {
	color: #333;
	line-height: 26px;
	font-weight: 300;
}

.footer ul li a:hover {
	color: #72aed3;
	text-decoration: none;
}



.btn, .btn:focus, .btn:active {
    font: 600 16px/20px;
    color: #fff;
    background: #634a6c;
    display: inline-block;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    font-weight: 500;
    padding: 14px 46px 14px !important;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    text-align: center;
    position: relative !important;
    z-index: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
font-weight: 300;
}


.btn, .btn:focus, .btn:active {
    border-radius: 0 !important;
    background-color: #094e89 !important;
}




.flipservices .span4{margin-top:15px; margin-bottom: 15px;}

.card img{height: 50px !important; width: auto !important; position: relative !important; left: 0 !important; margin-top:15px;}

.card {position: relative; padding-bottom:52%; height:0px; width: 100%; text-align: center; cursor: pointer;}

.card h2{color:#fff; margin-bottom:5px !important; color:#fff; text-transform: uppercase; font-size: 20px; font-weight: 300}

.card__front h2{}

.card__back a{margin-top:15px;}
/*.card:nth-child(1) {margin-left: -3px; margin-right: 1px;}

.card:nth-child(2), .card:nth-child(3) {margin-right: 1px;}*/

/* card fronts and backs */
.card__front, .card__back {position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; padding:30px;}

.card__front, .card__back { -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s;}

.card__front {background-color: #094e89;}

.card__back {background-color: #333; -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); color: #fff;}

/* card text */
.card__text {display: inline-block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; height: 20px; color: #fff; line-height: 20px;}

/* hover effect */
.card.effect__hover:hover .card__front {-webkit-transform: rotateY(-180deg); transform: rotateY(-180deg);}

.card.effect__hover:hover .card__back {-webkit-transform: rotateY(0); transform: rotateY(0);}
.flipservices .row{margin:0;}
.flipservices .span4{margin:0; width: 33.33%; box-sizing: border-box; border: 1px solid #E7E7E7;}
.flipservices .span4:nth-child(2n+1) .card .card__front{background:#bfbfbf;}
/*................................... End: Flip CSS .....................................*/



#cards .col-sm-4 {
	padding: 0px;
	padding: 2px;
}

#cards .col-sm-4:nth-child(even) .card__front {
	background: #009ce9;
}


.card__back a.btn {
	border: none;
	background: #fff;
}

#cards p {
	margin: 0px;
	font-weight: 300;
}


#cards h2 {
	margin: 0px;
}


#cards {
	padding-top: 50px;
}


.inside-page #banner {
    height: 230px;
    margin-bottom: 40px;
    background-position: center 35%;
}

#primary h1 {
	font-size: 28px;
	font-weight: 600;
	margin-top: 0px;
}

#primary p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: 300
}

#primary h2, #primary h3 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 20px;
}

#primary ul li, #primary ol li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: 300;
}

#primary ul, #primary ol {
	margin-bottom: 20px;
}

#secondary {
	margin-top: 50px;
}

.widget ul {
margin: 0px;
padding: 0px;
}

.widget li {
    color: #888;
    display: block;
    padding: 6px 0;
    padding-left: 35px;
    border-bottom: none;
    background: url(images/bullets.jpg) no-repeat left;
    margin-bottom: 6px;
	line-height: 18px;
}

.widget li a {
    color: #234887;
	display: block;
font-weight: 300;
font-size: 14px;
}

.widget li a:hover {
	text-decoration: none;
}

.widget a.btn-primary {
	width: 100%;
	display: block;
	background: #333 !important;
	border: none;
	text-transform: none;
	letter-spacing: normal;
	font-size: 24px !Important;
	padding: 15px 0 !important;
	font-weight: 300;
}

#contact-form .btn-primary {
	width: 100%;
	display: block;
	background: #333 !important;
	border: none;
	text-transform: none;
	letter-spacing: normal;
	font-size: 24px !Important;
	padding: 15px 0 !important;
	font-weight: 300;
}


#contact-form .btn-primary:hover, .widget a.btn-primary:hover {
    text-decoration: none;
    background: #72aed3 !important;
}

#logo {
}

#logo img {
	max-width: 100%;
	/* min-width: 100%;
	width: 100%; */
	height: auto;
}

blockquote.easy_testimonial p {
    width: auto;
    font-size: 16px;
    margin-bottom: 20px;
	font-weight: 300;
}

blockquote.easy_testimonial p.testimonial_author {
    font-weight: bold;
    margin-bottom: 0px;
}

blockquote.easy_testimonial {
    border: 0;
    background: #ECECEC;
    padding: 16px;
}

#banner-text h1 {
    margin: 0px;
    color: #fff;
    font-size: 50px;
    margin-bottom: 15px;
    margin-top: 250px;
}

#banner-text h1 span {
    font-size: 36px;
    font-style: italic;
    line-height: 1.3;
    display: block;
}

label {
font-weight: 300 !important;
}

.anchor {
    position:relative;
    top:-100px;
	display: block;
}


#primary .btn-primary {
	width: 100%;
	display: block;
	background: #333 !important;
	border: none;
	text-transform: none;
	letter-spacing: normal;
	font-size: 24px !Important;
	padding: 15px 0 !important;
	font-weight: 300;
}


#primary .btn-primary:hover, .widget a.btn-primary:hover {
    text-decoration: none;
    background: #72aed3 !important;
}



.last-footer {
text-align: right;
}


.last-footer h3::after {
    left: inherit;
    right: 0px;
}


.footer-two {
padding-left: 90px;
}


.footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


.footer h3 {
    position: relative;
}

.video-embed {
position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-embed video,
.video-embed embed,
.video-embed iframe {
position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#video-wrapper {
	padding: 35px 0 0;
}

#video-wrapper .video-embed {
margin: 0 -15px;
}