@import url("fonts.css");
/*@import url("menu.css");*/

html {
    font-size: 100%;
}
body{
    font-size: 1em;
    background: #f4f4f4;
    margin: 0 auto;
    padding: 0;
}

.container{
    width: 95%;
}


h1 {
    font-family: 'latoregular';
    font-size: 40px;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
    margin: 30px 0; 
}
p {
    margin: 0;
}
a, a:hover {
    color: #c74141;
}

.location{
    font-family: 'robotoregular';
    padding-bottom: 28px;
    line-height: 1.5;
}
.name{
    font-size: 0.9em;
    color: #c74141;
}
.name_link{
    font-size: 0.8em;
}
.detail{
    color: #555555;
    font-size: 0.8em;
}

.new , .ig{
    position: relative;
}

.new:after {
    content: url(../img/icon/new.png);
    position: absolute;
    margin-left:10px;
}
.ig:after {
    content: url(../img/icon/ig.png);
    position: absolute;
    margin-left:10px;
    bottom: -4px;
}
a.ig:hover{
    text-decoration: none;
}

ul{
    list-style: outside none;
    margin: 0;
    padding-left: 1px;
}
ul > li {
    font-family: 'robotoregular';
    color: #555555;
}

ul > li:before {
    content: "";
    line-height: 1em;
    width: .5em;
    height: .5em;
    background-color: #c74141;
    float: left;
    margin: .5em .7em 0 0;
    border-radius: 50%;
}

@media (max-width:767px){
    .no-padding-bottom_xs { padding-bottom: 0}
}

/*@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}*/

.back_btn { display: block; margin: 10px auto 30px auto; font-family: 'Calibri'; width: 135px; height: 40px; padding: 10px 20px; border: 1px solid #555555; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; text-align: center; color: #555555; font-size: 16px; }
.back_btn:hover { color: #555555; text-decoration: none; }