@import url(https://fonts.googleapis.com/css?family=Raleway:400,600);
@import url(https://fonts.googleapis.com/css?family=Lato);
            
body {
    margin: 0 auto;
    width: 100%;
   	font-family: 'Raleway', sans-serif;
}

header {
    margin: 2em 1em;}
.icon {
    text-align: right;
}            
            
.glyphicon {
    font-size: 3em;
    top: 3px;
}
            
.domena, .copyright a, .caption a, .caption a {
    font-family: 'Lato', sans-serif;  
}
            
.domena {
    font-size: 2em;
  	padding: 10px 0;
    text-align: left;
    text-decoration: none;
}

.domena a, .glyphicon, .caption a:focus, .caption a:hover {
  	color: #E2001E;
}

.domena a:focus, .domena a:hover {
  	color: #555;
}
            
.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
            
.navbar-nav {
    text-align: justify;
  	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}
.nav > li > a {
    padding: 5px;
    font-size: 1.1em;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
}

.navbar-nav>li {
    float: none;
}

.nav > li {
    display: inline-block;
}  

.navbar-header {
    float: none;
}

.navbar-collapse {
    padding: 0px;
}

.navbar-nav>li>a {
  	line-height: 18px; 
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 2px solid #E2001E;
}

.navbar-brand {
    float: none;
}

.wrap {
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  	height: 500px;
 	background-position: bottom;
	overflow: visible;
    background-attachment: fixed;
}

.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 10px 5px;
    border-radius: 0;
}
            
.breadcrumb a {
    color: #555;
} 
            
.lead {
    font-size: 1.1em;
    text-align: justify;
}

.categ {
    position: relative;
    margin: 0 auto;
    padding: 4% 10%;
}
            
.thumbnail .caption {
    padding: 9px 10px 30px;  
}            
            
.thumbnail {
    padding: 0;
	border: none;      
}

.caption {
    text-align: center;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
}
            
.caption a {
    color: #333;
}

.caption a:focus, .caption a:hover {
  	text-decoration: none;
}

.ratings {
    position: relative;
    bottom: 30px;
    right: 37%;
}
            
.categ section {
    padding: 10px 0;
  	border-bottom: 1px solid #ddd;
}
 
.categ section:last-child {
    border: none;
}

h1 {
  	margin-top: 0;
}

.copyright {
  	padding: 7px 0 1px;
    background-color: #4b494f;
    color: #f1f1f1;
}

@media all and (max-width: 767px) {
  	.domena {
        font-size: 1.2em;
        padding: 10px;
      	text-align: left;
	}
  	.navbar-header {
    	margin-top: -45px;
      	border-bottom: 1px solid #ddd;
	}
  	.wrap {
        height: 200px;
      	background-attachment: scroll;
    }
  	.categ {
        padding: 0;
    }
  	.navbar-toggle {
       	border: 1px solid #555;
    } 
  	.breadcrumb {
      	padding: 15px;
    }
  	.categ section {
    	padding: 0;
    }
  	.icon {
      	padding-left: 0px; 
      	text-align: left;
    }   
  	.glyphicon {
    	font-size: 2em;
    }
  	.ratings {
        right: 40%;
	}
}

@media all and (max-width: 767px) and (orientation:landscape) {
  	.ratings {
    	right: 45%;
	}
}

@media all and (min-width: 767px) and (max-width: 1100px) {
	.categ {
    	padding: 3% 5%;
	}
  	.wrap {
      	 height: 400px;
    }
  	.icon {
    	text-align: left;
	}
  	.ratings {
    	right: 44%;
	}
}
