@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,700|Roboto+Condensed);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #fff;
  font: 400 13px/21px "Droid Serif", serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, .terms-list dt {
  font-weight: 400;
  color: #171717;
}

h1 {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
}

h2 {
  font-size: 48px;
  line-height: 52px;
  /*text-transform: uppercase;*/
}

h3 {
  font-size: 39px;
  line-height: 45px;
  font-weight: 700;
}

h4 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
 /*text-transform: uppercase;*/
}

h5 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  /*text-transform: uppercase;*/
}

h6, .terms-list dt {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
h6 span, .terms-list dt span {
  font-size: 14px;
  line-height: 25px;
}

p a:hover, .terms-list dd a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .terms-list dd .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.center {
  text-align: center;
}

.primary-color {
  color: #ffea00;
}

.secondary-color {
  color: #171717;
}

.big {
  font-size: 16px;
  line-height: 30px;
}

.fa {
  line-height: inherit;
}

.img-add {
  margin-top: 5px;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

@media (max-width: 479px) {
  h4 {
    font-size: 26px;
    line-height: 32px;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + h6, .terms-list * + dt {
  margin-top: 28px;
}

* + p, .terms-list * + dd {
  margin-top: 17px;
}

* + p.offset, .terms-list * + dd.offset {
  margin-top: 26px;
}

* + .btn {
  margin-top: 26px;
}

* + .index-list {
  margin-top: 48px;
}

* + .marked-list {
  margin-top: 31px;
}

* + .big {
  margin-top: 24px;
}

* + .box {
  margin-top: 33px;
}

* + .map {
  margin-top: 35px;
}

* + .terms-list {
  margin-top: 28px;
}

.offset {
  margin-top: 27px;
}

h4 + .owl-carousel {
  margin-top: 12px;
}

h3 + .row,
.row + .row {
  margin-top: 0;
}

h3 + .offset2 {
  margin-top: 7px;
}

h4 + .row {
  margin-top: 5px;
}

h3 + .index-list_mod1 {
  margin-top: 8px;
}

.marked-list + p, .terms-list .marked-list + dd {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .index-list + .btn {
    margin-top: 60px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 10px;
  float:left;
  width:250px;
  height:65px;
}

@media (max-width: 767px) {
	.brand {
	display: none;
    }
}



.brand_img {
  height: 64px;
  width: 84px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  float:left;

}
.brand_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.brand_name {
  overflow: hidden;
  padding-top: 5px;
  padding-left: 15px;
  float:left;
  color:#3778ba;

}
.brand_slogan {
  font-size: 11px;
  line-height: 12px;
  text-align:left;
  position:absolute;
  top:60px;
  left:80px;
  color:#919191;
}

@media (max-width: 979px) {
  .camera_container + .wrap .brand .brand_img {
       display: block;
    margin: 10px 0;
  }
  .brand_name {
  padding-top: 16px;

	}
}


.m_slo { float: right;    padding: 12px 0 0;}
@media (max-width: 979px) {
  .m_slo {
    padding: 25px 0 0;
  }
}
@media (max-width: 767px) {
  .m_slo {
    display: none;
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #ffea00;
}

.bg-default {
  background: #fff;
}

.bg-secondary {
  padding: 68px 0 50px;
  background: url("../images/mbg00.jpg") no-repeat;
  background-size:100%;
  padding-bottom:13%;
}
.bg-secondary:before, .bg-secondary:after {
  display: table;
  content: "";
  line-height: 0;
}
.bg-secondary:after {
  clear: both;
}
.bg-secondary h4 {
  color: #333;
  text-align:left;
  padding:0px 5%;
}
.bg-secondary .btn {
  background: transparent;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  border: 1px solid #333;
  padding: 18px 66px;
  color:#333;
}
.bg-secondary .btn:hover {
  background:yellow;
  color: #333;
}
.bg-secondary .btn:active {
  background: #e6e6e6;
}

.bg-secondary_mod1 {
  padding: 68px 0 70px;
}
.bg-secondary_mod1 .owl-dots {
  margin-top: 49px;
}

.bg-secondary_mod2 {
  margin: 0 15px;
  padding: 35px 0px 70px;
}
.bg-secondary_mod2 p, .bg-secondary_mod2 .terms-list dd, .terms-list .bg-secondary_mod2 dd {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  padding: 0 30px;
}
.bg-secondary_mod2 .btn {
  font-size: 16px;
  padding: 18px 40px;
}
.bg-secondary_mod2 * + p, .bg-secondary_mod2 .terms-list * + dd, .terms-list .bg-secondary_mod2 * + dd {
  margin-top: 23px;
}
.owl-item .item blockquote p {text-align:left;padding:0px 5%;color:#333;}

/*================== Flex List ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.flex-list li {
  display: table-cell;
  position: relative;
}
.flex-list li img {
  position: absolute;
  top: 50%;
  left: 40%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.flex-list li img:hover {
  -moz-transform: scale(0.9) translateX(-50%) translateY(-50%);
  -ms-transform: scale(0.9) translateX(-50%) translateY(-50%);
  -o-transform: scale(0.9) translateX(-50%) translateY(-50%);
  -webkit-transform: scale(0.9) translateX(-50%) translateY(-50%);
  transform: scale(0.9) translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .flex-list, .flex-list li {
    display: block;
  }
  .flex-list img, .flex-list li img {
    position: relative;
    top: auto;
    left: auto;
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  .flex-list img:hover, .flex-list li img:hover {
    -moz-transform: scale(0.9) translateX(0) translateY(0);
    -ms-transform: scale(0.9) translateX(0) translateY(0);
    -o-transform: scale(0.9) translateX(0) translateY(0);
    -webkit-transform: scale(0.9) translateX(0) translateY(0);
    transform: scale(0.9) translateX(0) translateY(0);
  }
  .flex-list li + li {
    margin-top: 10px;
  }
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  padding-left: 132px;
  position: relative;
}
.index-list li:before {
  content: counter(li,decimal-leading-zero) ".";
  counter-increment: li;
  height: 113px;
  width: 113px;
  position: absolute;
  top: -15px;
  left: 0;
  border: 3px solid #ffea00;
  color: #ffea00;
  font-size: 40px;
  line-height: 105px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.index-list li * + p, .index-list li .terms-list * + dd, .terms-list .index-list li * + dd {
  margin-top: 12px;
}
.index-list li + li {
  margin-top: 50px;
}
.index-list li.col-md-1:nth-child(12n + 13),
.index-list li.col-md-2:nth-child(6n + 7),
.index-list li.col-md-3:nth-child(4n + 5),
.index-list li.col-md-4:nth-child(3n + 4),
.index-list li.col-md-5:nth-child(2n + 3) {
  clear: left;
}

.index-list_mod1 li {
  padding-left: 152px;
}

.index-list_mod1 li:before {
  left: 19px;
}
.index-list_mod1 li + li, .index-list_mod1 li:first-child {
  margin-top: 40px;
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 15px;
  color:#666;
}
.marked-list li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  height: 9px;
  width: 9px;
  background: #ffea00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  
}
.marked-list li a:hover:before {
  background: #4c4c4c;
}
.marked-list li + li {
  margin-top: 9px;
}
.marked-list a:hover {
  color: #4c4c4c;
  text-decoration: none;
}

footer .marked-list li {
  color:#fff;
}

/*================  Terms List  ======================*/
.terms-list * + dd {
  margin-top: 13px;
}
.terms-list * + dt {
  margin-top: 32px;
}
.terms-list dd > a {
  display: inline-block;
  line-height: 21px;
  margin-top: 25px;
}
.terms-list dd > a:hover {
  color: #ffea00;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 5px;
}
.inline-list a:hover {
  color: #ffea00;
}

/*==================     Wrapper     ======================*/
.wr {
  border: 1px solid #ebebeb;
  padding: 20px 25px 30px 25px;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  overflow:hidden;
}
.wr h5 {
  color: #191919;
}
.wr .img_wr {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height:200px;
  overflow:hidden;
  /*border: 3px solid #ffea00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;*/
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.wr .img_wr img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.wr p, .wr .terms-list dd, .terms-list .wr dd {
  font-size: 12px;
  line-height: 18px;
  padding: 0 10px;
  color:#666;
}
.wr hr {
  height: 1px;
  margin: 0;
  border: none;
  width: 100%;
  background: #dddddd;
}
.wr .fa-arrow-circle-o-right {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  color: #222222;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.wr * + .img_wr {
  margin-top: 23px;
}
.wr * + p, .wr .terms-list * + dd, .terms-list .wr * + dd {
  margin-top: 25px;
}
.wr * + hr {
  margin-top: 19px;
}
.wr * + .fa-arrow-circle-o-right {
  margin-top: 15px;
}
.wr:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 8px 8px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 8px 8px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 8px 8px 0;
}
.wr:hover .img_wr {
  border-color: #ededed;
}
.wr:hover .fa-arrow-circle-o-right {
  color: #ffea00;
}

.wr_mod1 {
  padding: 0;
  border: none;
}
.wr_mod1 .bg-default {
  border: 1px solid #ebebeb;
  padding: 15px 25px 23px;
}
.wr_mod1 .bg-default .link_wr:before, .wr_mod1 .bg-default .link_wr:after {
  display: table;
  content: "";
  line-height: 0;
}
.wr_mod1 .bg-default .link_wr:after {
  clear: both;
}
.wr_mod1 .bg-default .link_wr * {
  display: inline-block;
}
.wr_mod1 .bg-default .link_wr .price {
  float: left;
  font-size: 24px;
  line-height: 30px;
  color: #171717;
  padding: 0;
  margin-top: 31px;
}
.wr_mod1 .bg-default .link_wr .btn {
  float: right;
}
.wr_mod1 * + p, .wr_mod1 .terms-list * + dd, .terms-list .wr_mod1 * + dd {
  margin-top: 10px;
}
.wr_mod1 * + .btn {
  margin-top: 20px;
}

.wr_mod2 {
  position: relative;
  padding: 34px 18px 20px 38px;
}
.wr_mod2 h5 {
  line-height: 30px;
}
.wr_mod2 h5 span {
  position: relative;
  z-index: 1;
  color: #fff;
}
.wr_mod2:before {
  position: absolute;
  content: '';
  background: #ffea00;
  height: 115px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.wr_mod2 .link_wr:before, .wr_mod2 .link_wr:after {
  display: table;
  content: "";
  line-height: 0;
}
.wr_mod2 .link_wr:after {
  clear: both;
}
.wr_mod2 .link_wr * {
  display: inline-block;
}
.wr_mod2 .link_wr .price {
  margin-left: -16px;
  float: left;
  font-size: 24px;
  line-height: 30px;
  color: #171717;
  padding: 0;
  margin-top: 31px;
}
.wr_mod2 .link_wr .price span {
  font-size: 20px;
  line-height: 30px;
  color: #7c7c7c;
  text-decoration: line-through;
}
.wr_mod2 .link_wr .btn {
  float: right;
}
.wr_mod2 * + .marked-list {
  margin-top: 59px;
}
.wr_mod2 * + hr {
  margin-top: 24px;
}

@media (max-width: 1199px) {
  .wr_mod2 {
    padding: 20px 18px 20px 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-xs-12.col-sm-12.col-md-4 .wr_mod1 img {
    width: 100%;
  }

  .col-xs-12.col-sm-12.col-md-4 .wr.wr_mod2:before {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .wr_mod1 img {
    width: 100%;
  }

  .wr_mod2:before {
    height: 100px;
  }
}
@media (max-width: 479px) {
  .wr_mod2:before {
    height: 120px;
  }
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  background: #171717;
  color: #fff;
  padding: 13px 32px;
  text-transform: lowercase;
}
.btn:hover {
  background: #ffea00;
  color: #171717;
}
.btn:active {
  background: #ccbb00;
}

/*==================      Box      ======================*/
.box {
  position: relative;
}
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 6px;
}
.box_aside .price {
  font-size: 24px;
  line-height: 30px;
  color: #171717;
  padding: 0;
}
.box_cnt__no-flow {
  overflow: hidden;
  padding-right: 130px;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  /*text-transform: uppercase;*/
  letter-spacing: 0.7px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
/*.sf-menu > li + li {*/
/*  margin-left: 18px;*/
/*}*/

.sf-menu li:nth-child(1) {margin-right:56px;}
.sf-menu li:nth-child(2) {margin-right:54px;}
.sf-menu li:nth-child(3) {margin-right:80px;}
.sf-menu li:nth-child(4) {margin-right:61px;}
.sf-menu li:nth-child(5) {margin-right:30px;}

.sf-menu a {
  display: block;
  padding: 29px 30px 27px 26px;
}

@media (max-width: 992px) {
  .sf-menu a {
    padding: 15px 15px 14px 15px;
  }
/*  .sf-menu li + li {*/
/*    margin-left: 0;*/
/*  }*/
.sf-menu li:nth-child(1) {margin-right:30px;}
.sf-menu li:nth-child(2) {margin-right:30px;}
.sf-menu li:nth-child(3) {margin-right:30px;}
.sf-menu li:nth-child(4) {margin-right:30px;}
.sf-menu li:nth-child(5) {margin-right:30px;}
}
.sf-menu > li > a {
  color: #fff;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #171717;
  background: #ffea00;
}
.sf-menu > li.active > a {
  color: #171717;
  background: #ffea00;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  width: 110px;
  padding: 26px 0px 25px 14px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #07090d;
  font-size: 11px;
  line-height: 34px;
  /*text-transform: uppercase;*/
  text-align: left;
  font-family: "Arial";
  margin-top: 2px;
}
.sf-menu ul a {
  padding: 0;
}

.sf-menu ul > li > a {
  color: #fff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ffea00;
}

.sf-menu ul ul {
  position: absolute;
  left: 113px;
  top: 48px;
  width: 107px;
  padding: 10px 0 10px 14px;
  z-index: 4;
  background: #ffea00;
}

.sf-menu ul ul > li > a {
  color: #171717;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #ffea00;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  /*background: rgba(55, 120, 186, 1);*/
  background:#000;
  position: relative;
  z-index: 1;
}
.lt-ie9 .stuck_container {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#70000000', endColorstr='#70000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70000000', endColorstr='#70000000');
  zoom: 1;
}

.isStuck {
  background: rgba(55, 120, 186, 1);
  z-index: 999;
}
.lt-ie9 .isStuck {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BD000000', endColorstr='#BD000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BD000000', endColorstr='#BD000000');
  zoom: 1;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #171717;
  background: #ffea00;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #ffea00;
  background: #171717;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

.parallax1, .parallax2, .parallax3 {
  font-size: 14px;
  line-height: 21px;
  padding-top: 60px;
  padding-bottom: 65px;
  color: #fff;
}
.parallax1 a, .parallax2 a, .parallax3 a {
  display: inline-block;
}
.parallax1 .fa-wr + *, .parallax2 .fa-wr + *, .parallax3 .fa-wr + * {
  margin-top: 12px;
}
.parallax1 a:hover, .parallax2 a:hover, .parallax3 a:hover {
  color: #ffea00;
}
.parallax1 dl, .parallax2 dl, .parallax3 dl {
  display: inline-block;
}
.parallax1 dl:before, .parallax1 dl:after, .parallax2 dl:before, .parallax2 dl:after, .parallax3 dl:before, .parallax3 dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.parallax1 dl:after, .parallax2 dl:after, .parallax3 dl:after {
  clear: both;
}
.parallax1 dl dt, .parallax2 dl dt, .parallax3 dl dt {
  float: left;
}
.parallax1 dl dd, .parallax2 dl dd, .parallax3 dl dd {
  float: right;
}
.parallax1 .fa, .parallax2 .fa, .parallax3 .fa {
  display: inline-block;
  height: 131px;
  width: 131px;
  border: 5px solid #a7a7a7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.lt-ie9 .parallax1 .fa, .lt-ie9 .parallax2 .fa, .lt-ie9 .parallax3 .fa {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FFFFFF', endColorstr='#33FFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FFFFFF', endColorstr='#33FFFFFF');
  zoom: 1;
}
.parallax1 .fa:before, .parallax2 .fa:before, .parallax3 .fa:before {
  font-size: 36px;
  line-height: 131px;
  color: #fff;
  background: transparent;
}
.parallax1 .fa:hover, .parallax2 .fa:hover, .parallax3 .fa:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.parallax1 .fa-wr, .parallax2 .fa-wr, .parallax3 .fa-wr {
  display: block;
  text-align: center;
}

.parallax2, .parallax3 {
  padding-top: 83px;
  padding-bottom: 58px;
}
.parallax2 h3, .parallax2 h5, .parallax3 h3, .parallax3 h5 {
  color: #fff;
}
.parallax2 p, .parallax2 .terms-list dd, .terms-list .parallax2 dd, .parallax3 p, .parallax3 .terms-list dd, .terms-list .parallax3 dd {
  color: #c7c5c5;
  font-size: 12px;
  line-height: 18px;
  padding: 0 40px;
}
.parallax2 .fa:before, .parallax3 .fa:before {
  font-size: 30px;
}
.parallax2 h3 + .row, .parallax3 h3 + .row {
  margin-top: 16px;
}
.parallax2 .fa-wr + *, .parallax3 .fa-wr + * {
  margin-top: 22px;
}
.parallax2 * + p, .parallax2 .terms-list * + dd, .terms-list .parallax2 * + dd, .parallax3 * + p, .parallax3 .terms-list * + dd, .terms-list .parallax3 * + dd {
  margin-top: 7px;
}

.parallax3 {
  padding-top: 83px;
  padding-bottom: 88px;
}
.parallax3 .border_wr {
  position: relative;
}
.parallax3 .border_wr .fa-wr {
  overflow: hidden;
  display: inline-block;
  padding-top: 10px;
  height: 151px;
  width: 151px;
  margin-top: -10px;
}
.parallax3 .border_wr .fa-wr + * {
  margin-top: 14px;
}
.parallax3 .border_wr:before {
  content: '';
  position: absolute;
  right: -96px;
  top: 90px;
  height: 1px;
  width: 176px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #ffea00;
}
.parallax3 .border_wr:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 13px;
  border-color: transparent transparent transparent #ffea00;
  right: -21px;
  top: 53px;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

@media (min-width: 768px) and (max-width: 979px) {
  .parallax1 {
    font-size: 12px;
    line-height: 19px;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: url("../images/page-1_slide01.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
header h1, header h2 {
  color: #fff;
}
header .camera_container + .wrap {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  background: #FFF;
}
header * + .stuck_container {
  margin-top: 20px;
}
header * + p, header .terms-list * + dd, .terms-list header * + dd {
  margin-top: 0;
}
/*header .nav {*/
/*  margin-right: 123px;*/
/*}*/

@media (max-width: 1250px) {
  header .camera_container + .wrap {
    top: 0px;  /*-22px*/
  }
}
@media (max-width: 767px) {
  header .camera_container + .wrap {
    top: 40px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

/*==================      Well     ======================*/
.well {
  padding-top: 33px;
  padding-bottom: 33px;
}

@media (max-width: 767px) {
.well {
  padding-top: 0;
  padding-bottom: 15px;
  }
}

.well2 {
  padding-top: 25px;
  padding-bottom: 73px;
}

.well3 {
  padding-top: 9px;
  padding-bottom: 45px;
}

.well4 {
  padding-top: 0;
  padding-bottom: 50px;
}

.well5 {
  padding-top: 80px;
  padding-bottom: 70px;
}

.well6 {
  padding-top: 5px;
  padding-bottom: 70px;
}

.well7 {
  padding-top: 53px;
  padding-bottom: 73px;
}

.well__ins1 {
  padding-top: 0;
}

.well__ins2 {
  padding-top: 57px;
}

.well__ins3 {
  padding-bottom: 53px;
}

.well__ins4 {
  padding-bottom: 73px;
}

.well__ins5 {
  padding-top: 64px;
}

.well6__ins1 {
  padding-bottom: 40px;
}

.well7__ins1 {
  padding-top: 60px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
	clear:both;
  padding-top: 25px;
  padding-bottom: 39px;
  background: #3472af;
}
footer h5, footer h1 {
  color: #fff;
}
footer p, footer .terms-list dd, .terms-list footer dd, footer a {
  display: inline-block;
}
footer .copyright *,
footer address,
footer dl {
  font-size: 12px;
  line-height: 30px;
  font-family: "Arial";
}
footer dl {
  display: inline-block;
  width:90%;
}
footer dl dt {
  float: left;
  width:20%;
  
}
footer dl dd {
  float: left;
  width:80%
}
footer dl dd input{
  border:1px solid #ccc !important;
  line-height:15px;
  width:100%;
  padding:5px 1%;
}
footer dl dd input.message{
  height:70px;
}
footer .copyright {
  text-transform: uppercase;
}
footer .marked-list li {
  padding-left: 17px;
  font-size: 12px;
  line-height: 30px;
  font-family: "Arial";
}
footer .marked-list li:before {
  height: 4px;
  width: 4px;
  top: 45%;
  left: 2px;
  background: #636363;
}
footer .marked-list a:hover {
  color: #ffea00;
}
footer .marked-list li + li {
  margin-top: 0px;
}
footer .inline-list li a {
  font-size: 24px;
  line-height: 30px;
}
footer .inline-list li + li {
  margin-left: 14px;
}
footer a:hover {
  color: #ffea00;
}
footer .border_wr {
  display: block;
  position: relative;
}
footer .border_wr:before {
  content: '';
  position: absolute;
  top: 100px;
  right: -98px;
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  height: 1px;
  width: 227px;
  background: #343434;
}
footer .link_wr {
  display: block;
}
footer * + p, footer .terms-list * + dd, .terms-list footer * + dd {
  margin-top: 0;
}
footer * + .marked-list {
  margin-top: 5px;
}
footer * + .copyright,
footer * + h1 {
  margin-top: -10px;
}
footer * + .inline-list {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .inline-list li + li {
    margin-left: 8px;
  }

  footer .border_wr:before {
    right: -110px;
  }
}
@media (max-width: 767px) {
  .border_wr:before {
    display: none;
  }
}
@media (max-width: 479px) {
  footer .border_wr:before {
    display: none;
  }
}


.owl-controls {display:none !important;}

.black_bg{background:#dedede;padding:30px 25px;}
.tl_c{text-align:center;}


@media (min-width: 480px){
#conB{color:#333;text-align:left;background:url(../images/cm27011362_about_us.jpg)no-repeat bottom;background-size:100%;padding-bottom:600px;}
}
@media (max-width: 480px){
#conB{color:#333;text-align:left;background:url(../images/cm27011362_about_us.jpg)no-repeat bottom;background-size:100%;padding-bottom:200px;}

}

.pc{width:100%;display:block;}
.mobile{width:100%;display:none;}

@media (max-width: 480px){
.pc{width:100%;display:none;}
.mobile{width:100%;display:block;}
}
#capB{padding:0 0 10px 0;background:#fff;margin:15px 0;float:left;display:inline;overflow:hidden;border:1px solid #efefef;box-shadow:2px 2px 5px #dedede;}
#capB:hover{box-shadow:5px 5px 10px #dedede;}

#capB img{width:100%}
#capB .txB{width:100%;line-height:50px;font-size:16px;text-align:center;font-weight:bold;}


#btn_moreBB{line-height:70px;background:#333;color:#fff !important;font-size:16px;cursor:pointer;text-align:center;border-radius:5px; width:100%;}
#btn_moreBB span{font-size:25px;margin-left:30px;}
#btn_moreBB01{line-height:70px;background:#3778ba;color:#fff !important;font-size:18px;cursor:pointer;text-align:center;margin:50px 0; /*margin:50px 25%;*/border-radius:5px;}

#btn_moreBB:hover, #btn_moreBB01:hover{background:yellow;color:#000 !important;}

@media (max-width: 480px){
#btn_moreBB{float:left;line-height:150%;padding:20px;background:#333;color:#fff !important;font-size:12px;cursor:pointer;text-align:center;border-radius:5px;}
#btn_moreBB span{display:none;}
#btn_moreBB01{float:left;line-height:150%;padding:20px;background:#3778ba;color:#fff !important;font-size:14px;cursor:pointer;text-align:center;border-radius:5px; width:90%; margin:0 15px;}

}


.pt80{padding-top:80px;border-top:1px solid #efefef;margin-top:20px;}
@media (max-width: 480px){
.pt80{width:100%;padding-top:40px;border-top:1px solid #efefef;margin-top:20px;float:left;}
}



/* CAPABILITY 컨텐츠 수정 */
.capa_con_center {overflow:hidden; max-width:1170px; margin:0 auto 20px;}
.capa_con_center p {color:#000;}
.capa_con_center h5 {text-align:center;}
.capa_con_center div img:first-of-type {margin-bottom:10px;}

@media (max-width:480px){
	.fl_con {width:100% !important; float:none !important;}
	.fr_con {width:100% !important; float:none !important;}
}


/* 메뉴 이미지로 수정 */
.sf-menu li a:hover{background:none;}
	  #mm01{background:url(/komesco/images/menu1_01.jpg) no-repeat;width:123px;height:64px;display:block;background-size:100% 100%;}
	  #mm02{background:url(/komesco/images/menu1_02.jpg) no-repeat;width:123px;height:64px;display:block;background-size:100% 100%;}
	  #mm03{background:url(/komesco/images/menu1_03.jpg) no-repeat;width:123px;height:64px;display:block;background-size:100% 100%;}
	  #mm04{background:url(/komesco/images/menu1_04.jpg) no-repeat;width:160px;height:64px;display:block;background-size:100% 100%;}
	  #mm05{background:url(/komesco/images/menu1_05.jpg) no-repeat;width:123px;height:64px;display:block;background-size:100% 100%;}
	  #mm06{background:url(/komesco/images/menu1_06.jpg) no-repeat;width:123px;height:64px;display:block;background-size:100% 100%;}

	  #mm01:hover, #mm01.on{background:url(/komesco/images/menu1on_01.jpg) no-repeat;width:123px;height:64px;display:block;background-size:100% 100%;}
	  #mm02:hover, #mm02.on{background:url(/komesco/images/menu1on_02.jpg) no-repeat;width:123px;height:64px;display:block;background-size:100% 100%;}
	  #mm03:hover, #mm03.on{background:url(/komesco/images/menu1on_03.jpg) no-repeat;width:123px;height:64px;display:block;background-size:100% 100%;}
	  #mm04:hover, #mm04.on{background:url(/komesco/images/menu1on_04.jpg) no-repeat;width:160px;height:64px;display:block;background-size:100% 100%;}
	  #mm05:hover, #mm05.on{background:url(/komesco/images/menu1on_05.jpg) no-repeat;width:123px;height:64px;display:block;background-size:100% 100%;}
	  #mm06:hover, #mm06.on{background:url(/komesco/images/menu1on_06.jpg) no-repeat;width:123px;height:64px;display:block;background-size:100% 100%;}
@media (max-width:1200px){
.sf-menu{width:100%;}
	#mm01, #mm02, #mm03, #mm04, #mm05, #mm06{width:90px;height:45px;float:left;}
	#mm01:hover, #mm02:hover, #mm03:hover, #mm04:hover, #mm05:hover, #mm06:hover{width:90px;height:45px;float:left;}
	#mm01.on, #mm02.on, #mm03.on, #mm04.on, #mm05.on, #mm06.on{width:90px;height:45px;float:left;}
}