@import url(../../../../maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Exo:700);
@import url(http://fonts.googleapis.com/css?family=Exo:500);
@import url(http://fonts.googleapis.com/css?family=Exo:900);
@import url(http://fonts.googleapis.com/css?family=Exo:600);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(http://fonts.googleapis.com/css?family=Audiowide);
@import url(slicknav.css);
@import url(contact-form.css);
@import url(camera.css);
@import url(fancy/jquery.fancybox.css);

/*========================================================
                    Main layout styles
=========================================================*/
body {
    font: 400 15px/24px "Roboto Condensed", sans-serif;
    color: #6c6c6c;
    overflow-y: scroll;
}

b,
strong {
    font-weight: 700;
}

a {
    color: #03c7de;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: #333333;
}

img {
    max-width: 100%;
}

* {
    -webkit-text-size-adjust: none;
}

/* ======= Headers ======= */
h2 {
    font: 700 35px/48px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #333333;
    border-bottom: 2px solid #333333;
    /*
      position: relative;
      padding-top: 27px;
    */
}

h3 {
  font: 700 35px/38px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #333333;
    border-bottom: 2px solid #FF0000;

}
/*
h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  height: 6px;
  width: 147px;
  background: #333333;
}
*/
@media (min-width: 768px) and (max-width: 979px) {
    h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
        line-height: 30px;
    }
}

.header1 {
    margin-bottom: 22px;
}

h3 {
    font: 400 18px/24px "Roboto Condensed", sans-serif;
	text-transform: uppercase;
    color: #333333;
}

h6 {
    font: 700 48px/55px "Exo", sans-serif;
    /*text-transform: uppercase;*/
    color: #ffffff;
}

.h8 {
    font: 700 18px/18px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}

.font1 {
    font: 900 44px/44px "Exo", sans-serif;
    text-transform: uppercase;
    color: #03c7de;
    display: inline-block;
}

.font1:hover a {
    color: #333333;
}

@media (max-width: 767px) {
    .font1 {
        font-size: 24px;
        line-height: 24px;
    }
}

.font2 {
    font: 600 18px/21px "Exo", sans-serif;
    text-transform: uppercase;
    color: #03c7de;
    display: inline-block;
}

/* ======= Buttons ======= */
.btn-default {
    font: 400 14px/24px "Roboto Condensed", sans-serif;
    color: #333333;
    text-transform: uppercase;
    display: inline-block;
}

.btn-default:hover {
    color: #03c7de;
}

.btn-big {
    display: inline-block;
    background: #03c7de;
    color: #ffffff;
    font: 400 14px/24px "Roboto Condensed", sans-serif;
    padding: 15px 47px 14px;
    text-transform: uppercase;
    text-align: center;
    border: none;
}

.btn-big:hover {
    background: #039aac;
    color: #ffffff;
}

.btn-big.__inset1 {
    border: 1px solid #969696;
    background: transparent;
    color: #333333;
    padding-top: 13px;
    padding-bottom: 13px;
}

.btn-big.__inset1:hover {
    background: #03c7de;
    color: #ffffff;
}

@media (max-width: 479px) {
    .btn-big.__inset1 {
        background: #ffffff;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .btn-big {
        padding: 8px 20px;
    }
}

/* ======= Modifiers ======= */
.__display-none {
    display: none;
}

.__float-right {
    float: right !important;
}

@media (max-width: 767px) {
    .__float-right {
        float: none !important;
    }
}

.__display-inline {
    display: inline;
}

.__hover-color {
    color: #03c7de;
}

.__upper {
    text-transform: uppercase;
}

.__normal {
    font-weight: 400;
}

.__relative {
    position: relative;
}

/*========================================================
                    HEADER styles
=========================================================*/
#header {
    background: #333333;
}

@media (max-width: 979px) {
    #header {
        text-align: center;
    }
}

#header .info {
    padding: 6px 0 6px;
    background: #ffffff;
    font: 400 14px/14px "Roboto Condensed", sans-serif;
    color: #333333;
}

@media (max-width: 979px) {
    #header .info {
        font-size: 13px;
        line-height: 13px;
    }
}

/*
@media (max-width: 767px) {
    #header .info {
        font-size: 13px;
        line-height: 13px;
    }
}
*/

#header .info span {
    display: block;
    position: relative;
    margin: 10px 0;
}

#header .info span,
#header .info i ,
#header .info a{
    vertical-align: baseline !important;
}

/* ======= Logo ======= */
.logo {
    float: left;
}

@media (max-width: 979px) {
    .logo {
        float: none;
    }
}

@media (max-width: 767px) {
    .logo {
        margin: 5px 0;
    }
}

/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
    float: right;
    margin-top: 33px;
}

@media (max-width: 979px) {
    nav {
        display: inline-block;
        float: none;
        margin-top: 0;
    }
}

/* Main menu styles
========================================================*/
.sf-menu > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    text-align: center;
}

.sf-menu > li + li {
    margin-left: 56px;
}

.sf-menu > li + li:before {
    content: '';
    position: absolute;
    display: block;
    width: 26px;
    height: 16px;
    background: url(../img/divider1.png) no-repeat center 0;
    left: -41px;
    top: 1px;
}

.sf-menu > li > .sf-with-ul:after {
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: "\f0d7";
    color: #ffffff;
    bottom: -10px;
    left: 50%;
    margin-left: -3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-menu > li > a {
    text-decoration: none;
    text-transform: capitalize;
    font: 500 16px/16px "Exo", sans-serif;
    display: inline-block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ffffff;
}

.sf-menu > li > a:hover {
    color: #03c7de;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu > li > a:active {
    background: transparent;
    color: #03c7de;
}

.sf-menu .sfHover > a:after {
    color: #03c7de;
}

.sf-menu > li.active > a {
    color: #03c7de;
}

.sf-menu > li.active > .sf-with-ul:after {
    color: #03c7de;
}

.sf-menu > li.sfHover > a {
    color: #03c7de;
}

.sf-menu a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu a:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

/* First level sub-menu styles
========================================================*/
.sf-menu ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    border-radius: 3px;
    width: 130px;
    font: 500 16px/16px "Exo", sans-serif;
    position: absolute;
    top: 21px;
    left: 50%;
    margin-left: -55px;
    background: #292929;
    text-align: left;
    padding: 10px 0;
    z-index: 2;
}

.sf-menu ul li {
    position: relative;
    display: block;
}

.sf-menu ul li > .sf-with-ul:after {
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: "\f0da";
    color: #ffffff;
    bottom: -1px;
    right: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-menu ul li a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 10px 20px;
}

.sf-menu ul li a:hover {
    color: #03c7de;
}

.sf-menu ul > .sfHover > a:after {
    color: #03c7de;
}

.sf-menu ul li.sfHover > a {
    color: #03c7de;
}

/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
    position: absolute;
    top: -5px;
    left: 94px;
    margin-left: 0;
    background: #03c7de;
    padding: 10px 0 11px 10px;
    z-index: 4;
    text-align: left;
}

.sf-menu ul ul li a {
    text-decoration: none;
    color: #ffffff;
}

.sf-menu ul ul li a:hover {
    color: #000000;
}

.sf-menu ul ul li + li {
    margin-top: 18px;
}

@media only screen and (max-width: 767px) {
    .sf-menu {
        display: none;
    }

    nav {
        width: 100%;
        float: none;
    }
}

/*========================================================
                    CONTENT styles
=========================================================*/
#content {
    background: #ffffff;
}

#content.common {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* ======= Accordion ======= */
#accordion {
    /*
      margin-top: 6px;
      margin-bottom: 81px;
    */
}

#accordion > h3 {
    position: relative;
}

#accordion .ui-accordion-header {
    margin-top: 2px;
    display: block;
    position: relative;
    background: #f5f5f5;
    padding: 5px 10px 3px 47px;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#accordion .ui-accordion-header:before {
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    line-height: 24px;
    content: '\f054';
    color: #333333;
    left: 27px;
    top: 50%;
    margin-top: -12px;
}

#accordion .ui-accordion-header:hover {
    color: #03c7de;
    cursor: pointer;
    outline: none;
}

#accordion .ui-state-hover {
    color: #333333;
    outline: none;
}

#accordion .ui-accordion-header-active {
    color: #333333;
    position: relative;
    outline: none;
}

#accordion .ui-accordion-header-active:before {
    color: #03c7de;
}

#accordion .ui-accordion-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    border-top: none;
    padding: 21px 40px 26px 47px;
    margin-bottom: 3px;
}

#accordion .ui-accordion-content p {
    margin-bottom: 12px;
}

#accordion .ui-state-focus {
    outline: none;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

@media (min-width: 768px) {

    .lk {
        text-align: right;
    }
}

.fancybox > img {
    margin: 0 5px;
}

@media (max-width: 767px) {
    .contacts {
        margin: 0 auto;
    }
}

.contacts td {
    vertical-align: middle;
    padding: 2px;
}

.cont-info {
    line-height: 20px;

}

.cont-info h3 {
    margin-bottom: 10px;
}

.cont-info h3:after {
    content: '';
    display: block;
    /*position: absolute;*/
    top: 0px;
    left: 0;
    height: 1px;
    width: 250px;
    background: #333333;
}

.cont-info table td {
    vertical-align: middle;
}

.cont-info i {
    vertical-align: baseline !important;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px;
}

.footer {
    min-height: 200px;
	height: auto;
    position: relative;
    /*z-index: -99;*/
    background: #333333;
}

.foot {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 5px;
}

.push {
    min-height: 200px;
	height: auto;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.tarif {
    font-size: 18px;
    padding: 15px;

}

.speed {
    font-weight: bold;
}

.sp1 {
    height: 2px;
    max-width: 100%;
    width: 100%;
    background: #efefef;
    float: left;
    margin-top: 3px;
    margin-bottom: 9px;
}

.sp10 {
    height: 2px;
    background: #7ee880;
    max-width: 100%;
    float: right;
}

.sp50 {
    height: 2px;
    background: #ff7164;
    max-width: 100%;
    float: right;
}

.order {
    display: block;
    background: #03c7de;
    border-radius: 15px;
    color: #ffffff;
    padding: 7px 0;
    font: 400 18px/24px "Roboto Condensed", sans-serif;
    text-align: center;
}

.order:hover {
    background: #039aac;
    color: #ffffff;
}

h3.akcii + p {
    margin-bottom: 20px;
}

.akc {
    margin-bottom: 35px;
}

#header #s-menu {
    position: relative;
    padding: 10px 0;
    z-index: 400;
    background: url(../img/header_background.png) no-repeat;
    background-size: cover;
}

@media (max-width: 979px) {
    #header #s-menu {
        padding-top: 0;
        padding-bottom: 5px;
    }
}

#header.main-page #s-menu {
    position: absolute;
    left: 0;
    right: 0;
    background: url(../img/background1.png) repeat;
}

@media (max-width: 979px) {
    #header.main-page #s-menu {
        position: relative;
        z-index: 400;
        background: url(../img/header_background.png) no-repeat;
        background-size: cover;
    }
}

.bann {
    background: #333333;
    padding: 53px 0;
}

.bann a {
    vertical-align: middle;
    text-align: center;
    display: block;
    font: 700 30px/30px "Roboto Condensed", sans-serif;
    color: #ffffff;
}

.bann a:hover {
    color: #03c7de;
}

.bann .fa-lg {
    vertical-align: top;
}

@media (max-width: 767px) {
    .bann .m1 {
        margin-bottom: 40px;
    }
}

/*Bootstrap Alert*/
.alert {
    text-align: center;
    font: 700 20px/15px "Roboto Condensed", sans-serif;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

/*News*/
.news {
    margin-bottom: 10px;
}

/*Serive*/

.service {
    max-width: 800px;
    margin: 0 auto;
}

.service td {
    padding: 10px;
}

.service th {
    padding: 5px 10px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    border-bottom: 1px solid #b3baba;
}

.service tr:nth-child(even) {
    background: #edf4f4;
}

#blink2 {
  -webkit-animation: blink2 1s linear infinite;
  animation: blink2 1s linear infinite;
}
@-webkit-keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}

#blink1 {
  -webkit-animation: blink1 3s linear infinite;
  animation: blink1 3s linear infinite;
}
@-webkit-keyframes blink1 {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 1); }
}
@keyframes blink1 {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 1); }
}