* {
    outline: none;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    background-color: #eceff1;
    -webkit-font-smoothing: antialiased;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

header {
    position: relative;
    width: 980px;
    height: 100px;
    margin: 0 auto;
}

nav {
    width: 980px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    border: 0;
    background-color: #ad1313;
    text-align: center;
    box-sizing: border-box;
}

nav span {
    display: inline-block;
    line-height: 34px;
    margin: 0 15px;
    font-size: 17px;
    color: #ffffff;
    padding: 0 5px;
}

nav span a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

.breadcrumb {
    font-size: 14px;
    height: 22px;
}

.breadcrumb li {
    float: left;
    line-height: 22px;
    font-size: 14px;
    color: #000000;
}

.breadcrumb li a {
    color: #000000;
    text-decoration: none;
}

.breadcrumb li span {
    margin: 0 15px;
    font-family: FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.breadcrumb li span:before {
    content: "\f054";
}


/*.breadcrumb li:first-child{
    margin:0;
}*/

.breadcrumb li:first-child span {
    display: none;
}

div.logo {
    position: absolute;
    top: 10px;
    left: 0;
    width: 266px;
    height: 80px;
}

.ar div.logo {
    right: 0;
    left: auto;
}

div.logo a {
    display: block;
}

.container {
    display: table;
    width: 980px;
    min-height: 400px;
    margin: 0 auto;
    padding: 15px 25px 5px 25px;
    box-sizing: border-box;
    border: 2px solid #dedede;
    border-width: 0 2px;
    background-color: #ffffff;
}


/*
.slider{
    width:100%;
    height:300px;
    background-color:#efefef;
    margin:10px 0;
}*/

footer {
    width: 980px;
    min-height: 34px;
    margin: 0 auto;
    background-color: #555555;
    color: #bfbfbf;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
}

#hugeslider {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    overflow: hidden;
    visibility: hidden;
}

#hugeslider .slide {
    background-size: 100%;
    background-position: center;
}

.slides {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slides img {
    width: 100%;
    height: 400px;
}

.arrowleft,
.arrowright {
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
    font-size: 50px;
    cursor: pointer;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.65);
}

.arrowleft {
    left: 0px;
}

.arrowright {
    right: 0px;
}

.arrowleft:HOVER,
.arrowright:HOVER {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.15);
}

.arrowleft .fa,
.arrowright .fa {
    display: block;
    position: relative;
    top: 50%;
    margin-top: -25px;
    text-align: center;
}

.loading {
    position: absolute;
    top: 0px;
    left: 0px;
}

.loading .overlay {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.loading .loadicon {
    position: absolute;
    display: block;
    background: url('../images/loading.gif') no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.navigator {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.navigator div {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.65);
    overflow: hidden;
    cursor: pointer;
}

.navigator div:HOVER {
    background-color: rgba(255, 255, 255, 0.85);
}

.navigator div.av {
    background-color: rgba(255, 255, 255, 1);
}

.column,
.columns {
    background-color: red;
}

.row {
    margin-bottom: 2px;
}

.foto {
    float: left;
    width: 296px;
    height: 200px;
    margin: 0 0 19px 19px;
    background-size: cover;
    background-position: center;
}

.foto span {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
}

.foto span i {
    font-size: 50px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px;
    color: #555555;
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 10px;
    border: 1px solid #d8d8d8;
}

.foto:nth-child(3n+0) {
    margin-left: 0px;
}

.foto:HOVER span {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.fotolar {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 15px;
}

.fotolar div img {
    width: 100%;
}

.fotolar div a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.fotolar div span {
    background-color: red;
    position: absolute;
    /* top: 0;
    left: 0; */
    /* font-size: 50px;
    line-height: 60px; */
    width: 60px;
    height: 60px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: -30px;
    color: #555555;
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    visibility: hidden;
    opacity: 0;
}

.fotolar div:hover span {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.fotolar div i {
    font-size: 50px;
    line-height: 60px;
    width: 60px;
}


/*header .languages{
    cursor:pointer;
    display:block;
    width:140px;
    height:25px;
    line-height: 25px;
    font-size:14px;
    font-weight:bold;
    position: absolute;
    top: 10px;
    right: 0;
    border: 1px solid #dbddde;
    border-radius: 6px;
    background-color: #e9eaea;
    text-align: left;
}*/

header .languages {
    cursor: pointer;
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 0;
    /*border: 1px solid #dbddde;
    border-radius: 6px;
    background-color: #e9eaea;
    text-align: left;*/
}

header .languages li {
    float: left;
    padding-left: 30px;
    margin-left: 30px;
}

.ar header .languages {
    left: 0;
    right: auto;
}

header .languages span {
    float: left;
    width: 27px;
    height: 25px;
    margin: 0 5px 0 0;
}

#languages {
    margin-top: 8px;
    position: absolute;
    z-index: 1039;
    display: none;
}

#languages:before {
    position: absolute;
    top: -6px;
    left: 9px;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ddd;
    display: inline-block;
}

#languages:after {
    position: absolute;
    top: -5px;
    left: 10px;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    display: inline-block;
}

#languages ul {
    width: 140px;
    list-style: none;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: visible;
    padding: 0;
    margin: 0;
}

#languages li {
    list-style: none;
    padding: 0 10px 0 34px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #dedede;
    color: #444444;
    font-size: 14px;
}

#languages li:first-child {
    border-top: 0;
}


/*#languages li a{
    display: block;
    color: #444444;
    font-size:14px;
    text-decoration: none;
    line-height: 30px;
    padding: 0px 15px;
    margin: 0;
    white-space: nowrap;
}*/

.flag {
    background-position: left 5px center;
    background-repeat: no-repeat;
}

.flag.tr {
    background-image: url('../images/flag-tr.png');
}

.flag.ru {
    background-image: url('../images/flag-ru.png');
}

.flag.en {
    background-image: url('../images/flag-en.png');
}

.flag.ar {
    background-image: url('../images/flag-ar.png');
}

#languages li:HOVER {
    background-color: #eaeaea;
    font-weight: bold;
}

#map {
    width: 100%;
    height: 350px;
    background-color: #efefef;
}

span.adres {
    margin-bottom: 8px;
    display: block;
    color: #000000;
}

span.tel,
span.fax {
    float: left;
    margin-bottom: 16px;
    display: block;
    margin-right: 30px;
    color: #000000;
}

span.tel a,
span.fax a {
    color: #000000;
    text-decoration: none;
}