/* FRONTEND CSS
*********************************************/
html {
  overflow-y: scroll;
}
body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url("../../../images/bg/bg1.jpg");
	background-size: contain;
}

a:hover{
	color: #999;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{
	
	font-family: Cervo-Medium;
	font-weight: normal;
	font-style: normal;
	
	color:#666;
	font-size: 22px;
	margin-top:10px;
	font-family: Georgia,serif;
	line-height: 32px;
	margin-bottom: 0;
}


h2.blog-header{
	color:#666;
	font-size: 20px;
	margin-top:10px;
	font-family: Georgia,serif;
	line-height: 32px;
	margin-bottom: 0;
}


h2{
	font-family: Cervo-Medium;
	font-weight: normal;
	font-style: normal;
	
	color:#000;
	font-size: 36px;
	text-transform:uppercase;
	margin-top:10px;
	line-height: 38px;
	margin-bottom: 8px;
	letter-spacing:3px;
}

h3{
	font-family: Cervo-Medium;
	font-weight: normal;
	font-style: normal;
	
	color:#000;
	font-size: 24px;
	text-transform:uppercase;
	margin-top:10px;
	line-height: 38px;
	margin-bottom: 8px;
	letter-spacing:3px;
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 20px 0 12px;
    padding-bottom: 0px;
}

a{
	color:#999;
}

p{
	text-align: justify;
}


div.logo {
    position:relative; 
    width: 100%;
}

div.logo img{
    position:fixed;
    top:50%;
    left:50%;
    max-width:100%;
	z-index:-1;
}



.frame{
	z-index:10;
    margin-left: auto;
    margin-right: auto;
	background-color: #fff;
    width: 94%;
}

.container{
	background-color: #fff;
    width: 900px;
}

.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}

.navbar-brand {
	padding:0 0 10px 0;
}

.navbar-tyde .navbar-nav {
    width:100%;
    border-bottom: 3px solid #000;
    margin-bottom:30px;
}


.navbar-tyde{
    background:none;
    border:none;
    box-shadow: none;
}

.navbar-tyde.fixed{
	background-color: #fff;
    position: fixed;
    top: 0;
    width: 870px;
    z-index: 20;
}

section.fixed{
	margin-top: 108px;
}

.navbar-tyde .navbar-nav > li {
    width:20%;
}

.navbar-tyde .navbar-nav > li > a {
    text-align:center;
	background:none;
    box-shadow: none;
	font-family: Cervo-Medium;
	color:#000;
	font-size: 15px;
	letter-spacing:2px;
	padding: 15px 0;
	text-transform: uppercase;
}


.navbar-tyde .navbar-nav > li > a img {
	width: 70px;    
	margin-top: -6px;
}



.navbar-tyde .navbar-nav > li.first > a {

    text-align:left;
}


.navbar-tyde .navbar-nav > li.last > a {

    text-align:right;
}


.breadcrumbs{
	margin: 10px 0 0px 0;
	color:#ccc;
	text-transform:uppercase;
}

.breadcrumbs a{
	color:#ccc;
}
.carousel{
	color:#ccc;
	margin-bottom:10px;
}

.carousel-caption p{
	color:#999;
}


.carousel-caption h1{
	    color:#333;
}

.greyframe{
	padding:4px;
	border:1px solid #cfcfcf;
}

.greyframe h2, .greyframe p{
	padding:2px 6px;
}

.greyframe h2{
	margin-bottom:2px;
}

.btn-entre, .btn-primary{
	background-color:#7E102F;
	border:1px solid #cecece;
	color:#fff;
	border-radius: 0;
	font-size:12px;
	background-image: none;
}

.btn-entre:hover, .btn-primary:hover{
	background-color:#931436;
	color:#fff;
}

.form-actions{
	text-align: right;
}

input[type="checkbox"].form-control{
	width: auto;
}

.blog .date {
    color: #777777;
    font-weight: bold;
    padding: 0 0 10px;
    text-align: left;
}

footer{
	margin-top:25px;
	padding:20px 0px;
	color:#a3a3a3;
}

footer p{
	margin:0px;
}

footer a{
	color:#a3a3a3;
	text-transform:uppercase;
}

/* form */

#write_us_div input, button, select, textarea{
	background-color:#f6f6f6;
	border: 2px solid #c0c0c0;
}


.box.white {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}
.box {
    background: none repeat scroll 0 0 #E5ECF9;
    top: 1em;
    margin-bottom: 1.5em;
    padding: 1.5em;
}

.box ul{
   padding-left: 15px;
}


.item-page img{
	margin: 20px 20px 20px 0;
}

.item-page ol {
    counter-reset: item;
}
.item-page ol li {
    display: block;
}
.item-page ol li:before {
    content: "[" counter(item, decimal) "] ";
    counter-increment: item;
    display: inline-block;
    margin-left: -3.5em;
    padding-right: 0.5em;
    text-align: right;
    width: 3em;
}

#small-content img{
	max-width: 100%;
}

#sidebar{    
	margin-top: 0px;
}

#sidebar h3{
	border-bottom: 1px solid #eee;
    margin: 28px 0 20px;
    padding-bottom: 10px;
}

#sidebar img{
	margin: 0;
    margin-bottom: 4px;
    float:none;
    
}

#sidebar p{
	text-align: left;
}

.blog section img{
	float:left;
	margin: 0 20px 20px 0;
}

/*
.blog .items-row:nth-child(2n+1){
    background-color: #f9f9f9;
}
*/

.blog .items-row{
	margin-bottom: 40px;
}

.contact {
    background-color: #7e102f;
    border: 0 solid #000;
    margin-bottom: 10px;
    margin-top:30px;
    padding: 10px;
    text-align: center;
}

#sidebar .contact h3 {
    color: #fff;
    font-size: 12px;
    text-transform:inherit;
    margin-bottom: 8px;
    margin-top: 4px;
    padding: 0;
    text-align: center;
    border:none;
}

img-responsive.map{display: block; margin-left: auto; margin-right: auto;}

/* LAYOUT
*********************************************/
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}

/* Media Queries
*********************************************/
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .container{
	    width: auto;
	}
	.navbar-tyde .navbar-nav > li > a {   
	    padding: 10px 15px;
	}
	iframe{   
	    width:100%;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
	

}
/* Large desktop */
@media (min-width: 1200px) {
	
  
}