/*RESET*/ 
* {margin:0;padding:0;} 
*, *:before, *:after {-webkit-box-sizing: inherit;-moz-box-sizing: inherit; box-sizing: inherit;} 
html {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} 
button {cursor:pointer;} 
html, body {height: 100%;} 
.clear {clear: both; display: block; content: ""; width: 100%; } 
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, b, u, i, center, 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%;vertical-align:top;background: transparent;background-repeat:no-repeat;} 
input,button {background-repeat:no-repeat;padding:0;border:0;} 
body {line-height: 1;} ol, ul {list-style: none;} 
blockquote, q {quotes: none;} 
blockquote:before, 
blockquote:after,
q:before, 
q:after {content: '';	content: none;} 
:focus {outline: 0;} 
ins {text-decoration: none;} 
del {text-decoration: line-through;} 
table {	border-collapse: collapse;border-spacing: 0;} 
a, 
button span,
a:hover .arrow,
a:hover strong,
a:hover em,
a:hover .b,
button {-moz-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out;	-o-transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out; transition:all 0.3s ease-out;} 
.w-100 {font-weight:100;} 
.w-200 {font-weight:200;} 
.w-300 {font-weight:300;} 
.w-400 {font-weight:400;} 
.w-500 {font-weight:500;} 
.w-600 {font-weight:600;} 
.w-700 {font-weight:700;} 
.w-800 {font-weight:800;} 
.w-900 {font-weight:900;} 
.italic {font-style:italic;} 
.maxw100 {max-width:100%;} 
.w100 {width:100%;} 
.tacenter {text-align:center !important;} 
.taleft {text-align:left !important;} 
.taright {text-align:right !important;} 
.tajustify {text-align:justify !important;} 
.vatop {vertical-align:top !important;} 
.vabottom {vertical-align:bottom !important;} 
.vamiddle {vertical-align:middle !important;} 
input,
textarea,
select {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;} 
input[type='radio'], 
input[type='checkbox'] {margin:0;display:inline-block;} 

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus{border-color:#66afe9;}
.form-control-readonly {background-color:#eeeeee;}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
/*
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
*/
.btn-disabled {opacity:0.6;}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: grey;	
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
th {
    text-align: left;
}
td, th {
    padding: 0;
}

.table_container {overflow-x:auto;max-width:100%;}


/*COLS*/ 
.sys-row {width:99.99%;margin:0 auto; box-sizing: border-box;} 
.sys-row img {max-width:100%;}
.sys-col {display:inline-block;vertical-align:top; box-sizing: border-box;padding:0 10px;} 
.sys-col-np {padding:0;}
.sys-lg-col-1 {width:8.33%;} 
.sys-lg-col-2 {width:16.66%;} 
.sys-lg-col-3 {width:24.99%;} 
.sys-lg-col-4 {width:33.32%;} 
.sys-lg-col-5 {width:41.65%;} 
.sys-lg-col-6 {width:49.98%;} 
.sys-lg-col-7 {width:58.31%;} 
.sys-lg-col-8 {width:66.64%;} 
.sys-lg-col-9 {width:74.97%;} 
.sys-lg-col-10 {width:83.3%;} 
.sys-lg-col-11 {width:91.63%;} 
.sys-lg-col-12 {width:99.96%;} 
.sys-lg-col-2-5 {width:20%;} 
.sys-row-table {display:table;} 
.sys-row-table .sys-col {display:table-cell;} 

@media only screen and (max-width: 768px) {	
	.sys-m-col-1 {width:8.33%;} 
	.sys-m-col-2 {width:16.66%;} 
	.sys-m-col-3 {width:24.99%;} 
	.sys-m-col-4 {width:33.32%;} 
	.sys-m-col-5 {width:41.65%;} 
	.sys-m-col-6 {width:49.98%;} 
	.sys-m-col-7 {width:58.31%;} 
	.sys-m-col-8 {width:66.64%;} 
	.sys-m-col-9 {width:74.97%;} 
	.sys-m-col-10 {width:83.3%;} 
	.sys-m-col-11 {width:91.63%;} 
	.sys-m-col-12 {width:99.96%;} 
	.sys-m-col-hide {display:none;} 
	
	.mtacenter {text-align:center !important;} 
	.mtaleft {text-align:left !important;} 
	.mtaright {text-align:right !important;} 
	.mtajustify {text-align:justify !important;} 
	.mvatop {vertical-align:top !important;} 
	.mvabottom {vertical-align:bottom !important;} 
	.mvamiddle {vertical-align:middle !important;} 
} 

@media only screen and (max-width: 480px) {	
	.sys-s-col-1 {width:8.33%;} 
	.sys-s-col-2 {width:16.66%;} 
	.sys-s-col-3 {width:24.99%;} 
	.sys-s-col-4 {width:33.32%;} 
	.sys-s-col-5 {width:41.65%;} 
	.sys-s-col-6 {width:49.98%;} 
	.sys-s-col-7 {width:58.31%;} 
	.sys-s-col-8 {width:66.64%;} 
	.sys-s-col-9 {width:74.97%;} 
	.sys-s-col-10 {width:83.3%;} 
	.sys-s-col-11 {width:91.63%;} 
	.sys-s-col-12 {width:99.96%;} 
	.sys-s-col-hide {display:none;} 
	
	.stacenter {text-align:center !important;} 
	.staleft {text-align:left !important;} 
	.staright {text-align:right !important;} 
	.stajustify {text-align:justify !important;} 
	.svatop {vertical-align:top !important;} 
	.svabottom {vertical-align:bottom !important;} 
	.svamiddle {vertical-align:middle !important;} 
}

/*IMAGE EFFECTS*/ 
.image-container { width: 300px; height: 200px; margin: 10px; float: left; border: 5px solid #fff; overflow: hidden; position: relative; text-align: center; box-shadow: 0px 0px 5px #aaa; cursor: default;} 
.image-container .mask, 
.image-container .content { width: 300px; height: 200px; position: absolute; overflow: hidden; top: 0; left: 0;} 
.image-container img { display: block; position: relative;} 
.image-container .mask a.info { display: inline-block; text-decoration: none; padding:0; text-indent:-9999px; width:20px; height:20px; /*background con imagen de lupa*/ } 

.image-effect-1 img { opacity:1; -moz-transform:scale(1,1); -webkit-transform:scale(1,1); -o-transform:scale(1,1); -ms-transform:scale(1,1); transform:scale(1,1); -webkit-transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; transition: all 0.2s ease-in;} 
.image-effect-1 .mask { opacity:0; overflow:visible; border-color:rgba(0,0,0,0.7) transparent transparent transparent; border-style:solid; border-width:150px; width:0; height:0; -moz-transform:translateY(-125px); -webkit-transform:translateY(-125px); -o-transform:translateY(-125px); -ms-transform:translateY(-125px); transform:translateY(-125px); -moz-transition: -moz-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out; -webkit-transition: -webkit-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out; -o-transition: -o-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out; -ms-transition: -ms-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out; transition: transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;} 
.image-effect-1 .mask a.info {opacity:0; -moz-transform:translateY(-125px); -webkit-transform:translateY(-125px); -o-transform:translateY(-125px); -ms-transform:translateY(-125px); transform:translateY(-125px); -moz-transition: -moz-transform 0.3s ease-in, opacity 0.1s ease-in-out; -webkit-transition: -webkit-transform 0.3s ease-in, opacity 0.1s ease-in-out; -o-transition: -o-transform 0.3s ease-in, opacity 0.1s ease-in-out; -ms-transition: -ms-transform 0.3s ease-in, opacity 0.1s ease-in-out; transition: transform 0.3s ease-in, opacity 0.1s ease-in-out;} 
.image-effect-1:hover img {opacity:0.7; -moz-transform:scale(2,2); -webkit-transform:scale(2,2); -o-transform:scale(2,2); -ms-transform:scale(2,2); transform:scale(2,2);} 
.image-effect-1:hover .mask { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -o-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px);} 
.image-effect-1:hover .mask a.info {opacity:1; -moz-transform:translateY(100px); -webkit-transform:translateY(100px); -o-transform:translateY(100px); -ms-transform:translateY(100px); transform:translateY(100px);} 

.image-effect-2 .mask { opacity: 0; overflow:visible; border:0px solid rgba(0,0,0,0.7); -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;} 
.image-effect-2 .mask a.info {position:relative; top:-10px; opacity:0; -moz-transform:scale(0,0); -webkit-transform:scale(0,0); -o-transform:scale(0,0); -ms-transform:scale(0,0); transform:scale(0,0); -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out; -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out; -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out; -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out; transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;} 
.image-effect-2:hover .mask { opacity: 1; border:100px solid rgba(0,0,0,0.7);} 
.image-effect-2:hover .mask a.info {opacity:1; -moz-transform:scale(1,1); -webkit-transform:scale(1,1); -o-transform:scale(1,1); -ms-transform:scale(1,1); transform:scale(1,1); -moz-transition-delay:0.3s; -webkit-transition-delay:0.3s; -o-transition-delay:0.3s; -ms-transition-delay:0.3s; transition-delay:0.3s;} 

.image-effect-3 .mask { opacity: 0; overflow:visible; border:100px solid rgba(0,0,0,0.7); -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;} 
.image-effect-3 .mask a.info { position:relative; top:-10px; opacity: 0; -webkit-transition: opacity 0.5s 0s ease-in-out; -moz-transition: opacity 0.5s 0s ease-in-out; -o-transition: opacity 0.5s 0s ease-in-out; -ms-transition: opacity 0.5s 0s ease-in-out; transition: opacity 0.5s 0s ease-in-out;} 
.image-effect-3:hover .mask { opacity: 1; border:100px solid rgba(0,0,0,0.7);} 
.image-effect-3:hover .mask a.info { opacity:1; -moz-transition-delay: 0.3s; -webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s; -ms-transition-delay: 0.3s; transition-delay: 0.3s;} 

.image-effect-4 { float: left; padding: 0px; position: relative; overflow: hidden; } 
.image-effect-4:hover .caption { opacity: 1; } 
.image-effect-4 img { margin: 0px;padding: 0px; float: left; z-index: 4;} 
.image-effect-4 .caption { cursor: pointer; position: absolute; opacity: 0; -webkit-transition: all 0.45s ease-in-out; -moz-transition: all 0.45s ease-in-out; -o-transition: all 0.45s ease-in-out; -ms-transition: all 0.45s ease-in-out; transition: all 0.45s ease-in-out;} 
.image-effect-4 .caption .blur { background-color: rgba(0,0,0,0.65); height: 300px; width: 400px; z-index: 5; position: absolute;} 
.image-effect-4 .caption .caption-text { z-index: 10; color: #fff; position: absolute; width: 400px; height: 300px; text-align: center; top: 100px; } 

/*DROPDOWN*/ 
.dropdown-container {text-align:center;width:auto; margin:0 auto;text-align:center;} 
.dropdown-container .dropdown {display:block;width:auto;position:relative;margin:0 auto;max-width:600px;} 
.dropdown-container .dropdown .label {padding:0 5px;cursor:pointer;} 
.dropdown-container .dropdown:hover {} 
.dropdown-container .dropdown:hover ul {display:block;border:1px solid #f1f1f1;} 
.dropdown-container .dropdown ul {position:absolute;z-index:2000;width:100%;display:none;background-color:#fff;} 
.dropdown-container .dropdown ul li {width:100%;border-bottom:1px solid #f1f1f1;} 
.dropdown-container .dropdown ul li:last-child {border-bottom:0;} 
.dropdown-container .dropdown ul li h3 {font-weight:400;} 
.dropdown-container .dropdown ul li:hover h3 {} 
.dropdown-container .dropdown ul li a {padding:3px 0;display:block;} 
.dropdown-container .dropdown ul li a:hover {} 
.dropdown-container .dropdown h3.active {display:inline-block;vertical-align:middle;} 
.dropdown-container .dropdown .fa {font-size:14px;vertical-align:middle;} 

/*VIDEO CONTENT*/ 
.video-container {text-align:center;height:0;overflow:hidden;position:relative;padding-bottom:56.25%;} 
.video-container iframe, 
.video-container object, 
.video-container embed {position:absolute;top:0;left:0;width:100%;height:100%;margin-top:0px;}