
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
#gallery{
  padding-left: 10px;
}
#gallery .crop, #gallery iframe {
      width: 31.9%;
      height: 200px;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
      overflow: hidden;
      border: 1px solid #e6e6e6;
      border-radius: 5px;
      transition: .5s;
      margin-left:0px !important;
}

.tab-pane h2 {
    margin: 0;
    color: #fff;
    padding-bottom: 1rem;
    text-align: center;
}

.tab-pane label {
    color: #fff;
}

#rey .nav-tabs li a {
    color: #fff;
}

#rey .nav-tabs li.active a {
    color: #000;
}

.tab-pane#profile {
    padding: 30px;
    background: rgba(178, 76, 90, 0.72);
}

#gallery .crop:hover{
  filter:brightness(45%);
  transition: .5s;
}
#gallery .crop img{
  width: 300px;
  min-height: 200px;
  padding: 0px !important;
  margin-left:0px;
}
.crop{
    margin-left:50px;
    margin-bottom:10px;
}
.navbar-brand img {
    width: 300px;
    margin-top: -18px;
}
 .crop img{
     margin-left:10px;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid gainsboro;
   
    }
    .erken{
        text-align: center; 
        font-size: 28px; 
        margin-top: 125px; 
        color: #a62332;
    }
.new-second{
  min-height: 300px;
  border-radius: 5px;
  padding: 5px;
  margin-bottom:20px;
  transition: 1s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=72, Color=#999999)";/*IE 8*/
-moz-box-shadow: -2px 6px 50px -4px rgba(153,153,153,0.4);/*FF 3.5+*/
-webkit-box-shadow: -2px 6px 50px -4px rgba(153,153,153,0.4);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 0px 10px  rgba(153,153,153,0.4);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=135, Color=#999999); /*IE 5.5-7*/
}
.new-second a{
  text-decoration: none;
}
.new-second:hover{
  transition: 1s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=72, Color=#999999)";/*IE 8*/
-moz-box-shadow: -2px 6px 50px -4px rgba(153,153,153,0.4);/*FF 3.5+*/
-webkit-box-shadow: -2px 6px 50px -4px rgba(153,153,153,0.4);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 0px 20px  rgba(153,153,153,0.4);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=135, Color=#999999); /*IE 5.5-7*/
}
.new-second a .second-img{
  width: 100%;
  height: 135px;
  position: relative;
  overflow: hidden;
  transition: .3s;
  overflow: hidden;
}.new-second a:hover .second-img .left-hover{
  transform: translateX(102px);
  transition: .3s;
}
.new-second a:hover .second-img .right-hover{
  transform: translateX(-101px);
  transition: .3s;
}
.new-second a .second-img img{
  width: 100%;
}
.new-second a .second-img .left-hover{
  width: 50%;
  height: 100%;
  top:0px;
  background: rgba(0, 0, 0, 0.52);;
  position: absolute;
  transform: translateX(-115px);
  transition: .3s;
}
.new-second a .second-img .right-hover{
  width: 50%;
  height: 100%;
  top:0px;
  background: rgba(0, 0, 0, 0.52);;
  position: absolute;
  right: 0px;
  transform: translateX(115px);
  transition: .3s;
}
.new-second a .second-title{
    border-bottom: 1px solid #E9E9E9;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}
.new-second a .second-title h6{
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 10px;
  color:#616161;
  transition: 1s;
}
.new-second a:hover .second-title h6 {
  margin-left: 15px;
  transition: 1s;
}
.new-second a .second-desc p{
  color: #666;
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 24px;
  text-decoration: none;
}
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}







.navigation{
height:30px;
width:100%;
color:#000;
padding:5px 0 5px 0;
margin:5px auto;
font-size:15px;
clear:both;
}
.navigation b{
font-size:25px !important;
}
.navigation a:link,
.navigation a:visited,
.navigation a:active {
    margin: 1px;
    line-height: 20px;
    text-decoration: underline;
    color: #FFFFFF;
    padding: 1px 5px;
    font-size: 13px;
    border: 1px solid #000000;
    background: #571d50;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.navigation a:hover{
text-decoration:none;
color:white;
}
.navigation span {
line-height: 20px;
    height: 20px;
    text-decoration: none;
    padding: 1px 5px;
    color: #909090;
    font-size: 13px;
    border: 1px solid #571d50;
    background: #f0f0f0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}




.diller{margin-left: 178px;}
.diller a img{width:25px;}
.diller a{
    background: #F3E8DB;
    padding: 2px;
    padding-bottom: 5px;
}
.comments{
    z-index: 10000;
    position: absolute;
}

.comments img{
    overflow: hidden;
    width: 45px;
    height: 45px;
    margin: 10px 0 5px 10px;
    background: white;
    padding: 2px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 0px 3px #B5B5B5;
    -moz-box-shadow: 0px 0px 3px #b5b5b5;
    -webkit-box-shadow: 0px 0px 3px #B5B5B5;
    float: left;
}

.dcont{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 1px 3px 0 #B5B5B5;
    -moz-box-shadow: 0px 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0px 1px 3px 0 #B5B5B5;
    position: relative;
    padding: 10px;
margin-top:5px;
    margin-left: 35px;
    margin-right: 10px;
}

h3.reply{
    float: right;
    background: #DDD;
    color: black;
    font-size: 11px;
    padding: 5px;
    position: relative;
    top: 10px;
    left: 10px;
}

h3.reply:hover{
    background: black;
    color: white;
}
.reset li h4 a {
   color: #bf109e;
}
.bcomment{
    color: #333333;
}


.dtop, .block .dbtm, .blocklite .dbtm {
    height: 19px;
    background: #fff url("") no-repeat -550px 100%;
    font: 1px/1px sans-serif;
}

.dtop {
    height: 15px;
    background-position: 0 0;
}

.dcont {
    padding: 0 9px;
    background: #fff url("") repeat-y -275px 0;
}

.dcont .dpad {
    padding-bottom: 6px;
}

.btl h4 {
    margin-top: 5px;
    float: left;
    text-transform: uppercase;
    font-size: 1.15em;
    color: #368fde;
}

.block .btl{
    background: url("../images/btlblocks.png") repeat-x 0 100%;
    padding: 0 15px;
    height: 31px;
    border-bottom: 2px solid #368fde;
}


/*---Комментарии---*/
.addcombtn {
    text-align: center;
    font: 1.15em/30px sans-serif;
    color: #fff;
    float: left;
    height: 31px;
    width: 181px;
    padding-right: 27px;
    background: #428cda url("../images/addcombtn.png") no-repeat;
}

.addcombtn:hover {
    background-position: 0 -31px;
}

.bcomment {
    border-bottom: 1px solid #dadada;
    background: url("") repeat-x 0 100%;
    padding-bottom: 15px;
}

.bcomment .dcont, .bcomment .dtop {
    padding: 0 15px;
}

.bcomment .dcont {
    padding-top: 10px;
}

.bcomment .dtop {
    overflow: hidden;
    padding-left: 70px;
    height: 67px;
    border-top: 3px solid #b24c5a;
}

.bcomment .dtop .lcol {
    width: 40px;
    padding: 0 15px;
    margin-left: -70px;
}

.bcomment .dtop .lcol span {
    margin-top: 12px;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.bcomment .dtop .lcol span img {
    width: 40px;
}

.bcomment .dtop .rcol {
    font-size: 11px;
font-family:verdana;
    color: #90a7b2;
    width: 100%;
}

.bcomment .dtop .rcol ul {
list-style:none;
    height: 36px;
padding:0;
    float: left;
    margin-top: 12px !important;
    margin-right: 15px;
}

.cmsep {
    padding-left: 19px;
    background: url("../img/cmsep.png") no-repeat 0 50%;
}

.reply a, .reply a b {
    height: 28px;
    background: #b24c5a;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #F8F1D0!important;
    cursor: pointer;
}

.reply a {
    float: right;
    margin-top: 18px;
    color: #fff;
    line-height: 27px;
}

.reply a b {
    cursor: pointer;
    float: left;
    padding: 0 15px;
    background-color: transparent;
    background-position: 100% -28px;
}

.reply a:hover {
    background-position: 0 -56px;
}

.reply a:hover b {
    background-position: 100% -84px;
}

.tableform input[type="text"]{
    width: 100%;
    border: 1px solid #6C2D66;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left-top-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 6px 5px;
    margin: 5px 0px;
}
.tableform textarea {
    border: 1px solid #ad039d;
    height: 130px !important;
}
 .bb-pane{background-image: linear-gradient(to bottom, #d43549 0%, #b72a3c 100%);
    color: #b72a3c;
    border: 2px solid #b72a3c;
}
.ignore-select{ width:100% !important;
          margin: 5px 0px;
}
.fieldsubmit button{
       margin-top: 5px;
   background: #b24c5a;
    border: none medium;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #F8F1D0!important;
    cursor: pointer;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 10px 29px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(78,78,78,0.7);
    white-space: nowrap;
}
#addcform { margin-bottom: 30px; padding: 10px 50px;}
#addcform .label{ display: none;}



div.cominfo {
    position: relative;
    border-bottom: 1px solid #fff;
    color: #e4e6e6;
    font-size: 0.9em;
    height: 29px;
    background: #3f4b51 url("../img/cominfo.png") repeat-x;
}

div.cominfo .thide {
    width: 13px;
    padding-top: 8px;
    position: absolute;
    left: 29px;
    top: -7px;
    background: url("../images/comarrow.png") no-repeat;
}

div.cominfo .dpad {
    overflow: hidden;
}

.comedit, .selectmass {
    display: inline;
}

.selectmass input, .comedit ul, .comedit ul li {
    float: right;
}

.comedit ul li, .selectmass input {
    margin: 6px 0 0 8px;
}

.comedit ul li {
    float: left;
    overflow: visible !important;
    list-style: none !important;
    width: auto !important;
    height: auto !important;
}
ul.reset {
    margin-top: 0px !important;
}
ul.reset li {
    overflow: visible !important;
}
ul.reset h4 {
    font-size: 18px !important;
    line-height: 18px !important;
    margin-top: 10px !important;
    padding-bottom: 0px !important;
    text-transform: none !important;
}
.comedit ul li a {
    color:#ffd6d6 !important;
}

.selectmass input {
    vertical-align: middle;
    margin: 8px 10px 0px 10px;
}

.signature {
    border-bottom: 1px solid #d0cfd0;
    margin-bottom: 10px;
}

ul.cominfo, ul.cominfo li {
    float: left;
}

ul.cominfo {
    margin: 6px 0 0 -8px;
}

ul.cominfo li {
    border-left: 1px solid #73858e;
    margin: 0 7px 0 0;
    padding-left: 7px;
list-style:none;
}

body {
font-family: OKmedia;
}


.frame {
    overflow: hidden;
    width: 100%;
}
.frame ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
    height: 110px;
    margin-top: 30px;
}
.frame ul li {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    float: left;
    margin: 11px 18px;

}
.ims {
    height: 100%;
    width: 100%;
    display: inline-block;
}
.frame .gorulen-is a{
width:100%;
height:100%;
position:relative;
z-index:50;
}
.imgs {
    overflow: hidden;
    border-radius: 100%;
    height: 100px;
    border: 3px solid #343737;
    margin-bottom: 10px;
}
.imgs img{
  height: 100%;
  width: 100%;
  float: left;
}


.row {
  margin: 0px; }

.dropdown-menu > li.kopie > a {
  padding-left: 5px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0; }

.dropdown-submenu:hover > a:after {
  border-left-color: #555; }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline; }
  
  
  

@media (max-width: 767px) {
    
    .sss{
        left: 0% !important;
    }
    .sss2{
        top:70% !important;
    }
    .srv2{
        padding:0px !important;
    }
    .srv2 iframe{
        height:162px !important;
    }
    .spn{
        line-height:60px !important;
        padding: 0px 10px !important;
    }
    .erken{
        margin-top: -30px;
    }
    #slider{
        margin-top: 126px;
    }
    .post-title .border{
        width: 110px !important;
        top: 67px !important;
    }
    .post-title h1{
        font-size:25px;
    }
    #news .full-story .about .about-share{
        float: none !important;
    }
    #addcform {
    padding: 10px 0px;
}
.inpt-frm, .editorcomm{
    padding: 0px !important;
}
    #gallery .crop, #gallery iframe {
    margin: 10px 0px;
    width: 100%;
}
    .crop {
    max-width: 100%;
    margin: 0px 0px 10px;
}
.crop img {
    max-width: 100%;
    float: none !important;
    margin: 0px !important;
}
    .serv-box{
        margin-top:35px;
    }
    .erken{
        font-size:20px;
    }
    .navbar .nav .li-height{
        height:auto !important;
    }
    .navbar .nav .li-height a {
    height: auto !important;
    padding: 10px 20px !important;
    font-size: 15px;
    text-align: center;
}
.navbar .nav .li-height{
    border-right:none !important;
}
 .layer{
     display:none;
 }   
  .navbar-nav {
    display: inline; }
.navbar-collapse{
    float: none !important;
    background: white;
}
  .navbar-default .navbar-brand {
    display: inline; }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #b24c5a;
    width: 35px;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-toggle {
    margin:15px 5px 0px 0px !important;
    border: none !important;
    background: transparent;
}
.navbar-brand img {
    width: 230px;
    margin-top: -16px;
}
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #ccc; }

  .navbar-nav .open .dropdown-menu {
    border-bottom: 1px solid white;
    border-radius: 0; }

  .dropdown-menu {
    padding-left: 10px; }

  .dropdown-menu .dropdown-menu {
    padding-left: 20px; }

  .dropdown-menu .dropdown-menu .dropdown-menu {
    padding-left: 30px; }

  li.dropdown.open {
    border: 0px solid red; } }
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block; }

  #navbar {
    text-align: center; } }
.top {
  border-top: 5px solid #b24c5a;
  position: absolute;
  width: 100%;
  z-index: 99999;
  top: 0px; }
  .top .randevu {
    width: 140px;
    height: 25px;
    margin-right: 100px;
    float: right;
    margin-top: -6px;
    background-color: #b24c5a;
    z-index: 2;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px; }
    .top .randevu h6{
    margin-top:4px;
    }
    .top .randevu h6 a{
      text-decoration: none;
      color: #FFFFFF;
      font-size: 12px;
      font-weight: 600;
      margin: 4px;
      text-align: center;
      line-height: 20px; }

.navbar {
  height: 120px;
  background: white;
  border: none;
  margin-bottom: 0px;
  position: fixed;
  top: 5px;
  width: 100%; }
  .navbar .navbar-brand {
    padding-top: 40px; }
  .navbar .nav {
    margin-top: 55px;
    width: 700px; }
    .navbar .nav .li-height {
      height: 20px;
      border-right: 1px solid #e3e3e3;
      min-width: 60px; }
      .navbar .nav .li-height a {
        font-family: roboto Condensed;
        height: 67px;
        padding: 0 15px 0 15px; }
        .navbar .nav .li-height a .nav-border {
          width: 0px;
          height: 2px;
          background: #b24c5a;
          transition: .7s; }
      .navbar .nav .li-height a:hover {
        color: #b24c5a; }
        .navbar .nav .li-height a:hover .nav-border {
          width: 100%; }
      .navbar .nav .li-height .my-ul {
        top: 64px;
        padding: 0px;
        width: 250px;
        border-top: 3px solid #c7616e; }
        .navbar .nav .li-height .my-ul .li2 {
          height: 40px;
          color: black;
          border-bottom: 1px solid #B6B4B3; }
          .navbar .nav .li-height .my-ul .li2:hover {
            padding-left: 10px;
            background-color: #b24c5a;
            transition: all .8s ease; }
          .navbar .nav .li-height .my-ul .li2 a {
            width: 100%;
            margin: 0;
            padding: 12px 35px;
            line-height: 18px;
            color: #656565;
            font-size: 13px; }
          .navbar .nav .li-height .my-ul .li2 a:hover {
            background: none;
            color: white;
            text-decoration: none; }
  .navbar .layer {
    width: 100%; }
    .navbar .layer img {
      margin-top: 45px;
      width: 100%; }

#slider {
    /*display:none;*/
  width: 100%;
  min-height: 200px;
  margin-bottom: 5px;
  /* Timers */
  /* Navigation */
  /* Embedded videos */
  /* Thumbnails */
  /* WP plugin fullwidth */
  /* 2D & 3D Layer Transitions */
  /* Full screen */
  /* Removing all default global styles of WordPress themes */
  /* Style of LayerSlider Debug Console */
  /* GPU Hardware Acceleration */
  /* GPU */
  /* Mobile features */ }
  #slider .ls-shadow {
    display: none !important; }
  #slider ls-container {
    visibility: hidden;
    position: relative; }
  #slider .ls-lt-container {
    position: absolute; }
  #slider .ls-lt-container,
  #slider .ls-lt-container * {
    text-align: left !important;
    direction: ltr !important; }
  #slider .ls-container-fullscreen {
    margin: 0 auto !important;
    padding: 2% !important;
    background: black !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: none !important; }
  #slider .ls-container-fullscreen .ls-thumbnail-wrapper,
  #slider .ls-container-fullscreen .ls-fullscreen,
  #slider .ls-container-fullscreen .ls-shadow {
    display: none !important; }
  #slider .ls-overflow-hidden {
    overflow: hidden; }
  #slider .ls-inner {
    position: relative;
    background-position: center center;
    z-index: 2; }
  #slider .ls-loading-container {
    position: absolute !important;
    display: none;
    z-index: 3 !important;
    left: 50% !important;
    top: 50% !important; }
  #slider .ls-loading-indicator {
    margin: 0 auto; }
  #slider .ls-inner,
  #slider .ls-slide {
    width: 100%;
    height: 100%; }
  #slider .ls-slide,
  #slider .ls-layer {
    position: absolute;
    display: none;
    background-position: center center;
    overflow: hidden; }
  #slider .ls-active,
  #slider .ls-animating {
    display: block !important; }
  #slider .ls-slide > * {
    position: absolute;
    line-height: normal;
    margin: 0;
    left: 0;
    top: 0; }
  #slider .ls-slide .ls-bg {
    left: 0px;
    top: 0px;
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important; }
  #slider .ls-yourlogo {
    position: absolute;
    z-index: 99; }
  #slider .ls-bar-timer {
    position: absolute;
    width: 0;
    height: 2px;
    background: white;
    border-bottom: 2px solid #555;
    opacity: .55;
    filter: alpha(opacity=55);
    z-index: 4;
    top: 0; }
  #slider .ls-circle-timer {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4;
    opacity: .65;
    filter: alpha(opacity=65);
    display: none; }
  #slider .ls-ct-half {
    background: white; }
  #slider .ls-ct-center {
    background: #444; }
  #slider .ls-ct-left,
  #slider .ls-ct-right {
    width: 50%;
    height: 100%;
    overflow: hidden; }
  #slider .ls-ct-left,
  #slider .ls-ct-right {
    float: left;
    position: relative; }
  #slider .ls-ct-rotate {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0; }
  #slider .ls-ct-left .ls-ct-rotate,
  #slider .ls-ct-right .ls-ct-hider,
  #slider .ls-ct-right .ls-ct-half {
    left: 0; }
  #slider .ls-ct-right .ls-ct-rotate,
  #slider .ls-ct-left .ls-ct-hider,
  #slider .ls-ct-left .ls-ct-half {
    right: 0; }
  #slider .ls-ct-hider,
  #slider .ls-ct-half {
    position: absolute;
    top: 0; }
  #slider .ls-ct-hider {
    width: 50%;
    height: 100%;
    overflow: hidden; }
  #slider .ls-ct-half {
    width: 200%;
    height: 100%; }
  #slider .ls-ct-center {
    width: 50%;
    height: 50%;
    left: 25%;
    top: 25%;
    position: absolute; }
  #slider .ls-ct-half,
  #slider .ls-ct-center {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px; }
  #slider .ls-bottom-nav-wrapper {
    height: 0; }
  #slider .ls-bottom-slidebuttons {
    text-align: left; }
  #slider .ls-bottom-nav-wrapper,
  #slider .ls-below-thumbnails {
    z-index: 2;
    height: 0;
    position: relative;
    text-align: center;
    margin: 0 auto; }
  #slider .ls-below-thumbnails {
    display: none;
    z-index: 6; }
  #slider .ls-bottom-nav-wrapper a,
  #slider .ls-nav-prev,
  #slider .ls-nav-next {
    outline: none;
    z-index: 5; }
  #slider * .ls-bottom-nav-wrapper *,
  #slider * .ls-bottom-nav-wrapper span * {
    direction: ltr !important; }
  #slider .ls-bottom-slidebuttons {
    position: relative;
    z-index: 1000; }
  #slider .ls-bottom-slidebuttons,
  #slider .ls-nav-start,
  #slider .ls-nav-stop,
  #slider .ls-nav-sides {
    position: relative; }
  #slider .ls-nothumb {
    text-align: center !important; }
  #slider .ls-link {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background-image: url(blank.gif); }
  #slider .ls-slide > a > * {
    background-image: url(blank.gif); }
  #slider .ls-vpcontainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  #slider .ls-videopreview {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer; }
  #slider .ls-playvideo {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer; }
  #slider .ls-tn {
    display: none !important; }
  #slider .ls-thumbnail-hover {
    display: none;
    position: absolute;
    left: 0; }
  #slider .ls-thumbnail-hover-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none; }
  #slider .ls-thumbnail-hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  #slider .ls-thumbnail-hover-img {
    position: absolute;
    overflow: hidden; }
  #slider .ls-thumbnail-hover img {
    max-width: none !important;
    position: absolute;
    display: inline-block;
    visibility: visible !important;
    left: 50%;
    top: 0; }
  #slider .ls-thumbnail-hover span {
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important; }
  #slider .ls-thumbnail-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 4; }
  #slider .ls-thumbnail {
    position: relative;
    margin: 0 auto; }
  #slider .ls-thumbnail-inner,
  #slider .ls-thumbnail-slide-container {
    width: 100%; }
  #slider .ls-thumbnail-slide-container {
    overflow: hidden !important;
    position: relative; }
  #slider .ls-touchscroll {
    overflow-x: auto !important; }
  #slider .ls-thumbnail-slide {
    text-align: center;
    white-space: nowrap;
    float: left;
    position: relative; }
  #slider .ls-thumbnail-slide a {
    overflow: hidden;
    display: inline-block;
    width: 0;
    height: 0;
    position: relative; }
  #slider .ls-thumbnail-slide img {
    max-width: none !important;
    max-height: 100% !important;
    height: 100%;
    visibility: visible !important; }
  #slider .ls-shadow {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0;
    overflow: hidden !important;
    visibility: hidden; }
  #slider .ls-shadow img {
    width: 100% !important;
    height: auto !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important; }
  #slider .ls-bottom-nav-wrapper,
  #slider .ls-thumbnail-wrapper,
  #slider .ls-nav-prev,
  #slider .ls-nav-next {
    visibility: hidden; }
  #slider .ls-wp-fullwidth-container {
    width: 100%;
    position: relative; }
  #slider .ls-wp-fullwidth-helper {
    position: absolute; }
  #slider .ls-overflow-hidden {
    overflow: hidden; }
  #slider .ls-lt-tile {
    position: relative;
    float: left;
    perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px; }
  #slider .ls-lt-tile img {
    visibility: visible;
    display: inline-block; }
  #slider .ls-curtiles {
    overflow: hidden; }
  #slider .ls-curtiles,
  #slider .ls-nexttiles {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  #slider .ls-curtile, #slider .ls-nexttile {
    overflow: hidden;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
  #slider .ls-curtile {
    left: 0;
    top: 0; }
  #slider .ls-curtile img,
  #slider .ls-nexttile img {
    position: absolute;
    filter: inherit; }
  #slider .ls-3d-container {
    position: relative;
    overflow: visible !important; }
  #slider .ls-3d-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d; }
  #slider .ls-3d-box div {
    overflow: hidden;
    background: #777;
    margin: 0;
    padding: 0;
    position: absolute; }
  #slider .ls-fullscreen {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: block; }
  #slider html * .ls-nav-prev,
  #slider html * .ls-nav-next,
  #slider html * .ls-container img,
  #slider html * .ls-bottom-nav-wrapper a,
  #slider html * .ls-container .ls-fullscreen,
  #slider body * .ls-nav-prev,
  #slider body * .ls-nav-next,
  #slider body * .ls-container img,
  #slider body * .ls-bottom-nav-wrapper a,
  #slider body * .ls-container .ls-fullscreen,
  #slider #ls-global * .ls-nav-prev,
  #slider #ls-global * .ls-nav-next,
  #slider #ls-global * .ls-container img,
  #slider #ls-global * .ls-bottom-nav-wrapper a,
  #slider #ls-global * .ls-container .ls-fullscreen,
  #slider html * .ls-thumbnail a,
  #slider body * .ls-thumbnail a,
  #slider #ls-global * .ls-thumbnail a {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    line-height: normal;
    outline: none;
    padding: 0;
    border: 0; }
  #slider html * .ls-wp-container .ls-slide > a > *,
  #slider body * .ls-wp-container .ls-slide > a > *,
  #slider #ls-global * .ls-wp-container .ls-slide > a > * {
    margin: 0; }
  #slider html * .ls-wp-container .ls-slide > a,
  #slider body * .ls-wp-container .ls-slide > a,
  #slider #ls-global * .ls-wp-container .ls-slide > a {
    text-decoration: none; }
  #slider .ls-wp-fullwidth-container,
  #slider .ls-wp-fullwidth-helper,
  #slider .ls-container,
  #slider .ls-container * {
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important; }
  #slider html * .ls-yourlogo,
  #slider body * .ls-yourlogo,
  #slider #ls-global * .ls-yourlogo {
    margin: 0; }
  #slider html * .ls-tn,
  #slider body * .ls-tn,
  #slider #ls-global * .ls-tn {
    display: none; }
  #slider .site {
    overflow: visible !important; }
  #slider .ls-debug-console * {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: white !important;
    text-shadow: none !important;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
    line-height: normal !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: left !important;
    font-style: normal !important; }
  #slider .ls-debug-console h1 {
    padding-top: 10px !important;
    font-size: 17px !important;
    font-weight: bold !important; }
  #slider .ls-debug-console h1:first-child {
    padding-top: 0 !important; }
  #slider .ls-debug-console ul {
    padding-top: 10px !important;
    list-style: none !important; }
  #slider .ls-debug-console li {
    margin-left: 10px !important;
    font-size: 13px !important;
    position: relative !important;
    font-weight: normal !important; }
  #slider html * .ls-debug-console li ul,
  #slider body * .ls-debug-console li ul,
  #slider #ls-global * .ls-debug-console li ul {
    display: none;
    width: 260px;
    left: -10px; }
  #slider .ls-debug-console li ul {
    position: absolute !important;
    bottom: 100% !important;
    padding: 10px 10px 10px 0 !important;
    background: white !important;
    border-radius: 10px !important;
    box-shadow: 0 0 20px black !important; }
  #slider html * .ls-debug-console li:hover ul,
  #slider body * .ls-debug-console li:hover ul,
  #slider #ls-global * .ls-debug-console li:hover ul {
    display: block; }
  #slider .ls-debug-console li ul * {
    color: black !important; }
  #slider .ls-debug-console a {
    text-decoration: none !important;
    border-bottom: 1px dotted white !important; }
  #slider .ls-error {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -wenkit-border-radius: 5px !important;
    background: white !important;
    height: auto !important;
    width: auto !important;
    color: white !important;
    padding: 20px 40px 30px 80px !important;
    position: relative !important;
    box-shadow: 0 2px 20px -5px black; }
  #slider .ls-error p {
    line-height: normal !important;
    text-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: justify !important;
    font-family: Arial, sans-serif !important; }
  #slider .ls-error .ls-error-title {
    line-height: 40px !important;
    color: red !important;
    font-weight: bold !important;
    font-size: 16px !important; }
  #slider .ls-error .ls-error-text {
    color: #555 !important;
    font-weight: normal !important;
    font-size: 13px !important; }
  #slider .ls-error .ls-exclam {
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    left: 20px !important;
    top: 20px !important;
    border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    font-size: 30px !important;
    font-weight: bold !important;
    color: white !important;
    line-height: 40px !important;
    background: red !important;
    text-align: center !important; }
  #slider html * .ls-container .ls-shadow,
  #slider html * .ls-container .ls-slide > *,
  #slider html * .ls-container .ls-fullscreen,
  #slider html * .ls-container .ls-3d-container,
  #slider html * .ls-container .ls-lt-container,
  #slider html * .ls-container .ls-lt-container *,
  #slider html * .ls-container .ls-thumbnail-wrapper,
  #slider html * .ls-container .ls-bottom-nav-wrapper,
  #slider body * .ls-container .ls-shadow,
  #slider body * .ls-container .ls-slide > *,
  #slider body * .ls-container .ls-fullscreen,
  #slider body * .ls-container .ls-3d-container,
  #slider body * .ls-container .ls-lt-container,
  #slider body * .ls-container .ls-lt-container *,
  #slider body * .ls-container .ls-thumbnail-wrapper,
  #slider body * .ls-container .ls-bottom-nav-wrapper,
  #slider #ls-global * .ls-container .ls-shadow,
  #slider #ls-global * .ls-container .ls-slide > *,
  #slider #ls-global * .ls-container .ls-fullscreen,
  #slider #ls-global * .ls-container .ls-3d-container,
  #slider #ls-global * .ls-container .ls-lt-container,
  #slider #ls-global * .ls-container .ls-lt-container *,
  #slider #ls-global * .ls-container .ls-thumbnail-wrapper,
  #slider #ls-global * .ls-container .ls-bottom-nav-wrapper,
  #slider .ls-gpuhack {
    transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0); }
  #slider .ls-videohack {
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform-origin: none !important;
    -o-transform-origin: none !important;
    -ms-transform-origin: none !important;
    -moz-transform-origin: none !important;
    -webkit-transform-origin: none !important; }
  #slider .ls-oldiepnghack {
    filter: none !important; }
  #slider .ls-gpuhack {
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !important; }
  #slider html * .ls-container .ls-webkit-hack,
  #slider body * .ls-container .ls-webkit-hack,
  #slider #ls-global * .ls-container .ls-webkit-hack {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  @media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
    #slider #ls-test3d {
      position: absolute;
      left: 9px;
      height: 3px; } }
  #slider .ls-forcehide {
    display: none !important; }

#service {
  min-height: 250px; }
  #service .serv-box .serv-title h6 a {
    text-decoration: none;
    color: #b24c5a;
    margin-top: 0px;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase; }
  #service .serv-box .box {
    margin-top: 15px;
    display: inline-block;
    background-color: white;
    border-radius: 2px;
    border: 1px solid #dddddd;
    margin-bottom: 25px; }
    #service .serv-box .box i {
      color: #444444;
      font-size: 40px;
      line-height: 100px; }
  #service .serv-box .serv-dec span {
    font-size: 13px;
    width: 100%;
    text-transform: uppercase;
    color: #b24c5a; }
  #service .serv-box .serv-dec p {
    padding-top: 10px;
    color: #888888;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin: 0;
    width: 100%; }

#news {
  min-height: 440px; }
  #news h4 {
    color: #333333;
    font-size: 19px;
    font-weight: 500;
    line-height: 15px;
    margin-top: 55px;
    border-bottom: 1px dotted #dbdbdb;
    padding-bottom: 10px;
    text-transform: uppercase; }
  #news .border {
    border: 1px solid #b72a3c;
    width: 167px;
    top: 80px;
    position: absolute; }
    #news h1{
    	margin-top:0px;
    	border-bottom: 1px dotted #dbdbdb;
    }
    #news .full-story .about{
    	width:100%;
    	font-size:17px;
    	background:#F7F6F6;
    	border-radius:5px;
    	padding:20px;
    }

    #news .full-story .about .about-radius{
       	bottom:0px;
    	position:relative;
    	border-top: 1px solid #d4d4d4;
	bottom: 0px;
        margin: 15px 0px;
	position: relative;
	width:75%;
	display:inline-block;

    }
    #news .full-story .about .about-share{

    	width:20%;


    }
  #news .new {
    width: 100%;
    height: 297px;
    margin-top: 20px;
    overflow: hidden; }
    #news .new a{
        text-decoration: none;
    }
    #news .new a .new-img {
      width: 100%;
      height: 155px;
      position: relative;
      overflow: hidden; }
      #news .new a .new-img img {
        width: 100%;
        height: 100%;
        transition: all 0.7s ease; }
      #news .new a .new-img .new-time {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 0px;
        transition: 1s;
        background: rgba(185, 94, 106, 0.92); }
        #news .new a .new-img .new-time h5 {
          font-size: 30px;
          font-style: normal;
          color: #FFF;
          margin-top: 30px;
          width: 100%;
          line-height: 40px; }
        #news .new a .new-img .new-time p {
          color: white;
          font-style: italic; }
    #news .new a:hover img {
      transition: all 0.7s ease;
      transform: scale(1.1); }
    #news .new a:hover .new-time {
      width: 10px;
      transition: 1s; }
    #news .new a .new-title h5 {
      
      color: #b24c5a;
      font-size: 16px;
      font-weight: 500;}
    #news .new a .new-title p {
      color: #888888;
      font-size: 15px;
      margin: 5px 0 0;
      width: 100%;
      letter-spacing: 0.1px; }
  #news ul {
    padding: 0px;
    margin-top: 15px; }
    #news ul li {
      overflow: hidden;
      list-style: none;
      margin-bottom: 10px;
      width: 100%;
      height: 20px; }
      #news ul li a {
        text-decoration: none;
        margin-left: 10px;
        font-size:16px;
        color: #555555; }
      #news ul li .hover {
        margin-left: 25px;
        transition: .3s;
        -webkit-transition: .3s;
        color: #909090;
        background: #EDEDED;
        transform: translateY(0px);
        -webkit-transform: translateY(0px); }
    #news ul li:hover .hover {
      display: inline-block;
      transform: translateY(-22px);
      -webkit-transform: translateY(-22px);
      transition: .3s;
      -webkit-transition: .3s; }
  #news .facebook h4 {
    color: #333333;
    font-size: 19px;
    font-weight: 500;
    line-height: 15px;
    margin-top: 55px;
    border-bottom: 1px dotted #dbdbdb;
    padding-bottom: 10px;
    text-transform: uppercase; }
  #news .facebook .border1 {
    border: 1px solid #b72a3c;
    width: 120px;
    top: -11px;
    position: relative; }

#rey {
  min-height: 500px;
  width: 100%;
  margin-top: 100px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  }
    #rey .testimonial #geri{
  text-align:left;
  position:relative;
  top:100px;
  margin-left:-60px;
  }
     #rey .testimonial #ireli{
  text-align:right;
  position:relative;
  bottom:60px;
  margin-right:-50px;
  }
  #rey cols .container.visible, #rey .container.visible {
    overflow: visible; }
  #rey .testimonial .nav.nav-tabs {
    border-bottom: 0 none; }
  #rey .testimonial .nav.nav-tabs li a {
    float: left;
    width: 100%; }
  #rey .testimonial .nav.nav-tabs li a img {
    border: 3px solid #343737;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    display: table;
    height: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  #rey .testimonial {
    float: none;
    margin: 0 auto;
    position: relative;
    width: 75%; }
  #rey .testimonial-carousel {
    float: none;
    margin: 0 auto;
    width: 80%; }
  #rey .testimonial .nav.nav-tabs li a > div {
    display: table;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  #rey .testimonial .nav.nav-tabs li a > div:before,
  #rey .testimonial .nav.nav-tabs li a > div:after {
    content: "";
    height: 100%;
    width: 50%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    transform: rotateX(20deg);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  #rey .testimonial .nav.nav-tabs li a > div:after {
    left: auto;
    right: 0; }
  #rey .testimonial .nav.nav-tabs li a > div:hover:before,
  #rey .testimonial .nav.nav-tabs li a > div:hover:after,
  #rey .testimonial .nav.nav-tabs li.active a > div:before,
  #rey .testimonial .nav.nav-tabs li.active a > div:after {
    width: 100%;
    opacity: 0.5;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  #rey .owl-controls {
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 87%;
    width: 100%; }
  .owl-next {
    background: url("../../images/arrows.png") no-repeat scroll 0 0 transparent;
    color: transparent;
    float: left;
    height: 25px;
    left: -55px;
    position: absolute;
    top: 0;
    width: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.owl-next {
    background-position: 100% 0;
    float: right;
    left: auto;
    right: -55px; }
.owl-prev:hover {
    background-position: 0 100%; }
.owl-next:hover {
    background-position: 100% 100%; }
  #rey .testimonial-details > img {
    background-clip: padding-box;
    border: 4px solid rgba(230, 230, 230, 0.3);
    display: table;
    margin: 0 auto;
    width: 140px;
    height: 140px;
    -webkit-box-shadow: 0 0 2px #323232;
    -moz-box-shadow: 0 0 2px #323232;
    -ms-box-shadow: 0 0 2px #323232;
    -o-box-shadow: 0 0 2px #323232;
    box-shadow: 0 0 2px #323232;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  #rey .testimonial-details h4 {
    color: #FFFFFF;
    display: table;
    font-size: 18px;
    margin: 30px auto 20px;
    font-weight: 600; }
  #rey .testimonial-details h4 span {
    font-size: 20px;
    margin-left: 20px;
    font-weight: 200; }
  #rey .testimonial-details > p {
    color: #B2B1B1;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 50px;
    position: relative;
    text-align: center; }
  #rey .testimonial-details > p:before {
    background: url() no-repeat scroll 0 0 transparent;
    content: "";
    height: 43px;
    left: 70px;
    opacity: 0.19;
    position: absolute;
    top: -15px;
    width: 54px; }
  #rey .testimonial.overlap {
    margin-top: -138px; }
  #rey .testimonial-details {
    float: left;
    padding-top: 2px;
    width: 100%; }
  #rey .appointment-box, #rey .appointment-box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  #rey .appointment-box > form {
    margin: 0 -5px; }
  #rey .appointment-box {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1; }
  #rey .appointment-box:before {
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.7;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0; }
  #rey .appointment-box {
    float: left;
    padding: 0 30px;
    position: relative;
    width: 100%;
    z-index: 1; }
  #rey .appointment-box > h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0; }
  #rey .appointment-box form input[type="text"],
  #rey .appointment-box form input[type="email"] {
    background: none repeat scroll 0 0 #DEE5E5;
    border: 0 none;
    color: #909090;
    float: left;
    font-family: roboto;
    font-size: 11px;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px 15px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  #rey .appointment-box form .minict_wrapper input {
    margin: 0; }
  #rey .appointment-box .minict_wrapper {
    margin-bottom: 10px; }
  #rey .appointment-box form input::-moz-placeholder {
    color: #909090;
    opacity: 1; }
  #rey .appointment-box form input:-ms-input-placeholder {
    color: #909090; }
  #rey .appointment-box form input::-webkit-input-placeholder {
    color: #909090; }
  #rey .appointbox-top,
  #rey .appointbox-bottom {
    background: none repeat scroll 0 0 #000000;
    height: 55px;
    width: 100%;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: -55px; }
  #rey .appointbox-bottom {
    top: auto;
    bottom: -55px; }
  #rey .appointment-box form input[type="submit"] {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    color: #818181;
    display: table;
    font-family: roboto;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin: 10px auto 8px;
    padding: 12px 35px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  #rey .appointment-box form input[type="submit"]:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  #rey .input {
    float: left;
    padding: 0 5px;
    width: 100%;
    position: relative; }
  #rey .input.half {
    width: 50%; }
  #rey .popover.bottom {
    margin-top: 10px;
    padding: 0; }
  #rey .clockpicker-popover .popover-title span {
    cursor: pointer;
    float: none;
    margin: 0; }
  #rey .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  #rey .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y; }
  #rey .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  #rey .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
  #rey .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; }
  #rey .owl-carousel .owl-item {
    float: left;
    cursor: move; }
  #rey .owl-controls .owl-page,
  #rey .owl-controls .owl-buttons div {
    cursor: pointer; }
  #rey .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent; }
  #rey .grabbing {
    cursor: url(grabbing.png) 8 8, move; }
  #rey .owl-carousel .owl-wrapper,
  #rey .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  #rey .owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px; }
  #rey .owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease; }
  #rey .owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease; }
  #rey .owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease; }
  #rey .owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease; }
  #rey .owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both; }
  #rey .owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both; }
  #rey .owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both; }
  #rey .owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both; }
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
  #rey .beden-kutle {
    clear: both;
    width: 100%;
    min-height: 500px;
    background-color: rgba(178, 76, 90, 0.72);
    padding: 0 30px;
    text-align:center;}
    #rey .beden-kutle h5{
        margin-top:0px;
        padding-top:30px;
        color:white;
        font-size:25px;
        margin-bottom: 20px;
    }
    #rey .beden-kutle h6{
        color:white;
        font-size:17px;
    }
    #rey .beden-kutle p{
        
        color:white;
        float:left;
    }
    #rey .beden-kutle input{
        width:100%;
        border:none;
        border-radius:3px;
        height:40px;
        margin-bottom:10px;
        color: #909090;
        padding: 5px 15px;
    }#rey .beden-kutle input:focus{
            outline: none;
    }
    #rey .beden-kutle .indeks{
        width:48%;
        height:20px;
    }
    #rey .beden-kutle button,
    #profile input[type="button"]{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    padding: 8px 30px;
    border: 1px solid white;
    background: #7d0000;
    margin-bottom: 10px;
    width: 65%;
    }
    
    .d-flex {
        display: flex;
    }
    
    .aic {
        align-items: center;
    }
    
    .jcsb {
        justify-content: space-between;
    }
    
    #profile .ftesto .d-flex .inputs select,
    #profile .ftesto .d-flex .inputs input {
        width: 50%;
    }
    
    
    #profile .ftesto .d-flex > label {
        width: 30%;
    }
    
    #profile .ftesto .d-flex > div {
        width: 70%;
    }
    
    #profile .resultaat .d-flex > label,
    #profile .resultaat .d-flex > input{
        width: 50%;
    }
    
    #profile input
    {
    width: 100%;
    }
    
    #profile input[type="button"] {
        width: 100% !important;
    }
    
    .inputs {
        gap: 10px;
    }
    
    #profile input[type="text"] {
        width: 100%;
        border: none;
        border-radius: 3px;
        height: 40px;
        margin-bottom: 10px;
        color: #909090;
        padding: 5px 15px;
    }
    
    #profile select {
        border-radius: 3px;
        height: 40px;
        margin-bottom: 10px;
        color: #909090;
        padding: 5px 15px;
    }
    
    .cvb {
    width: 100%;
    padding:10px 40px 10px 0px;
    background: white;
    margin: 15px 0px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
}
    .ic, .bmi{    float: right;
    color: #bc0000;
    font-weight:bold;
    font-size: 18px;}

#share-box {
height: 62px; text-align: right; padding: 10px; padding-right:8%;
background-image: url("/images/gplay3.png");}

.footer-top {
  width: 100%;
  height: 10px;
  background: #898888; }
  .footer-top .cssarrow {
    position: relative;
    background: #FFFDFC; }
  .footer-top .cssarrow:after {
    top: 100%;
    left: 230px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #FFFDFC;
    border-width: 10px;
    margin-left: 0px; }

#footer {
  min-height: 300px;
  background: cover; }
  #footer .footer-desc {
    filter: brightness(100%);
    width: 100%;
    height: 100%;
    background: none repeat scroll 0 0 rgba(27, 27, 27, 0.95); }
    #footer .footer-desc h3 {
      color: #FFFFFF;
      font-size: 21px;
      font-weight: 600;
      line-height: 20px;
      margin: 0;
      padding: 0 0 10px;
      text-transform: uppercase; }
      #footer .footer-desc h3 span {
        color: #c7616e; }
    #footer .footer-desc .menu-left, #footer .footer-desc .menu-right {
      padding: 0px; }
      #footer .footer-desc .menu-left li, #footer .footer-desc .menu-right li {
        list-style: none;
        border-bottom: 1px solid #4D4C4C;
        line-height: 11px;
        padding: 16px 20px;
        width: 100%;
        transition: all 0.3s ease 0.2s; }
        #footer .footer-desc .menu-left li a, #footer .footer-desc .menu-right li a {
          text-decoration: none;
          width: 100%;
          color: #909090;

          transition: all 0.3s ease 0.2s; }
      #footer .footer-desc .menu-left li:hover, #footer .footer-desc .menu-right li:hover {
        background-color: rgba(70, 70, 70, 0.12); }
        #footer .footer-desc .menu-left li:hover a, #footer .footer-desc .menu-right li:hover a {
          color: #f3b547; }
        #footer .footer-desc .menu-left li:hover i, #footer .footer-desc .menu-right li:hover i {
          color: #909090; }
    #footer .footer-desc .menu-left, #footer .footer-desc .menu-right {
      width: 100%;
      float: left; }
    #footer .footer-desc h6 {
      color: #909090;
      font-size: 17px;
      line-height: 24px;
margin-top: 0px;
    margin-bottom: 14px; }
    #footer .footer-desc .info {
      padding: 12px 0;
      border-top: 1px solid #6f6a6a;
      overflow: hidden; }
      #footer .footer-desc .info .hover2 {
        transform: translateX(-60px);
        opacity: 0;
        color: #5f5f5f;
        transition: .8s; }
      #footer .footer-desc .info i {
        color: #999999;
        width: 15px;
        height: 15px;
        transition: .8s;
        margin-right: 10px;
        margin-top: 2px; }
      #footer .footer-desc .info p {
        color: #909090;
        padding-right: 10px;
        text-transform: uppercase;
        display: inline-block;
        margin: 0px; }
      #footer .footer-desc .info a {
        text-decoration: none;
        color: #B7B7B7;
        float: right;
        font-size: 16px;
        line-height: 18px;
        text-align: right; }
    #footer .footer-desc .info:hover .hover2 {

      opacity: 1;
      transform: translateX(-80px);
      transition: .8s; }
    #footer .footer-desc .info:hover i {

      transform: translateX(-15px);
      transition: .1s; }

  #footer .footer-bottom {
    border-top: 1px solid #898888; }
    #footer .footer-bottom p {
      color: #B7B7B7;
      float: left;
      margin: 20px 0;
      font-size: 14px; }
      #footer .footer-bottom p span {
        margin-left: 60px; }
        #footer .footer-bottom p span a {
          text-decoration: none;
          color: #B7B7B7; }
        #footer .footer-bottom p span a:hover {
          color: #f3b547; }
    #footer .footer-bottom .social-box {
      text-align: right;
      margin-top: 16px; }
      #footer .footer-bottom .social-box ul li {
        overflow: hidden;
        list-style: none;
        float: left;
        width: 29px;
        height: 29px;
        border-radius: 3px;
        border: 1px solid #4d4d4d;
        background: #2f2f2f;
        margin-right: 10px; }
        #footer .footer-bottom .social-box ul li a {
          text-transform: none; }
          #footer .footer-bottom .social-box ul li a i {
            color: #cfcfcf;
font-size:16px;
            margin-top: 5px;
            background-position: -114px -100px; }
      #footer .footer-bottom .social-box ul li:hover {
        background-color: #00dcff;
        transition: .2s; }
        #footer .footer-bottom .social-box ul li:hover a i {
          transform: translateY(-20px);
          transition: .3s;
margin:3px;
          color: white; }
        #footer .footer-bottom .social-box ul li:hover a .hover3 {
          transform: translateY(-23px);
          transition: .3s;
margin:6px;
          color: white; }

/*@media screen and (min-width: 300px) and (max-width: 700px) {*/
/*  #footer .footer-desc .menu-left, #footer .footer-desc .menu-right {*/
/*    width: 100%; }*/
/*  #footer .footer-desc h3 {*/
/*    margin-top: 10px; } }*/

.comments{
    z-index: 10000;
    position: absolute;
}

.comments img{
    overflow: hidden;
    width: 45px;
    height: 45px;
    margin: 10px 0 5px 10px;
    background: white;
    padding: 2px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 0px 3px #B5B5B5;
    -moz-box-shadow: 0px 0px 3px #b5b5b5;
    -webkit-box-shadow: 0px 0px 3px #B5B5B5;
    float: left;
}

.dcont{
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 1px 3px 0 #B5B5B5;
    -moz-box-shadow: 0px 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0px 1px 3px 0 #B5B5B5;
    position: relative;
    padding: 10px;
margin-top:5px;
    margin-left: 35px;
    margin-right: 10px;
}

h3.reply{
    float: right;
    background: #DDD;
    color: black;
    font-size: 11px;
    padding: 5px;
    position: relative;
    top: 10px;
    left: 10px;
}

h3.reply:hover{
    background: black;
    color: white;
}
.reset li h4 a {
       color: #b24c5a !important;
    margin-left: 0px !important;
    font-size: 18px !important;
}
.bcomment{
    color: #333333;
}


.dtop, .block .dbtm, .blocklite .dbtm {
    height: 19px;
    background: #fff url("") no-repeat -550px 100%;
    font: 1px/1px sans-serif;
}

.dtop {
    height: 15px;
    background-position: 0 0;
}

.dcont {
    padding: 0 9px;
    background: #fff url("") repeat-y -275px 0;
}

.dcont .dpad {
    padding-bottom: 6px;
}

.btl h4 {
    margin-top: 5px;
    float: left;
    text-transform: uppercase;
    font-size: 1.15em;
    color: #368fde;
}

.block .btl{
    background: url("../images/btlblocks.png") repeat-x 0 100%;
    padding: 0 15px;
    height: 31px;
    border-bottom: 2px solid #368fde;
}



/*---infoblock---*/
.infoblock {
    background-color: #f1f5f7;
    padding: 15px;
    margin-bottom: 25px;
}

.pollvotelist {
    width: 70%;
    text-align: left;
}

.pollvotelist input {
    margin-right: 5px;
}

.mass_comments_action {
    border-top: 2px solid #eee;
    border-bottom: 1px solid #dadada;
    background-color: #f5f6f7;
    padding: 10px 15px;
}
/*# sourceMappingURL=style.css.map */
