

@font-face {
    font-family: 'ProximaNova_Light';
    src: url('font/proximanova-light-webfont.eot');
    src: url('font/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-light-webfont.woff2') format('woff2'),
         url('font/proximanova-light-webfont.woff') format('woff'),
         url('font/proximanova-light-webfont.ttf') format('truetype'),
         url('font/proximanova-light-webfont.svg#ProximaNova_Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova_Bold';
    src: url('font/proximanova-bold-webfont.eot');
    src: url('font/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-bold-webfont.woff2') format('woff2'),
         url('font/proximanova-bold-webfont.woff') format('woff'),
         url('font/proximanova-bold-webfont.ttf') format('truetype'),
         url('font/proximanova-bold-webfont.svg#ProximaNova_Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova_Regular';
    src: url('font/proximanova-regular-webfont.eot');
    src: url('font/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-regular-webfont.woff2') format('woff2'),
         url('font/proximanova-regular-webfont.woff') format('woff'),
         url('font/proximanova-regular-webfont.ttf') format('truetype'),
         url('font/proximanova-regular-webfont.svg#ProximaNova_Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova_Semibold';
    src: url('font/proximanova-semibold-webfont.eot');
    src: url('font/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/proximanova-semibold-webfont.woff2') format('woff2'),
         url('font/proximanova-semibold-webfont.woff') format('woff'),
         url('font/proximanova-semibold-webfont.ttf') format('truetype'),
         url('font/proximanova-semibold-webfont.svg#ProximaNova_Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hurme';
    src: url('font/hurmegeometricsans1_bold-webfont.eot');
    src: url('font/hurmegeometricsans1_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/hurmegeometricsans1_bold-webfont.woff2') format('woff2'),
         url('font/hurmegeometricsans1_bold-webfont.woff') format('woff'),
         url('font/hurmegeometricsans1_bold-webfont.ttf') format('truetype'),
         url('font/hurmegeometricsans1_bold-webfont.svg#Hurme') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hurme_Regular';
    src: url('font/hurmegeometricsans1-webfont.eot');
    src: url('font/hurmegeometricsans1-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/hurmegeometricsans1-webfont.woff2') format('woff2'),
         url('font/hurmegeometricsans1-webfont.woff') format('woff'),
         url('font/hurmegeometricsans1-webfont.ttf') format('truetype'),
         url('font/hurmegeometricsans1-webfont.svg#Hurme_Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hurme_Semibold';
    src: url('font/hurmegeometricsans1_semibold-webfont.eot');
    src: url('font/hurmegeometricsans1_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/hurmegeometricsans1_semibold-webfont.woff2') format('woff2'),
         url('font/hurmegeometricsans1_semibold-webfont.woff') format('woff'),
         url('font/hurmegeometricsans1_semibold-webfont.ttf') format('truetype'),
         url('font/hurmegeometricsans1_semibold-webfont.svg#Hurme_Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'ProximaNova_Light';
		src: url('font/proximanova-light-webfont.svg') format('svg');
	}
	@font-face {
		font-family: 'ProximaNova_Bold';
		src: url('font/proximanova-bold-webfont.svg') format('svg');
	}
	@font-face {
		font-family: 'ProximaNova_Regular';
		src: url('font/proximanova-regular-webfont.svg') format('svg');
	}
	@font-face {
		font-family: 'ProximaNova_Semibold';
		src: url('font/proximanova-semibold-webfont.svg') format('svg');
	}
	@font-face {
		font-family: 'Hurme';
		src: url('font/hurmegeometricsans1_bold-webfont.svg') format('svg');
	}
	@font-face {
		font-family: 'Hurme_Regular';
		src: url('font/hurmegeometricsans1-webfont.svg') format('svg');
	}
	@font-face {
		font-family: 'Hurme_Semibold';
		src: url('font/hurmegeometricsans1_semibold-webfont.svg') format('svg');
	}
}


/*===================================================================================*/
/*  RESET                                                                            */ 
/*===================================================================================*/

    * { outline: 0; -webkit-font-smoothing: antialiased; }
    body { line-height: 1; }
    ol, ul { list-style: none; }
    blockquote, q { quotes: none; } 
    input[type=submit] { -webkit-appearance: none; }
    table { border-collapse: separate; border-spacing: 0; }
    caption, th, td { text-align: left; font-weight: normal; }
    blockquote:before, blockquote:after, q:before, q:after { content: ""; }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
    *, *:before, *:after {  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, 
    dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; }
	section { overflow:hidden; position:relative; }

/** **/

	#toogleMenu			{ display:table; height:90px; margin-left:35px; cursor:pointer; }
	#toogleMenu .cell	{ display:table-cell; vertical-align:middle; }

	#box-menu{
		overflow: hidden; 
		height: 90px; 
		
		-webkit-transition: all 0.4s ease 0s;
           -moz-transition: all 0.4s ease 0s;
             -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;

	}
	#box-menu .menu{
		-webkit-transition: all 0.4s ease 0s;
           -moz-transition: all 0.4s ease 0s;
             -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;

	}
	
	#box-menu.closed .menu{
		opacity:0;
		right:-100% !important;
		-webkit-transition: translate3d(800px, 0px, 0px);
			-moz-transform: translate3d(800px, 0px, 0px);
			  -o-transform: translate3d(800px, 0px, 0px);
				 transform: translate3d(800px, 0px, 0px);
	}
	
	#box-menu.opened .menu{
		opacity:1;
		right:0px  !important;
		-webkit-transition: translate3d(0px, 0px, 0px);
			-moz-transform: translate3d(0px, 0px, 0px);
			  -o-transform: translate3d(0px, 0px, 0px);
				 transform: translate3d(0px, 0px, 0px);
	}


/** HOME **/
	
	#WhiteSVG path, 
	#WhiteSVG rect, 
	#WhiteSVG polygon 	{ fill:#FFF; stroke:#FFF; }
	
	#video_background 	{ position:absolute; top:0px; right:0px; min-width:100%; min-height:100%; max-height:4000%; max-width:1000%; width:auto; height:auto; z-index:1; overflow:hidden;  }
	.overlay_filter		{ background-image:url(../imagen/layout/bg-filter.png); width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }
	.overlay_filter_2	{ background-image:url(../imagen/layout/bg-filter-2.png); width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:-999; }

/** THE AGENCY **/

	.descripcion-theagency	{ font-family:'ProximaNova_Light',Arial, Helvetica, sans-serif; font-size:22px; color:#FFF; text-align:center; line-height:28px; width:90%; margin:0px auto; }
	.white-button			{ display:inline-block; height:60px; width:auto; line-height:54px; border:3px solid #FFF; padding:0px 40px;text-align:center;font-size:20px; font-family:'Hurme',Arial, Helvetica, sans-serif; margin:0px auto; color:#FFF; margin-top:35px; cursor:pointer; text-decoration:none; }
	.white-button:hover		{ background-color:#FFF; color:#000; }
	
/** CATEGORIAS **/

	.content-categorias								{ text-align:center; margin:0px auto; width:100%; padding-bottom:0px; padding-top:50px; }
	.item-categoria									{ height:384px; cursor:pointer; width:200px; background-color:#FFF; display:inline-block; margin:0px 2px; margin-bottom:10px; }
	.item-categoria .img-categoria					{ width:100%; height:272px; background-size:cover; opacity:0.2; }
	.item-categoria .data-categoria					{ width:100%; height:112px; text-align:center; overflow:hidden; opacity:0.4; font-family:'Hurme',Arial, Helvetica, sans-serif; }
	.item-categoria .data-categoria .name-categoria	{ color:#000; font-size:18px; margin-top:40px; margin-bottom:3px; }
	.item-categoria .data-categoria .models			{ color:#777; font-size:12px; }
	
	.item-categoria:hover .data-categoria,
	.item-categoria:hover .img-categoria			{ opacity:1; }
	
	@media only screen and (max-width : 413px) {
		.content-categorias{ width:207px; }
	}
	@media only screen and (min-width : 414px) and (max-width : 827px) {
		.content-categorias{ width:414px; }
	}
	@media only screen and (min-width : 828px) and (max-width : 1655px) {
		.content-categorias{ width:828px; }
	}
	@media only screen and (min-width : 1656px) {        
        .content-categorias{ width:1656px; padding-top:0px; }
		#categorias{ height:100% !important; }
		a.button-all-models	{ position:absolute; bottom:0px; left:50%; margin-left:-160px; }
		#categorias			{ padding-top:0px; }
	}
	
	.no-bookmarks			{ width:100%; font-family:'ProximaNova_Bold',Arial, Helvetica, sans-serif; font-size:22px; text-align:center; padding:180px 0px; color:#FFF; }

/** BE A STAR **/

	.black-button			{ display:inline-block; height:60px; width:auto; line-height:54px; border:3px solid #000; padding:0px 40px;text-align:center;font-size:20px; font-family:'Hurme',Arial, Helvetica, sans-serif; margin:0px auto; color:#000; margin-top:35px; cursor:pointer; text-decoration:none; }
	.black-button:hover		{ background-color:#000; color:#FFF; }
	
/** BRANDS **/

	.descripcion-brands				{ font-family:'ProximaNova_Light',Arial, Helvetica, sans-serif; font-size:22px; line-height:28px; color:#FFF; text-align:center; }
	.marcas							{ display:block; line-height:120px; width:100%; text-align:center; padding-top:60px; }
	.item-marca						{ display:inline-table; height:120px; width:19%; min-width:190px; vertical-align:middle; }
	.item-marca .cell				{ display:table-cell; vertical-align:middle; }

/** DATOS DE CONTACTO **/

	.infoWindow_direccion{ padding:10px; line-height:16px; color:#333; font-family:'ProximaNova_Light',Arial, Helvetica, sans-serif; min-width:220px; min-height:100px; width:200px; }
	.infoWindow_direccion a{ color:#333; font-family:'ProximaNova_Semibold',Arial, Helvetica, sans-serif; }
	.infoWindow_direccion a:hover{ color:#333; text-decoration:underline; }

	#contact-data{
		min-height:310px; 
		position:relative;
		text-align:center;
	}

	#contact-data .box-contacto{
		display:inline-block;
		padding-top:90px;
		vertical-align:top;
		font-family:'ProximaNova_Light',Arial, Helvetica, sans-serif;
		font-size:18px;
		line-height:26px;	
		color:#000;
	}
	
	#contact-data .box-contacto a{
		font-family:'ProximaNova_Bold',Arial, Helvetica, sans-serif;
		font-size:16px;
		text-decoration:none;
		color:#000;
	}
	
	.siteby	{ margin-top:70px; }


/** FICHA MODELO **/

	#modelo				{ padding-top:180px; padding-bottom:40px; }
	#content-slider		{ width:717px; min-height:700px; float:left; }
	.content-data		{ float:right; margin-left:20px; width:250px; min-height:700px; }

	.content-data .model-name		{ border-bottom:1px dotted #333; text-align:center; }		
	.content-data .model-pais,
	.content-data .model-medidas,
	.content-data .model-estatura,
	.content-data .model-ojos,
	.content-data .model-cabello	{ padding:10px 0px; border-bottom:1px dotted #333; text-align:center; }
	
	.content-data .model-name		{ font-family:'Hurme_Semibold',Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:26px; color:#FFF; height:50px; }
	.content-data .label			{ font-family:'Hurme',Arial, Helvetica, sans-serif; font-size:12px; color:#FFF; padding-bottom:3px; }
	.content-data .data				{ font-family:'Hurme_Regular',Arial, Helvetica, sans-serif; font-size:12px; color:#FFF;  text-transform:uppercase; }

	.content-data .separador		{ border-bottom:1px dotted #333; margin:20px 0px; }	

	.button-bookmark,				
	.button-composite,				
	.button-contact					{ text-align:center; cursor:pointer; height:45px; line-height:45px; margin-bottom:20px; font-family:'Hurme',Arial, Helvetica, sans-serif; font-size:12px; background-color:#FFF; color:#000; }
	.button-bookmark img			{ margin-top:-2px; }

	.model-categoria				{ display:inline-block; height:26px; line-height:22px; white-space:nowrap; margin-right:4px; padding:0px 14px; border:1px solid #FFF; margin-bottom:8px; font-family:'Hurme_Regular',Arial, Helvetica, sans-serif; font-size:11px; color:#FFF; }
	.model-thumbnail				{ display:inline-block; width:230px; height:315px; background-color:#f5f5f5; margin-right:5px; margin-left:5px; margin-bottom:10px; background-size:cover; background-position:center center; }

	.video-preview					{ height:125px; background-color:#F5F5F5; margin:20px 0px; text-align:center; position:relative; }
	.video-preview .ic-play			{ position:absolute; top:50%; left:50%; margin-left:-24px; margin-top:-24px; }	

	.navigation-box					{ border-top:1px solid #333; border-bottom:1px solid #333; text-align:center; padding:20px 0px; }
	.button-prev-model,
	.button-next-model				{ display:inline-block; color:#878787; font-family:'Hurme_Regular',Arial, Helvetica, sans-serif; font-size:13px; }
	.button-prev-model img			{ margin-right:5px; margin-bottom:3px; }
	.button-next-model img			{ margin-left:5px; margin-bottom:3px; }
	.button-prev-model				{ border-right:1px dotted #333; padding-right:8px; margin-right:8px; }
	.button-next-model				{ border-left:1px dotted #333; padding-left:8px; margin-left:8px; }
	
	.button-prev-model:hover,
	.button-next-model:hover		{ color:#FFF; }
	
	.button-gobacktomodels			{ float:right; font-family:'Hurme_Semibold',Arial, Helvetica, sans-serif; font-size:12px; margin-top:17px; height:16px; line-height:16px; padding-left:25px; border-left:1px dotted #CCC; color:#878787; }
	.button-gobacktomodels:hover	{ color:#FFF; }
	.button-gobacktomodels img		{ margin-bottom:2px; }
	
	.button-addtofav				{ float:right; font-family:'Hurme_Semibold',Arial, Helvetica, sans-serif; font-size:12px; margin-top:17px; height:16px; line-height:16px; padding:0px 25px; color:#878787; }
	.button-addtofav:hover			{ color:#FFF; }
	
	/** Fotos del modelo **/
	.photos-nomobile	{ display:block; }
	.photos-mobile		{ display:none; }
	

/** BECAME A WHITE MODEL: SCOUTING FORM **/	
	
	.sutitulo-form		{ font-family:'ProximaNova_Bold',Arial, Helvetica, sans-serif; font-size:20px; color:#FFF; padding-bottom:10px; }
	.copete-form		{ font-family:'ProximaNova_Regular',Arial, Helvetica, sans-serif; font-size:16px; color:#FFF; padding-bottom:25px;}
	.separador-form		{ width:64px; height:5px; background-color:#FFF; margin:40px auto; }
	
	.result				{ font-family:'ProximaNova_Bold',Arial, Helvetica, sans-serif; font-size:20px; padding-bottom:45px; }
	.result.isOK		{ color:#FFF; }
	.result.isFail		{ color:#F00; }
	
	#becamewhitemodel label.error{
		padding:0px !important;
		color:#F00;
	}
	#becamewhitemodel label{
		display:block;
		padding:10px 0px;
		font-family:'ProximaNova_Regular',Arial, Helvetica, sans-serif; 
		font-size:14px;
		line-height:18px;
		color:#FFF;
		text-align:left;
	}
	
	#becamewhitemodel .scouting-form input[type="text"],
	#becamewhitemodel .scouting-form input[type="file"]{
        width: 100%;
    }

    #becamewhitemodel .scouting-form [class*='btn-'] {
        padding-left: 50px;
        padding-right: 50px;
		border:3px solid #FFF !important;
		background-color:#000 !important;
		color:#FFF !important;
    }
	#becamewhitemodel .scouting-form [class*='btn-']:hover{
		background-color:#FFF !important;
		color:#000 !important;
	}
	
	#becamewhitemodel #dia,
	#becamewhitemodel #mes{
		width: 31% !important;
		margin-right: 2%;
	}
	#becamewhitemodel #anio{
		width: 31% !important;
	}
	
	#becamewhitemodel input[type="text"], 
    #becamewhitemodel input[type="email"], 
    #becamewhitemodel input[type="password"],
	#becamewhitemodel input[type="file"],
    #becamewhitemodel textarea { 
        color: #FFF;
        padding: 12px;
        font-size: 16px;
        font-family:'ProximaNova_Regular',Arial, Helvetica, sans-serif;
        font-weight: 400; 
        font-style: normal;
        overflow: auto;
        vertical-align: middle;
        margin-bottom: 20px;
        background-color:#000;
        border:3px solid #FFF;
		text-align:center;

        -webkit-transition: all 0.5s ease 0s;
           -moz-transition: all 0.5s ease 0s;
             -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;

    }



    #becamewhitemodel textarea { width: 100%; }

    #becamewhitemodel input[type="text"]:focus, 
    #becamewhitemodel input[type="email"]:focus,
    #becamewhitemodel input[type="password"]:focus,
    #becamewhitemodel textarea:focus { 
        /* background-color: #fff;
        border-color: #e9e9e9; */
    }

    #becamewhitemodel label,
    #becamewhitemodel select,
    #becamewhitemodel input[type="button"],
    #becamewhitemodel input[type="reset"],
    #becamewhitemodel input[type="submit"],
    #becamewhitemodel input[type="radio"],
    #becamewhitemodel input[type="checkbox"] {
      cursor: pointer;
    }

    #becamewhitemodel input::-webkit-input-placeholder,
    #becamewhitemodel textarea::-webkit-input-placeholder {
        font-size: 16px;
        color: #666;
        text-transform: uppercase;
    }

    #becamewhitemodel input::-moz-placeholder,
    #becamewhitemodel textarea::-moz-placeholder {
        font-size: 16px;
        color: #666;
        text-transform: uppercase;
    }

    #becamewhitemodel input:-moz-placeholder,
    #becamewhitemodel textarea:-moz-placeholder {
        font-size: 16px;
        color: #666;
        text-transform: uppercase;
    }

    #becamewhitemodel input:-ms-input-placeholder,
    #becamewhitemodel textarea:-ms-input-placeholder { 
        font-size: 16px;
        color: #666;
        text-transform: uppercase;
    }
	
	
	/** FULL ACCESS **/
	
	#fullaccess input[type="text"], 
    #fullaccess input[type="email"], 
    #fullaccess input[type="password"],
	#fullaccess input[type="file"],
    #fullaccess textarea { 
        color: #000;
        padding: 12px;
        font-size: 60px;
        font-family: 'Hurme'; 
        font-style: normal;
        overflow: auto;
        vertical-align: middle;
        margin-bottom: 12px;
        background-color:#FFF;
        border:3px solid #FFF;
		text-align:center;

        -webkit-transition: all 0.5s ease 0s;
           -moz-transition: all 0.5s ease 0s;
             -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;

    }

    #fullaccess textarea { width: 100%; }

    #fullaccess input::-webkit-input-placeholder,
    #fullaccess textarea::-webkit-input-placeholder {
        font-size: 60px;
        color: #CCC;
        text-transform: uppercase;
    }

    #fullaccess input::-moz-placeholder,
    #fullaccess textarea::-moz-placeholder {
        font-size: 60px;
        color: #CCC;
        text-transform: uppercase;
    }

    #fullaccess input:-moz-placeholder,
    #fullaccess textarea:-moz-placeholder {
        font-size: 60px;
        color: #CCC;
        text-transform: uppercase;
    }

    #fullaccess input:-ms-input-placeholder,
    #fullaccess textarea:-ms-input-placeholder { 
        font-size: 60px;
        color: #CCC;
        text-transform: uppercase;
    }
	
	.fullaccess-overlay		{ position:fixed; z-index:999999; width:100%; height:100%; background-color:rgba(0,0,0,0.9); display:table; }
	.fullaccess-cell		{ display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center; }
	.fullaccess-box			{ display:inline-block; background-color:#FFF; padding:25px 50px; color:#000; font-family:'Hurme',Arial, Helvetica, sans-serif; font-size:60px; }
	
	.wrongCode				{ color:#F00; padding:25px; font-family:'Hurme',Arial, Helvetica, sans-serif; font-size:32px; }
	
/*===================================================================================*/
/*  BASIC                                                                            */ 
/*===================================================================================*/
    html,body{ height:100%; }
	
	.transitionCss{
		-webkit-transition: all 0.4s ease 0s;
           -moz-transition: all 0.4s ease 0s;
             -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
	}
	
	.mainwrapper{ 
		-webkit-transition: all 0.4s ease 0s;
           -moz-transition: all 0.4s ease 0s;
             -o-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
		-webkit-transition: translate3d(0px, 0px, 0px);
			-moz-transform: translate3d(0px, 0px, 0px);
			  -o-transform: translate3d(0px, 0px, 0px);
				 transform: translate3d(0px, 0px, 0px);
		height:100%;
		min-height:100%;
		width:100%;
		z-index:2;
	}
	
	.mainwrapper.open{
		-webkit-transform: translate3d(-257px, 0px, 0px);
		  -moz-transition: translate3d(-257px, 0px, 0px);
            -o-transition: translate3d(-257px, 0px, 0px);
				transform: translate3d(-257px, 0px, 0px);
	}

	
	
	body {
        color: #888888;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;

        -webkit-text-size-adjust: 100%;
          -webkit-font-smoothing: antialiased;
          -webkit-text-rendering: optimizelegibility;
    }


    ::selection{ color: #ffffff; background-color: #15191D; }
    ::-moz-selection{ color: #ffffff; background-color: #15191D; }


/*===================================================================================*/
/*  CONTACTO: VALIDACION                                                             */ 
/*===================================================================================*/

	label.error{
		width:100%;
		display:block;
		text-align:left;
		margin-bottom:10px;
		margin-top:-4px;
		color:#FFF;
		font-size:11px;
	}
	.msgOK{ display:none; width:100%; padding-bottom:35px; color:#FFF; text-transform:uppercase; font-size:18px !important; margin:0px auto; font-family:"Hurme",Arial, Helvetica, sans-serif; }
	.msgError{ display:none; width:100%; padding-bottom:35px; color:#F00; text-transform:uppercase; font-size:18px !important; margin:0px auto; font-family:"Hurme",Arial, Helvetica, sans-serif; }
	.loader{ margin-left:15px; margin-top:-4px; display:none; }
	
	
/*===================================================================================*/
/*  TYPOGRAPHY                                                                       */ 
/*===================================================================================*/

    h1, h2, h3, h4, h5, h6 {
        color: #444;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
    }

    h1 { line-height: 30px; }
    h2 { line-height: 25px; }
    h3 { line-height: 20px; }
    h4, h5, h6 { line-height: 18px; }

    h1 { font-size: 24px; margin-bottom: 30px; }
    h2 { font-size: 20px; margin-bottom: 30px; }
    h3 { font-size: 18px; margin-bottom: 20px; }
    h4 { font-size: 17px; margin-bottom: 15px; }
    h5 { font-size: 14px; margin-bottom: 15px; }
    h6 { font-size: 12px; margin-bottom: 15px; }

    h1 { color: #444; }

    p { 
        line-height: 22px;
        margin-bottom: 20px; 
    }

    * p:last-child {  margin-bottom: 0; }
    p:empty { display: none; }


    b, strong { font-weight: 600; }
    small { font-size: 80%; }
    cite { font-style: normal; }
    em { font-style: italic; }



    /*------------------------------------------
        links       
    ------------------------------------------*/
    a { 
        color: #000; 
        text-decoration: none;
		font-family:'ProximaNova_Bold',Arial, Helvetica, sans-serif;
		
        webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
           -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
               transition: all 0.2s ease;
    }

    a:hover { color: #000; }
    p a, p a:visited { line-height: inherit; }

    a img { 
        border: none; 
        vertical-align: middle;
    }

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }



    /*------------------------------------------
        blockquote       
    ------------------------------------------*/
    blockquote {
        padding: 20px;
        margin: 30px 0;
        background-color: #f2fbff;
        border: 1px solid #d5edf8;
        border-left: 5px solid #d5edf8;
    }

    blockquote p {
        color: #6f7f87;
        font-size: 15px;
        fon-weight: 400;
        font-style: italic;
        font-family: 'Tinos', serif;
        line-height: 22px;
    }



    /*------------------------------------------
        address / code / pre
    ------------------------------------------*/
    address {
        display: block;
        margin-bottom: 20px;
        font-style: normal;
        line-height: 20px;
    }


    code,
    pre {
        padding: 0 3px 2px;
        font-size: 12px;
        color: #444;
        font-family: Monaco, Menlo, Consolas, "Courier New", monospace;

        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
            -ms-border-radius: 3px;
                border-radius: 3px;
    }

    code {
        padding: 2px 4px;
        color: #d14;
        background-color: #f7f7f9;
        border: 1px solid #e1e1e8;
        white-space: nowrap;
    }

    pre {
        display: block;
        padding: 9.5px;
        margin: 0 0 10px;
        line-height: 20px;
        word-break: break-all;
        word-wrap: break-word;
        white-space: pre;
        white-space: pre-wrap;

        font-size: 13px;
        background-color: #f5f5f5;
        border: 1px solid #ccc;

        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
            -ms-border-radius: 4px;
                border-radius: 4px;
    }

    pre code {
        padding: 0;
        color: inherit;
        white-space: pre;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0;
    }



    /*------------------------------------------
        list
    ------------------------------------------*/
    ul, ol, dl { 
        line-height: 22px;  
        list-style-position: outside; 
    }

    ul ul, 
    ul ol, 
    ol ol,
    ol ul { 
        margin-left: 20px;
        margin-bottom: 0; 
    }

    dt { font-weight: bold; }
    dd { margin-left: 10px; }



/*===================================================================================*/
/*  FORM                                                                             */ 
/*===================================================================================*/

    #contact input[type="text"], 
    #contact input[type="email"], 
    #contact input[type="password"],
    #contact textarea { 
        color: #0D0D0D;
        padding: 12px;
        font-size: 16px;
        font-family:'ProximaNova_Regular',Arial, Helvetica, sans-serif;
        font-weight: 400; 
        font-style: normal;
        overflow: auto;
        vertical-align: middle;
        margin-bottom: 12px;
        background-color:#FFF;
        border:3px solid #0D0D0D;
		text-align:center;

        -webkit-transition: all 0.5s ease 0s;
           -moz-transition: all 0.5s ease 0s;
             -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;

    }

    #contact textarea { width: 100%; }

    #contact input[type="text"]:focus, 
    #contact input[type="email"]:focus,
    #contact input[type="password"]:focus,
    #contact textarea:focus { 
        /* background-color: #fff;
        border-color: #e9e9e9; */
    }
	
	#contact select{
		border:3px solid white;
		text-align:center;
		height:50px;
		margin-bottom:12px;
		background-color:#FFF;
		color:#0D0D0D;
		font-family:"ProximaNova_Regular",Arial, Helvetica, sans-serif;
		font-size:16px;
	}
	
    #contact label,
    #contact select,
    #contact input[type="button"],
    #contact input[type="reset"],
    #contact input[type="submit"],
    #contact input[type="radio"],
    #contact input[type="checkbox"] {
      cursor: pointer;
    }

    #contact input::-webkit-input-placeholder,
    #contact textarea::-webkit-input-placeholder {
        font-size: 16px;
        color: #333;
        text-transform: uppercase;
    }

    #contact input::-moz-placeholder,
    #contact textarea::-moz-placeholder {
        font-size: 16px;
        color: #333;
        text-transform: uppercase;
    }

    #contact input:-moz-placeholder,
    #contact textarea:-moz-placeholder {
        font-size: 16px;
        color: #333;
        text-transform: uppercase;
    }

    #contact input:-ms-input-placeholder,
    #contact textarea:-ms-input-placeholder { 
        font-size: 16px;
        color: #333;
        text-transform: uppercase;
    }



/*===================================================================================*/
/*  OTHER STYLE                                                                      */ 
/*===================================================================================*/

    
    .hide { display: none !important; }
    .spacer { height: 60px; clear: both; }
    .divider { 
        clear: both;
        height: 60px;
        margin-bottom: 60px;
        border-bottom: 1px solid #f8f8f8;
    }


    /*------------------------------------------
        clearfix        
    ------------------------------------------*/

    .clearfix:before, 
    .clearfix:after { 
        display: table; 
        content: ""; 
        line-height: 0; 
    }

    .clearfix:after { clear: both; }
    .clearfix { *zoom: 1; }
    .clear { clear:both; }



    /*------------------------------------------
        align style     
    ------------------------------------------*/

    .aligncenter {
        display: block;
        margin:15px auto;
        clear: both;
    }

    .alignleft { float: left; }
    .alignright {float: right; }

    .text-left{ text-align: left; }
    .text-right { text-align: right; }
    .text-center { text-align: center; }

    .no-float { float: none !important; }



    /*------------------------------------------
        margin buttom
    ------------------------------------------*/

    .mb0 { margin-bottom: 0px !important; }
    .mb5 { margin-bottom: 5px !important; }
    .mb10{ margin-bottom: 10px !important; }
    .mb15{ margin-bottom: 15px !important; }
    .mb20{ margin-bottom: 20px !important; }
    .mb25{ margin-bottom: 25px !important; }
    .mb30{ margin-bottom: 30px !important; }
    .mb35{ margin-bottom: 35px !important; }
    .mb40{ margin-bottom: 40px !important; }
    .mb45{ margin-bottom: 45px !important; }
    .mb50{ margin-bottom: 50px !important; }
    .mb55{ margin-bottom: 55px !important; }
    .mb60{ margin-bottom: 60px !important; }
    .mb65{ margin-bottom: 65px !important; }
    .mb70{ margin-bottom: 70px !important; }
    .mb75{ margin-bottom: 70px !important; }
    .mb80{ margin-bottom: 70px !important; }



    /*------------------------------------------ 
        images
    ------------------------------------------*/
    img { 
        width: auto;
        /* max-width: 100%; */ 
        height: auto; 
        vertical-align: middle;
        image-rendering: optimizeQuality;
        -ms-interpolation-mode: bicubic;
    }

    img.alignleft { margin-right: 25px; }
    img.alignright { margin-left: 25px; }
    img.aligncenter{ margin-bottom: 25px; }


/*===================================================================================*/
/*  SECTION                                                                          */
/*===================================================================================*/

    .section {
        position: relative;
        padding-top: 140px;
        overflow: hidden;
        z-index: 2;
    }

    .section .container {
        padding-bottom: 90px;
        position: relative;
    }


    #wrapper { padding: 60px 0; }

    #load {
        width: 100%;
        height: 100%;
        z-index: 101;
        position: fixed;
        overflow: hidden;
        background-color: #fff;
    }

    .gray { 
        position: relative;
        background-color: #fcfcfc; 
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }

    .yellow { background-color: #ffc600; }



/*===================================================================================*/
/*  PARALAX                                                                          */
/*===================================================================================*/

    .parallax {
        width: 100%;
        overflow: hidden;
        background-attachment: fixed;
        background-position: 50% 0;
    }

        .parallax .container {
            padding: 90px 0;
            position: relative; 
            z-index: 1;
        }


            .overlay {
                top: 0px;
                left: 0px;
                width: 100% !important;
                height: 100%;
                background-image: url(../images/layout/overlay.png);
                position: absolute;
				margin:0px !important;
                z-index: 0;
            }

            .parralax [class*="span"]{
                margin-bottom: 0;
            }

    
    /*------------------------------------------
        parallax color
    ------------------------------------------*/

        .dark,
        .dark h1,
        .dark h2,
        .dark h3,
        .dark h4,
        .dark h5,
        .dark h6,
        .dark a:hover,
        .dark .titles [class*="icon"] { 
            color: #fff !important; 
        }

        .dark .titles p,
        .dark .type { 
            color: #fff;
        }

        .dark .titles h1:after {
            border-color: #fff;
        }

        .parallax .titles h1{
            color: #fff;
        }

        .parallax .titles p {
            color: #ffc600;
        }

        .parallax .titles [class*="icon"] {
            color: #fff;
        }

        .parallax a { 
            color: #fff;
        }



    /*------------------------------------------
        parallax bagkground fix
    ------------------------------------------*/

        @media only screen and (min-width: 1920px) { 
            .parallax { background-size: cover; } 
        }

        @media only screen and (max-width: 1024px) { 
            .parallax { 
                background-size: cover; 
                background-attachment: scroll; 
                background-position: top center !important; 
            }
        }


    /*------------------------------------------
        parallax bagkground
    ------------------------------------------*/
        
        #home      				{ width:100%; height:100%; background-position:center center; background-size:cover;   }
		#theagency				{ background-color:#000; }
		#categorias				{ min-height:100%; background-image:url(../imagen/layout/bg-categorias.jpg); text-align:center; }
		#scouting				{ min-height:100%; background-image:url(../imagen/layout/bg-scouting.jpg); background-position:center center; background-size:cover; }
		#cursos					{ position:relative; overflow:hidden; background-position:center center; background-size:cover; }
		#contact				{ background-color:#FFF; }
		#contact-data			{ background-color:#0D0D0D; padding-top:60px; }
		#becamewhitemodel		{ background-color:#000; }
		#brands					{ background-color:#000; }

/*===================================================================================*/
/*  NAVIGATION                                                                       */
/*===================================================================================*/

    .nav {
        top: -90px;
        left: 0px;
        width: 100%;
        z-index: 100;
        padding: 0 2.5%; 
        position: fixed;


        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }
	.nav #box-menu{ display:none; }

    .nav.solid { 
		background-color: #FFF;
		top:0px;
	}
	.nav.solid #box-menu{ display:block; }
	

    /*------------------------------------------
        logo style                 
    ------------------------------------------*/

        .logo {
            height: 90px;
            display: table-cell;
            vertical-align: middle;
        }
		.logo .logo-mobile{ display:none; }


    /*------------------------------------------
        menu style           
    ------------------------------------------*/

        .menu {
            height: 90px;
            margin-bottom: 0;
            display: table-cell;
            vertical-align: middle;
        }

            .menu li {
                display: inline;
                margin-left: 35px;
            }

            .menu li:first-child {
                margin-left: 0px;
            }
			
			.menu li.languages{
				border-left:1px dotted #666; 
				margin-left:25px; 
				padding-left:25px;
			}
			
				.menu li.languages a.active{
					color:#000;
					text-decoration:none;
				}

                .menu a{
                    color: #666;
                    font-size: 12px;
                    text-transform: uppercase;
					font-family:'Hurme_Semibold',Arial, Helvetica, sans-serif;
                }

                .menu .current a,
                .menu a:hover{
                    color: #000;
                }




/*===================================================================================*/
/*  UTILIDADES                                                                       */
/*===================================================================================*/


	.grayscale {
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
		filter: gray; /* IE6-9 */
		-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	}
	.grayscale.disabled {
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
		-webkit-filter: grayscale(0%);
	}
	





/*===================================================================================*/
/*  FOOTER                                                                           */
/*===================================================================================*/

    #footer {
        color: #fff;
        font-size: 11px;
        padding: 40px 0;
        line-height: 14px;
        word-spacing: 5px;
        text-align: center;
        letter-spacing: 2px;
        background-color: #ffc600;

        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset;
    }

        #footer .logo {
            display: inline;
            float: left;
            height: auto;
        }

        #footer p {
            display: inline-block;
            margin-bottom: 0;
        }

        #footer .social {
            margin-bottom: 0;
            float: right;
        }

            #footer .social li {
                margin-bottom: 0;
            }

                #footer .social a {
                    width: 30px;
                    height: auto;
                    line-height: 1;
                    background-color: transparent;
                }



/*===================================================================================*/
/*  TITLES                                                                           */
/*===================================================================================*/

    .titles{
        width: 100%;
        max-width: 960px;
        text-align: center;
        margin-bottom: 50px;
        margin: 0 auto 35px auto; 
    }

        .titles [class*="icon"] {
            color: #ffc600;
            display: block;
            font-size: 26px;
            margin-bottom: 20px;
        }

        .titles h1 {
            color: #FFF;
            font-size: 45px;
            line-height: 1;
            position: relative;
            padding-bottom: 28px;
            margin-bottom: 35px;
            font-family: 'Hurme', sans-serif;
        }

        .titles h1.line:after {
            left: 50%;
            content: "";
            width: 4%;
            bottom: 0px;
            margin-left: -2%;
            position: absolute;
            border-bottom: 1px solid #46AAB1;
        }
		
		.titles h1.line-producto:after {
            left: 50%;
            content: "";
            width: 4%;
            bottom: 0px;
            margin-left: -2%;
            position: absolute;
            border-bottom: 1px solid #14191D;
        }
		
		.titles h1.line-white:after {
            left: 50%;
            content: "";
            width: 4%;
            bottom: 0px;
            margin-left: -2%;
            position: absolute;
            border-bottom: 1px solid #FFF;
        }
		
		.titles h1.line-gray:after {
            left: 50%;
            content: "";
            width: 4%;
            bottom: 0px;
            margin-left: -2%;
            position: absolute;
            border-bottom: 1px solid #14191D;
        }

        .titles h3 {
            color: #777;
            font-size: 16px;
            line-height: 20px;
            font-weight: 400;
        }

            .titles h3 span {
                color: #ffc600;
            }


        .titles-no-margin { margin-bottom: 0; }

        .titles-no-margin h1 {
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0;
        }

        .titles-no-margin h1:after {
            border-bottom: none;
        }






/*===================================================================================*/
/*  CLIENTS                                                                         */
/*===================================================================================*/

    .clients a {
        width: 32.814%;
        float: left;
        padding: 43px;
        margin-right: 1px;
        margin-left: 1px;
        margin-bottom: 2px;
        text-align: center;
        display: inline-block;
        background-color: #444;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .clients a:hover {
        background-color: #333;
        background-color: rgba(0, 0, 0, 0.4);
    }




/*===================================================================================*/
/*  CONTACT FORM                                                                     */
/*===================================================================================*/

    #contact .contact-form input[type="text"]{
        width: 100%;
    }

    #contact .contact-form [class*='btn-'] {
        padding-left: 50px;
        padding-right: 50px;
    }





/*===================================================================================*/
/*  BUTTON                                                                           */
/*===================================================================================*/


    [class*="btn-"] {
        color: #000;
		font-size:16px;
		font-family: inherit;
        padding: 9px 75px;
        margin: 0 5px 5px 0;
        display: inline-block;
        letter-spacing: 0px;
        text-decoration: none;
        border: 3px solid #000;
		background-color:#FFF;
		text-align:center;
		width:200px;
		height:50px;
    }
	[class*="btn-"]:hover{
		background-color:#000;
		color:#FFF;
	}
	

        /*
         * Button size
         */

        [class*="btn-"].small {
            font-size: 11px;
            font-weight: 400;
            padding: 10px 15px; 
        }

        [class*="btn-"].large {
            font-size: 12px;
            padding: 18px 35px; 
        }


        /*
         * Button blue
         */
        
        .btn-blue       { background-color: #3dc0f1; }
        .btn-blue:hover { background-color: #64CBF4; }


        /*
         * Button red
         */
        
        .btn-red       { background-color: #e74c3c; }
        .btn-red:hover { background-color: #F26D5E; }


        /*
         * Button yellow
         */
        
        .btn-yellow       { background-color: #ffc600; }
        .btn-yellow:hover { background-color: #fed73f; }


        /*
         * Button dark
         */
        
        .btn-dark       { background-color: #444; }
        .btn-dark:hover { background-color: #555; }



/*===================================================================================*/
/*  SOCIAL ICON                                                                      */
/*===================================================================================*/

    .social li {
        float: left;
        margin: 0 1px 2px 1px;

    }

        .social a {
            display: block;
            color: #fff;
            font-size: 17px;
            overflow: hidden;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #ffc600;

            -webkit-border-radius: 2px;
               -moz-border-radius: 2px;
                -ms-border-radius: 2px;
                    border-radius: 2px;
        }

        a.social-github:hover { background-color: #4183C4; }
        a.social-flickr:hover { background-color: #0063DB; }
        a.social-vimeo:hover { background-color: #44BBFF; }
        a.social-twitter:hover { background-color: #00ACED; }
        a.social-facebook:hover { background-color: #3B5998; }
        a.social-gplus:hover { background-color: #D14836; }
        a.social-pinterest:hover { background-color: #CB2027; }
        a.social-tumblr:hover { background-color: #2C4762; }
        a.social-linkedin:hover { background-color: #007FB1; }
        a.social-dribbble:hover { background-color: #EA4C89; }
        a.social-stumbleupon:hover { background-color: #EB4924; }
        a.social-lastfm:hover { background-color: #D51007; }
        a.social-rdio:hover { background-color: #006ED2; }
        a.social-picasa:hover { background-color: #4B5D5F; }
        a.social-behance:hover { background-color: #1769FF; }
        a.social-spotify:hover { background-color: #80B719; }
        a.social-instagram:hover { background-color: #3F729B; }
        a.social-dropbox:hover { background-color: #2281CF; }
        a.social-evernote:hover { background-color: #6BB130; }
        a.social-flattr:hover { background-color: #F67C1A; }
        a.social-soundcloud:hover { background-color: #FF6600; }  
        a.social-google-circles:hover { background-color: #245DC1; }
        a.social-smashing:hover { background-color: #E95C33; }
        a.social-youtube:hover { background-color: #CD332D; }
        a.social-500px:hover { background-color: #444444; }
        a.social-deviantart:hover { background-color: #4B5D50; }
        a.social-yelp:hover { background-color: #C93C27;}


 

/*===================================================================================*/
/*  ALERT BOX                                                                        */
/*===================================================================================*/

    [class*="alert-box-"] {
        padding: 15px 30px 15px 15px;
        font-size: 11px;
        line-height: 20px;
        margin-bottom: 20px;
        position: relative;
        border: 1px solid transparent; 

        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }


        /*
         * Notice alert box color
         */

        .alert-box-notice {
            color: #7f8c8d;
            border-color: #e1e1e1;
            background-color: #fcfcfc;
        }
    

        /*
         * Geeral alert box color
         */

        .alert-box-warning {
            color: #d69a2a;
            border-color: #ffdc7d;
            background-color: #fffce5;
        }


        /*
         * Error alertbox color
         */

        .alert-box-error {
            color: #ab6464;
            border-color: #e89494;
            background-color: #ffebe8;
        }


        /*
         * Success alert box color
         */

        .alert-box-success {
            color: #598760;
            border-color: #acd6b3;
            background-color: #edfff0;
        }


        /*
         * Info alert box color
         */

        .alert-box-info {
            color: #1891a8;
            border-color: #cee1ef;
            background-color: #f0f8ff;
        }


        /*
         * Alert box close button
         */
         
        .alert-close {
            top: 5px;
            right: 5px;
            position: absolute;
            padding: 10px;
            cursor: pointer;
            font-weight: bold;
        }



/*===================================================================================*/
/* TOGLE / ACCORDION                                                                 */
/*===================================================================================*/

    .toggle,
    .accordion {
        margin-top: -1px;
        border: 1px solid #e8e8e8;
        padding: 15px;
    }


    .toggle > p,
    .accordion > p {
        font-size: 11px;
        cursor: pointer;
        font-weight: 600;
        margin-bottom: 0;
        padding-left: 35px;
        position: relative;
    }

    .toggle > p.active,
    .accordion > p.active {
        color: #ffc600;
    }

    .toggle > p:before,
    .accordion > p:before {
        top: 0;
        left: 0;
        color: #fff;
        width: 22px;
        height: 22px;
        font-size: 10px;
        font-weight: 400;
        line-height: 21px;
        position: absolute;
        text-align: center;
        font-family: FontAwesome;
        background-color: #ffc600;

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
             -O-border-radius: 2px;
                border-radius: 2px;

    }

    .toggle > p.active:before,
    .accordion > p.active:before {
        color: #fff;
        border: 1px solid #ffc600;
        background-color: #ffc600;
    }

    .toggle > div,
    .accordion > div {
        margin-top: -5px;
        padding: 20px 40px ;
        display: none;
    }

    
    /* Toggle and accordion icon */
    .toggle > p:before {
        content: '\f067';
    }

    .toggle > p.active:before {
        content: '\f068';
    }

    .accordion > p:before {
        content: '\f054';
    }

    .accordion > p.active:before {
        content: '\f078';
    }



/*===================================================================================*/
/* TABS                                                                              */
/*===================================================================================*/

    ul.tab {
        margin-bottom: 15px;
        padding-bottom: 12px;
        border-bottom: 1px solid #EFEFEF ;
    }

    ul.tab li {
        float: left;
        margin-right: -1px;
    }

    .tab-wrapper > div {
        padding-bottom: 15px;
    }

    ul.tab a {
        font-size: 11px;
        font-weight: 600;
        width: 100%;
        height: 100%;
        color: #888;
        padding: 15px 25px;
        border: 1px solid #efefef;
        border-bottom: none;
    }

    .ul.tab a:hover {
        color: #ffc600 !important;
    }

    ul.tab a.current {
        color: #fff;
        border: 1px solid #ffc600;
        border-bottom: none;
        background-color: #ffc600;
        position: relative;
    }
    
    ul.tab a.current:before {
        content: '';
        left: 50%;
        width: 0px;
        height: 0px;
        bottom: -8px;
        margin-left: -6px;
        position: absolute;
        border-style: solid;
        border-width: 8px 7.5px 0 7.5px;
        border-color: #ffc600 transparent transparent transparent;
    }



/*===================================================================================*/
/* PROGRESS BAR                                                                      */
/*===================================================================================*/

    .progress-bar {
        color: #fff;
        font-weight: 600;
        font-size: 11px;
        background-color: #FFEAA1;
        line-height: 25px;
        height: 25px;
        margin-bottom: 5px;

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
            -ms-border-radius: 2px;
                border-radius: 2px;

    }

    .progress-bar .bar {
        background-color: #F1B800;
        position: relative;
        padding-left: 25px;

        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
           -ms- border-radius: 2px;
                border-radius: 2px;
    }

    .progress-bar span {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        padding: 0 5px 0 10px;
        background-color: #E3AD00;

        -webkit-border-radius: 0 2px 2px 0;
           -moz-border-radius: 0 2px 2px 0;
            -ms-border-radius: 0 2px 2px 0;
                border-radius: 0 2px 2px 0;
    }

    .progress-bar span:before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        top: 50%;
        left: -3px;
        margin-top: -3px;
        background-color: #E3AD00;

        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }



/*===================================================================================*/
/*  FLEXSLIDER                                                                       */
/*===================================================================================*/

    html[xmlns] .slides { display: block; } 
    * html .slides{ height: 1%; }
    .no-js .slides > li:first-child { display: block; }
    .flexslider { position: relative; }
    .flexslider ul{ margin: 0; }
    .flexslider.loader { background: url(../images/loader-wide.gif) no-repeat center center; }

    .flexslider .slides:after {
        content: "."; 
        display: block; 
        clear: both; 
        visibility: hidden; 
        line-height: 0; 
        height: 0;
    } 

    .flexslider .slides > li,
    .slide .slides > li {
        position: relative;
        display: none; 
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img { 
        width: 100%;
        max-width: none;
        display: inline-block;
    }



    /*------------------------------------------
        flexslider direction nav
    ------------------------------------------*/

        .flex-direction-nav a {
            color: #fff;
            bottom: 15px;  
            height: 30px;
            width: 30px;
            text-align: center;
            line-height: 30px;
            display: block;
            background-color: #444;
            position: absolute;
            top: 50%;
            margin-top: -15px;

            -webkit-border-radius: 2px;
               -moz-border-radius: 2px;
                -ms-border-radius: 2px;
                    border-radius: 2px;
        }

        .flex-direction-nav .flex-prev {
            left: 15px;
        }

        .flex-direction-nav .flex-next {
            right: 15px;
        }

        .flex-direction-nav a:hover {
            color: #fff;
            background-color: #ffc600;
        }

        .flex-direction-nav a:before { 
            font-size: 13px;
            font-family: 'FontAwesome'; 
        }

        .flex-direction-nav a.flex-next:before { content: "\f054"; }
        .flex-direction-nav a.flex-prev:before { content: "\f053"; }




.show-grid {
    margin-bottom: 20px !important;
}

.show-grid [class*="span"]{
    background-color: #f8f8f8;
    line-height: 50px;
    min-height: 50px;
    text-align: center;
    border: 1px solid #efefef;
    margin-bottom: 2em;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -O-border-radius: 3px;
            border-radius: 3px;
}