/*
CTC Separate Stylesheet
Updated: 2017-01-05 21:18:42
*/


/****************************
***MOBILE HEADER*****
*****************************/
.qodef-mobile-nav {
	float: left;
	width: 100%;
}

.qodef-mobile-header .qodef-mobile-nav li.btn-outline  a {
	border-bottom: 0;
	color: #2da2be;
}

.qodef-mobile-header .qodef-mobile-nav li.btn-outline:hover  a {
	color: #ffffff;
}

.qodef-mobile-header .qodef-mobile-nav li.btn-full  a {
	border-bottom: 0;
	color: #ffffff;
}

.qodef-mobile-header .qodef-mobile-nav li.btn-full:hover  a {
	color: #2da2be;
}



.qodef-page-header .qodef-position-right-inner .qodef-main-menu>ul>li,
.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-nav li  {
	height:44px;
	margin: 10px;
	border:2px solid #2da2be;
	border-radius:3px;
	line-height:44px;
	text-align:center;

    	transition: all .15s ease-out;
    	-moz-transition: all .15s ease-out;
    	-webkit-transition:  all .15s ease-out;	
}


.qodef-page-header .qodef-position-right-inner .qodef-main-menu>ul>li a, 
.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-nav li a {
	line-height:44px;
	display: block;
}


.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-nav li a  {
	padding:0;
}


.qodef-mobile-header .qodef-mobile-nav>.qodef-grid>ul>li:last-child  {
	border-bottom:2px solid #2da2be!important;
}


/*******************
***BTN OUTLINE*****
********************/
.qodef-page-header .qodef-position-right-inner .qodef-main-menu>ul>li.btn-outline ,
.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-nav li.btn-outline {
	background-color:transparent;
	color:#fff;
}


.qodef-page-header .qodef-position-right-inner .qodef-main-menu>ul>li.btn-outline:hover,
.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-nav li.btn-outline:hover:hover {
	background-color: #2da2be;
}

.qodef-position-right-inner .qodef-main-menu>ul>li.btn-outline:hover>a {
	color:#fff!important;
}


/*******************
***BTN FULL*****
********************/
.qodef-page-header .qodef-position-right-inner .qodef-main-menu>ul>li.btn-full ,
.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-nav li.btn-full {
	background-color:#2da2be;
	color:#fff;
}


.qodef-page-header .qodef-position-right-inner .qodef-main-menu>ul>li.btn-full:hover,
.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-nav li.btn-full:hover:hover {
	background-color: transparent;
}

.qodef-position-right-inner .qodef-main-menu>ul>li.btn-full:hover>a {
	color:#fff!important;
}

.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-nav li.btn-full:hover a {
	color:#2da2be;
}

/**********************************************
***DESKTOP SELECT LANGUAGE*****
**********************************************/
.selectLanguage  {
	position: relative;
	z-index: 99999999;
}


.selectLanguage .qodef-section-inner{
	position: static!important;
}

.selectLanguage .qodef-section-inner .wpb_column.vc_column_container {
	position: static!important;
}


.selectLanguage .qodef-section-inner .wpb_column.vc_column_container .qodef-accordion-holder {
	position: static!important;
}


.selectLanguage .qodef-section-inner .wpb_column.vc_column_container .qodef-accordion-holder .qodef-accordion-content {
	position: absolute!important;
	left: 0;
	right: 0;
	top: 100%;
	width: 100%;
	padding: 0;
	background-color: #343640;
}
.selectLanguage .qodef-section-inner .wpb_column.vc_column_container .qodef-accordion-holder .qodef-accordion-content .qodef-accordion-content-inner {
	max-width: 1330px;
	margin: 0 auto;
	padding: 25px 20px 40px;
	text-align:left;
}

.selectLanguage .qodef-section-inner .wpb_column.vc_column_container .qodef-accordion-holder .qodef-accordion-content .qodef-btn.qodef-btn-outline {
	border: 0;
	color: #ffffff;
	border-radius: 0;
	padding: 0;
	width: 45%!important;
	margin: 0 2.5%!important;
	border-bottom: 1px solid #d9dbe3;
	text-align: left;
}


@media  (min-width: 768px) {
	.selectLanguage .qodef-section-inner .wpb_column.vc_column_container .qodef-accordion-holder .qodef-accordion-content .qodef-btn.qodef-btn-outline {
		width: 30%!important;
		margin: 0 1.666666666%!important;
	}
}


@media  (min-width: 1024px) {
	.selectLanguage .qodef-section-inner .wpb_column.vc_column_container .qodef-accordion-holder .qodef-accordion-content .qodef-btn.qodef-btn-outline {
		width: 20%!important;
		margin: 0 2.5%!important;
	}
}

.selectLanguage .qodef-accordion-holder.qodef-initial .qodef-title-holder .qodef-tab-title {
	padding: 0!important;
}

.selectLanguage .qodef-accordion-holder .qodef-title-holder {
	padding: 0 30px 0 15px
}

.selectLanguage .qodef-accordion-holder .qodef-title-holder .qodef-accordion-mark {
	width: 30px;
}


/*********************************************
*******DESKTOP SELECT LANGUAGE BUTTON STYLE******
*********************************************/


.qodef-accordion-holder.qodef-skin-dark .qodef-title-holder {
	background-color:transparent;
}


.qodef-accordion-holder.qodef-skin-dark .qodef-title-holder.ui-state-active,
.qodef-accordion-holder.qodef-skin-dark .qodef-title-holder.ui-state-hover {
	background-color:#ffffff;
	color:#2da2be;
}


.qodef-accordion-holder .qodef-title-holder {
	background-color:transparent;
	color:#ffffff;
	text-align:center;
	border:2px solid #ffffff;
	border-radius:4px;

}


/***********************
*******FOOTER******
***********************/

footer .qodef-footer-inner .qodef-container .qodef-four-columns-inner .qodef-column .qodef-column-inner .widget {
	border-top:1px solid #ffffff;
}

footer .qodef-footer-inner .qodef-container .qodef-four-columns-inner .qodef-column:last-child .qodef-column-inner .widget {
	border-top: 0;
}

footer .qodef-footer-inner .qodef-container .qodef-four-columns-inner .qodef-column .menu-footer-1-container a,
footer .qodef-footer-inner .qodef-container .qodef-four-columns-inner .qodef-column .menu-footer-2-container a {
	color: #fff;
	/*font-weight: bold;*/
}


footer .qodef-footer-inner .qodef-footer-top-holder,
footer .qodef-footer-inner .qodef-footer-bottom-holder {
	background-color: #343640;
}




/*********************************
*******CONTACT FORM******
*********************************/

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
	border: 1px solid #e4e4e4;
	border-radius: 3px;
}
.gform_wrapper .gform_footer {
	overflow: hidden;
}



.gform_wrapper  input[type=submit] {
	cursor: pointer;
	color: #fff;
	padding: 16px 32px;
	float: right;
	display: block;
	background-color: #2da2be;
	border: 0;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}


.contactFormSocial {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;

}
.contactFormSocial li {
	float: left;
	margin: 0;
	padding: 0;
	width: 70px;
}



/*Home  Hero*/
/*Eliminate Background Image before Video Loads*/
.home-desktop-hero .tp-bgimg.defaultimg {
    background-image: none !important;
}
.home-mobile-hero {
	display: none;
}

.bold-titles h4 {
	font-weight: bold;
}
.equal-btn .qodef-btn.qodef-btn-solid {
	min-width: 235px !important;
	text-align: center !important;
}

/*Contact Us Form*/
.contact-white .qodef-iwt .qodef-iwt-text-holder a {
	color: #fff !important;
}
.gform_wrapper input.large, .gform_wrapper input.medium, 
.gform_wrapper input.small, .gform_wrapper select.large, 
.gform_wrapper select.medium, .gform_wrapper select.small {
    width: 100% !important;
}

@media screen and (min-width: 1199px) {
	#gform_fields_1 li#field_1_1 {
		margin-right: 2%;
	}
	#gform_fields_1 li#field_1_1,
	#gform_fields_1 li#field_1_2 {
		display: inline-block !important;
		width: 48% !important;
	}
}


.qodef-btn.qodef-btn-solid {
    background: #FB5756 !important;
    border: 2px solid #FB5756;
    border-radius: 3px;
    color: #fff;
    text-transform: inherit;
}
.qodef-btn.qodef-btn-solid:focus,
.qodef-btn.qodef-btn-solid:visited,
.qodef-btn.qodef-btn-solid:hover {
	background: #FB5756 !important;
	border: 2px solid #FB5756;
	box-shadow: none;
	color: #fff!important;
}
.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-border-hover):hover {
	background: #FB5756 !important;
	border-color: transparent !important;
	color: #fff !important;
}

/*Custom Search Bar*/
#marketplace-search {
	margin: 0 auto;
	position: relative;
	width: 85%;
}
#marketplace-search input[type="text"] {
	line-height: 24px;
    height: 54px;
    width: 98%;
    display: block;
    border: 0;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    outline: none;
}
#marketplace-search input[type="submit"] {
	background: url('images/i-search.png') no-repeat center center;
	border: 0;
	box-shadow: none;
	right: 0;
	position: absolute;
	height: 50px;
	width: 50px;
	margin-top: -52px;
    text-indent: -999999px;
    z-index: 2;
    cursor: pointer !important;
}

#marketplace-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8c8e92;
  font-size: 20px;
}
#marketplace-search ::-moz-placeholder { /* Firefox 19+ */
  color: #8c8e92;
  font-size: 20px;
}
#marketplace-search :-ms-input-placeholder { /* IE 10+ */
  color: #8c8e92;
  font-size: 20px;
}
#marketplace-search :-moz-placeholder { /* Firefox 18- */
  color: #8c8e92;
  font-size: 20px;
}

.col-85 {
	margin: 0 auto;
	width: 86%;
}



/**************************
Banner Name
**************************/




.qodef-page-header .qodef-menu-area p.sso-greeting{
	margin: 0!important;
	line-height: 65px;
}

.qodef-page-header .qodef-sticky-header p.sso-greeting {
	margin: 0!important;
	line-height: 70px;
}
/**************************
Cookies
**************************/
.cookies-banner {
	padding: 10px 15px !important;
}
.cookies-banner p {
	font-size: 19px;
	width: 91%!important;
}
.cookies-banner button {
	margin: 0 0 0  20px!important;
	padding: 0 30px!important;
	line-height: 35px!important;
}


/**************************
Social-icons
**************************/
.social-icons {
	text-align: center;
}

.social-icons  .qodef-icon-shortcode.circle {
	margin: 0 8px!important;
}



@media (min-width: 1024px) {
	.social-icons {
		text-align: left;
	}
}

/*Ipad Orientation*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
	.tablet-full .vc_col-lg-6,
	.tablet-full .vc_col-sm-4,
	.tablet-full .vc_col-sm-8,
	.tablet-full .vc_col-sm-6 {
		width: 100%;
	}
	.tablet-bottom-align .wpb_text_column.wpb_content_element {
   	 	min-height: 175px;
	}
	.tablet-full .vc_col-lg-6 .qodef-elements-holder .qodef-elements-holder-item-content {
		padding: 10% 0% 5% 2% !important;
	}
}

@media only screen and (max-width : 1024px) {
	.equal-btn .btn-group {
		text-align: center !important;
	}
	.equal-btn .qodef-btn.qodef-btn-solid {
		text-align: center;
		display: block;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	.home-desktop-hero {
		display: none;
	}
	.home-mobile-hero {
		display: block;
	}
	.qodef-mobile-header {
		margin-bottom: 0 !important;
	}
	.qodef-sticky-up-mobile-header .qodef-animate-mobile-header .qodef-mobile-header-inner {
		position: static;
	}
	.qodef-title .qodef-title-holder .qodef-subtitle {
		display: block !important;
	}
	/*Social Media Icons*/
	.qodef-icon-shortcode.circle {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		/*width: 22px !important;
		height: 22px !important;
		line-height: 17px !important;*/
	}
	.qodef-icon-shortcode.circle span.qodef-icon-element, 
	.qodef-icon-shortcode.square span.qodef-icon-element {
		/*font-size: 13px !important;*/
	}
	#marketplace-search {
		width: 98%;
	}
	#marketplace-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #8c8e92;
	  font-size: 13px;
	}
	#marketplace-search ::-moz-placeholder { /* Firefox 19+ */
	  color: #8c8e92;
	  font-size: 13px;
	}
	#marketplace-search :-ms-input-placeholder { /* IE 10+ */
	  color: #8c8e92;
	  font-size: 13px;
	}
	#marketplace-search :-moz-placeholder { /* Firefox 18- */
	  color: #8c8e92;
	  font-size: 13px;
	}
	#marketplace-search input[type="text"] {
		height: 60px;
		width: 96%;
	}
	#marketplace-search input[type="submit"] {
		background-size: cover;
		height: 20px;
		width: 20px;
		margin-top: -40px;
		right: 15px;
	}
	.col-85 {
		width: 99%;
	}
	.cookies-banner button {
		margin: 18px 0 0 0!important;
		display: block;
	}
	.cookies-banner p {
		font-size: 13px;
		line-height: 27px;
	    width: 89%;
	    padding: 0 15px;
	}

}

/**************************
ARABIC LANGUAGE
**************************/

.rtl .qodef-column #text_icl-2  .textwidget span {
	display:block;
}

.rtl .qodef-column ul li,
.rtl .qodef-column  #text_icl-2  .textwidget span,
.rtl #text_icl-4  .textwidget p { 
	text-align:right;
}

.rtl  #marketplace-search input[type="submit"] {
	right:auto;
	left:0;
}

/****************************
***LANGUAGE MENU*****
*****************************/

.qodef-vertical-align-containers .qodef-position-right,
.qodef-sticky-header .qodef-vertical-align-containers .qodef-position-right {
	position: static;
}



.qodef-header-standard .qodef-menu-area .qodef-vertical-align-containers .qodef-position-right-inner {
	position: static
}

.qodef-header-standard .qodef-menu-area .qodef-main-menu,
.qodef-sticky-header   .qodef-main-menu.qodef-sticky-nav{
	position: static;
}


.qodef-header-standard .qodef-menu-area .qodef-main-menu  > ul,
.qodef-main-menu.qodef-sticky-nav > ul {
	position: static;
	width:101%;
}

.qodef-page-header .qodef-position-right-inner .qodef-main-menu>ul>li.menu-item-type-cf-language-selector {
	position: static;
}

.qodef-drop-down .second {
	width: 100%;
	background-color: #fff;
	left: 0;
}
.qodef-drop-down .second .inner {

}

.qodef-drop-down .second .inner>ul {
	width: 100%;
	padding: 0;
}

.qodef-drop-down .narrow .second .inner ul {
	padding: 0;
}

.qodef-drop-down .second .inner>ul  li{
	border-bottom: 1px solid #d9dbe3;
	float: left;
	width: 20%!important;
	margin: 0 2.5%!important;
}

.qodef-drop-down .narrow .second .inner ul li:last-child {
	border-bottom: 1px solid #d9dbe3
}

.qodef-drop-down .second .inner ul.right li a{
	text-align: left;
}

/****************************
***LANGUAGE MENU MOBILE*****
*****************************/

.qodef-mobile-header .qodef-mobile-nav ul ul {
	margin: 0;
	padding: 0;
}
.qodef-mobile-header .qodef-mobile-nav ul ul:after {
	content: "";
	display: table;
	clear: both;
}

.qodef-mobile-header .qodef-mobile-nav ul ul  li {
	width: 45%;
	margin:  2.5%!important;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.qodef-mobile-header .qodef-mobile-nav ul ul  li {
	border-bottom: 0;
}

.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-nav li {
	min-height: 44px;
	height: auto;
	border: 0;
}

.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-nav li >a {
	border: 2px solid #2da2be; 
}


.qodef-mobile-header .qodef-mobile-nav .mobile_arrow {
	height: 44px;
	line-height: 44px;
}
