/* Базовый контейнер табов */
.tabs {
        padding: 0px;
        margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
font-size: 16px;
        display: none;
        padding: 15px 0px;
        background: #fff;
}
.tabs>section>p {
        margin: 0 0 5px;
        line-height: 1.5;
        color: #000;
 /* прикрутим анимацию */
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
        from {
                opacity: 0;
        }
        to {
                opacity: 1;
        }
}
@keyframes fadeIn {
        from {
                opacity: 0;
        }
        to {
                opacity: 1;
        }
}
/* Прячем чекбоксы */
.tabs>input {
        display: none;
        position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
        display: inline-block;
        margin: 0 0 5px;
        padding: 15px 25px;
        font-weight: 600;
        text-align: center;
        color: #000;
        border: 0px solid #ddd;
        background: #eee;
        text-transform: uppercase;
}
/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabs>label:before {
        font-family: fontawesome;
        font-weight: normal;
        margin-right: 10px;
}
.tabs>label[for*="1"]:before {

}
.tabs>label[for*="2"]:before {

}
.tabs>label[for*="3"]:before {

}
.tabs>label[for*="4"]:before {

}
/* Изменения стиля переключателей вкладок при наведении */
 
.tabs>label:hover {
        color: #d00000;
 cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
        color: #000;
 background: #ffe400;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4, #tab5:checked~#content-tab5, #tab6:checked~#content-tab6, #tab7:checked~#content-tab7, #tab8:checked~#content-tab8, #tab9:checked~#content-tab9, #tab10:checked~#content-tab10, #tab11:checked~#content-tab11, #tab12:checked~#content-tab12, #tab13:checked~#content-tab13, #tab14:checked~#content-tab14, #tab15:checked~#content-tab15, #tab16:checked~#content-tab16, #tab17:checked~#content-tab17, #tab18:checked~#content-tab18, #tab19:checked~#content-tab19, #tab20:checked~#content-tab20, #tab21:checked~#content-tab21, #tab22:checked~#content-tab22, #tab23:checked~#content-tab23, #tab24:checked~#content-tab24, #tab25:checked~#content-tab25 {
 display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/
 
@media screen and (max-width: 680px) {
        .tabs>label {
                font-size: 1.7vw;
        }
        .tabs>label:before {
                margin: 0;
                font-size: 1.7vw;
        }
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
        .tabs>label {
                padding: 5px;
        }
}

.text-medium {
	font-size:16px !important;
	line-height:30px;
	text-align: left;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #fff;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
text-align: center;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/*--Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- reset code --*/
body{
	padding:0;
	margin:0;
	background:#FFF;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
}	
p{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- /reset code --*/
body {
	font-family: 'Roboto Condensed', sans-serif;
}
body p {
	color:#999;
	font-weight:300;
}
/*-- top bar --*/
.topbar-w3ls {
	background-color:transparent;
	position: absolute;
    width: 100%;
    z-index:1000;
    top:0px;
	text-align:center;
}
.top-agileits {
    margin-top: -45px;
	margin-bottom:10px;
	text-align:justify;
}
a.logo {
    display: inline-block;
    text-align: center;
    text-decoration: none;
	padding-top:40px;
}
a.logo h1 {
	font-size:40px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
a.logo h1 i.fa {
	font-size: 25px;
    color: #fff;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    margin: -7px 7px 0;
    vertical-align: middle;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.topbar-w3ls .top-w3l1 {
	float:left;
}
.topbar-w3ls .top-w3l2 {
	float:right;
}
.topbar-w3ls .top-w3l1 span {
	font-size:35px;
	color:#fff;
	margin:0;
	text-align:center;
	vertical-align:middle;
}
.topbar-w3ls .top-w3l1 p.agile1 {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin: -35px 0 3px 50px;
}
.topbar-w3ls .top-w3l1 p.agile2 {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin:0 0 0 50px;
}
.topbar-w3ls .top-w3l2 span {
	font-size:35px;
	color:#fff;
	margin:0;
	text-align:center;
	vertical-align:middle;
}
.topbar-w3ls .top-w3l2 p.agileits1 {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin: -35px 0 3px 50px;
}
.topbar-w3ls .top-w3l2 p.agileits2 {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	margin:0 0 0 50px;
}
/*-- /top bar --*/
/*-- navigation --*/
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index:inherit;
}
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}
ul.nav.navbar-nav {
    float: none;
    text-align: center;
}
ul.nav.navbar-nav li {
    float: none;
    display:inline-block;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.navbar-wrapper {
	margin-top: 125px;
}
	.navbar-wrapper .container {
	padding-right: 15px;
    padding-left: 15px;
}
	.navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
}
	.navbar-wrapper .navbar {
    border-radius: 4px;
}
}

.navbar-nav>li>a {
	font-size:17px;
	font-weight:normal;
	color:#fff!important;
	position:relative;
	padding: 10px 20px;
	font-family: 'Roboto Condensed', sans-serif;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color:transparent;
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.cl-effect-7 a::before,
.cl-effect-7 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background:#d00000;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85);
z-index:50;
}
.cl-effect-7 a::after {
	opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
}
.cl-effect-7 a:hover::before,
.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::before,
.cl-effect-7 a:focus::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::after {
	top: 0%;
	opacity: 1;
}
/*-- /navigation --*/
/*-- banner --*/
section.banner-w3ls,#block {
    position: relative;
    height: 925px;
	width:100%;
}
* {
	box-sizing: border-box;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: rgba(0, 0, 0, 0.7);
	padding-left: 6%;
	padding-right: 6%;
	display: table;
}
.overlay h2 {
	font-size:65px;
	font-weight:normal;
	color: #fff;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.3;
	padding-top:270px;
	padding-bottom:35px;
	text-transform:uppercase;
}
.overlay h3 {
	font-size:35px;
	font-weight:normal;
	color: #fff;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.3;
	text-transform:uppercase;
}
.overlay p {
	font-size: 16px;
    color: #fff;
    line-height: 35px;
    padding: 30px;
    width: 900px;
    margin: -20px auto 0;
	position:relative;
}
/*-- /banner --*/
/*-- about --*/
section.about-wthree {
	padding:100px 0;
}
section.about-wthree h3.text-center {
	font-size:35px;
	font-weight:normal;
	color:#000;
	padding:30px 0;
	font-family: 'Roboto Condensed', sans-serif;
}
section.about-wthree p.text-center {
	font-size:16px;
	line-height:30px;
}
section.about-wthree h3.text-left {
	font-size:35px;
	font-weight:normal;
	color:#000;
	padding:30px 0;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
}
section.about-wthree p.text-left {
	font-size:16px;
	line-height:30px;
	text-align: left;
}
p.text-left img {
	max-width: 100% !important;
}
section.about-wthree .grid {
	padding: 0px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
section.about-wthree .grid li {
	display: inline-block;
    margin: 0;
    text-align:center;
    position: relative;
	width:100%;
}
section.about-wthree .grid figure {
	margin: 0;
}
section.about-wthree .grid figure img {
	display: block;
}
section.about-wthree .grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background:url(../images/about-img.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	color: #ed4e6e;
}
section.about-wthree .grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}
section.about-wthree .grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
}
section.about-wthree .cs-style-1 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
section.about-wthree .cs-style-1 figure:hover figcaption,
section.about-wthree .cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(-15px, 15px);
	-moz-transform: translate(-15px, 15px);
	-ms-transform: translate(-15px, 15px);
	transform: translate(-15px, 15px);
}
section.about-wthree .cs-style-1 figcaption h3 {
	margin-top: 70px;
}
section.about-wthree .cs-style-1 figcaption span {
	display: block;
}
section.about-wthree .cs-style-1 figcaption a {
	margin-top: 150px;
	font-family: 'Roboto Condensed', sans-serif;
}
/*-- /about --*/
/*-- divider --*/
section.divider-wthree {
	padding:100px 0;
	background:url(../images/divide.jpg) no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:100% 100%;
	-webkit-background-size:cover;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
}
section.divider-wthree h3.text-center {
	font-size:30px;
	font-weight:normal;
	color:#fff;
	padding-bottom:20px;
	font-family: 'Roboto Condensed', sans-serif;
}
section.divider-wthree p.text-center {
	font-size:16px;
	color:#fff;
	line-height:30px;
}
/*-- /divider --*/
/*-- services --*/
section.service-agileinfo {
	padding:50px 0;
}
section.service-agileinfo h3.text-center {
	font-size:40px;
	font-weight:normal;
	color:#000;
	padding-bottom:40px;
	font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
}
section.service-agileinfo img.img-responsive {
	width: 100px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
}
section.service-agileinfo h4.text-center {
	padding-top: 20px;
	font-size:22px;
	font-weight:normal;
	color:#000;
	padding-bottom:20px;
	font-family: 'Roboto Condensed', sans-serif;
}
section.service-agileinfo p.text-center {
	font-size:14px;
	line-height:30px;
}
/*-- /services --*/
/*-- gallery --*/
section.gallery-info {
	padding:100px 0;
	background:url(../images/gallery-img.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	-webkit-background-size:cover;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
}
section.gallery-info h3.text-center {
	font-size:40px;
	font-weight:normal;
	color:#000;
	padding-bottom:40px;
	font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
}
.demo { 
	margin: 0px auto; 
	max-width:100%;
}
.demo > li {
	float:left;
}
.demo > li img { 
	width:264px; 
	margin:10px; 
	cursor:pointer;
} 
/*-- /gallery --*/
/*-- team --*/
section.team-w3 {
	padding:50px 0;
}
section.team-w3 h3.text-center {
	font-size:40px;
	font-weight:normal;
	color:#000;
	padding-bottom:40px;
	font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
}
section.team-w3 h4 {
	margin: 0;
    padding:15px 0;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
	font-family: 'Roboto Condensed', sans-serif;
}
section.team-w3 ul.social-icons1 {
	text-align:center;
}
section.team-w3 ul.social-icons1 li {
	display:inline;
}
section.team-w3 ul.social-icons1 li a  {
	text-decoration:none;
}
section.team-w3 ul.social-icons1 li a i.fa {
	font-size: 16px;
    line-height: 36px;
    width: 40px;
    color: #d00000;
    height: 40px;
    border: 1px solid #d00000;
    text-align: center;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
section.team-w3 ul.social-icons1 li a i.fa:hover {
	background-color:#d00000;
	border: 1px solid #d00000;
	color:#fff;
}
/*-- /team --*/
/*-- map section --*/
section.map-w3 iframe.googlemaps {
	width:100%;
	height:400px;
}
/*-- /map section --*/
/*-- contact us --*/
section.contact-w3-agileits {
	padding:100px 0;
	background:url(../images/contact.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	-webkit-background-size:cover;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
}
section.contact-w3-agileits h3.text-center {
	font-size:40px;
	font-weight:normal;
	color:#fff;
	padding-bottom:40px;
	font-family: 'Roboto Condensed', sans-serif;	
}
section.contact-w3-agileits h4 {
	font-size:25px;
	font-weight:normal;
	color:#fff;
	padding-bottom:20px;
	line-height:35px;
	font-family: 'Roboto Condensed', sans-serif;	
}
input#email1 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border-color:#e2d1b4;
    padding: 0 20px;
	text-align:center;
    margin-bottom: 20px;
	background:rgba(167, 129, 116, 0.31);
}
button.btn.btn-outline.btn-lg {
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    background-color: #111;
    font-family: 'Roboto Condensed', sans-serif;
}
button.btn.btn-outline.btn-lg:hover {
	background-color:#430000;
	color:#fff;
}
button.btn.btn-outline.btn-lgb {
    width: auto;
    height: 45px;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    background-color: #d00000;
    font-family: 'Roboto Condensed', sans-serif;
}
button.btn.btn-outline.btn-lgb:hover {
	background-color: #430000;
	color:#fff;
}
input#name,input#email2,input#phone {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    border-color:#e2d1b4;
    padding: 0 10px;
	background:rgba(167, 129, 116, 0.31);
}
textarea.form-control {
    height: auto;
    width: 100%;
    color: #fff;
    border-color:#e2d1b4;
	background:rgba(167, 129, 116, 0.31);
}
button.btn-outline3 {
    height: 45px;
    line-height: 45px;
	display: inline-block;
    color: #fff;
	border: 1px solid #e2d1b4;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 20px;
    background: rgba(167, 129, 116, 0.31);
	border-radius: 6px;
	text-transform: uppercase;
}
button.btn-outline2 {
    float: right;
    width: 200px;
    height: 45px;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    background-color:#d00000;
    border-color:#d00000;
	font-family: 'Roboto Condensed', sans-serif;	
}
button.btn-outline2:hover {
	background-color:#430000;
}
input::-webkit-input-placeholder {
color: #fff !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
input:-ms-input-placeholder {  
color: #fff !important;  
}
textarea::-webkit-input-placeholder {
color: #fff !important;
}
 
textarea::-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
textarea::-ms-input-placeholder {  
color: #fff !important;  
}
/*-- /contact us --*/
/*-- footer --*/
section.footer-w3-agileits {
	padding:50px 0;
	background-color:#000;
}
section.footer-w3-agileits ul.w3-agile {
	
}
section.footer-w3-agileits ul.w3-agile li {
	display:inline;
}
section.footer-w3-agileits ul.w3-agile li a {
	color:#fff;
	text-decoration:none;
	font-size:16px;
	padding:10px 15px;
	font-weight:normal;
}
section.footer-w3-agileits ul.w3-agile li a:hover {
	background-color:#d00000;
	color:#fff;
}
ul.social-icons2 {
    text-align: right;
}
section.footer-w3-agileits ul.social-icons2 li {
	display:inline;
}
section.footer-w3-agileits ul.social-icons2 li a i.fa {
	font-size: 16px;
    line-height: 36px;
    width: 40px;
    color: #fff;
    height: 40px;
    border: 1px solid #fff;
    text-align: center;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
section.footer-w3-agileits ul.social-icons2 li a i.fa:hover {
	background-color:#d00000;
	border: 1px solid #d00000;
	color:#fff;
}
section.footer-w3-agileits p.text-center {
	font-size:16px;
	font-weight:normal;
	color:#fff;
	line-height:30px;
	padding-top:20px;
}
section.footer-w3-agileits p.text-center a  {
	color:#d00000;
	text-decoration:none;
}
section.footer-w3-agileits p.text-center a:hover  {
	color:#430000;
}
/*-- /footer --*/
/*-- back to top --*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.55) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  background-size:70%;
  border:1px solid #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}
/*-- /back to top --*/

/*-- responsive design --*/
@media (max-width:1600px) {
section.banner-w3ls,#block  {
	height: 776px;
}
section.about-wthree .cs-style-1 figcaption a {
    margin-top: 163px;
}
.overlay h2 {
	padding-top:15%;
}
}

@media (max-width: 1440px) {
section.banner-w3ls,#block  {
    height: 790px;
}
}

@media (max-width: 1366px) {
section.banner-w3ls,#block  {
    height: 769px;
}
}

@media (max-width: 1280px) {
section.banner-w3ls,#block  {
    height: 801px;
}
}

@media (max-width: 1080px) {
section.banner-w3ls,#block  {
    height: 700px;
}
.demo > li img {
    width: 215px;
}	
.topbar-w3ls .top-w3l1 span {
    font-size: 30px;
}
.topbar-w3ls .top-w3l1 p.agile1 {
    font-size: 13px;
    margin: -32px 0 2px 40px;
}
.topbar-w3ls .top-w3l1 p.agile2 {
    font-size: 13px;
	margin: 0 0 0 40px;
}
.topbar-w3ls .top-w3l2 span {
    font-size: 30px;
}
.topbar-w3ls .top-w3l2 p.agileits1 {
    font-size: 13px;
    margin: -32px 0 2px 40px;
}
.topbar-w3ls .top-w3l2 p.agileits2 {
    font-size: 13px;
	margin: 0px 0 0px 40px;
}
.cl-effect-2 a span {
	width:125px;
}
.overlay h2 {
    font-size: 50px;
}
.overlay h3 {
    font-size: 30px;
}
.overlay p {
    font-size: 14px;
}
section.about-wthree .cs-style-1 figcaption a {
    margin-top: 130px;
}
section.about-wthree p.text-center {
    font-size: 14px;
}
section.divider-wthree p.text-center {
    font-size: 14px;
}
section.about-wthree,section.service-agileinfo,section.gallery-info,section.team-w3,section.contact-w3-agileits {
    padding: 40px 0;
}
section.divider-wthree {
    padding: 80px 0;
}
section.service-agileinfo h3.text-center,section.gallery-info h3.text-center,section.team-w3 h3.text-center,section.contact-w3-agileits h3.text-center {
    font-size: 35px;
}
section.service-agileinfo h4.text-center {
    font-size: 18px;
	padding-bottom:10px;
}
.img-box ul li {
	width:235px;
}
section.team-w3 .grid {
	padding-bottom:30px;
}
section.team-w3 .grid figcaption h4 {
	font-size:17px;
	margin-top: 82%;
}
section.team-w3 .cs-style-7 figcaption ul.social-icons1 li a i.fa {
	width:34px;
	height:34px;
	line-height:34px;
}
section.team-w3 .grid figcaption {
	padding:5px;
}
section.contact-w3-agileits h4 {
    font-size: 20px;
}
section.footer-w3-agileits ul.w3-agile li a { 
	font-size:15px;
}
section.footer-w3-agileits p.text-center {
    font-size: 14px;
}
.mag {
	margin: 64px auto 0;
}
}

@media (max-width:1024px) {
	.overlay {
	padding:0;
}
section.banner-w3ls, #block {
    height: 675px;
}
.overlay h2 {
    font-size: 45px;
}
}

@media (max-width: 991px) {
	.overlay h2 {
    font-size: 35px;
	padding: 240px 0 50px;
}
section.banner-w3ls,#block  {
    height: 600px;
}
.cl-effect-2 a span {
    width: 100%;
}
.navbar-nav>li>a {
    font-size: 16px;
	padding: 10px 25px;
}
.overlay h3 {
    font-size: 25px;
}
section.about-wthree p.text-center {
    font-size: 14px;
    padding-bottom: 30px;
}
section.about-wthree, section.service-agileinfo, section.gallery-info, section.team-w3, section.contact-w3-agileits {
    padding: 35px 0;
}
section.about-wthree h3.text-center {
	padding:0 0 20px;
}
section.about-wthree h3.text-left {
	padding:0 0 20px;
}
section.about-wthree .cs-style-1 figcaption a {
    margin-top: 240px;
}
section.service-agileinfo p.text-center {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 30px;
}
section.service-agileinfo {
	padding:35px 0 0;
}
.img-box ul li {
    width: 240px;
}
.col-lg-3.col-md-3.col-sm-6.team-w3l1 {
    padding-bottom: 40px;
}
section.team-w3 .cs-style-7 figure:hover figcaption, section.team-w3 .cs-style-7 figure.cs-hover figcaption {
	height:135%;
}
section.team-w3 .grid figcaption h4 {
	margin-top:80%;
}
button.btn.btn-outline.btn-lg {
	margin-bottom:40px;
}
button.btn.btn-outline.btn-lgb {
	margin-bottom:40px;
}
.col-lg-8.col-md-8.contact-w3l2 {
    padding: 0;
}
section.footer-w3-agileits ul.w3-agile {
    text-align: center;
}
ul.social-icons2 {
    text-align: center;
    padding-top: 25px;
}
.demo > li img {
    width: 160px;
}
}

@media (max-width:900px) {
	.overlay p {
    font-size: 14px;
    width: 750px;
}
.overlay p:before,.overlay p:after {
	width:195px;
}
}

@media (max-width:800px) {
.overlay p {
    font-size: 14px;
    width: 710px;
	padding: 20px 30px;
}
.overlay p:before, .overlay p:after {
    width: 170px;
}
}

@media (max-width: 768px) {
	section.banner-w3ls,#block {
	height:570px!important;
}
}

@media (max-width: 767px) {
	ul.nav.navbar-nav li {
    float: none;
    display: block;
}
ul.nav.navbar-nav {
	margin:0;
	padding:0;
	background-color:rgba(0,0,0,0.7);
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}	
a.logo {
	padding-top:25px;
}
.navbar-wrapper {
	top:70px;
}
a.logo h1 {
    font-size: 35px;
}
a.logo h1 i.fa {
    font-size: 20px;
	width: 40px;
    height: 40px;
	line-height:40px;
    margin: -7px 0px 0;
}
.top-agileits {
    margin-top: -40px;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	text-align:center;
}
.navbar-toggle {
	float:none;
	margin:0;
}
}

@media (max-width: 736px) {
section.banner-w3ls,#block {
	height:350px!important;
}
.overlay h2 {
    font-size: 40px;
    padding-top: 130px;
    padding-bottom: 15px;
}
section.about-wthree h3.text-center {
    padding: 0 0 10px;
	font-size:30px;
}
section.about-wthree h3.text-left {
    padding: 0 0 10px;
	font-size:30px;
}
section.service-agileinfo h3.text-center, section.gallery-info h3.text-center, section.team-w3 h3.text-center, section.contact-w3-agileits h3.text-center {
    font-size: 30px;
	padding-bottom:20px;
}
.img-box ul li {
    width: 229px;
}
.col-lg-3.col-md-3.col-sm-6.team-w3l1 {
    padding-bottom: 40px;
    width: 50%;
    float: left;
}
.col-lg-3.col-md-3.col-sm-6.team-w3l2 {
    width: 50%;
    float: left;
}
button.btn-outline2 {
    float: none;
    width: 100%;
}
.overlay p {
    display:none;
}
.demo > li img {
    width: 209px;
}
section.about-wthree .cs-style-1 figcaption a {
    margin-top: 190px;
}
.pictures_eyes_in img {
    width: 560px!important;
}
}

@media (max-width: 667px) {
.overlay h2 {
    font-size: 35px;
    padding-top: 135px;
    padding-bottom: 25px;
}
section.banner-w3ls, #block {
    height: 375px!important;
}
.img-box ul li {
    width: 206px;
}
.demo > li img {
    width: 186px;
}
.pictures_eyes_in .prev, .pictures_eyes_in .next {
	top:43%;
}
}

@media (max-width: 640px) {
section.banner-w3ls, #block {
    height: 350px!important;
}
.img-box ul li {
    width: 296px;
}
.demo > li img {
    width: 177px;
}
.pictures_eyes_in img {
    width: 445px!important;
}
.mag {
    margin: 85px auto 0;
}
section.about-wthree .cs-style-1 figcaption a {
    margin-top: 170px;
}
.pic {
	width: 440px;
}
.view-port {
	width: 540px;
	height: 345px;
}
.pre span, .next span {
	margin-top: 122px;
	line-height: 46px;
}
.close span {
	width: 39px;
	margin: 18px auto;
}
.close {
	top: 13px;
	left: 90%;
	width: 40px;
    height: 40px;
}
section.map-w3 iframe.googlemaps {
	height:300px;
}
section.contact-w3-agileits h3.text-center {
	padding-bottom:23px;
}
}

@media (max-width: 600px) {
	.pictures_eyes_in img {
    width: 400px!important;
}
.demo > li img {
    width: 164px;
}
.overlay p {
    display: none;
}
section.banner-w3ls, #block {
    height: 364px!important;
}
.overlay h2 {
    font-size: 35px;
    padding-top: 150px;
    padding-bottom: 20px;
}
section.about-wthree .cs-style-1 figcaption a {
    margin-top: 155px;
}
.img-box ul li {
    width: 276px;
}
.mag {
    margin: 80px auto 0;
}
section.team-w3 .cs-style-7 figure:hover figcaption, section.team-w3 .cs-style-7 figure.cs-hover figcaption {
    height: 140%;
}
}

@media (max-width: 568px) {
section.banner-w3ls, #block {
    height: 280px!important;
}
section.divider-wthree {
    padding: 50px 0;
}
section.divider-wthree h3.text-center {
    font-size: 30px; 
	padding-bottom:15px;
}
.overlay h2 {
    font-size: 30px;
    padding-top: 130px;
    padding-bottom: 15px;
}
.img-box ul li {
    width: 260px;
}
.col-lg-3.col-md-3.col-sm-6.team-w3l1 {
    padding-bottom: 70px;
    width: 50%;
    float: left;
}
.overlay h3 {
    font-size: 20px;
}
.demo > li img {
    width: 153px;
}
}

@media (max-width: 480px) {
a.logo h1 {
    font-size: 30px;
}
a.logo h1 i.fa {
    font-size: 17px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    margin: -7px 0px 0;
}
.top-agileits {
    margin-top: 11px;
}
section.about-wthree .cs-style-1 figcaption a {
    margin-top: 125px;
}
section.divider-wthree h3.text-center {
    font-size: 25px;
    padding-bottom: 15px;
}
section.divider-wthree {
	background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
}
.img-box ul li {
    width: 100%;
}
.mag {
    margin: 125px auto 0;
}
.col-lg-3.col-md-3.col-sm-6.team-w3l1,.col-lg-3.col-md-3.col-sm-6.team-w3l2 {
    padding-bottom: 30px;
    width: 100%;
    float: left;
}
section.team-w3 .cs-style-7 figure:hover figcaption, section.team-w3 .cs-style-7 figure.cs-hover figcaption {
    height: 130%;
}
section.map-w3 iframe.googlemaps {
    width: 100%;
    height: 250px;
}
section.service-agileinfo h3.text-center, section.gallery-info h3.text-center, section.team-w3 h3.text-center, section.contact-w3-agileits h3.text-center {
	padding-bottom:20px;
}
section.footer-w3-agileits ul.w3-agile li a {
	display:inline-block;
}
section.footer-w3-agileits {
    padding: 30px 0;
}
#lightninBox {
	padding:7px;
}
.demo > li img {
    width: 196px;
}
.pictures_eyes {
	left:0!important;
}
}

@media (max-width: 414px) {
.overlay h2 {
    font-size: 27px;
    padding-top: 135px;
    padding-bottom: 15px;
}
section.divider-wthree h3.text-center {
    font-size: 20px;
    padding-bottom: 15px;
}
section.divider-wthree {
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
}
section.about-wthree .cs-style-1 figcaption a {
    margin-top: 95px;
}
.mag {
    margin: 105px auto 0;
}
section.team-w3 .cs-style-7 figure:hover figcaption, section.team-w3 .cs-style-7 figure.cs-hover figcaption {
    height: 133%;
}
section.team-w3 {
	padding:35px 0 0;
}
section.contact-w3-agileits {
	text-align:center;
}
input#name, input#email2, input#phone {
	text-align:center;
}
textarea.form-control {
	text-align:center;
}
.navbar-collapse.in {
    overflow-y: hidden;
}
.topbar-w3ls .top-w3l1 span {
    font-size: 25px;
}
.topbar-w3ls .top-w3l1 p.agile1 {
    font-size: 11px;
    margin: -26px 0 2px 35px;
}
.topbar-w3ls .top-w3l1 p.agile2 {
    font-size: 11px;
    margin: 0 0 0 35px;
}
.topbar-w3ls .top-w3l2 span {
    font-size: 25px;
}
.topbar-w3ls .top-w3l2 p.agileits1 {
    font-size: 11px;
    margin: -26px 0 2px 35px;
}
.topbar-w3ls .top-w3l2 p.agileits2 { 
	font-size: 11px;
	margin: 0 0 0 35px;
}
a.logo h1 i.fa {
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 23px;
    margin: -5px -2px 0;
}
a.logo h1 {
    font-size: 26px;
}
.demo > li img {
    width: 345px;
}
}

@media (max-width: 384px) {
section.about-wthree .cs-style-1 figcaption a {
    margin-top: 85px;
}
.mag {
    margin: 95px auto 0;
}
.demo > li img {
    width: 315px;
}
.overlay h2 {
    font-size: 25px;
    padding-top: 135px;
    padding-bottom: 15px;
}
.pictures_eyes_in img {
    width: 320px!important;
}
}

@media (max-width: 375px) {
section.banner-w3ls, #block {
    height: 255px!important;
}
section.about-wthree .cs-style-1 figcaption a {
    margin-top: 80px;
}
.demo > li img {
    width: 305px;
}
.pictures_eyes_in .prev, .pictures_eyes_in .next {
	top: 40%;
}
}

@media (max-width:320px) {
	.navbar-toggle {
    float: none;
    margin: -10px 0 0;
}
.overlay h2 {
    font-size: 20px;
    padding-top: 145px;
    padding-bottom: 10px;
}
.overlay h3 {
    font-size: 17px;
}
.demo > li img {
    width: 252px;
}
section.banner-w3ls, #block {
    height: 225px!important;
}
a.logo {
    padding-top: 13px;
}
.navbar-wrapper {
    top: 100px;
}
section.about-wthree, section.service-agileinfo, section.gallery-info, section.team-w3, section.contact-w3-agileits {
    padding: 25px 0;
}
section.about-wthree p.text-center {
    font-size: 13px;
    padding-bottom: 30px;
}
section.about-wthree .cs-style-1 figcaption a {
    margin-top: 60px;
}
section.divider-wthree p.text-center {
    font-size: 13px;
}
section.service-agileinfo h3.text-center, section.gallery-info h3.text-center, section.team-w3 h3.text-center, section.contact-w3-agileits h3.text-center {
    font-size: 25px;
}
section.about-wthree h3.text-center {
    padding: 0 0 10px;
    font-size: 25px;
}
section.about-wthree h3.text-left {
    padding: 0 0 10px;
    font-size: 25px;
}
section.service-agileinfo p.text-center {
    font-size: 13px;
}
.mag {
    margin: 70px auto 0;
}
section.team-w3 .cs-style-7 figure:hover figcaption, section.team-w3 .cs-style-7 figure.cs-hover figcaption {
    height: 140%;
}
.col-lg-3.col-md-3.col-sm-6.team-w3l1, .col-lg-3.col-md-3.col-sm-6.team-w3l2 {
    padding-bottom: 30px;
    width: 100%;
    float: left;
}
section.contact-w3-agileits h4 {
    font-size: 15px;
}
section.footer-w3-agileits ul.w3-agile li a {
    font-size: 14px;
}
section.footer-w3-agileits p.text-center {
    font-size: 13px;
}
.pictures_eyes_in img {
    width: 275px!important;
}
section.team-w3 h4 {
    font-size: 18px;
}
}








/*-- /responsive design --*/

table.topazCells {
  background-color: #FFFFFF;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.topazCells td, table.topazCells th {
  border: 1px solid #FFFFFF;
  padding: 10px 0px;
}
table.topazCells tbody td {
  font-weight: bold;
  color: #222222;
}
table.topazCells tr:nth-child(even) {
  background: #DDDDDD;
}
table.topazCells tfoot td {
  font-size: 13px;
}
table.topazCells tfoot .links {
  text-align: right;
}
table.topazCells tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #d00000;
  padding: 2px 8px;
  border-radius: 5px;
}

.show-on-mobile { display: none; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .show-on-mobile { display: inline; }}

.hide-on-mobile { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .hide-on-mobile { display: none; }}

.meropr{
widht: 100%;
height: 400px;
background: url(/images/meropr.jpg);
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center;
}