/*
Theme Name: _s
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: _s
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

_s is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Font Face/ Google Font 
2.0 - Links
3.0 - Accessibility
4.0 - Alignments
5.0 - Widgets
6.0 - Content
	6.1 - Posts and pages
	6.2 - Asides
	6.3 - Comments
7.0 - Infinite scroll
8.0 - Media
9.0 - Page Layout (Author Styles proceed here) <<<<
10.0 - Misc
11.0 - Media Queries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Font Face/ Google Font
------------------------------------------------------------- */


/* Place your @import google font or font face here */

@font-face {
	font-family: 'HelveticaNeueLTCom75Bold';
	src: url('fonts/helveticaneueltcom-bd.eot');
	src: url('fonts/helveticaneueltcom-bd.eot') format('embedded-opentype'), url('fonts/helveticaneueltcom-bd.woff') format('woff'), url('fonts/helveticaneueltcom-bd.ttf') format('truetype'), url('fonts/helveticaneueltcom-bd.svg#HelveticaNeueLTCom75Bold') format('svg');
}

@font-face {
	font-family: 'HelveticaNeueLTCom45Light';
	src: url('fonts/helveticaneueltcom-lt.eot');
	src: url('fonts/helveticaneueltcom-lt.eot') format('embedded-opentype'), url('fonts/helveticaneueltcom-lt.woff') format('woff'), url('fonts/helveticaneueltcom-lt.ttf') format('truetype'), url('fonts/helveticaneueltcom-lt.svg#HelveticaNeueLTCom45Light') format('svg');
}

@font-face {
	font-family: 'HelveticaNeueLTCom55Roman';
	src: url('fonts/helveticaneueltcom-roman.eot');
	src: url('fonts/helveticaneueltcom-roman.eot') format('embedded-opentype'), url('fonts/helveticaneueltcom-roman.woff') format('woff'), url('fonts/helveticaneueltcom-roman.ttf') format('truetype'), url('fonts/helveticaneueltcom-roman.svg#HelveticaNeueLTCom55Roman') format('svg');
}

@font-face {
	font-family: 'HelveticaNeueLTCom35Thin';
	src: url('fonts/helveticaneueltcom-th.eot');
	src: url('fonts/helveticaneueltcom-th.eot') format('embedded-opentype'), url('fonts/helveticaneueltcom-th.woff') format('woff'), url('fonts/helveticaneueltcom-th.ttf') format('truetype'), url('fonts/helveticaneueltcom-th.svg#HelveticaNeueLTCom35Thin') format('svg');
}

@font-face {
	font-family: 'HelveticaNeueLTCom77BoldCondensed';
	src: url('fonts/helveticaneueltcom-bdcn.eot');
	src: url('fonts/helveticaneueltcom-bdcn.eot') format('embedded-opentype'), url('fonts/helveticaneueltcom-bdcn.woff') format('woff'), url('fonts/helveticaneueltcom-bdcn.ttf') format('truetype'), url('fonts/helveticaneueltcom-bdcn.svg#HelveticaNeueLTCom77BoldCondensed') format('svg');
}

@font-face {
	font-family: 'HelveticaNeueLTComThCn_0';
	src: url('fonts/HelveticaNeueLTComThCn_0.eot');
	src: url('fonts/HelveticaNeueLTComThCn_0.eot') format('embedded-opentype'), url('fonts/HelveticaNeueLTComThCn_0.woff2') format('woff2'), url('fonts/HelveticaNeueLTComThCn_0.woff') format('woff'), url('fonts/HelveticaNeueLTComThCn_0.ttf') format('truetype'), url('fonts/HelveticaNeueLTComThCn_0.svg#HelveticaNeueLTComThCn_0') format('svg');
}

@font-face {
    font-family:'Century Gothic';
    src: url('fonts/Century Gothic Bold.eot');
	src: url('fonts/Century Gothic Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Century Gothic Bold.woff2') format('woff2'),
		url('fonts/Century Gothic Bold.woff') format('woff'),
		url('fonts/Century Gothic Bold.svg#Century Gothic Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-F003;
}


/*--------------------------------------------------------------
2.0 Links
--------------------------------------------------------------*/

a {
	color: royalblue;
}

/*a:visited {
	color: purple;
}*/

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

hr {
	border-top: 1px solid #dddddd;
}


/*--------------------------------------------------------------
3.0 Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/*--------------------------------------------------------------
4.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/*--------------------------------------------------------------
5.0 Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets */

.widget select {
	max-width: 100%;
}


/* Search widget */

.widget_search .search-submit {
	display: none;
}


/*--------------------------------------------------------------
6.0 Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
6.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
6.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/*--------------------------------------------------------------
6.3 Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
7.0 Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
	display: block;
}


/*--------------------------------------------------------------
8.0 Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
	max-width: 100%;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
9.0 Page Layout (Author Styles proceed here)
--------------------------------------------------------------*/

body {
	font-family: 'Roboto', sans-serif;
	background-color: #f9f9f9;
	color: #3e3d3d;
	font-size: 18px;
}


/* Please specify your container width here. e.g. 978px (PSD width) + 30px (15px left & 15px right - bootstrap gutter) =  1008px
.container {
	max-width: 1008px;
}*/


/* This is for NON-Responsive Container ==
.container {
	max-width: none !important;
	width: 1008px; 
}*/

.site-header {
	background-color: #e8e8e8;
	border-top: 3px solid #e41119;
	padding: 0 0 22px;
}

.site-branding .logo {
	display: block;
	margin: 20px 0 0;
	width: 265px;
}

.site-branding .logo img {
	max-width: 100%;
}

.site-right-heading {
	text-align: right;
}

.login {
	padding: 20px 0 0;
}

.login p {
	color: #535353;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.login p a {
	color: #535353;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.slogan {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 700;
	color: #000;
	font-size: 25px;
	margin: 20px 0 15px;
}

.man img {
	max-width: 100%;
	height: auto;
}

.introduction {
	text-align: center;
	padding: 60px 0;
}

.introduction h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #3e3d3d;
	font-size: 20px;
	margin: 0;
}

.home-banner {
	padding: 0;
	background: url(images/home-banner-bg.jpg) no-repeat center;
	margin: 0 0 75px;
}

.home-banner img {
	width: 100%;
	height: auto;
}

.home-banner .video-container {
	position: relative;
	width: 56%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.home-banner .video-container video {
	width: 100%;
	height: auto;
	display: block;
}

.home-banner .video-container .play-pause {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	display: block;
}

.become-container {
	padding: 70px 0 0;
}

.become {
	position: relative;
	margin: 0 0 50px;
	padding: 35px;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #d7d7d7;
}

.become a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.become h2 {
	margin: 0 0 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #e41119;
}

.become p {
	margin: 0;
	font-size: 18px;
}

.casro-content {
	padding: 80px 0 0;
}

.casro-content p {
	margin: 0 0 35px;
}

.casro-content p strong {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}

.casro-logo {
	text-align: center;
}

.casro-people img {
	max-width: 100%;
}

.client-logo-home {
	background-color: #f3f3f3;
	padding: 15px 0;
	text-align: center;
}

.client-logo-home p {
	margin: 0;
}

.client-logo-home img {
	max-width: 100%;
}

.site-footer {
	background-color: #00aeff;
	text-align: center;
	padding: 20px 0;
}

.site-footer img {
	margin: 0 0 5px;
}

.site-footer p {
	font-size: 12px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	margin: 0;
}


/* About */

.about-banner {
	position: relative;
	width: 100%;
}

.about-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.about-banner .about-content {
	left: 50%;
	margin-left: -350px;
	position: absolute;
	text-align: center;
	bottom: 25px;
	width: 700px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
}

.about-banner .about-content h1 {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	margin: 0;
}

.about-banner .about-content p {
	color: #000;
	line-height: normal;
	font-size: 14px;
}

.team {
	padding: 50px 0;
}

.team h1 {
	margin: 0 0 20px;
	display: block;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 70px;
}

.team-indi {
	padding: 35px 0;
}

.team-indi img {
	max-width: 100%;
	height: auto;
}

.team-indi h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 40px;
	margin: 0;
	color: #000;
}

.team-indi h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: #5f5f5f;
	margin: 0 0 20px;
}

.around-globe {
	text-align: center;
	padding: 70px 0 80px;
	background-color: #0089c9;
}

.around-globe h1 {
	font-size: 40px;
	color: #fff;
	margin: 0 0 20px;
	font-family: 'Roboto', sans-serif;
}

.around-globe h2 {
	font-size: 30px;
	color: #fff;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

.testimonials {
	padding: 100px 0;
}

.testimonials h1 {
	display: block;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-weight: 700;
	margin: 0 0 75px;
	font-size: 30px;
}

.testi-indi {
	margin: 0 0 40px;
}

.testi-indi .testi-bub {
	min-height: 215px;
	position: relative;
	padding: 25px;
	background-color: #ebebeb;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.testi-indi .testi-bub:after {
	content: "";
	background: url(images/tarrot.png) no-repeat;
	position: absolute;
	bottom: -36px;
	left: 30px;
	width: 32px;
	height: 36px;
}

.testi-indi .testi-bub p {
	font-size: 18px;
	color: #282828;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

.testi-indi .testi-bub p strong {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.testi-indi .testi-buyer {
	padding-left: 75px;
	padding-top: 8px;
}

.testi-indi .testi-buyer p {
	margin: 0;
	font-size: 14px;
	color: #282828;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: italic;
}

.testi-indi .testi-buyer p span {
	color: #5d5d5d;
}


/* About */


/* faq */

.banner {}

.banner img {
	width: 100%;
	height: auto;
}

.faq {
	padding: 50px 0;
}

.faq h1 {
	margin: 0 0 20px;
	display: block;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 70px;
}

.faq-indi {
	padding: 35px 0;
}

.faq-indi h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	margin: 0 0 20px;
	color: #3e3d3d;
}

.faq-indi p strong {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.stories {
	padding: 50px 0;
}

.stories h1 {
	margin: 0 0 40px;
	display: block;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
}

.stories-indi {
	padding: 20px 0;
	border-bottom: 1px dotted #ababab;
}

.story-title {
	text-align: right;
	padding: 0;
}

.story-title h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 5px;
	color: #3e3d3d;
}

.story-title h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin: 0;
	color: #3e3d3d;
}

.some-clients {
	padding: 50px 0;
	text-align: center;
	background-color: #f3f3f3;
}

.some-clients h1 {
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #000;
	margin: 0 0 40px;
	font-size: 30px;
}

.some-clients img {
	max-width: 100%;
	height: auto;
}


/* faq */


/* Contact */

.contact-form {
	padding: 0 0 30px;
}

.contact-form label {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

.contact-form input[type="text"] {
	width: 100%;
	padding: 15px;
	font-size: 18px;
	background-color: #ececec;
	border: none;
}

.contact-form input[type="email"] {
	width: 100%;
	padding: 15px;
	font-size: 18px;
	background-color: #ececec;
	border: none;
}

.contact-form textarea {
	width: 100%;
	padding: 15px;
	font-size: 18px;
	background-color: #ececec;
	border: none;
}

.contact-form input[type="submit"] {
	float: right;
	padding: 13px 22px;
	background-color: #ed1c24;
	color: #fff;
	font-size: 18px;
	border: none;
}

.contact-form img {
	margin: 0 0 10px;
}

span.wpcf7-form-control-wrap {
	margin: 0 0 20px;
	display: block;
}

.contact-info {
	padding: 10px 25px 10px 35px;
}

.contact-info p strong {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.contact-info p.label-address {
	float: left;
}

.contact-info p.content-address {
	margin-left: 83px;
}


/* Contact */

.content {
	padding: 50px 0;
}

.content h1 {
	margin: 30px 0 40px;
	display: block;
	text-align: center;
/*	font-family: 'HelveticaNeueLTComThCn_0';*/
	font-size: 55px;
}

.content p {
	margin: 0 0 30px;
}

.content ul {
	margin: 0 0 50px;
	list-style-image: url("images/dot.png");
}

.content ul li {
	margin: 0 0 15px;
	color: #000;
}

.signup-button {
	text-align: center;
	padding: 40px 0 30px;
}

.signup-button a {
	background-color: #e41119;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin: 0 auto;
	padding: 10px 20px;
	text-transform: uppercase;
	width: 200px;
}

.signup-button a:hover {
	background-color: #b9080f;
	text-decoration: none;
}


/* Navbar override styles here */

.navbar-default {
	background: none;
	border: none;
	margin: 0;
	min-height: 1px;
}

.navbar-nav {
	float: right;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: none;
	padding: 0;
}

.navbar-default .navbar-nav>li {
	margin: 0 15px;
}

.navbar-default .navbar-nav>li:last-child {
	margin: 0;
}

.navbar-default .navbar-nav>li>a {
	padding: 0;
	font-size: 20px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.navbar-default .navbar-nav>.current-menu-item>a,
.navbar-default .navbar-nav>.current-menu-item>a:focus,
.navbar-default .navbar-nav>.current-menu-item>a:hover {
	color: #e41119;
	background: none;
}


/*--------------------------------------------------------------
10.0 Misc - Place your modifier's here
--------------------------------------------------------------*/

.half-bottom {
	margin-bottom: 10px;
}

.half-top {
	margin-top: 10px;
}

.add-bottom {
	margin-bottom: 20px;
}

.add-top {
	margin-top: 20px;
}

.nodisplay {
	display: none;
}

.red {
	color: #ec1c24;
}
strong.logo-text {
	font-family:'Century Gothic';
	color: #000;
}

/*----------------------------------------------------------------
11.0 Hiring Page
----------------------------------------------------------------*/
.hiring {
    font-family: 'Roboto', sans-serif;
    /*max-width: 850px;*/
    margin: 0 auto;
}
.hiring-description {
    margin-left: 130px;
}
.hiring-position {
    margin-bottom: 4px;
}
.position-container > .row {
	padding-bottom: 25px;
	padding-top: 35px;
}
.position-image img {
	width: 100%;
}
.position-content h3 {
	margin: 0 0 30px;
    text-transform: uppercase;
    font-weight: 700;
	color: #024e8f;
	font-size: 30px;
}
.position-more {
    font-weight: 700;
    color: #e41119;
}
.popup-with-zoom-anim {
	background-color: #e41119;
    color: #fff;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
	text-decoration: none;
	margin: 0 auto;
    width: 200px;
    text-align: center;
}
.popup-with-zoom-anim:hover,
.popup-with-zoom-anim:focus {
	background-color: #bf1017;
	color: #fff;
	text-decoration: none;
}

/* POPUP */
/* Styles for dialog window */
#position-pop1,
#position-pop2,
#position-pop3,
#position-pop4,
#position-pop5,#position-pop6 {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 570px;
	margin: 40px auto;
	position: relative;
}

#about-pop1,
#about-pop2,
#about-pop3,
#about-pop4,
#about-pop5,
#about-pop6,
#about-pop7,
#about-pop8,
#about-pop9,
#about-pop10 {
	background: white;
	padding: 20px;
	text-align: left;
	max-width: 980px;
	margin: 40px auto;
	position: relative;
}
.zoom-anim-dialog input.wpcf7-form-control {
    background-color: #e7e8e9;
    border: none;
    padding: 6px 15px;
    border-radius: 20px;
	width: 100%;
	outline: none;
}
.zoom-anim-dialog select.wpcf7-form-control {
    background-color: #e7e8e9;
    border: none;
    padding: 6px 15px;
    border-radius: 0;
	width: 100%;
	outline: none;
}
.zoom-anim-dialog span.wpcf7-form-control-wrap {
    display: block;
	margin: 0 0 15px;
}
.zoom-anim-dialog span.wpcf7-form-control-wrap.your-file,
.zoom-anim-dialog span.wpcf7-form-control-wrap.captcha-557 {
	margin: 0;
}
.zoom-anim-dialog code {
	font-weight: normal;
    font-size: 12px;
	margin: 0 0 15px;
    display: block;
}
.zoom-anim-dialog label {
	display: block;
}
.zoom-anim-dialog label > strong {
	font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}
.zoom-anim-dialog p {
	margin: 0;
}
.zoom-anim-dialog br {
	display: none;
}
.zoom-anim-dialog input.wpcf7-form-control.wpcf7-submit {
	background-color: #00aeef;
	color: #fff;
	font-weight: 700;
	margin: 20px 0 0;
	padding: 10px;
    font-size: 20px;
}
.zoom-anim-dialog h1 {
	font-size: 27px;
    font-weight: 700;
    margin: 10px 0 20px;
	color: #024e8f;
	text-align: center;
}
.zoom-anim-dialog label > span.req {
    color: #ff0000;
}

span.wpcf7-radio > span.wpcf7-list-item > label {
	float: left;
	margin-right: 15px;
}
textarea.wpcf7-textarea {
    background-color: #e7e8e9;
    border: none;
    padding: 6px 15px;
    border-radius: 20px;
	width: 100%;
	outline: none;
    height: 100px;
}
.multi-choice {
	padding: 15px 0;
}
.multi-choice p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #000;
}
.search-content {
	text-align: center;
}
.search-content img {
	max-width: 700px;
	width: 100%;
}

/* POPUP */


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog,
.my-mfp-zoom-in .zoom-anim-about {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 

	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-ready .zoom-anim-about {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-removing .zoom-anim-about {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/* POPUP */

/* About Slider */
.bx-wrapper {
	border: none;
	box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 1000 !important;
}
.about-slider-image {
	position: relative;
}
.about-slider-image > h2 {
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	padding: 10px;
	font-size: 16px;
}
.bx-wrapper .bx-next {
	width: 28px !important;
	height: 53px !important;
	background: url('images/slide-next.png') no-repeat 0 0 !important;
	margin-top: -26px !important;
	right: -45px !important;
}
.bx-wrapper .bx-prev {
	width: 28px !important;
	height: 53px !important;
	background: url('images/slide-prev.png') no-repeat 0 0 !important;
	margin-top: -26px !important;
	left: -45px !important;
}
.divider {
	width: 150px;
    height: 5px;
    background-color: #5f5f5f;
    margin: 0 auto 40px;
}
.zoom-anim-about img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.about-pop-content h1 {
	margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.about-pop-content h2 {
	font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #5f5f5f;
    margin: 0 0 20px;
}

/*--------------------------------------------------------------
12.0 Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 75em) {
	/* width 1200px up */
}

@media only screen and (min-width: 62px) and (max-width: 75em) {
	/* 992px and 1200px */
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}
    
	.casro-content {
		padding: 26px 0 0;
	}
    
	.about-banner .about-content {
		top: 25px;
	}
}

@media screen and (max-width: 1199px) {
	.bx-wrapper {
		max-width: 895px !important;
		margin: 0 auto;
	}
}

@media screen and (max-width: 61.938em) {
	/* width: 991px; */
	.bx-wrapper {
		max-width: 670px !important;
		margin: 0 auto;
	}
	
	.site-branding .logo {
		width: auto;
	}
    
	.site-branding .logo img {
		width: 100%;
	}
    
	.navbar-default .navbar-nav>li {
		margin: 0 7px;
	}
    
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}
    
	.slogan {
		font-size: 24px;
	}
    
	.become {
		padding: 20px;
	}
    
	.become h2 {
		font-size: 22px;
	}
    
	.about-banner .about-content h1 {
		font-size: 50px;
	}
    
	.about-banner .about-content p {
		font-size: 14px;
	}
	.tes
    ti-indi .testi-bub {
		min-height: 310px;
	}
}

@media screen and (max-width: 48em) {
	/* width 768px */
}

@media screen and (max-width: 767px) {
	/* width 767px */
	.bx-wrapper .bx-prev {
		left: 10px !important;
	}
	.bx-wrapper .bx-next {
		right: 10px !important;
	}
	p {
		font-size: 16px;
	}
    
	.site-branding .logo {
		margin: 20px 0;
	}
    
	.navbar-nav {
		float: none;
		margin: 0;
		padding: 15px 0 0;
		text-align: left;
	}
    
	.navbar-default .navbar-nav>li {
		margin: 0;
	}
    
	.navbar-default .navbar-nav>li>a {
		border-bottom: 1px solid #d4d4d4;
		padding: 10px 0;
	}
    
	.man {
		text-align: center;
	}
    
	.casro-people {
		text-align: center;
	}
    
	.introduction h4 {
		font-size: 18px;
	}
    
	.become h2 {
		font-size: 18px;
	}
    
	.content h1 {
		font-size: 40px;
	}
    
	.content ul li {
		font-size: 16px;
	}
    
	.faq h1 {
		font-size: 50px;
	}
    
	.team h1 {
		font-size: 50px;
	}
    
	.about-banner .about-content {
		background-color: transparent;
		position: static;
		margin-left: 0;
		width: 100%;
		padding: 0 15px;
	}
    
	.about-banner .about-content h1 {
		margin: 20px 0 10px;
		color: #3e3d3d;
	}
    
	.about-banner .about-content p {
		color: #3e3d3d;
	}
    
	.around-globe h1 {
		font-size: 25px;
	}
    
	.around-globe h2 {
		font-size: 20px;
	}
    
	.testi-indi .testi-bub p {
		font-size: 16px;
	}
    
	.team-indi h2 {
		font-size: 35px;
	}
    
	.team-indi h3 {
		font-size: 20px;
	}
    
	.team-indi img {
		margin: 0 0 15px;
	}
    
	.testi-indi .testi-bub {
		min-height: 215px;
	}
    
	.home-banner .video-container {
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.bx-wrapper {
		max-width: 445px !important;
		margin: 0 auto;
	}
}

@media screen and (max-width: 30em) {
	/* width 480px */
	.team-indi img {
		width: 100%;
		height: auto;
	}
	.zoom-anim-about img {
		float: none;
		margin-right: 0;
	}
}