@charset "UTF-8";
/* CSS Document */
body{
	color:#757575;
	font-size:16px;
	font-family: "Open Sans", sans-serif;
}
a:hover{
	text-decoration:none;	
}
.nav{
	background-color:none;	
}
.nav>li>a{
	padding-left:10px !important;
	padding-right:10px !important;	
}
.nav li.lang *{
	display:inline-block;
	
}
.nav li.lang a{
	color:#fe7135;	
}
.langs{
	color:#999 !important;
	font-size:14px;
	font-weight:500 !important;
}
.langs a{
	color:black;
}
.langs a.active{
	color:#fe7135;	
}
.navbar-collapse .langs{
	position:absolute;
	z-index:999;	
	width:100%;
	text-align:right;
}
.navbar-collapse .langs *{
	display:inline-block;	
}
h1,h2{
	color: #313131;
	font-size: 30px;
	font-weight: bold;
	margin-bottom:20px;
	text-transform:uppercase;
}
hr{
	border:none;
	display:block;
	width:100%;
	height:20px;
	margin-bottom:20px;
	border-bottom:4px dashed #d8d8d8;
}

/* START reset elements*/
.pull-right{
	margin-top:20px;	
	font-size:14px;
	font-weight:bold;
	color:#fe7135;
}
a{
	color:black;	
}
a:hover{
	color:black;	
}
ul.row li:before{
	content: "" !important;
}
ul.row,ul.row li{
	list-style:none;	
}
ul.row li{
	margin-bottom:15px;
}
p,ul,li,form,img{
	margin:0px;	
	border:none;
	padding:0px;
}
.nopadding{
	padding:0px !important;	
}
#content a{
	color:#b58444;
	text-decoration:underline;	
}
.subpage p{
	margin-bottom:20px !important;	
}
.subpage .img-responsive{
	margin-top:20px;
	margin-bottom:20px;
}
ol,ol li{
	margin:0px;	
	padding:0px;
}
ol li{
	padding-left:10px;
	list	
}
ol.breadcrumb{
	background:none;
	padding:0px;
}

/* END reset elements*/


/* START header options */
#header{
	background-color:white !important;
	border-bottom:none !important;
}
#header ul{
	background-color:white;	
}
#header li{
	font-weight:100;
	font-size:14px;	
	margin-top:25px;
	background-color:white;
}
#header li a{
	text-decoration:none;	
}
#header li a.active,header li a:hover{
	color:#fe7135;
}
#header .navbar-brand{
	margin-top:23px;	
}
#header .navbar-toggle{
	margin-top:35px;
}
/* END header options */
.curs-ins {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -33px;
    height: 0;
    display: block;
	height: 33px;
	z-index: 100;
	overflow: hidden;
}
.curs-ins.first{
	top:-33px;	
}
.curs-ins .curs-ins-ins {
    display: block;
    color: transparent;
    height: 63px;
    background: white;
    position: absolute;
    left: -5px;
    right: 0px;
    bottom: 16px;
    -webkit-transform: rotate(-1.1deg);
    -moz-transform: rotate(-1.1deg);
    -ms-transform: rotate(-1.1deg);
    transform: rotate(-1.1deg);
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9998157121216442, M12=-0.01919744239969049, M21=0.01919744239969049, M22=0.9998157121216442, SizingMethod='auto expand')";*/
    padding-right: 4px;
}
.curs-ins.first .curs-ins-ins{
	display: block;
    color: transparent;
    height: 35px;
    background: #fffefb;
    position: absolute;
    left: -2px;
    right: 0;
    bottom: -23px;
    -webkit-transform: rotate(-1.1deg);
    -moz-transform: rotate(-1.1deg);
    -ms-transform: rotate(-1.1deg);
    transform: rotate(-1.1deg);
   /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9998157121216442, M12=-0.01919744239969049, M21=0.01919744239969049, M22=0.9998157121216442, SizingMethod='auto expand')";*/
    padding-right: 4px;
}


/* START offer */
#offer .container{
	padding-top:20px;
	padding-bottom:20px;	
}
#offer a{
	font-weight:bold;
	display:block;
	text-transform:uppercase;	
}
#offer a span{
	display:block;	
	font-weight:100;
	font-size:14px;
	text-transform:none;
	font-style:italic;
	margin-bottom:10px;
	margin-top:5px;
}
#offer a.link{
	background-color:#fe7135;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	color:white;
	padding-left:5px;
	padding-right:5px;	
	display:inline;
}
#offer .col-sm-6{
	margin-bottom:30px;	
}
/* END offer*/
/* START popular */
#popular{
	background-image:url(../styles/images/bg.png);
	background-repeat:repeat;
	background-position:center;
	padding-top:50px !important;	
	padding-bottom:50px !important;
	color:white;
}
#popular h2,#popular a{
	color:white;	
}
#popular .col-md-3 .image{
	
}
#popular .col-md-3 a{
	margin-bottom:2px;	
}
#popular a{
	background-image:url(../styles/images/opac-1.png);
	background-repeat:repeat;	
	padding:5px;
	color:white;
	font-size:13px;
	display:block;
}
#popular a span{
	color:black;
	display:block;	
}
#popular a span.italic{
	font-style:italic;
	font-size:15px;	
	font-weight:100;
}
#popular a span.bold{
	font-weight:bold;
	font-size:18px;
	margin-bottom:5px;	
}
#popular .col-sm-6{
	margin-bottom:40px;	
}
/* END popular */

/* START web links */
#webLinks{
	background-image:url(../styles/images/bg.png);
	background-repeat:repeat;
	background-position:top;
	padding-top:50px !important;	
	padding-bottom:50px !important;
	color:white;
}
#webLinks a{
	color:white;	
	font-size:13px;
	font-weight:100;
	margin-bottom:10px;
}
#webLinks a span{
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;	
	margin-bottom:5px;
}
#webLinks a.link{
	background-color:#fe7135;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	color:white;
	padding-left:5px;
	padding-right:5px;	
}
#webLinks h2{
	color:white;
	margin-bottom:20px;
}	
#webLinks .col-sm-6{
	margin-bottom:50px;	
}
/* END web links */

/* START footer options */
#footer{
	background-color:#141414;	
	padding-top:20px;
}
#footer ul,footer ul li{
	list-style:none;	
	margin:0px;
	padding:0px;
}
#footer ul li{
	font-weight:100;
	display:inline-block;
	line-height:40px;
}
#footer ul li a{
	color: #b6b6b6;
	font-weight:100;
	font-size: 15px;
}
#footer ul li a:hover{
	color: white;
}
/* END footer options */

/* START subpage*/
.subpage h1{
	font-size:40px;
}
.subpage h1,.subpage h2,.subpage h3,.subpage h4{
	color:black;
	font-weight:bold;	
}
.subpage ul{
	list-style:none;
}
.subpage ul li{
	margin-bottom:8px;	
}
.subpage ul li:before {
    content: "• ";
    color: #fe7135; /* or whatever color you prefer */
}
.subpage ol{ 
	counter-reset: item;
	padding:0px;
	margin-left:0px;
	
}
.subpage ol li{ 
	display: block;
	padding:0px;
	margin-left:0px;
	margin-bottom:8px; 
}
.subpage ol li:before { 
	content: counter(item) ". "; 
	counter-increment: item;
    color: #fe7135; 
	font-weight:bold;
}
.subpage table{
	width:100%;	
}
.subpage table th{
	color:white;
	font-weight:bold;
	line-height:40px;
	text-transform:uppercase;
	background-color:#fe7135;	
	text-align:center;
	font-size:16px;
}
.subpage table td{
	padding-top:5px;
	padding-bottom:5px;
	font-size:16px;
	font-weight:100;
	color:#3e454b;	
}
.subpage table tr:nth-child(2n+1) td{
	background:#e6e6e6;
}
.subpage ul.breadcrumb{
	background:none;
	margin-left:0px;
	padding-left:0px;
}
.subpage ul.breadcrumb li{
	display:inline-block;
	margin-left:0px;
	padding-left:0px;
	
}
.subpage ul.breadcrumb li a{
	font-weight:100;	
}
.subpage ul.breadcrumb li:before{
	 content: "";
}
.subpage ul.breadcrumb li:after {
    content: " » ";
    color: #fe7135; /* or whatever color you prefer */
}
.subpage ul.breadcrumb li:last-child:after{
	content:"";	
}
.subpage .table-striped tr td{
	font-size:14px;
	line-height:18px;	
}
.subpage .table-striped tr{
	border-bottom:3px solid white;	
}
.subpage .table-striped tr td:first-child{
	font-weight:bold;
	color:white;
	background-color:#fe7135;		
}
.subpage a{
	color:#fe7135;
	text-decoration:underline;	
}
.subpage a.links{
	text-decoration:none;
	font-style:italic;
	color:#757575;	
}
.subpage a.links span{
	color:black;
	font-style:normal;
	display:block;
	font-size:25px;
	font-weight:bold;
	text-transform:uppercase;	
}
.subpage .col-ref{
	margin-bottom:40px;	
}
.subpage .col-ref a{
	color:black;
	text-decoration:none;
}
.subpage .col-ref h2{
	font-size:23px;	
	margin-bottom:5px;
	display:block;
	text-align:center;
	width:100%;
}
/* END subpage*/


.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
