@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i&amp;subset=cyrillic);

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
	font-family: Roboto, sans-serif;
    font-size: 14px;
	line-height: 1.5;
    color: #444;
}
body h5,
body h6 {
    margin: 0
}
body h3,
body h4 {
	font-weight: 300;
    margin-top: 0
}
.h1, h1 {
    font-size: 32px;
    font-weight: 300
}
.h2, h2 {
    font-size: 28px;
    font-weight: 300
}
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background-image: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.btn.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff
}
.btn.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.75)
}
.btn.btn-link {
    color: #2dcc70;
    padding: 0
}
.btn.btn-link:hover {
    text-decoration: none
}
.btn-primary {
    background-color: #444;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background-color: #0b6121;
    border-color: #0b6121;
}
a {
    color: #444;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}
a:hover,
a:focus {
    color: #0b6121;
    text-decoration: none;
    outline: 0
}
.dropdown-menu {
	background: #f2f2f2;
    border: 0;
	border-radius: unset;
    -webkit-box-shadow: none;
    box-shadow: none
}
body>section {
    padding: 20px 0
}
body>section#text {
    text-align: justify;
    padding: 0 0 20px 0;
}
body>section#slide-show {
    padding: 0
}
body>section#no-padding {
    padding: 0
}
body>section#contact {
    padding: 0
}
section#portfolio {
    padding: 0
}
.container-full {
    margin: 0 auto;
    width: 100%
}
.container-megamenu {
    width: 1170px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#recent-works {
    background: #2dcc70;
    color: #fff
}
#recent-works .links>a {
    background: #fff;
    color: #2dcc70;
    text-shadow: none
}
#clients {
    background: #fff
}
#clients h4 {
    color: #999
}
#clients .carousel {
    margin-bottom: 0
}
#clients .clients ul.thumbnails {
    margin: 0;
	list-style: none
}
#clients .clients ul.thumbnails>li {
    text-align: center;
    margin-bottom: 0
}
#clients .prev,
#clients .next {
    color: #999
}
.title {
    background: #2dcc70;
    color: #fff;
    padding: 20px 0
}
.box {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.progress {
    margin-bottom: 10px
}
.progress,
.progress .bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    height: 30px;
    line-height: 30px
}
.label,
.badge {
    font-weight: 300;
    font-size: 90%
}
ul.breadcrumb {
    margin: 12px 0 0;
    background: transparent
}
ul.breadcrumb>li {
    text-shadow: none
}
ul.breadcrumb>li>a,
ul.breadcrumb>li .divider {
    color: #fff
}
ul.breadcrumb>li.active {
    color: rgba(255, 255, 255, 0.7)
}
ul.tag-cloud li {
    display: inline-block;
    margin: 0 0 2px 0
}
.btn-social {
    border: 0;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5)
}
.btn-social.btn-facebook {
    background: #4f7dd4
}
.btn-social.btn-facebook:hover {
    background: #789bde
}
.btn-social.btn-twitter {
    background: #5bceff
}
.btn-social.btn-twitter:hover {
    background: #8eddff
}
.btn-social.btn-linkedin {
    background: #21a6d8
}
.btn-social.btn-linkedin:hover {
    background: #49b9e3
}
.btn-social.btn-google-plus {
    background: #dc422b
}
.btn-social.btn-google-plus:hover {
    background: #e36957
}
.btn-social:hover {
    color: #fff
}

/**********GLOBAL**********/

.row-10 {
    margin-right: -10px;
    margin-left: -10px;
}
.row-10 > [class^="col-"], .row-10 > [class^=" col-"],
.row-10 > ul > [class^="col-"], .row-10 > ul > [class^=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.row-10:after, .row-10:before {
    display: table;
    content: " ";
}
.row-10:after {
    clear: both;
}
.top-5 { margin-top:5px; }
.top-7 { margin-top:7px; }
.top-10 { margin-top:10px; }
.top-15 { margin-top:15px; }
.top-17 { margin-top:17px; }
.top-30 { margin-top:30px; }
.bottom-5 { margin-bottom:5px; }
.bottom-7 { margin-bottom:7px; }
.bottom-10 { margin-bottom:10px; }
.bottom-15 { margin-bottom:15px; }
.bottom-17 { margin-bottom:17px; }
.bottom-30 { margin-bottom:30px; }
.container-contact {
    width: 100%;
    padding: 0 15px;
    background-color: #f2f2f2;
    margin-top: 30px;
    margin-bottom: 30px;
}
.container-contact-img img {

}
.container-contact-text h4 {
    margin-bottom: 20px;
}
.container-contact .media:nth-child(even) {
    float: right;
}
#contact .col-md-6:nth-child(even) {
    text-align: left;
}
#contact .col-md-6:nth-child(odd) {
    text-align: right;
}
#contact .col-md-6:nth-child(even) .media {
    float: right;
}
.container-contact .media {
    margin-top: -30px;
    margin-bottom: -15px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}


/**********END GLOBAL**********/

/**********HEADER**********/

header #logo {
    width: 220px;
    height: 80px;
    background: url(../images/logo.svg) no-repeat 0 50%;
	margin: 0 15px
}
.phone a {
    margin-top: 20px;
	margin-right: 15px;
    font-size: 18px;
    color: #444;
    font-weight: 300;
	text-align: right;
}
.phone, .collmy a {
    margin-right: 0px;
    margin-top: 15px;
    font-size: 18px;
    color: #444;
    font-weight: 300;
    text-align: right;
}
#slide-show {
    max-width: 1600px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.navbar-header .social {
    margin-top: 8px;
}
ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block
}
ul.social>li {
    display: inline-block;
    margin: 0 10px
}
ul.social>li>a {
    font-size: 20px;
	line-height: 34px;
    color: #444
}
ul.social>li>a:hover {
    color: #0b6121
}
ul.social.pull-right {
    margin-top: -36px;
    padding-right: 5px;
    padding-left: 5px;
    width: 125px;
}
/**********END HEADER**********/

/**********CAROUSEL**********/

.carousel-caption {
    right: 15%;
    left: 15%;
    text-shadow: none;
}
.carousel-caption.style1 {
    text-align: left;
    top: 0;
    bottom: auto;
}
.carousel-caption.style2 {
    text-align: right;
    top: 0;
    bottom: auto;
}
.carousel-caption.style3 {
    text-align: left;
}
.carousel-caption.black,
.carousel-caption.black a{
    color: #444;
    border: 0;
    padding: 15px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}
.carousel-caption.white,
.carousel-caption.white a{
    color: #fff;
    border: 0;
    padding: 15px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}
.carousel-caption h2 {
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 20px;
}
.carousel-caption p {
    font-size: 1.4em;
    font-weight: 300;
}
.carousel-caption i {
	color: #30964f;
    line-height: 1.5;
	margin-right: 10px;
}
.carousel-control.right {
    background-image: none;
}
.carousel-control.left {
    background-image: none;
}
.carousel-indicators {
    width: 30%;
    margin-left: -15%;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
	background-color: #fff;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
}

/**********END CAROUSEL**********/

/**********HOME-INFO**********/

#home-info h1 {
    margin-top: 0;
}

.breadcrumb {
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 0;
    list-style: none;
	margin-top:-20px;
}
.container-home {
    padding: 15px;
    background-color: #f2f2f2;
	font-size: 15px;
    line-height: 1.5;
}
.home-calc {
    position: relative;
    height: 412px;
    margin-top: -87px;
    padding: 15px;
    background-color: rgba(242, 242, 242, 0.75);
}
.home-calc-primary {
    margin-bottom: 35px;
}
.home-calc-primary span {
    font-size: 18px;
    font-weight: 300;
}
.home-calc-primary i {
    line-height: 22px;
    font-size: 22px;
}
.home-calc-cat {
    position: relative;
    margin-top: -87px;
    padding: 15px;
    background-color: rgba(242, 242, 242, 0.75);
}
.home-calc-cat p {
    margin: 0;
}
#gallery {
	display: inline;
	float: right;
	display: block;
	/* padding: 0; */
	/* margin: 0; */
}
#gallery .preview {
    /* margin: 15px; */
    display: block;
    position: relative;
}
#gallery .preview .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(68, 68, 68, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms
}
#gallery .preview .links {
    width: 104px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -52px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}
#gallery .preview .links>a {
    width: 50px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #2dcc70;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    margin: 0 1px
}
#gallery .preview:hover .overlay,
#gallery .preview:hover .links {
    opacity: 1;
    filter: alpha(opacity=100)
}
#gallery .preview:hover .links {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.container-home-map ul:before {
    position: absolute;
    right: 0px;
    background-image: url(/images/map_marker.png);
    background-size: 30px 39px;
    display: inline-block;
	margin-top: 20px;
    width: 30px;
    height: 39px;
    content: "";
}

.container-home-map {
    padding: 15px 0;
    max-height: 450px;
    background-color: #f2f2f2;
}

/**********END HOME-INFO**********/

/**********FOOTER**********/
ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
}

.lurhi:before {
    position: absolute;
    right: 0px;
    top: -82px;
    content: url(/images/lurhi.png);
}
/**********END FOOTER**********/

.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  background-color: #f2f2f2;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
  background-color: #f2f2f2;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  font-size: 20px;
  margin: 0px;
  background-color: #ffffff;
}


/* Custom navigation dots */

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow:
		0 1px 1px rgba(255,255,255,0.4),
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow:
		0 1px 1px rgba(255,255,255,0.4),
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current,
.nav-dots span:hover {
	box-shadow:
		0 1px 1px rgba(255,255,255,0.4),
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}

/**********************************************/

/**
header.navbar {
    margin-bottom: 0;
	border: 0px
}
header.navbar .nav>li {
    margin-left: 1px
}
header.navbar .nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
    font-family: roboto, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: none
}
header.navbar .nav>li>a:hover {
    background: transparent;
    color: #2dcc70;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
header.navbar .nav>li.active>a,
header.navbar .nav>li.active>a:hover {
    background: transparent;
    color: #2dcc70;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
header.navbar .nav>li.dropdown.open>a.dropdown-toggle {
    background: transparent;
    color: #2dcc70
}
header.navbar .nav>li.login>a {
	font-size: 18px;
    border-left: 1px solid #e5e5e5
}
header .dropdown-menu {
    margin-top: 20px
}
header .dropdown-menu:before {
    display: none!important
}
.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: transparent;
    color: #2dcc70
}
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
    color: #2dcc70
}
.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: 0
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    background: #24a259
}
*/
.main-info {
    background-color: #fff;
    color: #999
}
.main-info h4 {
    color: #999
}
.icon-medium {
    font-size: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    background: #2dcc70;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff
}
.modal {
    border: 0
}
.modal#loginForm {
    width: 600px;
    margin-left: -300px
}
.modal .modal-header {
    border: 0;
    padding: 20px 20px 0
}
.modal .modal-header>h4 {
    font-weight: 300;
    font-size: 14px;
    color: #848484;
    text-transform: uppercase;
    margin: 0
}
.modal .modal-body {
    padding: 20px
}
.modal input[type="text"],
.modal input[type="password"] {
    padding: 5px 10px;
    min-height: 30px;
    width: 130px;
    margin-right: 10px
}
.modal .icon-remove {
    color: #848484;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    display: block;
    background: #ebebeb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer
}
.modal button {
    margin-left: 10px;
    border: 0
}
.img-trans img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.img-trans div {
    background-color: #f2f2f2;
    color: #444;
	padding: 15px;
}
.img-trans div:hover {
    background-color: #444;
    color: #fff;
}
.big-gap {
    margin-bottom: 100px
}
.no-margin {
    margin: 0;
    padding: 0
}
#services {
    background: #252525;
    color: #999
}
#services h1,
#services h2,
#services h3,
#services h4,
#services h5,
#services h6 {
    color: #fff
}
#main-contents {
    margin-top: 20px
}
#main-contents .blog-news .created {
    font-size: 18px;
    color: #2dcc70
}
.registration-form {
    border: 0;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: inline-block
}
#bottom {
    background: #f2f2f2;
    color: #444
}
#bottom h4 {
    margin-top: 0;
    margin-bottom: 10px;
	text-transform: uppercase;
}
#bottom h1,
#bottom h2,
#bottom h3,
#bottom h4,
#bottom h5,
#bottom h6 {
    color: #444
}
#bottom a {
    color: #444
}
#bottom a:hover {
    color: #0b6121
}
#bottom ul.address>li {
    position: relative;
    padding-left: 20px;
    margin-top: 10px
}
#bottom ul.address>li:first-child {
    margin-top: 0
}
#bottom ul.address>li>i {
    position: absolute;
    top: 3px;
    left: 0
}
#bottom ul.thumbnails {
    margin-bottom: 0
}
#bottom ul.thumbnails li {
    margin-bottom: 5px
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
    list-style: none;
    padding: 0;
    margin: 0
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before,
ul.arrow li::after,
ul.arrow-double li::after,
ul.tick li::after,
ul.cross li::after,
ul.star li::after,
ul.rss li::after {
    font-family: Roboto,sans-serif;
    font-size: 11px
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
    margin-right: 5px
}
ul.arrow li::before {
    content: "\f105"
}
ul.arrow-double li::before {
    content: "\f101"
}
ul.tick li::before {
    content: "\f00c"
}
ul.cross li::before {
    content: "\f00d"
}
ul.star li::before {
    content: "\f006"
}
ul.rss li::before {
    content: "\f09e"
}
#footer {
    background: #0B6121;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #232323
}
#footer a {
    color: #f2f2f2
}
#footer a:hover {
    color: #fff100
}
#gototop {
	display:none;
    height: 40px;
    line-height: 1.4;
    width: 40px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(68, 68, 68, 0.7);
    cursor: pointer
}
#gototop:hover {
    background-color: rgba(68, 68, 68, 1);
    text-decoration: none
}
#footer .cp {
    margin-top: 5px;
    margin-bottom: 5px;
	color: #f2f2f2;
}
.box-border {
    padding: 15px
}
.accordion-group {
    background-color: #fff;
    border-top: 1px solid #f0f0f0
}
.accordion-heading .accordion-toggle {
    color: #666;
    font-weight: 700
}
.promotions {
    margin-top: 20px;
}
ul.gallery {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}
ul.gallery.col-1 li {
    width: 100%
}
ul.gallery.col-2 li {
    width: 50%
}
ul.gallery.col-3 li {
    width: 33.3333%
}
ul.gallery.col-4 li {
    width: 25%
}
ul.gallery li {
    display: block;
    padding: 0;
    margin: 0;
    float: left
}
ul.gallery li .desc {
    margin: 15px
}
ul.gallery li .preview {
    display: block;
    position: relative
}
ul.gallery li .preview a img {
    width: 100%;
}
ul.gallery li .preview a p {
    margin: 0px;
	width: 51%;
	left: 0;
	top: 20px;
	visibility: visible;
	text-align: left;
	opacity: 1;
	font-size: 24px;
	font-weight: 300;
	color: #444;
	z-index:1;
}
ul.gallery li .preview .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(68, 68, 68, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms
}
ul.gallery li .preview .links, ul.gallery li .preview .link>a {
    width: 104px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -52px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}
ul.gallery li .preview .links>a, ul.gallery li .preview .link>a {
    width: 50px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #2dcc70;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    margin: 0 1px
}
ul.gallery li .preview:hover .overlay,
ul.gallery li .preview:hover .links,
ul.gallery li .preview:hover .link{
    opacity: 1;
    filter: alpha(opacity=100)
}
ul.gallery li .preview:hover .links,
ul.gallery li .preview:hover .link{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
ul.gallery li .preview .link {
    color: #fff;
    width: 40px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
    transform: translate(0, -100px);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
ul.gallery li .preview .link i {
    font-size: 24px;
}
ul.faq {
    list-style: none;
    margin: 0
}
ul.faq li {
    margin-top: 30px
}
ul.faq li:first-child {
    margin-top: 0
}
ul.faq li span.number {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #2dcc70;
    color: #fff;
    font-size: 24px
}
ul.faq li>div {
    margin-left: 70px
}
ul.faq li>div h3 {
    margin-top: 0
}
#error {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px
}
.profil-360 {
    background: #f2f2f2;
    margin-bottom: 20px;
}

/* Responsive
-------------------------------------------------- */

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

/**********MEGAMENU**********/

.navbar {
    margin-bottom: 0px;
    min-height: 35px;
    border: none;
	background-color: #fff;
    border-color: #fff;
}
.navbar-default .navbar-nav > li > a{
    color:#444;
}
.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 36px;
}
.navbar-default .navbar-nav > .dropdown > a .caret{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #111;
    background: #f2f2f2;
    padding: 0 15px;
    line-height: 36px;
}
.navbar-default .navbar-brand{
	color:#fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.menu-large {
  position: static !important;
}
.megamenu{
  padding: 20px 0px;
  width:100%;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}
.megamenu a.dropdown-header {
    font-size: 14px;
    padding: 0 15px;
    line-height: 36px;
    height: 36px;
    color: #444;
}
.active>.dropdown-menu {
    display: block;
}
.active .dropdown-menu {
    background: #f2f2f2;
}
.open.active .dropdown-menu {
    background: #f2f2f2;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #0B6121;
    background-color: #f2f2f2;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f2f2f2;
    color: #0B6121;
}
.op>.dropdown-menu {
    display: block;
}
.navbar-default .navbar-nav>.op>a, .navbar-default .navbar-nav>.op>a:focus, .navbar-default .navbar-nav>.op>a:hover {
    color: #111;
    background: #f2f2f2;
    padding: 0 15px;
    line-height: 36px;
}
.site-sections ul>li.op {
    color: #111;
    background: #f2f2f2;
    border-top: 2px solid #0B6121;
    margin-top: -2px;
	height: 36px;
}
.site-sections ul li.pull-right a:hover {
    color: #0b6121;
}
.site-sections .menu-large:hover {
    color: #111;
    background: #f2f2f2;
    border-top: 2px solid #0B6121;
    margin-top: -2px;
    height: 38px;
}
#text table, #text table th {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}

/**********END MEGAMENU**********/

.site-sections.full {
    max-width: 1600px;
}
.site-sections {
    border-top: 2px solid #F2F2F2;
    max-width: 1170px;
    margin: 0 auto;
}
.site-section>ul {
    width: 100%;
    max-width: 1214px;
    text-align: left;
    margin: -2px auto 0;
    padding: 0;
}
.site-sections ul {
    width: 100%;
    max-width: 1170px;
    text-align: left;
    margin: auto;
	height: 36px;
}
.site-sections .norow ul {
    padding: 0;
}
.site-sections.full ul.nav, .site-sections.full ul .dropdown-menu.row {
    width: 100%;
    max-width: 1600px;
	height: 36px;
    text-align: left;
    padding: 0;
    margin: auto;
}
.site-sections ul .dropdown-menu.norow {
    width: 100%;
    height: 36px;
    text-align: left;
    padding: 0;
    margin: auto;
}	
.site-sections ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    padding: 0;
}
.site-sections .dropdown-menu.row li {
    height: 90px;
}
.site-sections ul.nav>li>a {
    font-size: 14px;
    color: #444;
	text-transform: uppercase;
}
.site-sections ul.nav>li.flag>a {
    background: #f2f2f2;
}
.site-sections ul.nav>li>a>i {
    font-size: 18px;
    line-height: 36px;
}
.site-sections ul>li.open {
    color: #111;
    background: #f2f2f2;
    border-top: 2px solid #0B6121;
    margin-top: -2px;
}
.main-navigation ul {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}
.main-navigation ul li {
    display: inline-block;
    font-size: 1em;
}
.main-navigation ul li a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 2.8;
    padding: 0 10px;
}
.dropdown-header {
    font-size: 14px;
    /* AWEB #164663 (START) */
    /*padding: 0 15px;*/
    padding: 0 10px;
    /* AWEB #164663 (START) */
    line-height: 36px;
    height: 36px;
    color: #444;
}
.navbar-nav>li>button {
    display: none;
}
#slide-show img {
    min-height: 36px;
    background: #f2f2f2;
}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

.container-contact img {
    margin-top: 37px;
}
.navbar {
    margin-bottom: 0px;
    min-height: 35px;
    border: none;
    background-color: #fff;
    border-color: #fff;
}
.site-sections {
    border-top: 2px solid #F2F2F2;
    max-width: 1170px;
    margin: 0 auto;
}
.site-sections ul>li.op {
    color: #111;
    background: #f2f2f2;
    border-top: 2px solid #0B6121;
    margin-top: -2px;
}
.navbar-nav>li>button {
    display: none;
}
.site-sections.full ul.nav, .site-sections.full ul ul {
    width: 100%;
    max-width: 1600px;
    text-align: left;
    padding: 0;
    margin: auto;
}
.active>.dropdown-menu {
    display: block;
}
.navbar {
    margin-bottom: 0px;
    min-height: 35px;
    border: none;
    background-color: #fff;
    border-color: #fff;
}
.navbar-default .navbar-nav>.op>a, .navbar-default .navbar-nav>.op>a:focus, .navbar-default .navbar-nav>.op>a:hover {
    color: #111;
    background: #f2f2f2;
    padding: 0 15px;
    line-height: 36px;
}
.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 36px;
}
.site-sections ul li {
    font-size: 14px;
    line-height: 32px;
    padding: 0;
    height: 36px;
}

.site-sections.full ul ul {
    width: auto;
    max-width: 220px;
    text-align: left;
    margin: auto;
}

.site-sections ul li li {
    font-size: 14px;
    padding: 0;
    height: 26px;
}
.container-contact .media {
    margin-top: -30px;
    margin-bottom: 5px;
}

}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
/* AWEB #176501 (START) */
.container img {
    width: 100%;
    height: auto;
}
/* AWEB #176501 (END) */
.site-sections .menu-large:hover {
    border-top: 1px solid #0B6121;
    margin-top: -1px;
}
.megamenu a.dropdown-header {
    padding: 0 30px;
}
.navbar-nav>li>button {
    display: none;
}
.site-sections ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    padding: 0;
}
.site-sections.full ul.nav, .site-sections.full ul ul {
    width: 100%;
    max-width: 1600px;
    text-align: left;
    padding: 0;
    margin: auto;
}
.container-megamenu {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.site-sections ul li {
    display: block;
    font-size: 14px;
    line-height: 32px;
    padding: 0;
    height: 36px;
}

.site-sections.full {
    max-width: 1600px;
}
.site-sections {
    border-top: 2px solid #F2F2F2;
    max-width: 1170px;
    margin: 0 auto;
}
.active>.dropdown-menu {
    display: block;
}
.navbar {
    margin-bottom: 0px;
    min-height: 35px;
    border: none;
    background-color: #fff;
    border-color: #fff;
}
.navbar-default .navbar-nav>.op>a, .navbar-default .navbar-nav>.op>a:focus, .navbar-default .navbar-nav>.op>a:hover {
    color: #111;
    background: #f2f2f2;
    padding: 0 15px;
    line-height: 36px;
}
.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 36px;
}
.navbar {
    margin-bottom: 0px;
    min-height: 35px;
    border: none;
    background-color: #fff;
    border-color: #fff;
}
.navbar-default .navbar-nav>.op>a, .navbar-default .navbar-nav>.op>a:focus, .navbar-default .navbar-nav>.op>a:hover {
    color: #111;
    background: #f2f2f2;
    padding: 0 15px;
    line-height: 36px;
}
.navbar-nav > li > a {
    padding: 0 15px;
    line-height: 36px;
}
.site-sections ul li {
    font-size: 14px;
    line-height: 32px;
    padding: 0;
    height: 36px;
}

.site-sections.full ul ul {
    width: auto;
    max-width: 220px;
    text-align: left;
    margin: auto;
}
.site-sections ul li li {
    font-size: 14px;
    padding: 0;
    height: 26px;
}
.site-sections ul li li a {
    font-size: 14px;
    margin: 5px;
    padding: 0;
}

}

/* Tablet
------------------------- */
@media (max-width: 767px) {
/* AWEB #176501 (START) */
.container img {
    width: 100%;
    height: auto;
}
/* AWEB #176501 (END) */
body h3 {
    font-size: 20px;
}
body h4 {
    font-size: 16px;
}
header #logo {
    width: 50%;
	margin: 0px;
}
.header {
    padding-left: 0;
    padding-right: 0;
}
.phone a {
    margin-right: 0;
    font-size: 14px;
}

.phone, .collmy a {
    margin-right: 0;
    font-size: 14px;
	
}

ul.social.pull-left {
    margin-left: 5px;
}
#footer .cp {
    font-size: 12px;
    line-height: 22px;
}
ul.social.pull-left>li>a {
    font-size: 20px;
    color: #444;
}
.container-megamenu {
    width: 100%;
}
.carousel-inner .item .carousel-caption{
    display: none;
}
#example1 .panel-counter {
    font-size: 16px;
    padding: 5px;
}
.main-calc-frames-list-frame img {
    height: 42px;
    padding: 0 1px;
}
.main-calc-frames-sub-list li {
    margin: 0px;
}
.main-calc-frames-sub-list-frame img {
    height: 42px;
    padding: 0 1px;
}
.main-calc-frames-sub-list-frame {
    padding: 5px;
}
.main-calc-frames-sub-list {
    margin-top: 5px;
}
.site-sections.full ul.nav {
    margin-left: -15px;
    margin-right: -15px;
}
.site-sections.home ul {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.site-sections.home ul.nav {
    margin-left: -15px;
    margin-right: -15px;
}
.site-sections.home {
    margin-right: -15px;
    margin-left: -15px;
}
.site-sections .menu-large:hover {
    margin-top: 0px;
}
#footer {
    font-size: 12px;
}
#example1 .panel-counter {
    font-size: 14px;
    padding: 5px;
}
.as-layer.as-opened p, .as-layer.as-opened a {
    display: none;
}
.nav>li {
    border-bottom: 1px solid #ffffff;
}
.navbar-nav>li>button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: #e7e7e7;
}
.navbar-nav {
    margin: 0px;
}
.navbar-toggle {
    border: none;
    border-radius: unset;
	margin-right: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #444;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #f8f8f8;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 15px;
    font-size: 14px;
}
.navbar-default .navbar-brand {
    color: #444;
}
.navbar {
    margin-bottom: 0;
    border: none;
}
.navbar-nav {
    float: none;
}
#bottom {
    text-align: center;
}
.container-home-map ul:before {
    display: none;
}
body>section#slide-show {
    padding: 0 15px;
}
body>section#slide-show .container {
    padding: 0;
}
.container-contact .media {
    margin-top: 10px;
	margin-bottom: 10px;
}
.container-contact {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
}
.container-contact img {
    width: 100%;
}
.container-contact-text h4 {
    margin-bottom: 10px;
}
#contact .col-md-6:nth-child(even) .media {
    text-align: center;
}
.container-contact .media:nth-child(even) {
    text-align: center;
}
.home-calc {
    height: auto;
    margin-top: 20px;
}
.home-calc-primary {
    margin-bottom: 15px;
}
.home-calc-cat {
    margin-top: 15px;
}
ul.gallery li .preview a p {
    font-size: 18px;
    width: 60%;
}

}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
    /* AWEB #176501 (START) */
    .container img {
        width: 100%;
        height: auto;
    }
    /* AWEB #176501 (END) */
}