/*
	Theme Name: Gathr Virtual Screening
	Theme URI: https://gathr.com
	Description: Gathr Virtual Screening Custom WordPress Theme
	Version: 1
	Author: Radu Pereteanu
	Author URI:
	Tags: Custom, HTML5, CSS3

	License: #
	License URI: #
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */


/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('/assets/landing_page_films/fonts/font-name.eot');
	src:url('/assets/landing_page_films/fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('/assets/landing_page_films/fonts/font-name.woff') format('woff'),
		url('/assets/landing_page_films/fonts/font-name.ttf') format('truetype'),
		url('/assets/landing_page_films/fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------------- GATHR TALENT CUSTOM CSS --------------------------------------------------*/

/*-------------------------------- RESET CSS ---------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/*============================ END RESET CSS =======================================*/

@font-face {
	font-family: Objectivity;
	font-weight: bold;
    src: url("/assets/landing_page_films/fonts/Objectivity-Bold.otf") format("opentype");
}
@font-face {
	font-family: Objectivity;
	font-weight: normal;
    src: url("/assets/landing_page_films/fonts/Objectivity-Light.otf") format("opentype");
}

html, body{
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 19px;
	font-family: Objectivity, Helvetica, sans-serif;
}

.userSelectNone {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

::placeholder {
	color: #fff;
	font-weight: initial;
    letter-spacing: initial;
}
:-ms-input-placeholder {
	color: #fff;
	font-weight: initial;
    letter-spacing: initial;
}
::-ms-input-placeholder {
	color: #fff;
	font-weight: initial;
    letter-spacing: initial;
}

input,
select,
textarea {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline: 0;
	color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: 15px;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    background: transparent;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #FFB226;
	outline: 0;
}

.section {
	display: table;
	width: 100%;
	margin: auto;
	position: relative;
}

.sectionInner {
	display: table;
	width: 95%;
	max-width: 1000px;
	margin: auto;
	position: relative;
}

.sectionInner_flex {
	display: flex;
	/* width: 95%;
	max-width: 1000px; */
	width: 100%;
	margin: auto;
}

.section_container {
	max-width: 1000px;
}

.button {
	display: table;
	margin: auto;
	font-size: 15px;
	border-radius: 5px;
	padding: 12px 0 10px 0;
	width: 100%;
	max-width: 95%;
	text-align: center;
}
.button:hover {
	cursor: pointer;
}
.button:active,
.button:focus {
	outline: 0;
}

.button_white {
	border: 1px solid #fff;
	color: #fff;
}
.button_white:hover {
	background: #fff;
	color: #2A2451;
}
.button_yellow {
	background: #FFB226;
	color: #2A2451;
	font-weight: bold;
    max-width: 250px;
	-moz-box-shadow: 3px 3px 3px rgba(42, 36, 81, 0.5);
    -webkit-box-shadow: 3px 3px 3px rgba(42, 36, 81, 0.5);
    box-shadow: 3px 3px 3px rgba(42, 36, 81, 0.5);
}
.button_yellow:hover {
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
	box-shadow: none;
	background: #FFB226;
    color: #2A2451;
}
.button_topmenu {
	display: inline-block;
	margin: 0 0 0 10px;
	width: 170px;
	font-size: 13px;
}
.button_small {
	max-width: 150px;
	margin: 5px 0;
}
.row {
	display: table;
	width: 100%;
	margin: auto;
	position: relative;
	white-space: nowrap;
}
.row_half {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	white-space: normal;
}
.row_third {
	display: inline-block;
	vertical-align: top;
    width: 33%;
    padding: 20px 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}
.row_quarter {
	display: inline-block;
	vertical-align: top;
    width: 25%;
    padding: 20px 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}
.section_purple {
	background: #3C2F86;
}
.section_purple_gradient {
	background: linear-gradient(to right, #8054F4, #A265F8);
}
.section_gray {
	background: linear-gradient( #F8F6FA, #fff);
}
.section_gray2 {
	background: linear-gradient( #F8F6FA, #fff);
}
.font_purple {
	color: #3C2F86;
}
.font_yellow {
	color: #FFB226;
}
.font_white {
	color: #fff;
}
.font_bold {
	font-weight: bold;
}
.font_center {
	text-align: center;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

.spacer_5 {
	display: table;
	width: 100%;
	height: 5px;
}
.spacer_10 {
	display: table;
	width: 100%;
	height: 10px;
}
.spacer_25 {
	display: table;
	width: 100%;
	height: 25px;
}
.spacer_50 {
	display: table;
	width: 100%;
	height: 50px;
}


/*---------------------------- MODAL -----------------------*/
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.modal_overlay {
    background-color: rgba(0,0,0,0.8);
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.modal_container {
    position: absolute;
    top: 5%;
    margin-bottom: 5%;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 20;
    width: 90%;
    background: #fff;
    text-align: center;
}
.modal_container_300 {
	max-width: 300px;
}
.modal_container_500 {
	max-width: 500px;
}
.modal_container_700 {
	max-width: 700px;
}
.modal_container_1000 {
	max-width: 1000px;
}
.modal_container_black {
	background: rgba(0,0,0,0.5);
}
.modal_container_inner {
    display: table;
    width: 90%;
    margin: auto;
    padding: 30px 0;
}
.modal_header {
    display: table;
    width: 100%;
    background: #f9f9f9;
    border-bottom: 2px solid #DDE2EF;
    text-align: left;
    position: relative;
}
.modal_close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: bold;
	font-size: 20px;
	z-index: 10;
}
.modal_close:hover {
    cursor: pointer;
    opacity: 0.9;
}
.modal_inner {
    display: table;
    width: 90%;
    margin: auto;
    padding: 30px 0;
}
.modal_inner_nopadding {
	display: table;
	width: 100%;
	padding: 0;
	position: relative;
}

/*---------------------------- LOADER ---------------------------------*/
.loader {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	display: table;
	height: 100vh;
	background: #6554C7;
}
.loaderInner {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	text-align: center;
}
.loader_text {
	color: #FFB226;
	font-size: 20px;
	font-weight: bold;
}
.loader_icon {
	display: table;
	margin: 30px auto;
	width: auto;
	height: 100px;
}
.loader_bar {
	display: table;
	margin: auto;
	width: auto;
	height: 50px;
}

/*---------------------------- TOP MENU ---------------------------------*/
.sectionTopMenu {
	position: absolute;
    z-index: 25;
    padding: 10px 0;
}
.mobileMenu_icon_container {
	position: absolute;
    top: 5px;
    right: 0;
    width: 30px;
    height: 45px;
}
.mobileMenu_icon_active .mobileMenu_icon {
	background-color: #FFB226;
}
.mobileMenu_icon {
	display: none;
	position: absolute;
	right: 5px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 100%;
}
.mobileMenu_icon:before, .mobileMenu_icon:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	background-color: inherit;
	border-radius: inherit;
}
.mobileMenu_icon:before {
	top: 15px;
}
.mobileMenu_icon:after {
	top: 30px;
}
.mobileMenu {
	height: 100vh;
    width: 270px;
    background-color: #2a2451;
    color: #fff;
    position: fixed;
    right: -270px;
    top: 65px;
    padding: 5px 0 0;
    overflow-y: auto;
    border: none;
    z-index: 30;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mobileMenuOpen {
    right: 0;
}
.mobileMenuInner {
    margin-bottom: 100px;
}
.mobileMenuTab {
    display: table;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 15px 0;
    text-align: left;
    text-indent: 20px;
}
.mobileMenuTab:hover,
.mobileMenuTab:active,
.mobileMenuTab:focus {
	color: #FFB226;
}
.mobileMenuSocial {
	display: table;
    /* position: absolute;
	bottom: 20vh;
	left: 11px; */
	margin: 30px 0 0 5px;
}
.mobileMenuSocialLink {
    display: inline-block;
    margin: auto 10px;
}
.mobileMenuSocialIcon {
    width: 20px;
    height: 20px;
}
.mobileMenuLast {
    position: relative;
    width: 100%;
    text-align: center;
}
.mobileMenuOverlay {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 65px;
    height: 100%;
    width: 100%;
    z-index: 20;
    display: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/*---------------------------- HEADER ---------------------------------*/
.sectionHeaderHomepage {
	background: #1E1A41;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 15px;

	-moz-box-shadow: inset 0px -100px 100px 10px #2d2562;
    -webkit-box-shadow: inset 0px -100px 100px 10px #2d2562;
    box-shadow: inset 0px -100px 100px 10px #2d2562;
}
.topMenu {
	display: table;
	width: 100%;
	position: relative;
}
.topMenu_left {
	display: table;
	float: left;
	padding-top: 10px;
}
.topMenu_left ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
.topMenu_left ul li a {
	color: #fff;
	font-size: 13px;
}
.topMenu_left ul li a:hover,
.menuActive {
	color: #FFB226 !important;
}
.topMenu_center {
	position: absolute;
	top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.logo {
	display: table;
	width: auto;
	height: 40px;
}
.topMenu_right {
	display: table;
	float: right;
	padding: 5px 0 0 0;
	min-height: 46px;
}
.sectionHeader_container {
	display: table;
	width: 95%;
	max-width: 1000px;
    margin: 50px auto 0 auto;
    text-align: center;
    color: #fff;
}

.sectionHeader_container_inner {
	display: table;
	width: 100%;
	margin: 50px auto;
}
.sectionHeader_left {
	text-align: left;
}
.sectionHeader_left,
.sectionHeader_right {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	margin: auto;
}
.sectionHeader_right img {
	width: 100%;
	height: auto;
	margin: 20px auto;
}
.header_h1 {
	display: table;
    width: 100%;
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
	margin: 15px auto 0 auto;
	color: #fff;
}
.header_h2 {
	display: table;
    width: 100%;
    font-size: 33px;
    line-height: 40px;
    font-weight: bold;
	margin: 0 auto 20px auto;
	color: #fff;
}
.header_text {
	display: table;
    width: 100%;
    font-size: 15px;
	line-height: 20px;
    text-align: left;
    margin: 5px auto;
}
.text_bold {
	font-weight: bold;
}
.header_text a {
	color: #FFB226;
}
.text_white {
	color: #fff;
}
.header_buttons {
	display: table;
	text-align: left;
	margin-top: 20px;
}
.header_buttons .button,
.header_buttons .button {
	width: 200px;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 0 10px 0;
	margin: 5px;
}
/*========================= END HEADER ================================*/



/*---------------------------- HEADER STATS ---------------------------------*/
.sectionHeaderStats {
	position: relative;
	background: #1d193e;
	/* background-image: url(/assets/landing_page_films/img/homepage/stats_background.png);	 */
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 100px 0 50px 0;
	position: relative;
	/* min-height: calc(100vw / 3); */
}
.sectionHeaderStats_image {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
}
.sectionHeaderStats .sectionInner {
	display: table;
    width: 95%;
	margin: auto;
	text-align: center;
}
.section_title {
	display: table;
	width: 100%;
	text-align: center;
	margin: 10px auto;
	font-size: 30px;
    line-height: 35px;
}
.section_title_500 {
	max-width: 500px;
}
.section_subtitle {
	display: table;
	width: 100%;
	max-width: 500px;
	margin: 10px auto;
	font-size: 20px;
    line-height: 25px;
}
.section_text {
	display: table;
	width: 100%;
	margin: 10px auto;
	font-size: 17px;
    line-height: 21px;
}
.section_text_small {
	font-size: 13px;
    line-height: 15px;
}
.section_text_800 {
	max-width: 800px;
}
.text_left {
	text-align: left;
}

.sectionStats_tab {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	text-align: center;
	margin: 20px;
	padding: 15px 0;
	background: #251F4E;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
}
.sectionStats_tab img {
	display: table;
	margin: 10px auto 20px auto;
	width: auto;
	height: 50px;
}
.sectionStats_tab p {
	display: table;
	text-align: center;
	margin: 0 auto;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #FFB226;
}
.sectionStats_tab span {
	display: table;
	text-align: center;
	margin: 0 auto;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #FFB226;
}
.button_yellow_stats {
	margin-top: 20px;
}
/*========================= END HEADER STATS ================================*/




/*---------------------------- FEATURES ---------------------------------*/
.sectionHeaderFeatures {
	position: relative;
	background-color: #120F27;
	background-image: url(/assets/landing_page_films/img/homepage/features_background.png);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 50px 0;
	-moz-box-shadow: inset 0px 100px 100px 10px #1d193e;
	-webkit-box-shadow: inset 0px 100px 100px 10px #1d193e;
	box-shadow: inset 0px 100px 100px 10px #1d193e;
}
.sectionHeaderFeatures_container {
    display: table;
    width: 95%;
	min-height: 370px;
	margin: auto;
	text-align: center;
}
.sectionFeatures_tab {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 450px;
	height: 200px;
	text-align: center;
	margin: 20px;
	padding: 0;
	background: #251F4E;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
}
.sectionFeatures_image {
	background-color: #120F27;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
	display: table;
	float: left;
	width: 50%;
	height: 200px;
	margin: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.sectionFeatures_image_1 {
	background-image: url(/assets/landing_page_films/img/homepage/features_1.png);
}
.sectionFeatures_image_2 {
	background-image: url(/assets/landing_page_films/img/homepage/features_2.png);
}
.sectionFeatures_image_3 {
	background-image: url(/assets/landing_page_films/img/homepage/features_3.png);
}
.sectionFeatures_image_4 {
	background-image: url(/assets/landing_page_films/img/homepage/features_4.png);
}
.sectionFeatures_text {
	display: table;
	float: right;
	width: 50%;
	height: 200px;
}
.sectionFeatures_text_inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
.sectionFeatures_tab p {
	display: table;
    text-align: left;
    margin: 0 0 10px 0;
    font-size: 25px;
    line-height: 27px;
    font-weight: bold;
	color: #FFB226;
}
.sectionFeatures_tab span {
	display: table;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
	color: #fff;
}
/*========================= END FEATURES ================================*/




/*---------------------------- TABLE COMPARE ---------------------------------*/
.sectionTableCompare {
	position: relative;
	background-color: #413488;
	padding: 50px 0;
}
.sectionTableCompare_container {
    display: table;
    width: 95%;
	margin: auto;
	text-align: center;
}
.table_compare_image {
	display: table;
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
}
/*========================= END TABLE COMPARE ================================*/



/*---------------------------- FAQ ---------------------------------*/
.sectionFAQ {
	position: relative;
	background-color: #2A2452;
	padding: 50px 0 0 0;
}
.sectionFAQ_container {
    display: table;
	width: 95%;
	margin: auto;
	text-align: center;
}
.faq_tab {
	display: table;
	width: 100%;
	background: #1A173A;
	padding: 25px 0 20px 0;
	margin: 20px 0;
}
.faq_tab:hover {
	cursor: pointer;
	opacity: 0.9;
}
.faq_title {
	display: table;
	width: 95%;
	position: relative;
	margin: auto;
	text-align: left;
}
.faq_title_text {
	display: block;
	max-width: 90%;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
}
.faq_title_plus {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 45px;
}
.faq_content {
	display: none;
	width: 95%;
	margin: 40px auto 0 auto;
	font-size: 17px;
    line-height: 21px;
	color: #fff;
	text-align: left;

}
/*========================= END FAQ ================================*/



/*---------------------------- SHARE FILM ---------------------------------*/
.sectionShareFilm {
	background: linear-gradient(#2a2452,#292451);
	position: relative;
	padding: 0;
	margin: -1px 0;
}
.sectionShareFilm_container {
    display: table;
    width: 100%;
	margin: 50px auto 0 auto;
	text-align: center;
}
.share_film_buttons {
	display: table;
	margin: 10px auto;
}
.share_film_buttons .button_yellow,
.share_film_buttons .button_white {
	width: 200px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 0 10px 0;
    margin: 5px;
}
.sectionShareFilm_image {
	display: table;
	width: 100%;
	margin: 0 0 -1px 0;
}

/*========================= END SHARE FILM ================================*/




/*---------------------------- FOOTER ---------------------------------*/
.section_footer_1,
.section_footer_2 {
	display: table;
	width: 100%;
	padding: 50px 0;
}
.sectionFooter_1 .section_text {
	text-align: left;
}
.section_footer_1 {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sectionFooter_left {
	display: table;
    float: left;
}
.sectionFooter_center {
	position: absolute;
	top: 10px;
    left: 50%;
    transform: translate(-50%, 0%)
}
.sectionFooter_right {
	display: table;
	float: right;
	padding-top: 15px;
}
.sectionFooter_copyright {
	font-size: 13px;
	color: #fff;
	text-align: center;
}
.sectionFooter_social {
	display: inline-block;
	margin: 0 10px;
}
.sectionFooter_social img {
	width: 20px;
	height: 20px;
	float: left;
}
/*========================= END FOOTER ================================*/




/*---------------------------- LISTINGS PAGE ---------------------------------*/
.sectionTopMenu_relative {
	padding: 10px 0;
}
.sectionTopMenu_purple,
.sectionFooter_purple {
	background: #3C2F86 !important;
}
.sectionHeaderListingsPage {
	background-color: #3C2F86;
	background-image: url('img/listingspage/slider_placeholder.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 100px;
}
.sectionHeader_right_bottom {
	vertical-align: bottom;
}
.sectionHeader_right_bottom .header_buttons {
    float: right;
}
.sectionListings {
	background: #3C2F86;
	padding: 50px 0;
}
.sectionListings .sectionInner {
	max-width: 1000px;
}
hr {
	display: table;
	width: 100%;
	border: 0;
	border-top: 1px solid #fff;
	margin: 20px auto;
}
.filter_container {
	display: table;
	width: 100%;
	margin-bottom: 40px;;
}
.filter_tab {
	display: inline-block;
	margin: 0 5px;
}
.filter_icon {
	display: table;
	width: 40px;
	height: 40px;
	float: left;
	border-radius: 100%;
	border: 1px solid #fff;
}
.filter_icon:hover {
	cursor: pointer;
	background: #2A2452;
}
.filter_icon span {
	display: table;
	height: 3px;
	margin: 4px auto;
	background: #fff;
	border-radius: 5px;
}
.filter_icon span:nth-child(1) {
	width: 25px;
	margin-top: 13px;
}
.filter_icon span:nth-child(2) {
	width: 18px;
}
.filter_icon span:nth-child(3) {
	width: 11px;
}
.filter_tab_select {
	width: 100%;
	max-width: 200px;
	background: #3C2F86;
	text-transform: uppercase;
}
.filter_tab_input {
	width: 100%;
	max-width: 300px;
	position: relative;
}
.filter_tab_input input {
	background: #2A2452;
}
.filter_tab_input img {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
}
.listings_row {
	display: table;
	width: 95%;
	margin: 40px auto;
	position: relative;
	color: #fff;
}
.listings_left {
	display: block;
	width: 25%;
	height: 100%;
	float: left;
}
.listings_center {
	display: block;
	width: 49%;
	height: 100%;
	text-align: left;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.listings_right {
	display: block;
	width: 25%;
	height: 100%;
	float: right;
	text-align: center;
}
.listings_left img {
	width: 90%;
    max-width: 200px;
    display: table;
    margin: 0;
}
.listings_row_text {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	margin: 5px 0;
}
.listings_row_title {
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	margin: 10px 0;
}
.listings_row_subtitle {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}
.listings_row_buttons {

}
.listings_row_buttons .button {
	margin: 10px auto;
	display: table;
	width: 100%;
	max-width: 200px;
}
.listings_row_addCalendar {
	display: table;
	margin: 10px auto;
	font-size: 13px;
	text-decoration: underline;
}
.listings_row_addCalendar:hover {
	color: #FFB226;
	text-decoration: underline;
	opacity: 0.9;
}
.listings_row_social a {
	display: inline-block;
	margin: 0 10px;
}
.listings_row_social_img {
	display: table;
	width: 20px;
	height: 20px;
}
.mobileMenu_buttons {
	display: none;
	width: 100%;
	margin: 20px 0 0 0;
}
.mobileMenu_buttons .button {
	margin-bottom: 10px;
}
/*========================= END LISTINGS PAGE ================================*/




/*------------- FILMMAKER PAGE ----------*/
.sectionHeaderFilmmaker {
    padding-bottom: 50px;
    padding-top: 15px;

	-moz-box-shadow: inset 0 -100px 100px -70px #fff;
    -webkit-box-shadow: inset 0 -100px 100px -70px #fff;
    box-shadow: inset 0 -100px 100px -70px #fff;
}
.filmmaker .topMenu_left {
    padding-top: 15px;
}
.filmmaker .topMenu_right {
    min-height: 40px;
}
.filmmaker .sectionHeader_container {
	margin: 20px auto;
}
.filmmaker .sectionHeader_left {
	width: 100%;
    max-width: 400px;
    display: table;
    margin: 0;
}
.filmmaker .header_buttons {
	margin-top: 0;
}
.filmmaker .header_buttons a {
	width: 150px;
	border-radius: 5px;
}

.filmmaker .sectionFooter_right {
	padding-top: 0;
}
.filmmaker .sectionFooter_social {
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 7px;
    margin: 0 5px;
}
.filmmaker .sectionFooter_social:hover {
    background: rgba(255,255,255,0.2);
}

.header_testimonial {
    display: table;
    max-width: 500px;
    margin: -50px auto 0 auto;
    padding: 0 10px;
    border-radius: 10px;
    background: #3C2F86;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header_testimonial img {
    display: table;
    width: auto;
    height: 100px;
    margin: -40px auto 0 auto;
}
.header_testimonial .section_text {
    margin: 0 0 20px 0;
}
.header_logos {
    display: table;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
}
.header_logos img {
    display: inline-block;
    vertical-align: middle;
    width: 19%;
    margin: 0 2.5%;
    white-space: normal;
}

.filmmaker_feature {
	display: table;
	width: 100%;
	margin: 30px auto;
    position: relative;
	white-space: nowrap;
}
.filmmaker_feature_text,
.filmmaker_feature_image {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
.filmmaker_feature_text {
    width: 40%;
}
.filmmaker_feature_image {
    width: 60%;
}
.filmmaker_feature_icon {
    display: table;
    width: auto;
	height: 50px;
	margin-top: 30px;
}
.filmmaker_feature_ul li {
    margin: 5px 0;
}
.filmmaker_feature_ul li img {
    width: auto;
    height: 15px;
    padding-right: 5px;
}
.filmmaker_feature_img {
    display: table;
    width: 100%;
    height: auto;
}
.filmmaker_testimonials {
    display: table;
    width: 100%;
    background: linear-gradient(to right, #7444F2, #A265F8,#7444F2);
    border-radius: 10px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.filmmaker_testimonials img {
    width: 100%;
    height: auto;
}
.filmmaker_testimonials .section_text {
    text-align: left;
}
.vimeo_modal_iframe:hover {
    cursor: pointer;
}






/*---------------------------- MEDIA QUERIES ---------------------------------*/
@media only screen and (max-width: 1000px) {
	.sectionTopMenu {
		position: fixed;
		top: 0;
		left: 0;
		background: #2A2451;
		padding-bottom: 10px;
	}
	.sectionHeaderHomepage {
		padding-top: 69px;
	}
	.topMenu_left {
		display: none;
	}
	.button_topmenu_right {
		margin-right: 40px;
	}
	.mobileMenu_icon {
		display: block;
	}
	.topMenu_center {
		left: 0;
		transform: inherit;
	}
}



@media only screen and (max-width: 700px) {
	/*--------------- HEADER ------------------*/
	.button_topmenu {
		width: 150px;
	}
	.sectionHeader_container {
		width: 100%;
		padding: 0;
		margin: auto;
	}
	.sectionHeader_container_inner {
		margin: 20px auto;
	}
	.header_h2,
	.header_text {
		text-align: center;
	}
	.header_buttons {
		display: table;
		margin: 10px auto;
		text-align: center;
	}
	.button_yellow {
		width: 100%;
    	max-width: initial;
	}
	.sectionHeader_left,
	.sectionHeader_right {
		display: table;
		width: 100%;
	}
	.header_h1 {
		font-size: 40px;
		line-height: 45px;
	}
	.header_h2 {
		font-size: 30px;
		line-height: 35px;
	}
	.header_text {
		font-size: 17px;
		line-height: 20px;
		margin: 0 auto;
	}
	/*--------------- STATS ------------------*/
	.header_stats_h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.sectionHeaderStats_center {
		position: relative;
		left: initial;
		right: initial;
		transform: initial;
		bottom: initial;
		display: table;
		width: 100%;
	}
	.header_stats_tab {
		margin: 30px auto;
	}
	.sectionHeaderStats {
		padding: 50px 0 0 0;
	}
	.sectionHeaderStats .sectionInner {
		display: table;
	}
	.sectionStats_tab {
		width: 30%;
		margin: 20px 1%;
	}
	.sectionStats_tab img {
		margin: 5px auto 15px auto;
	}
	.sectionStats_tab p {
		font-size: 20px;
		line-height: 25px;
	}
	.sectionStats_tab span {
		font-size: 12px;
    	line-height: 15px;
	}

	/*------------------ FEATURES --------------------*/
	.sectionHeaderFeatures {
	}
	.sectionFeatures_tab {
		margin: 20px auto;
	}

	/*----------------- TABLE COMPARE -----------------*/
	.sectionTableCompare_container {
		width: 100%;
	}
	/*------------------ SHARE FILM --------------------*/
	.share_film_buttons .button_yellow,
	.share_film_buttons .button_white {
		width: 100% !important;
		max-width: 100% !important;
	}
	/*------------------- FOOTER ---------------------*/
	.sectionFooter {
		padding: 30px 0 70px 0;
	}
	.sectionFooter_left,
	.sectionFooter_right {
		display: table;
		width: 100%;
		float: none;
		text-align: center;
	}
	.sectionFooter_center {
		display: table;
		width: 100%;
		position: relative;
		top: initial;
		left: initial;
		transform: initial;
		text-align: center;
		margin: 20px auto 0 auto;
	}
	/*--------------- LISTINGS PAGE ------------------*/
	.sectionHeaderListingsPage {
		padding: 40px 0;
	}
	.sectionHeader_right_bottom .header_buttons {
		float: none;
	}
	.listings_left,
	.listings_right {
		width: 49%;
		margin: auto;
	}
	.listings_center {
		display: table;
		width: 100%;
		position: relative;
		border: 0;
		padding: 20px 0 10px 0;
    	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.topMenu_center {
		position: relative;
		display: table;
		float: left;
	}
	.filter_tab_select {
		max-width: 130px;
		padding: 10px 0px 10px 10px;
	}
	.filter_tab_input {
		max-width: calc(100% - 210px);
	}
	.listings_row_title span {
		display: block;
	}
}

@media only screen and (max-width: 600px) {
	.button_topmenu {
		display: none;
	}
	.mobileMenu_buttons {
		display: table;
	}

	.row_quarter {
		padding: 10px 0;
	}
	.row_half,
	.row_third,
	.row_quarter,
	.filmmaker_feature_text,
	.filmmaker_feature_image {
		display: table;
		width: 100%;
	}
	.filmmaker .sectionFooter_social {
		margin-top: 10px;
	}
	.filmmaker_feature_icon {
		margin-top: 0;
	}
}
/*========================= END MEDIA QUERIES ================================*/