@import url(http://fonts.googleapis.com/css?family=Audiowide&subset=latin-ext,latin);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300,600,400&subset=latin,latin-ext);
body {
  font-family: 'Open Sans', sans-serif;
  font: 13px;
  margin: 0 auto;
  color: #feffff;
}
.clear {
  clear: both
}
p {
  margin: 0;
  padding: 0
}
a, a:visited, a:active, a:hover  {
  font-size: 14px;
  text-decoration: none;
}

header.top-header {  
  background: url(../img/headerbg.jpg) repeat;
  border-bottom: 1px solid #8b004c;
  padding-bottom: 10px
}
section.header {
  background: url(../img/sliderbg.jpg) repeat;
}
section.wrapper {
  background: url(../img/contentbg.jpg) repeat; 
}

.header-languages {
  position: relative;
  left: 0;
  top: 8px;
  z-index: 200;
}
.header-languages .language {
  background: #292929;
  border: 1px solid #444444;  
  border-radius: 5px;
  margin-right: 13px;
}
.header-languages .language > a > img {
  border: 1px solid #444444;
  border-radius: 5px;
  margin: 3px;  
}
.header-languages .language > a > img.desaturate { filter: grayscale(100%); }
.header-languages .language > a > img.desaturate { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.header-languages a {
  display: block;
  text-decoration: none;
}

.search {
  position: relative;
  top: 6px;
  right: 0;
  z-index: 100;
  text-align: right;
}
.search-text{
  background: #292929;
  border: 1px solid #444444;
  border-radius: 5px;
  font-size: 11px;
  font-family: 'Audiowide', cursive;
  color: #FFFFFF;
  padding: 5px 30px 5px 12px;
  box-shadow:inset 2px 2px 10px #000000;
  -moz-box-shadow:inset 2px 2px 10px #000000;
  width: 47%;
  position: relative;
  right: -20px;
}
.search-text:focus {
  outline: none;
  box-shadow: none;
}
.search-text::-webkit-input-placeholder { /* WebKit browsers */
    color:    #FFFFFF;
}
.search-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FFFFFF;
}
.search-text::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #FFFFFF;
}
.search-text:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #FFFFFF;
}
.search-button {
  background: none;
  border: none;
  color: #FFFFFF;  
  padding: 0;
  margin: 0;
  position: relative;
  right: 28px;
}


.header-mobile-menu-button {
  position: relative;
  z-index: 200;
  overflow: hidden;
  float: right;
  margin: 55px 5px 8px 0;  
}
.header-mobile-menu-button > a, .header-mobile-menu-button > a:hover {
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.header-mobile-menu-button a i {
  float: left;
  margin: 4px;
  color: #FFFFFF;
}
.header-mobile-menu-button a span {
  float: left;
  color: #FFFFFF;
}
.navbar-collapse {
  position: absolute;
  z-index: 700;
  top: 94px;
  left: 15px;
  width: 95%;
  margin: 0 auto;
  font-size: 13px;    
  box-shadow: 0px 2px 5px #222222;  
  border-top: 2px solid #8b004c;  
  background: #444444; 
}
ul.navbar-nav {  
  padding: 0;   
  margin: 0;
}
ul.navbar-nav > li {
  margin-left: 0
}
ul.navbar-nav > li > a {
  color: #FFFFFF;
  font-weight: 400;
  padding: 10px 10px 15px;
}
ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a:active, ul.navbar-nav > li > a:visited {
  text-decoration: underline;
  background: #444444 !important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background-color: #444444 !important;
  border-color: #8b004c;
}
.dropdown-menu {
  background-color: #444444;  
  
}
.dropdown-menu>li>a {
  color: #FFFFFF;  
}

.facebooklike {
 position: absolute;
 top: 23px;
 right: 13px;
}


.header-logo {
  margin-top: 50px;
  position: relative;
  float: left;
  z-index: 250;
}

ul.header-menu {
    position: relative;
    top: 58px;
    z-index: 250;
    float: right;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.header-menu > li {
    display: block;
    position: relative;
    float: left;
    padding-left: 5px;
    padding-right: 10px;
}
ul.header-menu > li > a {
    color: #FFFFFF;
    font-family: 'Audiowide', cursive;
    font-size: 13px;
}
ul.header-menu > li:hover > a, ul.header-menu > li > a.active {
    color: #a40031;
    text-decoration: none;    
}
ul.header-menu > li > ul {
    background-color: rgba(0,0,0,0.9);
    left: 0;
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    min-width: 170px;
    z-index: 900;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    opacity: 0;    
}
ul.header-menu > li > ul > li {
    float: none;
    height: 35px;
    line-height: 35px;
    margin-left: 0;
}
ul.header-menu > li > ul > li > a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #fff;
    display: block;
    padding: 0 0 0 10px;
    text-decoration: none;
}
ul.header-menu > li > ul > li > a:hover {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #c9003c;
    text-decoration: none;
    border-bottom: 3px solid #a40031;    
}
ul.header-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;    
}



.slider {
  margin-top: 50px;  
}
.slider_shadow {
  background: url(../img/slider-shadow.png) top center no-repeat;
  width: 958px;
  height: 29px;
  margin: 0 auto;
}
.ms-bullet {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  background: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
}
.ms-bullet-selected {
  background: #a40031 !important;
  border: 2px solid #FFFFFF !important;
}

.home_news {
  background: #000000;
  width: 100%;
  padding: 25px 25px 18px 25px;
  overflow: hidden;
}
.home_news_item > a h1 {
  font-size: 14px;
  margin: 7px 0 0;
  color: #FFFFFF;  
}

.overlay-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding-bottom: 100px;
  transition: all ease .5s;
  text-align: center;
  z-index: 500;
}
.overlay-icon i {
  font-size: 25px;
  color: #FFFFFF;
}
.overlay-icon.ovcolor1 {
  background: rgba(61,26,55,.5);  
}
.overlay-icon.ovcolor2 {
  background: rgba(164,0,49,.7);  
}
.t {
  display: table; 
  height: 100%; 
  width: 100%; 
}
.tc { 
  display: table-cell; 
  vertical-align: middle; 
}
.homeimg {
  position: relative;
  display: block; 
  border: 1px solid #3d1a37; 
  height: 142px;
}
.img, .product_img{
  position: relative;
  display: block;
  float: left;
} 
.home_news_item:hover .overlay-icon, .product_img:hover .overlay-icon, .news_item:hover .overlay-icon {
  opacity: 1;
  padding-bottom: 0;
}

.cols_top {
  margin-top: 20px;
}
.cols_top2 {
  margin-top: 35px;
}
.home_fair {
  background: #000000;
  padding: 20px ;
}
.home_fair  img {
  float: left;
  margin-right: 17px;
}
.home_fair  h2 {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 7px 0;
}
.home_fair  {
  font-size: 13px;
  font-weight: 300;
}
.home_fair > .fair_text >  a  {  
  font-size: 12px;
  color: #a40031;
  text-decoration: none;
}
.home_fair  > .fair_text >  a:hover  {
  text-decoration: underline;  
}
.home_certificate {
  background: #000000;
  padding: 13px 10px 1px 7px;
}
.home_certificate h3 {
  font-family: 'Audiowide', cursive;
  font-size: 14px;
  margin: 0 0 15px 0;
}
.home_certificate span {
  font-size: 13px;
}
.styled-select {
    float: right;
    width: 100%;
    height: 23px;
    overflow: hidden;
    background: url(../img/select_arrow.jpg) no-repeat right #FFFFFF;
}
.styled-select select option {
  height: 50px;
}
.styled-select select {
    background: transparent;
    width: 100%;
    height: 23px;
    line-height: 21px;
    font-size: 12px;    
    color: #000000;
    border: 0;
    border-radius: 0;   
    -webkit-appearance: none;
}
.styled-submit {
  background: #a40031;
  padding: 7px 0 7px 0;
  border: none;
  font-size: 13px;
  letter-spacing: 2px;
  width: 100%;  
}



footer {
  background: url(../img/contentbg.jpg) repeat; 
}

footer a {
  color: #feffff;
  font-size: 13px;  
}
footer a:hover {  
  color: #feffff;
  font-size: 13px;  
  text-decoration: underline;
}
.footer {
  margin-top: 40px;
  background: #131313;
  padding: 20px;
}
.footer  h4 {
  color: #a40031;
  font-family: 'Audiowide', cursive;
  font-size: 14px;
}
.footer h5 {  
  font-size: 13px;
  font-weight: 600;
}
.address > p, .phones > p, .footer_newsletter > p {    
  font-weight: 300;
  font-size: 13px;  
}
.address, .phones, .footer_links {
  border-right: 1px solid #424242;
  padding: 0 20px 0 5px;
}
.footer_newsletter {
  text-align: right;
}
.subscribe-form {
  margin-top: 15px;
}
.subscribe-form > input[type=text] {
  width: 80%;
  height: 32px;
  border: 0;
  padding-left: 15px;
  color: #6b6a6a;
  font-size: 13px;
}
.subscribe-form > input[type=text]:focus { 
  outline: none;
}
.subscribe-form > input[type=submit] { 
  background: #a40031;
  border: 0;
  width: 40px;
  height: 32px;  
  font-size: 13px;
  margin-left: -5px;
}

.social_links{
  margin-top: 20px;
}
.social_links > a {
  margin-left: 40px
}
.social_links > a:hover {
  color: #bc0a3f;
}


select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}



.header_title {
  background: url(../img/urun.jpg) top center no-repeat;
  margin-top: 50px;
  padding: 10px 30px 20px 30px;
  width: 1150px;
  height: 400px;
}
.header_title > h1 {
  font-size: 36px;
  color: #fefefe;
}
.header_title > h2 {
  font-size: 28px;
  color: #a40031;
  margin-top: 0;
  font-weight: 600;
}
.products, .news {
  margin-top: 35px;
}
.product_images {
  float: left;
  width: 310px;
  margin-right: 10px;
}
.big_img {
  margin-bottom: 25px;
}
.little_img {
  margin-right: 14px;
  margin-bottom: 14px;
}
.product_text {  
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 20px;
}
.products > .row > .col-sm-3 {
  padding: 0 8px 0 15px;
}
ul.right_bar  {
  padding: 0;  
  list-style: none;
}
ul.right_bar li {
  margin: 0;  
  padding: 0;
}
ul.right_bar li > a > i {
  color: #a40031;  
  width: 35px;
}
ul.right_bar li  a  {
  color: #FFFFFF;
  display: block;
  padding: 10px;  
  background: #141515;  
  border-bottom: 5px solid #3c3c3d;
}
ul.right_bar li:hover a  {
  background: #a40031;
  color: #FFFFFF;
}
ul.right_bar li:hover  a > i {
  color: #FFFFFF;    
}


.dealers_header_title {
  background: url(../img/dealers.jpg) top center repeat;
  width: 1150px;
  height: auto;    
  margin-top: 50px;
  padding: 10px 30px 20px 30px;
}

h1.title {
  font-size: 36px;
  color: #fefefe;
  margin-top: 0;
}
h2.title {
  font-size: 28px;
  color: #a40031;  
  font-weight: 600;
}

.news_header_title {
  background: url(../img/news.jpg) top center no-repeat;
  width: 1150px;
  height: 400px;    
  margin-top: 50px;
  padding: 10px 30px 20px 30px;
}
.news_item {
  overflow: hidden;
  margin-bottom: 30px;
}
.news_image {
  float: left;
}
.news_info {
  float: left;  
  width: auto;
}
.news_item .col-xs-8, .news_item .col-md-9 {
  padding-left: 35px;
}
.news_info > a > h3  {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  margin: 5px 0 0 0; 
}
.news_info > a > span {
  border-bottom: 3px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: 300;
}


.pagination {
  margin-top: 20px;
  width: 100%;
}
.pagination li {
  padding: 0;
  margin: 0
}
.pagination li a {
  background: none;
  color: #FFFFFF;
  font-size: 60px;
  width: 60px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  border: 0;
}
.pagination a.prev{
  background: none;
  color: #FFFFFF;
  border-radius: 0;
  float: left;
}

.pagination a.next {
  background: none;
  color: #FFFFFF;
  border-radius: 0;
  float: right;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  display: none;
}
.pagination li:hover a, .pagination li.active a, .pagination li.active:hover a, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #131313;
  color: #fff;
  border-radius: 0;
}


.history_info {
  overflow: hidden;
  width: 100%;  
  margin-bottom: 35px;
}
.history_text > h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}
.history_text > a {
  color: #FFFFFF; 
  font-weight:  600;
}
.history_text > a:hover {
  text-decoration: underline;
}
.fa-map-marker {
  color: #a40031;
  margin-bottom: 15px;
}
.loca_maps {
  display: none;  
  width: 600px !important;
}

.persons {
  margin-bottom: 20px;
}
h4.persons_land {
  margin-bottom: 20px;
  font-weight: 600;
}
.persons_info {
  font-size: 13px;
}
.persons_info a {
  color: #FFFFFF;
}
.persons_info a:hover {
  text-decoration: underline;
}


.form-horizontal label {
  font-weight: 400;
}
.form-horizontal .form-group button,  .form-horizontal button, .form-feedback button {
  border-radius: 0 !important;  
}

h4.modal-title, .modal-body h5 {
  color: #a40031;
  float: left;
}
.modal-dialog {
  margin-top: 7%;
  color: #000000;
  width: 700px;
}
.form-feedback > .row > .col-sm-12 {
  margin-top: 20px
}
.form-feedback > .row > .col-sm-9 {
  padding-left: 30px;
  font-size: 13px;
} 
.googlemap iframe {
  width: 100% !important; 
}


.form-horizontal .form-group input, .form-horizontal .form-group textarea, .form-horizontal > .form-element input, .form-horizontal > .form-element textarea, .form-feedback input, .form-feedback textarea  {
  border-radius: 0 !important;
  background: rgba(0,0,0,0.5);
  border: 0;
}

@media all and (max-width: 1199px) { 
    ul.header-menu {      
      top: 15px;      
    }
    .header_title, .news_header_title {
      width: 100%;
      height: 18em;
      background-size: 130% !important;          
      padding: 10px 30px 25% 30px;
    }
    ul.right_bar li  a  {      
      font-size: 12px;    
    }
  .address, .phones, .footer_links {
    border: none;
    padding: 0 5px 0 0;
  }
}
@media all and (max-width: 1100px) { 
  .slider_shadow {    
    width: 90%;   
    background-size: 100%;
  }
  .home_news {
     padding: 15px 15px 10px 15px;   
  }

}
@media all and (max-width: 768px) { 
  .footer_links, .footer_newsletter {
    margin-top: 15px;
  }  
  .home_fair {
    padding: 15px;
  }
  .home_fair > img {
    width: 43%;
    margin-right: 10px;
  }
  .header_title, .news_header_title {
    width: 100%;
    height: 16em;
    background-size: 150% !important;          
  }
  .product_text img {
    width: 90% !important;
    height: auto !important;
  }
}



@media all and (max-width: 520px){   
  .product_images {
      float: none;   
      overflow: hidden;   
  }
  .location_image {
    overflow: hidden;
  }
}
@media all and (max-width: 480px){ 
      /* prettyPhoto styling for small screens */
    .pp_pic_holder.pp_default { width: 90%!important; left: 5% !important; overflow: hidden; }
    div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
    div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
    .pp_content { width: 100%!important; height: auto!important; }
    .pp_fade { width: 100%!important; height: 100%!important; }
    a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
    #pp_full_res img { width: 100%!important; height: auto!important; }
    .pp_details { width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -10px!important; }
    a.pp_close { right: 10px!important; top: 0!important; }


    .form-feedback .col-xs-6, .form-feedback .col-xs-2 {
      border-top: 1px dotted #444444;
      padding-top: 5px;
      margin-top: 5px;
    }
    .header_title, .news_header_title {
      width: 100%;
      height: 11em;
      margin-top: 10px;
      background-size: 150% !important;          
    }

    .header_title > h1, .news_header_title > h1 {
      font-size: 22px;      
    }
    .header_title > h2 {
      font-size: 15px;      
    }
    .top-header .col-xs-4, .top-header .col-xs-8, .footer .col-xs-6, .news_item .col-xs-4, .news_item .col-xs-8 {
      width: 100%;
    }
}
@media all and (max-width: 371px) {  
    .header-mobile-menu-button {
       margin: 15px 5px 0 0;  
    }    
    .navbar-collapse {
      top: 135px;
      left: 7px;      
    }
    .slider {
      margin-top: 0;
    }
    .cols_top2 {
      margin-top: 10px;
    }
    .cols_top2.col-xs-5 , .cols_top2.col-xs-7 , .home_news_item.col-xs-4 {
      width: 100%;
      margin-bottom: 10px;
    }

}

ul.header-menu > li > ul {
	min-width: 200px;
}