/* here you can put your own css to customize and override the theme */

/* General body settings */
body { 
  color: #767676;
  background-color:#36414D;
}

th {
    font-weight: 400;
}

ul {
   list-style-image:url(../img/bullet.png) ;	}
	

.page-container {
	background-color:white;
	}

.margin-auto {
	margin-left:70px;
	}

  /*Navigation*/
  
   
.header {
	background-color: #333;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    filter: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 999;
}

.header .navbar-nav li a {
	color: #00b9be;	
	border-top: solid 2px #333;
	font-family: 'fs_joeymedium';	
}

.header .dropdown-menu li a {
	color: #767676;
}

.header .nav .dropdown-menu li a:hover,
.header .nav li.active .dropdown-menu li a:hover  {
	
	color: #00b9be!important;
	background: #fcfcfc !important;
}

	.header .nav li > a:hover,
	.header .nav li.active > a ,
	.header .nav li.active:hover > a {
		color: #fff!important; 
		background: #36414d !important;
}

@media (min-width:993px) and (max-width:1334px) {
	.header .dropdown-menu.last {
    	left: -98px;
    }
}

@media (min-width:768px) and (max-width:992px) {
	.header .dropdown-menu.last {
    	left: -130px;
    }
}


.breadcrumbfaq{
	padding:8px 15px;
	margin-bottom:20px;
	list-style:none;
	background-color:#fff;
	border-radius:4px}
.breadcrumbfaq>li{display:inline-block}
.breadcrumbfaq>li+li:before{padding:0 5px;color:#ccc;content:"|"}
.breadcrumbfaq>.active{color:#999}
.breadcrumbfaq .active a {color:#999}

/*community top bar*/
.communityLnk{
	margin-right: 15px;
}
/*languages top bar*/
.front-topbar .topbar-languages {
	text-align: right;
}
.front-topbar .topbar-languages ul{
	margin-right:15px;
}

.front-topbar .topbar-languages li {
	padding: 0;
}

.front-topbar {
	background-color:#4a5866;	
	border-bottom: solid 1px #62707f;	
	font-family: 'fs_joeymedium';	
	/*text-transform:uppercase;*/
}
.front-topbar a,
.front-topbar li {
	color: #adbdce;
}	
.front-topbar a:hover {
	color: #00b9be;
	text-decoration:none;
}
/***
Dropdown
***/

.dropdown.open .dropdown-toggle {
  color: #00b9be;
  }

/*Breadcrumbs*/
.breadcrumbs {
	background: #f5f5f5;
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
	margin-right: 0px !important;
}
.breadcrumbs h1 {
	color: #767676;
	font-size:26px;	
	font-family: 'fs_joeylight';
}
*.breadcrumbs ul {
	font-family: 'fs_joeyregular';
}
.breadcrumb>.active {
padding-right: 15px;
}

.breadcrumbs .container {
	padding-left: 13px;
}

.breadcrumbs .pull-right.breadcrumb {
	margin-right: -25px;
}


/***
General typography 
***/

h2, h2 a {
	font-family:'fs_joeymedium';
	font-size: 24px;
	color: #00b9be;
	margin-bottom: 20px;		
}
h3 {
  font-family:'fs_joeylight';  
  color: #00b9be;	
}

h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 0px;
}
.front-team h3 {
	font-family:'fs_joeyitalic';
	line-height: 100%;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.panel-title>a {
  font-family:'fs_joeyregular';
}
.ver-inline-menu li.active a {
	background: #00b9be;
	font-family:'fs_joeymedium';
}
.ver-inline-menu li a {
	font-family:'fs_joeymedium';
}

/*Service Box v1*/
.service-box-v1 h2 {
  font-family:'fs_joeylight';
}
  
.color-grey { color: #767676;}

.color-green {
	color: #00B9BE;
}

/*  Blue */
.btn.blue {
  color: white;  
  text-shadow: none;	
  background-color: #00b9be;
}
.btn.blue:hover, 
.btn.blue:focus, 
.btn.blue:active,
.btn.blue.active,
.btn.blue[disabled],
.btn.blue.disabled {  
  background-color: #08c !important;
  color: #fff !important;
  outline: none !important;
}

.btn-group .btn.blue.dropdown-toggle {
  background-color: #00b9be !important;
}
.btn-group .btn.blue:hover, 
.btn-group .btn.blue:focus, 
.btn-group .btn.blue:active, 
.btn-group .btn.blue.active, 
.btn-group .btn.blue.disabled,
.btn-group .btn.blue[disabled] { 
  background-color: #08c !important;
  color: #fff !important;
  outline: none !important;
}
/* login & signup styles */

.login-signup-page h4{
	font-family:'fs_joeylight'; 
	margin-bottom: 25px;
}

/***
Footer
***/
.footer {
	padding: 25px 0px 20px 0px 	;
	background: #f5f5f5;
}


.footer a {
	color: #767676;
}

.footer a:hover {
	color: #08c;
	text-decoration:none;
}
.footer h2 {
	font-family:'fs_joeylight' !important;
	color: #00b9be;
	margin-bottom: 10px;

}
.copyright {
	background: #36414d;
	padding: 5px 0;
}

.copyright p {
	color: #adbdce;
}

/***
Bootstrap
***/
.panel-default>.panel-heading {
	color:#767676;
	background-color:#f5f5f5;
	border-color:#ddd;
}

.navbar-brand{
	padding:0;
}

@media (max-width: 991px) {

	.header a.logo-v1 img {

    	padding-top: 8px;
    	width: 136px;
    }
}


@media (max-width: 767px) {

	.header a.logo-v1 img {

		padding: 6px 0px 0px 10px;
		width: 130px;
    }
}

/* ----- NEW SIDEVERSIONS ----- */
.sideversions .download-icon {
	display: block; 
	background: url(../img/icons-platforms.png) no-repeat; width: 41px; height: 40px;
	float:left;
	margin-right: 5px;
}
	
.sideversions .icon-bb { background-position: -3px -0px;  }
.sideversions .icon-wp { background-position: -47px -0px; }
.sideversions .icon-android { background-position: -3px -43px; }
.sideversions .icon-iphone { background-position: -47px -43px; }
.sideversions .icon-nokia { background-position: -3px -86px; }

.sideversions li {
	padding-right: 14px;
}
.sideversions ul {
	margin: 16px 0 0 4px;
}
.sideversions h4 {
	font-size:12px;
	font-weight: 600;	
	text-transform:uppercase;
	color: #00b9be;	
	}
	
/*Blockquote Box*/
/*.quote-v1 span {
	font-family:'fs_joeymedium';
}
Blockquote Box
.quote-v1 {
	background: #00b9be;
}

a.btn-transparent:hover {
  background: #36414d;
}*/



/***
Forms
***/
.checkbox {
	display:block;
	min-height:20px;
	padding-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	vertical-align:middle;
}
.label {
  font-weight: 400;
  font-size: 13px;
}

.captcha {
	border-radius:2px 2px 0px 0px;
	padding:10px 0px 0px 0px;
	text-align:center;
	}
	
.enter_captcha {
	border-radius: 0px 0px 2px 2px;
	padding:10px 10px 10px 10px;
	background-color:#FFF;
	color:#666;
	text-align:center;
	box-shadow: 0 1px 2px black;
	background-image: none;
	border-bottom:1px solid #CCC;
	}
	
.enter_captcha input {
	text-align:center;
	}

.terms {
	text-align:center;
	border-radius:2px 2px 2px 2px;
	color:#767676;
	font-size:14px;
	/*background-color:#eee;*/
	padding:10px;
	box-shadow: 0 1px 2px #ccc, 0 1px 0px  #eee inset;
	margin: 20px 40px;
	}
.terms:active {
	color:#00b9be;
	background-color:#ffffff;
	}

.login-signup-page .checkbox{
	padding-left: 20px;
}
	
/* error colors */
.page-error.number{
	color:#00b9be;
}


/* Bootstrap Fixes */


/*@media(min-width:768px){
	 .col-md-2{
		 width: 20%;position:relative;min-height:1px;padding-right:25px;padding-left:0px !important}
 }
 
 @media(min-width:992px){.col-md-2{float:left}.col-md-2{width:16.666666666666664%}
}
*/
 .col-md-2 {
    width: 20%;
	min-height: 1px;
    padding-left: 0px;
    padding-right: 25px;
    position: relative;
}
 
 

@media(max-width:992px){
.col-md-2 {
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 25px;
    position: relative;
    width: 33%;
	float:left;
}

.col-md-2 p {
	margin-bottom:30px;
}
}


@media(max-width:768px){
.col-md-2 {
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 25px;
    position: relative;
    width: 33%;
	float:left;
}

.col-md-2 p {
	margin-bottom:10px;
}

.front-team li.space-mobile {
    padding-bottom: 00px;
}

}

@media(max-width:650px){
.col-md-2 {
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 25px;
    position: relative;
    width: 46%;
	float:left;
}

.col-md-2 p {
	margin-bottom:10px;
   min-height: 75px;}

}

@media(max-width:430px){
.col-md-2 {
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0px;
    position: relative;
    width: 99%;
	float:left;
}

.col-md-2 p {
	margin-bottom:10px;
   min-height: 75px;}

}



.last {padding-right: 0px;  width: 19%;} 


.tutorial {
    max-width: 15.5%;
    padding: 0px !important;
	margin-right:10px;
	margin-bottom:20px;
	float:left;
}

.tutorial img {
    margin-bottom:10px;
}

.tutorial p {
    min-height:70px;
	margin-bottom:0px
}

@media only screen and (max-width:992px) {
.tutorial {
    max-width:30%;
    padding: 0px !important;
	margin-right:10px;
}

.tutorial p {
    min-height:95px;
	margin-bottom:0px
}
}

@media only screen and (max-width:570px) {
.tutorial {
	 max-width: 45%;
	 padding: 0px !important;
	 margin-right:0px;
}

.tutorial p {
    min-height:115px;
	margin-bottom:0px
}

}


@media only screen and (max-width:500px) {
.tutorial {
    max-width:99%;
    padding: 0px !important;
	margin-right:0px;
}

.tutorial p {
    min-height:65px;
	margin-bottom:0px
}


}



@media only screen and (max-width:320px) {
.tutorial {
	 max-width: 99%;
	 padding: 0px !important;
	 margin-right:0px;
}
}

/* SLIDER MOBILE */

.fullwidthbanner-container-mobile {
	background: url("../img/sliders/revolution/banner_mobile.jpg") #111f2a;
	background-position: 50% top;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1200px;
    max-width: 1200px;
    text-align: center;
    min-height: 823px;
    margin-top: -20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.fullwidthbanner-container-mobile.es {
    background: url("../img/sliders/revolution/mobile/banner_mobile_spa.jpg") #111f2a;
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: cover;
}

.fullwidthbanner-container-mobile.en {
    background: url("../img/sliders/revolution/mobile/banner_mobile_eng.jpg") #111f2a;
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: cover;
}

.fullwidthbanner-container-mobile.pt {
    background: url("../img/sliders/revolution/mobile/banner_mobile_por.jpg") #111f2a;
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: cover;
}

.fullwidthbanner-container-mobile h2{
    font-size: 70px;
    padding: 40px 0 20px;
    color: #333;
    font-family: "fs_joeylight";
    font-weight: 300;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
   	line-height: 50px;
   	margin-bottom: 13px;
}

.fullwidthbanner-container-mobile p{
    font-family: "fs_joeylight";
    font-size: 20px;
    font-weight: 300;
    padding: 0 !important;
    color: #333;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
    line-height: 16px;
    margin-bottom:15px;
}

@media only screen and (max-width:840px) {
	.fullwidthbanner-container-mobile{
	    min-height: 823px;
	}
	.fullwidthbanner-container-mobile h2{
	    font-size: 50px;
	    padding: 40px 0 10px;
	    line-height: 45px;
	    margin-bottom: 10px;
	}
}
@media only screen and (max-width:600px) {

	.fullwidthbanner-container-mobile{
	    min-height: 550px;
	}
	.fullwidthbanner-container-mobile h2{
	    font-size: 40px;
    	padding: 30px 0 0;
    	line-height: 35px;
    	margin-bottom: 17px;
	}
}
@media only screen and (max-width:500px) {
	.fullwidthbanner-container-mobile{
	    min-height: 400px;
	}

	.fullwidthbanner-container-mobile h2{
	    font-size: 46px;
	    padding: 20px 0 10px;
	    font-family: "fs_joeylight";
	    font-weight: 300;
	    line-height: 40px;
	    padding: 10px 15px 0 15px;
	}

	.fullwidthbanner-container-mobile p{
	    font-size: 18px;
	    line-height: 20px;
	    padding: 0 30px !important;
	    margin-bottom: 0;
	}
}

/***
Slider
***/
.slider-main {
	z-index: 1;
	position: relative;
	border-bottom: solid 1px #999;
	max-height:450px !important;
	overflow:hidden;
	margin-bottom: 10px;
	box-shadow: 0 1px 8px rgba(0,0,0, 0.5);
}

.slide_title_white {
	font-family: 'Open Sans';
	font-weight: 300;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	font-size:47px;
}

.slide_title_contest {
	font-family: "fs_joeylight" !important;
    font-weight: 300 !important;
    color: #F4EEC8 !important;
    font-size: 65px !important;
    line-height: 53px !important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) !important;
    font-style: italic !important;
}

.slide_title_white_bold {
	font-weight: 400;
}

.slide_subtitle_white {
	border-top:1px solid #fff !important;
	border-bottom:1px solid #fff !important;
	font-family: 'Open Sans';
	font-weight: 300;
	padding: 5px 10px;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	font-size:18px;
}
.slider-colored {
	z-index: 1;
	height: 495px !important;
	position: relative;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.slide_title, .slide_subtitle, .slide_desc, .slide_btn{
	-moz-box-sizing: content-box; 
	-webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.slide_title {
	font-family: 'fs_joeylight';
	font-weight: 300;
	color:#333;
	text-transform: uppercase;
	font-size:55px;
	line-height:50px;
	text-shadow: 0 1px 0px rgba(255,255,255, 0.6);
}

.desc_joey_white {
	font-family: 'fs_joeylight' !important;
    color: #FFF !important;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.4) !important;
    font-size: 17px !important;
}

.desc_joey_white_big{
	font-size: 21px !important;
}

.slide_title.title-big {
	font-size: 52px !important;
}

.first-slide .slide_title {
	font-size:51px;
}

.slide_title.title-medium {
	font-size: 40px !important;
}

.line-height-17 {
	line-height: 17px;
}

.slide_title_white {
	font-family: 'fs_joeylight';
	font-weight: 300;
	color:#FFF;
	text-transform: uppercase;
	font-size:55px;
	line-height:50px;
	text-shadow: 0 1px 0px rgba(0,0,0, 0.6);
	text-align:left;
}

.slide_desc.white {
	text-shadow: 0 1px 0px rgba(0,0,0, 0.6);
	color:#FFF;
}

.slide_desc.text-small {
	font-size: 10px;
	line-height: 13px;
}

.slider-door {
	min-width: 391px !important;
	overflow: hidden;
}

.font-weight200 {
	font-weight: 200;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.slide_desc_white p span {
	font-family: 'fs_joeylight';
	font-size: 24px;
	color: white;
}

.slide_desc_white p {
	font-size: 13px;
	color: #B4F4F6;
}

.slide_desc_contest {
    color: #F4EEC8 !important;
    font-size: 14px !important;
    font-weight: 200 !important;
    line-height: 24px !important;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5) !important;
}

@media (min-width: 1161px) and (max-width:1360px) {

    .responsive-slider-latch-right img {
        right: 10px;
        position: relative;
    }

    .responsive-slider-latch-right span {
        right: 20px;
        position: relative;
    }

    .responsive-slider-latch-left img {
		left: 60px;
        position: relative;
    }

    .responsive-slider-latch-left span {
        left: 40px;
        position: relative;
    }

	.responsive-slider-latch img {
		max-width: 360px !important;
	}

	.responsive-slider-latch.title-big {
		font-size: 45px !important;
	}

}


@media (min-width:990px) and (max-width:1160px) {

    .responsive-slider-latch-title img {
        max-width: 600px !important;
    }

    .responsive-slider-latch-right img {
        right: 80px;
        position: relative;
    }

    .responsive-slider-latch-right span {
        right: 102px;
        position: relative;
    }

    .responsive-slider-latch-left img {
		left: 50px;
        position: relative;
    }

    .responsive-slider-latch-left span {
        left: 20px;
        position: relative;
    }

	.responsive-slider-latch img {
		max-width: 360px !important;
	}

	.responsive-slider-latch.title-big {
		font-size: 45px !important;
	}

}


@media (max-width:1114px) {

	.responsive-slider {
		margin-left: 25px;
	}

	.slider-door {
		margin-left: 150px;
	}

	.slider-door-3 {
		display:none;
	}

	.title-medium {
		margin-left:-75px;
	}

	.btn-center {
		margin-left:-50px;
	}

	.spot-left-1 {
		left: 90px !important;
	}

	.spot-left-text-1 {
		left: 115px !important;
	}

	.spot-left-2 {
		left: 313px !important;
	}

	.spot-left-text-2 {
    		left: 363px !important;
    	}

	.spot-right-1 {
		left: 543px !important;
	}

	.spot-right-text-1 {
		left: 577px !important;
	}

	.spot-right-2 {
		left: 760px !important;
	}

	.spot-right-text-2 {
		left: 810px !important;
	}
}

.fullwidthabnner.revslider-initialised.tp-simpleresponsive {
	height: 450px !important;
}

.fullwidthbanner-container.slider-main {
	height: 450px !important;
}


.slide_subtitle {
	font-family: 'Open Sans';
	font-weight: 400;
	background-color: #0088cc;
	padding: 5px;
	color:#fafafa;
	text-transform: uppercase;
	font-size:18px;
}

.slide_list_item {
	font-family: 'Open Sans';
	font-weight: 400;
	background-color: #0088cc;
	padding: 5px;
	color:#fafafa;
	text-transform: uppercase;
	font-size:14px;
}

.slide_desc {
	color:#3f5862;
	font-size:14px;
	line-height:24px;
	text-shadow: 0 1px 0px rgba(255,255,255, 0.6);
}

.slide_desc_white {
	color:#FFF;
	font-size:14px;
	line-height:24px;
	text-shadow: 0 1px 0px rgba(0,0,0, 0.6);
}

.slide_desc_bordered {
	border-left: 3px solid #ddd !important; 
	padding-left: 5px;
}

.slide_btn {
	font-family: 'Open Sans';
	font-weight: 300;
	background:#00b9be;
	padding:7px 15px;
	color:#fff;
	font-size:14px;
	text-transform: uppercase;
	cursor:pointer;
}

.slide_btn.white, .slide_btn.white:link {
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid #FFF !important;
	min-width: 200px;
	color: #FFF;
}

.slide_btn.white:hover {
	background: rgba(255, 255, 255, 1);
	color: #FFF;
}

/* SLIDE PLUGIN CONTEST */

.slide_title_yellow {
	font-family: 'fs_joeylight';
	font-weight: 300;
	color: #f4eec8;
	text-transform: uppercase;
	font-size: 55px;
	line-height: 50px;
	text-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
	font-style: italic;
}

.slide_desc_yellow {
	color: #f4eec8;
	font-size: 14px;
	font-weight: 200;
	line-height: 24px;
	text-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
}


.slide_btn_yellow {
	font-weight: 200;
	background: none repeat scroll 0 0 #FDB934;
	border-radius: 2px !important;
	color: #fff !important;
	border-width: 0;
	font-size: 14px;
	outline: medium none !important;
	padding: 7px 14px;
	text-shadow: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 0px
		rgba(255, 255, 255, 0.5) inset !important;
	transition: all 0.1s linear 0s;
}
.slide_btn_yellow:hover {
	background: none repeat scroll 0 0 #e3b345 !important;
	box-shadow: 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 1px
		rgba(0, 0, 0, 0.8) inset !important;
	transition: all 0.1s linear 0s;
}


/*  Green */
.btn.green {
  background-color: #00b9be;
}
.btn.green:hover, 
.btn.green:focus, 
.btn.green:active, 
.btn.green.active,
.btn.green.disabled, 
.btn.green[disabled]{ 
  color: #fff !important;
  outline: none !important;
}


.tp-leftarrow.default {
    background: url("../img/sliders/revolution/arrow_left.png") no-repeat scroll center center !important;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    height: 50px !important;
    width: 50px !important;
}

.tp-rightarrow.default {	
    background: url("../img/sliders/revolution/arrow_right.png") no-repeat scroll center center !important;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    height: 50px !important;
    width: 50px !important;
}

.hometitle {
	font-family: 'fs_joeylight';
	color:#3f5862;
	text-transform: uppercase;
	font-size:27px;
    margin: 30px -15px 00px -15px !important;
    padding: 0 30px;
    line-height:27px;
}

.service-box {
    margin: 30px -15px 00px -15px !important;
}

.service-box p {
	text-align:center;
}

.service-box a:hover, .service-box a:link {
	text-decoration: none;
}

.service-box-heading img {
	max-width: 110px;
    margin: 0 auto;
}

.header-user-container .service-box-heading img {
	max-width: 150px;
	margin: 0 auto;
}


.service-box .service-box-heading {
    padding: 0px 0;
	text-align:center;
}

.service-box .service-box-heading i.green11 {
    border: 1px solid #00b9be;
    color: #00b9be;
}
.service-box .service-box-heading i {
    border-radius: 50%;
    display: block;
    font-size: 25px;
    height: 62px;
    line-height: 62px;
    margin: 20px auto 10px auto;
    padding: 0;
    text-align: center;
    vertical-align: baseline;
    width: 62px;

}


.service-box .service-box-heading span {
	font-family:'fs_joeymedium' !important;
    color: #00b9be;
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.service-box .service-box-heading span em {
	display: inline-block;
}

.btn {
    border-radius: 2px !important;
    border-width: 0;
    box-shadow: none !important;
    font-size: 14px;
    outline: medium none !important;
    /*text-transform: uppercase !important;*/
    padding: 7px 14px;
    text-shadow: none;
	box-shadow:0 1px 2px rgba(0,0,0, 0.2) !important;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease; 

}

.btn:hover {background:#09D6Db !important;
	transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; 
}

.btn-contest, .btn-contest:focus {
	background-color: #FDB934 ;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	color: white;
}

.btn-contest:hover, .btn-contest:active {
	background-color: #FFC85C !important;
	color: white;
}


/*TWEETS*/

.dl-horizontal dd {
    margin-left: 30px;
}

.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 25px;
}

.f-twitter dd span {
    color: #ADBDCE !important;
    font-size: 12px !important;
    margin: 0 5px !important;
}

.sideversions {
	text-align:center !important;
	padding-left:100px;
	overflow:auto;
	}

/*QUOTE HOME*/

.quote-v1 {
    background: none repeat scroll 0 0 #7C858E;
    margin: 50px 0 30px 0;
    overflow: hidden;
    width: 100%;
    border-radius:4px;
	box-shadow:0 1px 2px rgba(0,0,0, 0.2) !important;
}

.quote-v1-inner {
	width:60%; 
	float:left}
	
.text-right {
	width:40%; 
	float:left}

.btn-transparent {
	float:right;
	border-radius:4px;
}

@media only screen and (max-width:1199px) {
.quote-v1-inner {
	width:40%; }
	
.text-right {
	width:60%; 
}

.quote-v1 span {
    color: #FFFFFF;
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    margin: 0px 5px 0px;
}

}

@media only screen and (max-width:991px) {

.quote-v1-inner {
	float:left;
	text-align:left !important;}
	
	
.quote-v1 span {
    color: #FFFFFF;
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    margin: 0px 5px 0px;
}
}

@media only screen and (max-width:687px) {
.quote-v1-inner {
	width:100%; 
	float:none;
	text-align:center !important;
	overflow:auto;
	}
	
	
.text-right {
	width:100%; 
	float: none;
	
}

.btn-transparent {
	float:none;
	border-radius:4px;


}
}

@media only screen and (max-width:320px) {
.tutorial {
	 max-width: 90%;
	 padding: 0px !important;
	 margin-right:10px;
}
}

	




/*TABS*/
.tabbable-custom .nav-tabs > li.active {
    border-radius: 5px 5px 0px 0px;
    border-top: 3px solid #00B9BE ;
    margin-top: 0px !important;
    position: relative;
}

.tabbable-custom .nav-tabs > li.active > a {
    font-family: 'fs_joeymedium', sans-serif;
	text-shadow: 0 1px 0 #fff !important;
	font-size:16px;		
	border-top: medium none;
    font-weight: 400;
	border: none;
	padding: 11px 15px;
	color:#00B9BE;
    background-color: #f1f1f1;
    height: 51px;
		
}

.tabbable-custom > .tab-content {
    background-color: #f1f1f1;
    /*border: 1px solid #DDDDDD;*/
    border-radius: 0px 0px 4px 4px;
    padding: 20px;
	text-shadow: 0 1px 0 white;
}

.tabbable-custom .nav-tabs > li.active > a:hover { 
  border-top: none; 
  /*border-color: #d4d4d4 #d4d4d4 transparent; */
  color:#00b9be;
}

.nav-tabs.nav-justified > .active > a {
    border-bottom-color: #F1F1F1;
}

.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
	font-size:16px;	
    font-family: 'fs_joeymedium', sans-serif;
	color:#666;
	line-height:15px;
	border:none;
}

.nav > li > a:hover {
    color:#00b9be;
	background:none;
	}

.nav-tabs, .nav-pills {
    margin-bottom: 0px;
}

.tab-content form {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 10px 30px 30px;
}

.nav-tabs.nav-justified > li > a {
    border-bottom:none;
    margin-right: 0;
}

ol {
	padding-left:18px
	}
	
/*fancybox*/
.fancybox-skin {
	background: #fff;
}

.error {
    background: url("../images/icon_error.png") no-repeat scroll 2px 4px / 23px 23px rgba(0, 0, 0, 0);
    color: #FF0000;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-left: 52px;
}

.bx-wrapper img {
    display: block;
}

.margin-top-45 {
  	margin-top: 45px !important;
}

.margin-top-0 {
	margin-top:0 !important;
}

.margin-bottom-15 {
	margin-top:15px !important;
}

.top35 {
 	margin-top: 35px !important;
}

/***
ICONS WHY PAGE
***/

.service-box-v1 {
    border-radius: 4px;
    padding: 15px;
    text-align: center;

}

.service-box-v1 i {
font-size:24px;
padding:0px !important;
}

.service-box-v1 h2 {
    font-family: 'fs_joeylight';
	margin:5px 0 15px 0
}

.service-box-v1:hover {
    background: none repeat scroll 0 0 #00b9be;
    transition: all 0.4s ease-in-out 0s;
	box-shadow:0 1px 2px rgba(0,0,0, 0.2) !important;}


.iconsize{
	font-size:33px !important;}

/***
CONTACT
***/

.contact_box {
	max-width:500px;
	margin:auto;
	}
	
.contact_box .message {
	height:100px;
	vertical-align:top;
	}

.align_top {
	vertical-align:top
	}

/***
SUSCRITPTION
***/

/* subscription colors */
.silver {
    color: #c7c7c7;
}
.gold {
    color: #ffd700;
}
.platinum {
    color:#e5e4e2;
}


/*  subscription btn */
.btn.grey {
    background-color: #F5F5F5;
    margin-top:10px;
}
.btn.grey:hover,
.btn.grey:focus,
.btn.grey:active,
.btn.grey.active,
.btn.grey.disabled,
.btn.grey[disabled]{
    color: #fff !important;
    outline: none !important;
}

/***
SUSCRIPTION
***/

.schedule {
    font-size: 11px;
}


.subscription_opts {
    background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #E0DEDE;
    box-shadow: 0 0 3px #E0DEDE;
    padding: 00px 20px 10px 20px;
    width: 23%;
    margin: 0 8px 26px 8px;
    min-height: 200px
}

.floating {
    float: right
}

@media only screen and (max-width:991px) {
    .subscription_opts {
        width: 757px;
        margin: 0 8px 26px 8px;
    }

    .floating {
        float: none
    }

}

@media only screen and (max-width:360px) {
    .subscription_opts {
        width: 340px;
        margin: 0 8px 26px 8px;
    }

    .floating {
        float: none
    }

}

#table {
	margin-bottom:30px;
	border-radius:3px;
	max-width: 100% !important;
	overflow: hidden;
}

@media (max-width: 990px) {

	#table {
		overflow: auto;
	}
}

#table table td {
	border: 1px solid white !important;
	background-color:#f1f1f1;
}

.centered {
	text-align:center}
	
.green_cell {
	background-color:#00b9be !important;
	color:#FFF}
	
.grey_cell {
	background-color:#666;
	color:#FFF}	
	
.heads {
	color:#666;
	font-size:18px;
	font-family:FS_JoeyMedium;
	background-color:#FFF !important;
		}	
		
.padding_left_10 { padding-left:20px;}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .&eacute;, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	 word-wrap:break-word;
}

/***
COOKIES ALERT
***/	
	
.cookieDiv {
width: 100%;
heigth: auto;
bottom: 0;
left: 0;
right: 0;
position: fixed;
background-color:#999;
color: #fff;
font-size: 13px;
overflow:auto;
/*background:url(../img/cookies_bg.png);*/
background-color:#36414d;
border-top:1px solid #999;
z-index:9999;
}

.wrapper_txt_cookie{
	max-width:1150px;
	margin:auto;
	overflow:auto;
	overflow:hidden
	}

.textoCookie {
	float: left;
	width:85%;
	}
.accionCookie {
	float: right;
	margin: 25px 00px 20px 20px;
	text-align:right;
	}
	
.cookieDiv a:hover {
	color:#FFF;
	}
.cookieDiv p {
	margin: 20px 0 ;
	padding: 0px 20px 0px 00px;
	}
.cookieDiv div {	
}
.botonCookie {
	padding: 5px 12px;
	box-shadow:0 1px 3px #222;
	background: #00b9be;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	position:fixed;
	right: 150px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease; 
}		
.botonCookie:hover {
	background: #09D6Db;
	box-shadow:0 1px 0px #888, 0 1px 1px #333	 inset ;
	-moz-box-shadow: 0 2px 0 ;
	-webkit-box-shadow: 0 2px 0 #767676;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease; 
	color: #fff;
	text-decoration:none;
}

.botonCookie:active {
box-shadow: 0 2px 0 #767676, 0px 1px 4px rgba(0,0,0,0.3) inset;
-moz-box-shadow: 0 2px 0 #767676, 0px 1px 4px rgba(0,0,0,0.3) inset;
-webkit-box-shadow: 0 2px 0 #767676, 0px 1px 4px rgba(0,0,0,0.3) inset;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
-ms-transition: none;
}
.enlaceCookie {
color: #ADBDCE;
text-decoration: none;
display: inline-block;
}
.enlaceCookie:hover {
color: #36414d;
text-decoration: none;
}

@media only screen and (max-width:1198px) {
.wrapper_txt_cookie{
	max-width:950px;
	margin:auto;
	overflow:auto;
	overflow:hidden
	}
	}

@media only screen and (max-width:991px) {
.wrapper_txt_cookie{
	max-width:730px;
	margin:auto;
	overflow:auto;
	overflow:hidden
	}
	
.textoCookie {
	float: left;
	width:80%;
	}
	
.accionCookie {
	width:10%;
	float: right;
	margin: 20px 00px 20px 20px;
	text-align:right;
	}
	}

@media only screen and (max-width:749px) {
.wrapper_txt_cookie{
	padding:0 10px;
	margin:auto;
	overflow:auto;
	overflow:hidden
	}
	
.textoCookie {
	float: left;
	width:80%;	
	}
		
.accionCookie {
	width:70px;
	float: right;
	margin: 20px 00px 20px 20px;
	text-align:right;
}
}

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

.textoCookie {
	float: left;
	width:100%;
	}

.accionCookie {
	width:65px;
	float: left;
	margin: 00px 00px 20px 00px;
	text-align:right;
	display:block;
	clear:both
}
}

/*END OF COOKIES*/

.max-height-img {
	max-height:127px;
	max-width:200px;
	}	

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

/*RIBBON zendesk*/
.footer-ribon {
                position: absolute;
                margin: -41px 0 0 22px;
                padding: 6px 16px 4px 16px;       
                background: #00b9be; /* Old browsers */
                background: -moz-linear-gradient(top,  #00b9be 0%, #007d96 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b9be), color-stop(100%,#007d96)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top,  #00b9be 0%,#007d96 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top,  #00b9be 0%,#007d96 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top,  #00b9be 0%,#007d96 100%); /* IE10+ */
                background: linear-gradient(to bottom,  #00b9be 0%,#007d96 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9be', endColorstr='#007d96',GradientType=0 ); /* IE6-9 */
}
.footer-ribon:before {
                border-right: 10px solid #008098;
                border-top: 16px solid transparent;
                content: "";
                display: block;
                height: 0;
                left: -10px;
                position: absolute;
                top: 0;
                width: 7px;
}
.footer-ribon span a {
                color: #FFF;
                font-size: 1.2em;
                font-family:"fs_joeymedium_italic", 'Open Sans', sans-serif;
}
.footer-ribon span a:hover {
                color: #ccffff;
}
/*END RIBBON zendesk*/

/* Subscription page */
.subscription tr td {
    width: 110px;
    overflow: hidden;
    white-space: nowrap;
}

.padding-cell-10 td {
	padding: 10px 15px;
}

.subscription tr th {
    width: 110px;
    overflow: hidden;
    white-space: nowrap;
}

.subscription-feature {
    width: 60% !important;
}

/* End subscription page */

#languagesDropdown {
    width: 80px;
    text-align: left;
}

#languagesDropdown ul li {
    display: block;
}

.bx-phone-clone {
    width:100%;}

.bx-phone-clone li:hover, .bx-phone-clone li:hover b, .bx-phone-clone li:hover strong{
    color:#fff !important;}

.bx-clone:hover i.icon-hover-1 {
    left: 5%;
}

.bx-clone:hover i.icon-hover-2 {
    right: 5%;
}

.bx-clone:hover i.icon-hover-1,
.bx-clone:hover i.icon-hover-2 {
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

.bx-clone {
    float: left;
    list-style: none;
    height:auto;
    margin-right: 2%;}

.bx-clone img {
    width: 100%;	 }

.bx-clone em {
    display: block;
    overflow: hidden;
    position: relative;
}

.bx-clone i.icon-hover-1 {
    left: -100px;
}

.bx-clone i.icon-hover-2 {
    right: -100px;
}


.bx-clone a.bxslider-block {
    padding: 10px;
    display: block;
    background: #fcfcfc;
}

.bx-clone:hover a.bxslider-block {
    background: #00b9be;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    color:#fff !important;
}

.bx-clone i.icon-hover-1:hover, .bx-clone i.icon-hover-2:hover {
    color: #00b9be;
}

.bx-clone:hover a.bxslider-block b, .bx-clone:hover a.bxslider-block strong, {
    background: #00b9be;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    color:#fff !important;
}

.bx-clone  a.bxslider-block {
    padding: 10px;
    display: block;
    background: #fcfcfc;}


.bx-clone strong {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 300;
}


.bx-clone b {
    color: #656565;
    font-size: 13px;
    font-weight: 200;
    font-style: normal;
}

.bx-clone i.icon-hover-1, .bx-clone  i.icon-hover-2 {
    top: 50%;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    position: absolute;
    margin-top: -1.5em;
    border-radius: 50%;
    background: url(../img/black-opacity.png) repeat !important;
}


@media(max-width:650px) {

    .bx-phone-clone {
        margin: 35px 0 35px -19px;
    }

    .bx-clone {
        float: left;
        height:auto;
        margin-bottom:8px;

    }

    .bx-clone a.bxslider-block {
        border-bottom-left-radius:5px;
        border-bottom-right-radius:5px;
    }

    .fancybox-button, .icon-hover-1, .icon-hover-2	{
        visibility:hidden;
        display:none;
    }

}

/* ---- isotope ---- */

/* clear fix */
.isotope:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .element-item ---- */
.isotope-item {
    border-radius: 3px;
    background-color: #f1f1f1;
    border: 1px solid #e0dede;
    /*box-shadow: 0 0 3px #e0dede;*/
    float: left;
    height: 101px;
    margin: 5px;
    position: relative;
    width: 159px;
}

.isotope-item:hover{
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.standard {
    background-color: #ebf9fa;
    border: 1px solid #beedee;
}

.premium {
    background-color: #fef6ec;
    border: 1px solid #f7d2a9;
}

.standard:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.premium:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.colorPremium {
    color: #e97f00;
}

.colorPremium:hover {
    text-decoration: underline;
    color: #e97f00;
}

li.active a.colorPremium {
    text-decoration: underline;
    color: #e97f00;
}

.colorStandard:hover, .colorTodos:hover{
    text-decoration: underline;
    color: #00b9be;
}

li.active a.colorStandard, li.active a.colorTodos {
    text-decoration: underline;
    color: #00b9be;
}


.colorSDKs {
    color: #999;
}
.colorSDKs:hover {
    text-decoration: underline;
    color: #999;
}

li.active a.colorSDKs {
    text-decoration: underline;
    color: #999;
}

.isotope-item a{
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    max-width: 100%;
}

.isotope-item img{
    width: 159px;
}

.isotope-item > * {
    margin: 0;
    padding: 0;
}

.isotope-item:hover{
    box-shadow: none;
}

img.gray-img {
    top:0;
    left:0;
    display:none;
}

.isotope-item a:hover img.gray-img {
    display:none;
}

.isotope-item img.color-img {
    display:block;
}

img.color-img{
    opacity: 0.55;
}

.isotope-item a:hover img.color-img {
    opacity: 1;
}

.padding-right-55 {
	padding-right: 55px;
}

.where_opts {
    background: none repeat scroll 0 0 #F5F5F5;
    border-radius: 2px;
    border: 1px solid #E0DEDE;
    box-shadow: 0 0 3px #E0DEDE;
    margin: 0 0 20px 0;
    width: 159px;
    float: left;
    display: inline;
    /*min-height: 200px*/
}

@media (max-width:400px) {

	.where_info {
		display: inline-block;
        margin-left: 0 !important;
        margin-bottom: 20px !important;
	}
}

.img-latch-protected {
    /*width: 159px;*/
    margin-bottom:20px;
}

.where_opts img, .where_latchImg img{
    width: 159px;
}

.where_info {
	margin-left: 180px;
}

.where_info .btn_round + .btn_round {
	margin-left: 7px;
}

.whereDivRigth {
    border-left: 1px solid #E0DEDE;
    padding-left: 20px;
}

.border-left0{
    border-left: 0 !important;
}

@media(max-width: 1000px){
    .whereDivRigth { 
    	border-left: 0; 
    	padding-left: 15px;
    }
}

.top0{
    margin-top: 0 !important;
}

.top50{
    margin-top: 50px !important;
}

.btn_round {
    border-radius: 50% !important;
    border-width: 0;
    padding: 12px 6px 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background-color: #00b9be;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn_round img{
    vertical-align: baseline !important;
}

.btn_round:hover {
    background:#09D6Db !important;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.where_info p {
    margin-bottom: 15px;
}

.dark_green {
    background: none repeat scroll 0 0 #007d95;
    color: white;
    margin-top:15px;
    float:right;
    font-weight:200;
    text-transform:uppercase;
    font-size:12px;
    margin-bottom:10px;
}

.dark_green_home {
    background: none repeat scroll 0 0 #007d95;
    color: white !important;
    margin-top:15px;
    font-weight:200;
    text-transform:uppercase;
    font-size:12px;
    margin-bottom:10px;
}

.dark_green:hover, dark_green_home:hover {
    background: none repeat scroll 0 0 #00b9be !important;
    color: white !important;
    margin-top:15px;
}

.orange {
    background: none repeat scroll 0 0 #FDB934;
    color: white;
    font-weight:200;

}

.btn.orange:hover {
    background: none repeat scroll 0 0 #FFD93D !important;
    color: white;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.colorLatch {
    color: #00b9be;
}

.P_WIN_EE {
    background:url(../img/logo_WIN_EE.png) no-repeat;
    background-size:70px;
    padding-left:90px;
    margin-bottom:50px;
    margin-top:30px;	}

.P_WIN_PE {
    background:url(../img/logo_WIN_PE.png) no-repeat;
    background-size:70px;
    padding-left:90px;
    margin-bottom:30px;
    padding-bottom:20px;
}

.green {
    font-weight:200;
}

.contract-privacy-policy input[type=checkbox] {
    width: 15px;
    display: inline;
    margin-bottom: 5px;
}

.contract-privacy-policy span {
    margin-top: 5px;
    margin-left: 10px;
}

/* Developers area */


.linea-lateral {
  border-right: 1px solid #E0DEDE;
  padding-right: 40px;
}

.linea-lateral-izq {
	border-left: 1px solid #E0DEDE;
}

.no-line {
	border: none;
}

@media(max-width: 1000px){
    .whereDivRigth .top50{
    	margin-top: 20px;
    }

    .premiumBlock {
		  padding-right: 15px !important;
		  padding-left: 55px !important;
    }

    .linea-lateral {
      	border-right: 0;
      	padding-right: 15px; 
    }

    .linea-lateral-izq {
		border-left: 0;
	}
}

@media(max-width: 767px){
  .premiumBlock{
    padding-left: 15px !important;
  }
}

.top0{
	margin-top: 0;
}

h3 {
  margin-bottom: 15px;
}

@media(max-width: 1199px){

  .premiumBlock div.plugin_windows {
    margin-top: 25px;  
  }

}

@media(max-width: 767px){

  .premiumBlock div.plugin_windows {
    margin-top: 0;  
  }

}

.left0{
	padding-left: 0;
}

.top50{
	margin-top: 50px;
}

.top20{
	margin-top: 20px;
}

.left20{
	margin-left: 20px;
}

.premiumBlock div{
	overflow: auto;
}

.premiumBlock {
	padding-right: 30px;
	padding-left: 60px;
}


.btn_round {
	border-radius: 50% !important;
	border-width: 0;
	padding: 12px 6px 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background-color: #00b9be;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn_round img{
	vertical-align: baseline !important;
}
	
.btn_round:hover {
	background:#09D6Db !important;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease; 
}



.dark_green {
	background: none repeat scroll 0 0 #007d95;
	color: white;
	margin-top:15px;
	float:right;
	font-weight:200;
	text-transform:uppercase;
	font-size:12px;
	margin-bottom:10px;
}

.dark_green:hover {
	background: none repeat scroll 0 0 #007d95;
	color: white;
	margin-top:15px;
	float:right;
	
}

.orange {
	background: none repeat scroll 0 0 #FDB934;
	color: white; 
	font-weight:200;

}

.btn.orange:hover {
	background: none repeat scroll 0 0 #FFD93D !important;
	color: white;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.colorLatch {
	color: #00b9be;
}

img.plugin_windows{
	width: 80px;
	overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px){

  img.plugin_windows{
    width: 60px;
  }

}

.plugin_windows div{
	float: left;
}



.P_WIN_EE {
	background:url(../img/logo_WIN_EE.png) no-repeat;
	background-size:70px;
	padding-left:90px;
	margin-bottom:50px;
	margin-top:30px;
}
	
.P_WIN_PE {
	background:url(../img/logo_WIN_PE.png) no-repeat;
	background-size:70px;
	padding-left:90px;
	margin-bottom:30px;
	padding-bottom:20px;
	}
	
.green {
	font-weight:200;
	}

/* SECCIÓN NOTICIAS */

.news-container {
	border: 1px solid #f1f1f1;
	background-color: #f0f0f0;
	max-width: 262px;
}

/*.news-container::after {
	content: "";
	background: url('../img/developersArea/img_news_shadow.png') no-repeat;
	background-size: 100%;
	height: 15px;
	width: 100%;
	display: inline-block;
	margin-bottom: -18px;
	position: absolute;
}*/
.news-shadow {
	background: url('../img/developersArea/img_news_shadow.png') no-repeat top center;
	background-size: 100%;
	height: 30px;
	max-width: 262px;
}

.news-banner img{
	width: 100%;
}

.news-title {
	text-align: center;
	/*padding: 16px 30px 30px 30px;*/
	padding: 16px 23px 30px;
	/*min-height: 149px;*/
	min-height: 121px;
}

.news-title.contest {
	min-height: 125px;
} 

@media (min-width: 768px) and (max-width: 1199px){
	.news-title {
		text-align: center;
		min-height: 121px;
		padding: 16px 23px 30px 23px;
	}	

	.news-title.contest {
		min-height: 156px;
	}
}

.news-title  span {
	font-family: "Open Sans";
	/*font-weight: 600;*/
	/*font-size: 18px;*/
	font-weight: 400;
	font-size: 15px;
	color: #00859F;
	line-height: 17px;
}

.news-footer {
	text-align: center;
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	background-color: #FFF;
	text-transform: uppercase;
	padding: 7px 10px;
}

.news-footer a {
	color: #676767;
	text-decoration: none;
	margin-right: 10px;
	font-weight: 600;
	font-size: 12px;
}

.news-footer a:hover {
	text-decoration: none;
}

.news-footer a img{
	color: #767676;
	width: 15px;
	margin-bottom: 3px;
	margin-left: 2px;
}

@media (max-width:335px) {
	.footer-section {
		clear: both;
		width: 100%;
	}
}


/* CurrentPlan STRIPE COLORS*/

.padding-right0{
  padding-right: 0;
}

@media(max-width: 767px){

  .padding-right0 {
    padding-right: 15px; 
  }

}

.current_plan {
	text-align: center;
    border-radius: 3px;
    padding: 15px 15px;
    margin: 0px 0 10px 0;
    overflow: hidden;
    box-shadow: 0 1px 0px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.suscription-area{
	text-align: left;
	padding: 20px;
}

.suscription-area p{
	margin: 15px 0 !important;
	min-height: 80px;
}

.suscription-area span{
	font-size: 20px !important;
}

.plugin-suscription {
	width: 220px;
	float: right;
	padding: 19px 14px;

}

.plugin-suscription .btn {
	padding: 5px 10px;
}

.plugin-suscription h5 {
	font-size:14px;
	font-weight:400;
	display:inline-block;
	margin-top:8px;
}

.plugin-suscription p{
	min-height: 55px !important;
}

.plugin-suscription span {
	font-size: 13px !important;
}

.suscription-area span+div+a{
	margin-top: 20px;
}

.box-bottom .more-margin-top {
	margin-top: 47px;
}

.plugin-ancle {
	border: 0 none;
	box-shadow: none;
}

.plugin-ancle ul {
	list-style: none;
	padding-left: 0;
	margin-top: 18px;
	min-height: 117px;
}

.plugin-ancle ul {
	margin-bottom:7px;
}

.plugin-ancle i {
	font-size:11px;
}

@media (max-width: 768px){
	.plugin-suscription {
		width: 100%;
		float: left;
	}

	.suscription-area p{
		min-height: 15px !important;	
	}

	.box-bottom .more-margin-top {
		margin-top: 20px;
	}
}

@media (min-width:992px) and (max-width: 1200px) {

	.suscription-area p{
		min-height: 54px !important;
	}

	.plugin-suscription {
		width: 260px;
	}

	.box-bottom .more-margin-top {
		margin-top: 20px;
	}
}

@media (min-width:768px) and (max-width: 991px) {

  	.suscription-area p{
		min-height: 81px !important;
	}

	.plugin-suscription {
		width: 215px;
		margin-left: 20px !important;
	}

	.plugin-suscription p{
		min-height: 45px !important;
	}


}

.current_plan p, .current_plan span{
	margin-top: 0;
	margin-bottom: 0;
}

.current_plan span {
  font-size: 30px;
}

.current_plan a.btn {
  text-align: left;
}

.current_plan.community {
    color:#00b9be;
    border: 1px solid #71e6e9;
    text-shadow: 0 1px 0 #FFFFFF;
    border: 1px solid #71e6e9;
    background-color: #ddf2f3;
    box-shadow: 0 0px 16px rgba(0, 185, 90, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);

}

.current_plan.silver {
    color:#8bb1b2;
    text-shadow: 0 1px 0 #FFFFFF;
    border: 1px solid #c1c1c1;
    background-color: #eee;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
}

.current_plan.gold {
    color:#f6cf00;
    text-shadow: 0 1px 0 #FFFFFF;
    border: 1px solid #ffd700;
    background-color: #f3f0e0;
    box-shadow: 0 0px 56px rgba(255, 215, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
}

.current_plan.platinum {
    color:#71e6e9;
    border: 1px solid #aaf5f7 ;
    background-color: #FFF;
    box-shadow: 0 0px 26px rgba(170 , 245, 247, 0.5) inset, 0 1px 5px rgba(0, 0, 0, 0.1);
}

.current_plan.plugin-suscription {
	text-shadow: 0 1px 0 #FFFFFF;
	background-color: #f5f5f5;
}

/* CurrentPlan INFO */

#modal-suscriptions .modal-footer {
	padding-right: 0;
}

#modal-suscriptions .modal-dialog {
	width: 750px;
}

.not-decorate:hover {
	text-decoration: none;
}

.current_plan .plan_title {
    float: left;
}

.current_plan .plan_users {
    padding: 1px 6px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 8px;
    border-radius: 2px;
    text-shadow: none;
    box-sizing:content-box;
    margin-left: 20px;
    position: absolute;
    text-transform: none;

}

.current_plan.community .accounts_nfo {
    border: 1px solid #00b9be;
}

.current_plan.silver .accounts_nfo {
    border: 1px solid #8bb1b2;
}

.current_plan.gold .accounts_nfo {
    border: 1px solid #f6cf00;
}

.current_plan.platinum .accounts_nfo {
    border: 1px solid #71e6e9;
}

/* PLUGIN WINDOWS */
.title-section h2{
	float: left;
}

.title-section a{
	margin-left: 20px;
}

@media (max-width: 517px) {
	.title-section a{
		margin-left: 0;
		margin-bottom: 20px;
	}
}

.back {
	padding: 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 3px;
	border-radius: 6px !important;
	cursor: pointer;
}

.back i{
	margin-top: 3px;
	margin-right: 5px;
	font-size: 12px;
}

/* DOWNLOAD NEW */

.recent-work .col-md-3 {
	margin-right: 15px;
	margin-bottom: 10px;
}

.recent-work .col-md-6 {
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Blackberry icon */

.icon-blackberry {
	width: 18px;
}

/* Latch Solution side bar */

.components-list {
	list-style: none;
	padding: 0;
}


.components-example img{
	float:left;
	display:inline;
	height: 55px;
    width: 95px;
}

.components-example p {
	margin: 0 0 0 115px;
}


/* User pages */

.header-user-container {
	padding: 20px 0 10px 0;
	background: #D1D1D1 url('../img/grey_bg.png') repeat-x;
	box-shadow: 0 1px 2px rgba(0 , 0, 0, 0.3);
	border-top: 1px solid #ccc;
	margin-top: -20px;
	margin-right: 0 !important;
}

.header-user-container .service-box {
	margin: 14px -15px 25px !important;
}

.header-user-container .service-box span {
	color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	font-size: 27px;
	margin-bottom: 15px;
}

.header-user-container .service-box p {
	text-shadow: 0 1px 1px #fff;
	padding: 0 2.5em;
}

@media (max-width: 767px) {

	.header-user-container .service-box p {
    	margin-bottom: 35px;
    }

}

.video-latch {
	border: 10px solid #FFF;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	max-width: 700px;
	margin: 15px auto 0 auto;
}

.shadow-video-latch {
	width:100%;
	max-width: 700px;
	margin: 0 auto;
}

.checkbox-list {
	margin-bottom: 10px;
}

.text-right {
    text-align: right !important;
}

.m-w-130 {
    min-width: 130px;
}

.small-text {
    text-transform: none;
}

.not-transform {
	text-transform: none;
}




