@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);



ul {
    list-style: none;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}


/* Styles
---------------------------------*/

@font-face{
  font-family: 'Alte DIN 1451 Mittelschrift';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/altedin1451mittelschrift-webfont.woff') format('woff'),
  url('../fonts/altedin1451mittelschrift.ttf') format('truetype'),
  url('../fonts/fontawesome-webfont.svg#webfont') format('svg');
}




body {
    background: #111111;
    font-family: 'Alte DIN 1451 Mittelschrift';
    font-size:18px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0;
    
}



h5 {
    font-family: 'Alte DIN 1451 Mittelschrift';
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 10px 0;
}



h2 {
    font-size: 38px;
    color: #31c5f9;
    font-family: 'Alte DIN 1451 Mittelschrift';
    font-weight: bold;
    margin:0px 0 0px 0;
    text-align: center;
}

h3 {
    font-family: 'Alte DIN 1451 Mittelschrift';
    font-weight: bold;
    color: #000;
    font-size: 18px;
    margin: 0 0 25px 0;
}

h6 {
    font-size: 16px;
    color: #31c5f9;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /*text-align: center;
    margin: 0 0 60px 0;*/
}

h1 {
    font-size: 16px;
    color: #31c5f9;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0 0;
}

p {
    line-height: 22px;
    margin: 0;
    font-size: 22px;
}


.center {
    text-align: center
}

.tran {
    filter: opacity(38%);
    line-height: 5px;
    margin: 0 0 20px 0;
}

.tran2 {
    filter: opacity(38%);
}

.limon {
    font-size: 38px;
    color: #DADADA;
    font-family: 'Alte DIN 1451 Mittelschrift';
    font-weight: bold;
    margin: 0px 0 50px 0;
    text-align: center;
}

.limon2 {
    font-size: 38px;
    color: #DADADA;
    font-family: 'Alte DIN 1451 Mittelschrift';
    font-weight: bold;
    margin: 50px 0 50px 0;
    text-align: center;
}

/* Header Styles
---------------------------------*/
#header_wrapper {
    background: #111111;
    padding: 20px 0px;
}

.header_box {
    position: relative;
}

.logo {
    float: left;
    margin-top: 8px;
	position: relative;
	z-index: 2;
}

.res-nav_click {
    display: none;
}
	

/* Nav Styles
---------------------------------*/
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    border: 0px solid #fff;
    min-height: 40px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #AAAAAA;
}

.navStyle {
    float: right;
}

.navStyle ul {
    list-style: none;
    padding: 0px;
}

.navStyle ul li {
    display: inline-block;
    margin: 0 5px;
}

.navStyle ul li:first-child {
	/*margin:0px;*/
}

.navStyle ul li:last-child {
    margin: 0 0 0 23px;
}

.navStyle ul li a {
    display: block;
    font-size: 14px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

    .navStyle ul li a:hover {
        color: #13b1e8;
    }

    .navStyle > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        color: #13b1e8;
        background-color: transparent;
    }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #13b1e8;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #13b1e8;
    background-color: transparent;
}

.navStyle > li.active > a,
.navStyle > li.active > a:hover {
    text-decoration: none;
    color: #13b1e8;
    background-color: transparent;
}

.borderLeft {
    border-left: 1px solid #DADADA;
}

.borderTop {
    margin-top: 30px;
    border-top: 1px solid #DADADA;
}

.mrgTop {
    margin-top: 30px;
}
/* Top_content
---------------------------------*/

.top_cont_outer {
    position: relative;
}

    .top_cont_outer::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/por1.png); /* Задний фон */
        background-position: center;
        background-attachment: fixed;
        filter: blur(5px); /* Применяем размытие только к заднему фону */
        z-index: -1; /* Разместить псевдоэлемент под контентом */
    }



.hero_section {
    position: relative;
    padding-top: 50px;
}

.white_pad {
    position: relative;
    right: 0px;
    bottom: 0px;
}

.white_pad img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.top_left_cont {
    padding: 110px 0;
}

    .top_left_cont h3 {
        font-size: 16px;
        color: #13b1e8;
        margin: 0 0 20px 0;
        text-align: left;
        font-weight: 700;
    }

.top_left_cont h2 {
    font-size: 40px;
    color: #FFF;
    line-height: 52px;
    margin: 0 0 26px 0;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

.top_left_cont h2 strong {
    font-weight: 700;
}

    .top_left_cont p {
        font-size: 20px;
        font-weight: 700;
        color: #FFF;
        margin: 0 0 30px 0;
        line-height: 26px;
    }

a.read_more2 {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 16px;
    width: 178px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

a.read_more2:hover {
    background: #fff;
    color: #df0031;
    border: 1px solid #fff;
}

#limon-container {
    resize:40px;
    top: 0;
    left: 0;
    z-index: 9999;
}

    #limon-container img {
        max-width: 300px;
        max-height: 300px;
        transform: rotate(10deg) translateX(645px) translateY(-550px);
    }


     /**/



#service {
    padding: 60px 0px;
    background-position: center;
    background-size: 150%;
    background-color: #000;
    background-image: url('../images/por3.png');
}

#plus {
    background-position: center;
    background-size:cover;
    background-color: #000;
    background-image: url('../images/por4.png');
}

/* Services
---------------------------------*/




.service_wrapper {
    padding: 40px 0 40px;
}

.service_section {
}

.service_block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.service_icon {
    border: 2px solid #df0031;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0px auto 25px;
}

.service_icon.icon2 {
    border: 2px solid #df0031;
}

.service_icon.icon3 {
    border: 2px solid #df0031;
}

.service_icon span {
    background: transparent;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.service_icon i {
    color: #df0031;
    font-size: 40px;
    margin-top: 0;
    position: relative;
    top: 20px;
    z-index: 20;
}

.service_block h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    margin: 35px 0 18px;
}

.service_block p {
    font-size: 16px;
    color: #888888;
    margin: 0px;
}
	


/* Latest Work
---------------------------------*/


#work_outer {
    background: #f9f9f9;
    padding: 70px 0px;
    position: relative;
}

.work_pic {
    position: absolute;
    right: 0;
    top: 25%;
    width: 50%;
}

.inner_section {
    padding: 20px 0 0px;
}

.service-list {
    padding: 0 0 0 0;
    font-size: 14px;
    margin-bottom: 40px;
}

.service-list-col1 {
    float: left;
    width: 60px;
    text-align: center;
}

.service-list-col1 i {
    display: block;
    color: #888;
    font-size: 19px;
    font-style: normal;
    line-height: 20px;
}

.service-list-col2 {
    overflow: hidden;
}

.page_section.alabaster {
    background: #fafafa;
}

.work_bottom {
    padding: 20px 0 0 0px;
}

.work_bottom span {
    font-size: 18px;
    color: #333333;
    display: block;
    margin: 0 0 20px 0;
}



a.contact_btn {
    margin: 20px auto 0 auto;
    background: #fff;
    text-transform: uppercase;
    display: block;
    width: 176px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #052033;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: 2px solid #B8FFFF;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a.contact_btn:hover
{
    background: #B8FFFF;
    color: #052033;
}

a.contact_btn2 {
    margin: 20px auto 40px auto;
    background: #fff;
    text-transform: uppercase;
    display: block;
    width: 176px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #052033;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: 2px solid #B8FFFF;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a.contact_btn2:hover
{
    background: #B8FFFF;
    color: #052033;
}




.input-text {
    background: transparent;
}



img {
    max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.page_section.paddind {
    padding-bottom: 60px;
}


/* Happy Clients
---------------------------------*/



#clients {
    padding: 60px 0px;
}

.client_area {
    width: 960px;
    margin: 0px auto;
}

.client_section {
    padding: 35px 0 0 0;
}

.client_section.btm {
    padding: 20px 0 0 0;
}

.client_profile {
    float: left;
    text-align: center;
}

.client_profile.flt {
    float: right;
}

.client_profile_pic {
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    margin: 0 0 15px 0;
    width: 220px;
    height: 220px;
}

.client_profile_pic img {
    border-radius: 50%;
    border: 3px solid #f5f5f5;
}

.client_profile h3 {
    font-size: 18px;
    color: #49b5e7;
    margin: 0 0 0 0;
}

.client_profile span {
    display: block;
    font-size: 16px;
    color: #888888;
}

/* Clients
---------------------------------*/


.client_logos { 
    background: #D48D38; 
    padding: 15px 0; 
} 

.client_logos ul { 
    padding: 0; 
    margin: 0; 
    list-style: none; 
    text-align: center; 
} 

.client_logos ul li { 
    display: inline-block; 
    margin: 0 25px; 
    padding: 11px 0;
    text-align: center;
    vertical-align: top; /* Выравниваем по верхнему краю для корректного расположения */
}

.client_logos ul li img { 
    vertical-align: middle; 
}

.client_logos ul li .content {
    display: inline-block;
    vertical-align:middle; /* Выравниваем по верхнему краю для корректного расположения */
    margin-left: 10px;  /* Отступ слева от изображения */
    text-align: left;  /* Располагаем текст слева */
}



.page_section.review {
    padding: 60px 0;
    height:700px; /*тоже сменить*/
}

.page_section.review h6 {
    margin-bottom: 10px;
    
}



/* Team
---------------------------------*/
.team_section {
    max-width: 993px;
    height:30px;
    margin: 0 auto;
}

.team_area {
    width: 30.66%;
    margin-right: 3.82979%;
    height: 430px; /*сменть*/
    overflow: hidden;
    text-align: center;
    float: left;
    background-color:rgba(255,255,255,0.5);
}

.team_area span {
    margin-bottom: 24px;
    display: inline-block;
}

.team_area:nth-of-type(3n+0) {
    margin: 0;
}

.team_box {
    width: auto;
    height: auto;
    position: relative;
    border-radius: 50%;
    margin: 25px 7px 25px 7px;
}

.team_box_shadow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    height: 26%;
    z-index: 10;
    bottom: 0px;
}

.team_box_shadow a {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #df0031;
}
/*
.team_box:hover .team_box_shadow {
    box-shadow: inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
*/
/*
.team_box:hover ul {
    display: block;
    opacity: 1;
}
*/

.team_box img {
    display: block;
    border-radius: 0%;
    width: 90%;
    margin: 0 auto;
}

.team_box ul {
    display: inline-block;
    opacity: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 86%;
    width: 100%;
    text-align: center;
    margin-top: -14px;
    z-index: 15;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.team_box ul li {
    display: inline;
    margin: 0 11px;
}

.team_box ul li a { 
    display: inline-block;
    font-size: 28px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/*
.team_box ul li a:hover, .team_box ul li a:focus {
    text-decoration: none;
}
*/

.tort_box{
    font-size: 10px;
    line-height: 1;
    color: #000;
} 
a.product_btn {
    
    margin: 20px auto 0 auto;
    background: #ffffff;
    text-transform: uppercase;
    display: block;
    width: 176px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #052033;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a.product_btn:hover
{
    background: #B8FFFF;
    color: #052033;
}




/* Plus
---------------------------------*/
.plus_section {
    max-width: 100;
    margin: 0 auto;
    padding-bottom: 40px;
    display: flex;
}

.plus_area {
    width: 40%;
    margin-right: 3%;
    height: 380px;
    overflow: hidden;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}


.plus_area span {
    margin-bottom: 24px;
    display: block;
}

.plus_box {
    width: auto;
    height: auto;
    border-radius: 50%;
    margin: 25px 7px 25px 7px;
}

.plus_area p {
    padding: 0 10px;  /* Отступы слева и справа */
}


.plus_box_shadow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    height: 26%;
    z-index: 10;
    bottom: 0px;
}

.plus_box_shadow a {
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #df0031;
}

.plus_box:hover .team_box_shadow {
    box-shadow: inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}


.plus_box img {
    display: block;
    border-radius: 0%;
    width: 90%;
    margin: 0 auto;
}



/*Reviews*/

#testimonial {
    background: #222222;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    background: url('../images/img5.jpg');
    background-size: cover;
}
#testimonial h2{
  color:#fff;
}
#testimonial h4 {
    color: #fff;
    margin-bottom: 8px;
}
#testimonial small {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
    margin-top: 10px;
}
#carousel-testimonial a.btn.btn-primary.btn-sm {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 8px;
}
  
.testimonial-area{
	padding-bottom:20px;
}
.single-testimonial{
	margin-bottom:10px;
}
.single-testimonial blockquote{
	padding:15px 20px;
	margin-bottom: 22px;
	position:relative;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.39);

	color: #919191;
line-height: 22px;

	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.39);
}
 
.single-testimonial blockquote:after{
	/* position:absolute; */
	/* bottom:-19px; */
	/* left:45px; */
	content:"";
	/* border-top: 19px solid rgba(255, 255, 255, 0.29); */

	/* border-right: 22px solid transparent; */
}
.single-testimonial img{
	border-radius: 50%;
	/*opacity: 0.6;*/
}
.single-testimonial h5{
	padding: 8px 0 0px;
	font-size: 16px;
	color: #F9690E;
}

#team {
    background-position: center;
    background-size: 150%;
    background-color: #000;
    background-image: url('../images/por5.png');
}

.portal1 {
    transition: transform 2s ease-in-out; /* Добавляем плавную анимацию */
  }

  .portal1:hover {
    transform: rotate(360deg); /* Поворот на 360 градусов при наведении */
  }





#aboutUs {
    padding: 60px 0 40px 0;
    background-image: url(../images/por2.png);
    background-position: center top -30px;

}



/* Production
---------------------------------*/
.prod_section {
    max-width: 993px;
    margin: 0 auto;
}

.prod_area {
    width: 30.66%;
    margin-right: 3.82979%;
    height: 430px;
    overflow: hidden;
    text-align: center;
    float: left;
    background-color:rgba(255,255,255,0.5);
}

.prod-box{
    display: inline-block;
    margin: 5; 
    padding: 10 0 0 0;
    border-radius:10px;
    background-color:rgb(230, 245, 94);
    width:200px;
}

.prod-box img{
    width: 10px;
    height: 10px;
}

.prod-box p{
    color: #13b1e8;
}

/* Contact
---------------------------------*/
.page_section.contact {
    padding: 90px 0 20px;
}
 
.contact_section {
    margin: 0 0 60px 0;
}

.contact_section h2 {
    font-size: 40px;
    color: #ffffff;
    margin: 0 0 50px 0;
    text-transform: uppercase;
}

.contact_block {
    text-align: center;
}

.contact_block_icon {
    border-radius: 50%;
    height: 85px;
    width: 85px;
    margin: 0px auto 20px;
}

.contact_block_icon.icon2 {
    border-color: #df0031;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon span {
    background: none repeat scroll 0 0 #f56eab;
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.contact_block_icon.icon2 {
    border-color: #df0031;
}

.contact_block_icon.icon2 span {
    background: #df0031;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon.icon3 span {
    background: #49b5e7;
}

.contact_block_icon i {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    position: relative;
    top: 26px;
    z-index: 20;
}

.contact_block span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_block span a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_info {
    font-size: 15px;
    margin: 0 0 0 20px;
    padding-left: 0;
}

.contact_info  h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #fff;
}

.contact_info p {
    line-height: 28px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 30px;
}

.social_links {
    padding:0;
    margin: 0;
    display: block;
    overflow: hidden;
    list-style: none;
}

.social_links li {
    float: left;
    margin-right: 4px;
    margin: 0 0 0 12px;
}

.social_links li a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
}

.social_links li a:hover, .social_links li a:focus {
    text-decoration: none;
    border-radius: 80px;
}

.twitter a:hover {
    color: #55acee;
}

.facebook a:hover {
    color: #3b5998;
}

.pinterest a:hover {
    color: #cb2026;
}

.gplus a:hover {
    color: #dd4b39;
}
 

.form {
    margin: 0 66px 0 30px;
}

.input-text {
    padding: 15px 16px;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #aaa;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-text:focus {
    border: 1px solid #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
    height: 230px;
    resize: none;
    overflow: auto;
    
}

.input-btn {    
    width: 175px;
    height: 50px;
    letter-spacing: 0px;
    background: #df0031;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
    background: #fff;
    color: #222;
}

/* Footer
---------------------------------*/

.footer_wrapper {
    background: #232323;
}

.footer_bottom {
    border-top: 1px solid #3C3A3A;
    padding: 25px 0;
}

.footer_bottom span {
    display: block;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
}

.footer_bottom span a {
    display: inline-block;
    color: #df0031;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer_bottom span a:hover {
    color: #fff;
}

.foxy-container {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    display:none;/* Скрываем по умолчанию */
    background-image: url('../images/foxy.gif'); /* Задаем фоновое изображение */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 100; /* Устанавливаем высокий z-index, чтобы изображение было поверх других элементов */
  }

  .foxy-container.show {
    display: block; /* Показываем при нажатии на кнопку */
  }

/* Animation Timers
---------------------------------*/
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}



/*
   Media Queries
--------------------------- */
@media (min-width: 768px) {


}
@media (max-width: 768px) {
p{
font-size:14px;
}
.hero_section {
position: relative;
padding-top: 10px;
}
.top_left_cont {
padding: 38px 0;
}
.top_left_cont h2 {
font-size: 25px;
color: #FFF;
line-height: 39px;
margin: 0 0 9px 0;
}
.inner_section {
padding: 20px 0 0px;
}
#aboutUs img{
margin-bottom:20px;
}
#aboutUs h3{
font-size:16px;
line-height:22px;
}
.service_block h3 { 
font-size: 16px;
}
service_block p {
font-size: 14px; 
margin: 0px;
margin-bottom: 20px;
}
#filters ul{
padding-left:0px;
}
.form {
margin: 0 18px;
}
.page_section.team{
padding: 40px 0;
}
 #clients {
padding: 40px 0;
}

.social_links li {
float: left;
}
.contact_section{
margin:0;
}
h2, .contact_section h2 {
font-size: 30px;
}
.page_section.contact {
padding: 60px 0 50px;
} 
.navbar-inverse .navbar-toggle .icon-bar{
background:#df0031;
}
.navbar-inverse .navbar-toggle {
border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
background:none;
outline: none;
}
.navStyle ul li {
display: block;
}
.navStyle {
float: right;
width: 100%;
text-align:center;
}
.navStyle ul li:last-child {
margin: 0px;
}
.navbar-inverse .navbar-nav > li > a {
color: #222;
background: #F9F9F9;
}
} 
@media (max-width: 480px){ 
.team_area {
width: 99%;
}
}