/*-----------------------------------------------------------------------------------

Theme Name: Timessquare
Theme URI: http://themeforest.net/user/ABdev/portfolio?ref=ABdev
Description: Timessquare - Premium HTML5 Responsive Landing Page
Author: ABdev
Author URI: http://www.ab-themes.com
Version: 1.2
License: Teamforest licence

---------------------------------- Stylesheet Guide ---------------------------------

01. CSS RESET
02. Global Styles
	a. Columns
	b. Buttons
03. Header
	a. Logo
	b. Menu
04. Slider
05. Features
06. Collaborate
07. Plans & Pricing
08. Call to action
09. Get In Touch
	a. Map
	b. Contact Info
	c. Social Buttons
	d. Contact Form
10. Footer

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/* 01. CSS RESET
/*-----------------------------------------------------------------*/
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video, a {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		outline: 0px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	
	i {
    font-style: italic;
	}

	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.clearfix:after {
		content:"";
		display:block;
		clear:both;
		visibility:hidden;
		font-size:0;
		height:0;
	}

	html { 
		min-height: 100%;
		margin: 0;
		padding: 0;
	}

	img {
		height:auto;
		max-width: 100%;
		vertical-align: middle;
		border: 0;
		-ms-interpolation-mode: bicubic;
	}


/*-----------------------------------------------------------------*/
/* 02. Global Styles
/*-----------------------------------------------------------------*/
	body {
		color: #868686;
    	font-family: 'Arimo', sans-serif;
    	font-weight: 400;
		font-size: 17px!important;
		line-height: 2em;
	}
	
	b {
		font-weight: bold;
	}
	
	a {
		color: #fc7f09;
		text-decoration: none;
	}
	
	a:hover {
		color: #777;
	}

	.container {
		width: auto;
		margin: 0 auto;
	}
	
	.contentarea {
		width: 940px;
		margin: 0 auto;
		max-width: 100%;
	}

	.columns-container {
		width: 960px;
		margin: 0 auto;
	}

	section {
		padding-top: 95px;
		position: relative;
		border-bottom: 1px solid #DCDCDC;
	}
	
	h2 {
		font-size: 45px;
		line-height: 45px;
		font-weight: 400;
		margin-bottom: 15px;
		text-align: center;
	}

	h3 {
		color: #595959;
		font-size: 23px;
		margin-top: 25px;
		text-align: center;
	}
	
	section > .contentarea > p {
		font-size: 17px;
		line-height: 30px;
		margin-top: 20px;
	}
	
	.half.left > p {
		font-size: 17px;
		line-height: 30px;
		margin-top: 20px;
	}
	
	.packimage {
		float: right;
	}
	
	.slider {
		background: #000;
		min-height: 157px;
		/*height: 100%!important;*/
	}
	
	.sliderloader {
		position: absolute;
		z-index: -9;
		height: auto;
		display: block;
	}
	
	#s2id_autogen1 {
    display: none;
}
	
	.contentarea > ul {
    padding-left: 8%;
	}

	.placeholder{
		color: #b7b7b7!important;
	}

	::-moz-selection { 
		background: #536270; 
		color: #fff; 
		text-shadow: none; 
	}

	::selection { 
		background: #536270;
		color: #fff;
		text-shadow: none;
	}
	
	@media screen and (max-width : 950px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
}

/*-------- 02.a. Columns --------*/
	.half { 
		width: 48%; 
		margin: 0 1%;
	}

	.third { 
		width: 31.3333333333333%;
		margin: 0 1%;
	}

	.fourth { 
		width: 23%;
		margin: 0 1%;
	}

	.fifth { 
		width: 18%;
		margin: 0 1%;
	}

/*-------- 02.b. Buttons --------*/
	.button {
		font-size: 15px;
		font-weight: 600;
		padding: 20px 25px;
		color: #FFF;
		text-transform: uppercase;
		background: #D8D6D7;
		text-decoration: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	.button.orange {
		background: #fc7f09;
	}
	
	.button.orange:hover {
		background: #777;
		color: #fff;
	}
	
	.button.blue {
		background: #526271;
	}
	
	.button.blue:hover {
		background: #3D4954
	}

	.price-table:hover > .button.orange-hover {
		background: #fc7f09;
	}
	
	.price-table:hover > .button.blue-hover {
		background: #3D4954;
	}

	
	.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 10000;
	height: 230px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cbp-af-header img {
	padding-top: 50px;
	transition: padding-top 0.3s ease 0s;
	float: left;
}

.cbp-af-header .cbp-af-inner {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em;
}

.cbp-af-header h1,
.cbp-af-header nav {
	display: inline-block;
	position: relative;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
	line-height: 230px;
}

.cbp-af-header h1 {
	text-transform: uppercase;
	color: #333;
	letter-spacing: 4px;
	font-size: 4em;
	margin: 0;
	float: left;
}

.cbp-af-header nav {
	float: right;
}

.cbp-af-header nav a {
	color: #fff;
	font-weight: 700;
	margin: 0 15px 0 15px;
	text-shadow: 1px 1px 1px #000;
}

.cbp-af-header nav a:hover {
	color: #333;
	text-shadow: none;
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 90px;
	background: #000; 
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2); 
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2); 
		box-shadow: 0 1px 1px rgba(0,0,0,0.2); 
}

.cbp-af-header.cbp-af-header-shrink img {
	padding-top: 5px;
	transition: padding-top 0.3s ease 0s;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 90px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
	font-size: 2em;
}

/* Example Media Queries */
@media screen and (max-width: 55em) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 115px;
	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 32.25em) {
	.cbp-af-header nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 24em) {
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1;
	}
}

.cbp-af-header .main-menu-select select {
    color: #000;
}

.cbp-af-header.cbp-af-header-shrink .main-menu-select select {
    color: #fff;
}


/*-----------------------------------------------------------------*/
/* 03. Header
/*-----------------------------------------------------------------*/
	body > header { 
		width: 100%; 
		position: fixed; 
		top : 0px;
		z-index: 999;
		background: #000; 
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2); 
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2); 
		box-shadow: 0 1px 1px rgba(0,0,0,0.2); 
		opacity: .9;
		filter: alpha(opacity = 90);
	}

/*-------- 03.a. Logo --------*/
	#logo h1 { 
		display: none;
	}

/*-------- 03.b. Menu --------*/

	.main-menu-select{
		display: none;
	}

	nav ul {
		list-style: none;
		float:right;
		margin-top: 0px;
	}
	
	nav ul li {
		float: left;
		font-size: 17px;
		color: #fff;
		margin: 0 15px;
	}

	nav ul li:last-child {
		margin-right: 0;
	}
		
	nav ul li a { 
		text-decoration: none;
		color: inherit;
	}

	nav ul li a:hover { 
		color: #fb8b21;
	}
	
	/*nav ul li.highlight {
		background: #fc7f09;
		padding: 2px 15px;
		margin: 0;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		border: 2px solid #fc7f09;
		color: #FFFFFF;
		cursor: pointer;
		position: relative;
		top: -4px;
	}*/
	/*nav ul li.highlight:hover { 
		background: #777;
		border: 2px solid #777;
	}*/
	nav ul li.highlight a:hover { 
		background: #777;
		border: 2px solid #777;
		color: #fff;
	}
	nav ul li.highlight a { 
		background: #fc7f09;
		padding: 2px 15px;
		margin: 0;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		border: 2px solid #fc7f09;
		color: #FFFFFF;
		cursor: pointer;
		position: relative;
		text-shadow: none;
	}


/*-----------------------------------------------------------------*/
/* 04. Slider
/*-----------------------------------------------------------------*/
	#slider {
		border: 0px;
		padding: 0px;
		height: 100%;
		max-height: 778px;
		overflow: hidden;
	}
	
	.flexslider:before {
		display: block;
		content: "";
		position: absolute;
		z-index: 1;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		/*background: url("../images/slider-inner-shadow.png") no-repeat center bottom transparent;*/
	}

	.slides:before {
		display: block;
		content: "";
		position: absolute;
		z-index: 2;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		opacity: .4;
		filter: alpha(opacity = 40);
	}

	.slide {
		position: relative;
		top: 0px;
		left: 0px;
	}

	.slide img {
		height: 100% !important;
		width: 1920px !important;
		max-width: 1920px;
		background: #888;
		position: relative;
		left:-960px;
		margin-left:50%;
	}

	.slide-caption {
		color: #FFFFFF;
		position: absolute;
		top:266px;
		width: 500px;
		z-index: 99;
		background-color: rgba(0,0,0,0.18);
		box-shadow: 0px 0px 80px 80px rgba(0,0,0,0.18);
    }
    	
    .slide .slide-caption h2 {
	    font-size: 50px;
	    margin-bottom: 31px;
	    text-shadow:0px 1px #000000;
		text-align:left;
	}
		
	.slide .slide-caption p {
	    font-size: 21px;
	    line-height: 24px;
	    margin-bottom: 54px;
	    text-shadow:0px 1px #000000;
	}
	
	
	.slide .slide-caption .button-underline {
	    border-bottom: 3px solid #fc7f09;
	    color: #FFFFFF;
	    font-size: 15px;
	    font-weight: 600;
	    margin-left: 20px;
	    padding: 16px 0 1px;
	    text-decoration: none;
	    text-shadow: none;
	    text-transform: uppercase;
	    text-shadow: 0 0px 5px #000000;
	}
	
	#slider:after {
		display:block;
		content: "";
		/*background: url("../images/slider-outer-shadow.png") no-repeat center bottom;*/
		/*height: 25px;*/
		width: 100%;
	}


/*-----------------------------------------------------------------*/
/* 05. Features
/*-----------------------------------------------------------------*/
	#features {
		background: url("../images/features-bg.png") no-repeat scroll center bottom;
		box-shadow: 0 1px 1px #C2C2C2;
		-moz-box-shadow: 0 1px 1px #C2C2C2;
		-webkit-box-shadow: 0 1px 1px #C2C2C2;
		padding-bottom: 280px;
	}
	
	#features .fourth {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 20px 0px;
		float:left;
		text-align: center;
		margin-top: 55px;
	}
	
	#features .fourth:hover {
		-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.13), 0 0 0 1px #D8D8D8 inset;
		-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.13), 0 0 0 1px #D8D8D8 inset;
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.13), 0 0 0 1px #D8D8D8 inset;
		transition: all 0.2s linear 0s;
	}
	
	#features .fourth p {
		margin-top: 20px;
		font-family: 'Open Sans', sans-serif;
		font-size: 13px;
		line-height: 18px;
	}



/*-----------------------------------------------------------------*/
/* 06. Collaborate
/*-----------------------------------------------------------------*/
	#collaboration {
		text-align: center;
		background: -moz-linear-gradient(135deg,  rgba(255,255,255,0) 22%, rgba(255,255,255,0) 39%, rgba(255,255,255,0.65) 75%, rgba(255,255,255,1) 94%), url('../images/collaborate-bg.jpg') repeat 0 0;
		background: -webkit-gradient(linear, left bottom, right top, color-stop(22%,rgba(255,255,255,0)), color-stop(39%,rgba(255,255,255,0)), color-stop(75%,rgba(255,255,255,0.65)), color-stop(94%,rgba(255,255,255,1))), url('../images/collaborate-bg.jpg') repeat 0 0;
		background: -webkit-linear-gradient(135deg,  rgba(255,255,255,0) 22%,rgba(255,255,255,0) 39%,rgba(255,255,255,0.65) 75%,rgba(255,255,255,1) 94%), url('../images/collaborate-bg.jpg') repeat 0 0;
		background: -o-linear-gradient(135deg,  rgba(255,255,255,0) 22%,rgba(255,255,255,0) 39%,rgba(255,255,255,0.65) 75%,rgba(255,255,255,1) 94%), url('../images/collaborate-bg.jpg') repeat 0 0;
		background: -ms-linear-gradient(135deg,  rgba(255,255,255,0) 22%,rgba(255,255,255,0) 39%,rgba(255,255,255,0.65) 75%,rgba(255,255,255,1) 94%), url('../images/collaborate-bg.jpg') repeat 0 0;
		background: linear-gradient(135deg,  rgba(255,255,255,0) 22%,rgba(255,255,255,0) 39%,rgba(255,255,255,0.65) 75%,rgba(255,255,255,1) 94%), url('../images/collaborate-bg.jpg') repeat 0 0;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	}
	
	#collaboration p {
		margin-bottom: 45px;
	}
	
	#collaboration img {
		margin-top: 75px;
	}


/*-----------------------------------------------------------------*/
/* 07. Plans & Pricing
/*-----------------------------------------------------------------*/
	#plans {
		padding-top: 212px;
		background: url("../images/pricing.png") no-repeat center top;
	}
	
	.price-table {
		border: 1px solid #D8D8D8;
		
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		
		margin-top: 60px;
		margin-bottom: 60px;
		padding: 5px 5px 35px;
		text-align: center;
	}
	
	.table-title {
		background: #D8D7D7;
		color: #A09F9F;
		font-size: 17px;
		line-height: 40px;
		font-weight: 700;
		margin-top: 0;
		padding: 15px;
		text-transform: uppercase;
	}

	.price-table.orange:hover .table-title { 
		background: #76BA2F; 
		color: #FFFFFF;
		transition: all 0.2s linear 0s;
	}

	.price-table.blue:hover .table-title { 
		background: #506171; 
		color: #FFFFFF; 
		transition: all 0.2s linear 0s;
	}
	
	.table-price {
		display: block;
		font-size: 60px;
		line-height: 65px;
		margin: 20px 0 0;
	}
	
	.table-price.orange { 
		color: #76BA2F; 
	}

	.table-price.blue { 
		color: #506171; 
	}

	.table-price span { 
		font-weight: 700; 
	}

	.table-price small { 
		font-weight: 700;
		font-size: 20px;
		position: relative;
		text-transform: uppercase;
		top: -13px;
	}
		
	.price-table p {
		color: #989898;
		font-size: 14px;
		line-height: 30px;
		margin-top: 0px;
		padding: 0 60px 40px;
	}


/*-----------------------------------------------------------------*/
/* 08. Call to action
/*-----------------------------------------------------------------*/
	#call-to-action {
		background: #F5F5F5;
		padding: 40px 0px;
	}
	
	#call-to-action p {
		font-size: 20px;
		line-height: 42px;
		margin-top: 5px;
		margin-left: 20px;
	}
	
	#call-to-action .button {
		margin-right: 20px;
	}


/*-----------------------------------------------------------------*/
/* 09. Get In Touch
/*-----------------------------------------------------------------*/
	#get-in-touch {
		padding-bottom: 50px;
		border-bottom: none;
	}
	
	#get-in-touch #contact {
		margin-top: 20px;
	}
	
/*-------- 09.a. Map --------*/
	#map {
		height: 330px;
		border-top: 1px solid #DCDCDC;
		border-bottom: 1px solid #DCDCDC;
		margin-top: 30px;
		position: relative;
	}

	#map div {
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	#map img {
		max-width: none;
	}
	
	#map:after {
		display: block;
		content: "";
		background: url("../images/slider-inner-shadow.png") no-repeat center center transparent;
		position: absolute;
		z-index: 3;
		left: 0px;
		bottom: 0px;
		height: 25px;
		width: 100%;
	}
	
/*-------- 09.b. Contact Info --------*/
	#company-details {
		background: #F5F5F5;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		font-size: 20px;
		line-height: 42px;
		margin-bottom: 10px;
		padding: 30px 35px;
	}
	
	#company-details strong {
		font-weight: 700;
	}
	
	#company-details p {
		font-size: 18px;
   		line-height: 42px;
	}
	
	#company-details p a {
		color: #fc7f09;
	}
	
	#company-details p a:hover {
		color: #777;
	}

/*-------- 09.c. Social Buttons --------*/
	.social-buttons a { 
		width: 49%;
		text-align: center;
		margin-bottom: 20px;
		height: 55px;
		padding-top: 15px;
	}

	.social-buttons a.facebook { 
		background: #D8D6D7 url("../images/facebook.png") 5px 7px no-repeat;
	}

	.social-buttons a.twitter { 
		background: #D8D6D7 url("../images/twitter.png") 5px 7px no-repeat;
	}

	.social-buttons a.facebook:hover { 
		background-color: #3B5997; 
		color: #fff;
	}

	.social-buttons a.twitter:hover { 
		background-color: #00C0FF;
		color: #fff;
	}
	
/*-------- 09.d. Contact Form --------*/
	#get-in-touch form .input, 
	#get-in-touch form .textarea {
		border: 1px solid #D8D8D8;
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #555555;
		font-size: 14px;
		font-family: inherit; 
		height: 40px;
		line-height: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#get-in-touch form .textarea { 
		height: 175px;
		vertical-align: top;
	}
	
	/*------ Pricing Form ------*/
	#pricing form .input, 
	#pricing form .textarea {
		border: 1px solid #D8D8D8;
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #555555;
		font-size: 14px;
		font-family: inherit; 
		height: 40px;
		line-height: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#pricing form .textarea { 
		height: 175px;
		vertical-align: top;
	}
	
	/*------ End Pricing Form ------*/
	
	.captcha{
		border: 1px solid #D8D8D8;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		position: relative;
		padding: 10px 0 11px 0;
		margin-bottom: 10px;
	}

	#recaptcha_image span a{
		text-decoration: none;
		color:#aaa;
	}

	#recaptcha_image span:hover a{
		color:#fc7f09;
	}


	#recaptcha_image span a#recaptcha_audio_play_again{
		position: absolute;
		top: 8px;
		left: 8px;
	}

	#recaptcha_image span a#recaptcha_audio_download{
		position: absolute;
		top: 38px;
		left: 8px;
	}

	.captcha .recaptcha_reload,
	.captcha .recaptcha_only_if_image,
	.captcha .recaptcha_only_if_audio,
	.captcha .recaptcha_help{
		position: absolute;
		right: 8px;
	}

	.captcha .recaptcha_reload{
		top: 0;
	}

	.captcha .recaptcha_only_if_image,
	.captcha .recaptcha_only_if_audio{
		top: 23px;
	}

	.captcha .recaptcha_only_if_image{
		right: 7px !important;
	}

	.captcha .recaptcha_help{
		top: 46px;
	}

	button#contact-submit {
		border: 0px;
		margin-bottom:10px;
	}
	
	.submit_note{
		clear:both;
	}
	
	.alert-warning,
	.alert-success{
		display:block;
		padding:15px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		text-align:center;
	}
	
	.alert-warning{
		background:#fb7973;
		color:#fff;
	}

	.alert-success{
		background:#fc7f09;
		color:#fff;
	}


/*-----------------------------------------------------------------*/
/* 10. Footer
/*-----------------------------------------------------------------*/
	footer {
	    background: #F5F5F5;
	    font-size: 15px;
	    margin-top: 0px;
	    padding: 23px 0 20px;
	    color: #acabab;
	}
	
	footer p { 
		margin-top: 0px; 
	}

	footer a {
		color: #fb8b21;
		text-decoration: none;
	}
	
	footer a:hover {
		text-decoration: none;
		color: #777;
	}
	
	footer .right {
		text-align: right;
	}
	
	footer .footer-links a {
	    padding: 0 10px;
	    border-right: 1px solid #acabab;
	}

	footer .footer-links a:last-child{
		padding-right: 0;
		border-right: none;
	}

	footer .footer-links a:first-child{
		padding-left: 0;
	}

/*-----------------------------------------------------------------*/
/* 11. Contact Form
/*-----------------------------------------------------------------*/

/* Remove this if pasting into your stylesheet */

html, body { border: 0; margin: 0; padding: 0; }
body { background: #f9f9f9; font: 14px sans-serif; color:#666; }
.content { margin: 0 auto; max-width: 800px; padding: 20px; }

/* END "Remove this" */



/* Message boxes */
.ucf .message { margin-bottom: 20px; }
.ucf .message p { font-weight: bold; margin-top: 0; }
.ucf .message p:last-child { margin-bottom: 0; }
.ucf .message ul { margin-bottom: 0; }
/* Error message box */
.ucf .message .errors { background: #fff; border: solid 1px #ccc; border-left: solid 10px #d9534f; border-radius: 5px; padding: 20px; }
.ucf .message .errors p { color: #d9534f; }
/* Success message box */
.ucf .message .success { background: #fff; border: solid 1px #ccc; border-left: solid 10px #5cb85c; border-radius: 5px; padding: 20px; }
.ucf .message .success p { color: #5cb85c; }

/* Form */
.ucf * { outline: none; }
/*.ucf fieldset { border: solid 1px #ccc; border-radius: 5px;}*/
.ucf legend { font-weight: bold; padding: 10px; }
.ucf .field-wrapper { clear: both; margin-top: 0; line-height:2em; }
.ucf .field-wrapper label span { display: inline-block; float: left; width:100px; }
.ucf .field-wrapper input[type=text],
.ucf .field-wrapper input[type=tel],
.ucf .field-wrapper input[type=email],
.ucf .field-wrapper input[type=password],
.ucf .field-wrapper textarea,
.ucf .field-wrapper select { border: solid 1px #ccc; border-radius: 5px; padding: 13px 0 13px 10px; transition: all .3s ease-in-out; }
.ucf .field-wrapper input[type=text]:focus,
.ucf .field-wrapper input[type=tel]:focus,
.ucf .field-wrapper input[type=email]:focus,
.ucf .field-wrapper input[type=password]:focus,
.ucf .field-wrapper textarea:focus,
.ucf .field-wrapper select:focus { border: solid 1px #333; /*-webkit-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05);*/ }
@media ( max-width: 480px ){
	.ucf fieldset { padding: 10px; }
	.ucf .field-wrapper { margin-bottom: 10px; }
	.ucf .field-wrapper input[type=text],
	.ucf .field-wrapper input[type=tel],
	.ucf .field-wrapper input[type=email],
	.ucf .field-wrapper input[type=password],
	.ucf .field-wrapper textarea { width: 97%; }
	.ucf .field-wrapper select { width:100%; }
}
@media ( min-width: 481px ){
	.ucf fieldset { padding: 0 20px 20px; }
	.ucf .field-wrapper { margin-bottom: 10px; }
	.ucf .field-wrapper input[type=text],
	.ucf .field-wrapper input[type=tel],
	.ucf .field-wrapper input[type=email],
	.ucf .field-wrapper input[type=password],
	.ucf .field-wrapper textarea { width: 97%; }
	.ucf .field-wrapper select { width:100%; }
}

/* Select 2 overrides */
.select2-container .select2-choice { background-image: none; padding: 0 10px; }
.select2-container .select2-drop-active { border: solid 1px #fff; }
.select2-container .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice { background-color: #fff; background-image: none; }
.select2-dropdown-open .select2-choice { background-color: #fff; }
.select2-container .select2-choice abbr { background: url('../img/../images/select2.png') right top no-repeat; }
.select2-container .select2-choice .select2-arrow b { background: url('../img/../images/select2.png') no-repeat 0 1px; }
.select2-search input { background: #fff url('../img/../images/select2.png') no-repeat 100% -22px; }
html[dir="rtl"] .select2-search input { background: #fff url('../img/../images/select2.png') no-repeat -37px -22px; }
.select2-search input.select2-active { background: #fff url('../img/../images/select2-spinner.gif') no-repeat 100%; }
.select2-more-results.select2-active { background: #f4f4f4 url('../img/../images/select2-spinner.gif') no-repeat 100%; }
.select2-container-multi .select2-choices .select2-search-field input.select2-active { background: #fff url('../img/../images/select2-spinner.gif') no-repeat 100% !important; }
.select2-search-choice-close { background: url('../img/../images/select2.png') right top no-repeat; }
.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container-multi.select2-container-active .select2-choices { border: 1px solid #333; -webkit-box-shadow: none; box-shadow: none; }
.select2-drop-active { border-top: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
	.select2-search input,
	.select2-search-choice-close,
	.select2-container .select2-choice abbr,
	.select2-container .select2-choice .select2-arrow b {
		background-image: url('../img/../images/select2x2.png') !important;
	}
}
@media ( max-width: 480px ){
	.select2-container .select2-choice { width: 100%; }
}
@media ( min-width: 481px ){
	.select2-container .select2-choice { width: 100%; }
}

/* Google no CAPTCHA reCAPTCHA */
@media ( max-width: 480px ){
	.g-recaptcha{ margin-bottom: 10px; }
}
@media ( min-width: 481px ){
	.g-recaptcha{ padding-left: 0px; margin-bottom: 20px; float: left; }
}

/* Honey trap field */
.ucf .hey-honey { left: -9999px; position: absolute; }

/* Button */
.ucf button[type=submit] { background: #fc7f09; border: 0; border-radius: 5px; color: #fff; cursor: pointer; font-size: 14px !important; font-weight:bold; /*margin-left: 100px;*/ padding: 28px 15px; transition: background .3s; float: right; }
.ucf button[type=submit]:hover { background: #777; }
.ucf button[type=submit].complete { background: #feb876; cursor: default; }
.ucf button.secondary { background: #ccc; border: 0; border-radius: 5px; color: #fff; cursor: pointer; font-size: 1em; margin-left: 100px; padding: 10px 15px; transition: background .3s; }
.ucf button.secondary:hover { background: #ddd; }

/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
		  width: 100%;
}

.select2-container .select2-choice {
    display: block;
    height: 40px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 40px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('../images/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/select2.png') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
	display: none;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('../images/select2.png') no-repeat 100% -22px;
    background: url('../images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../images/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('../images/select2.png') no-repeat -37px -22px;
    background: url('../images/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../images/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../images/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../images/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('../images/select2-spinner.gif') no-repeat 100%;
    background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('../images/select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('../images/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('../images/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('../images/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}


.sss {
	height: 0;
	margin: 0; 
	padding: 0;
	position: relative;
	display: block;
	overflow: hidden;
}

.ssslide {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
}

.ssslide img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
}

.sssnext, .sssprev {
	width: 25px;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	background: url('../images/arr.png') no-repeat;
}

.sssprev {
	left: 3%;
	background-position: 0 50%;
}

.sssnext {
	right: 3%;
	background-position: -26px 50%;
}

.sssprev:hover, .sssnext:hover {
	cursor: pointer;
}