  
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing: 1px;
}
body{
	background:#FFFFFF;
}
#before-load {
  position: fixed; /*фиксированное положение блока*/
  left: 0; /*положение элемента слева*/
  top: 0; /*положение элемента сверху*/
  right: 0; /*положение элемента справа*/
  bottom: 0; /*положение элемента снизу*/
  background: #FFF; /*цвет заднего фона блока*/
  z-index: 1001; /*располагаем его над всеми элементами на странице*/
}
#before-load i {
    width: 64px; /*ширина gif-изображения*/
    height: 64px; /*высота gif-изображения*/
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('../images/preload.svg') no-repeat 50% 50%; /*расположение (url) изображения gif и др. параметры*/
    margin: -35px 0 0 -35px;
}
.middle-side-uslugi ul{
  text-align: left;
  font-weight: bold;
}
.middle-side-uslugi ul li{
  text-align: left;
  font-weight: 500;
}
.breadcrumpss {
	text-align: center;
}
.cd-breadcrumb, .cd-multi-steps {
  width: 100%;
}
.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: center;
}
.cd-breadcrumb li > em, .cd-multi-steps li > em {
  font-style: normal;
}
.cd-breadcrumb li a:hover, .cd-multi-steps li a:hover {
  color: #1faee9;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  color: white;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  color: #1faee9;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(../images/cd-custom-separator.svg)no-repeat center center;
  vertical-align: middle;
  color: #1faee9;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 1.6rem;
  }
}
.bold {
	font-weight: bold;
}
.simple-little-table {
	color:#666;
	font-size:17px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:0px;
	border:#ccc 1px solid;
	border-collapse:separate;
 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
 
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
	font-weight:bold;
	padding:11px 15px 11px 15px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
 
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{
	text-align: center;
	padding-left:20px;
}
.simple-little-table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.simple-little-table tr td {
	padding:11px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
 
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
 
.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
/* TABS */
.tabs {
	min-height:100%;
    height:100%;
    position: relative;
    margin: 0 auto;
}
.tabs label {
	display: block;
	float: left;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eff0f4 4%, #dddee0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(4%,#eff0f4), color-stop(100%,#dddee0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eff0f4 4%,#dddee0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eff0f4 4%,#dddee0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eff0f4 4%,#dddee0 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eff0f4 4%,#dddee0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddee0',GradientType=0 );
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #ccc;
	color: #555;
	cursor: pointer;
	font-weight: bold;
	font-size: 19px;
	position: relative;
	top: 2px;
	width: 25%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #fff 0 1px 0;
	z-index: 1;}
.tabs input {
	position: absolute;
	left: -9999px;}
#tab_1:checked  ~ #tab_l1,
#tab_2:checked  ~ #tab_l2,
#tab_3:checked  ~ #tab_l3 {
	background: #fff;
	border-color: #fff;
	top: 0;
	z-index: 3;}

.tabs_cont {
	background: #fff;
	-moz-border-radius: 0 6px 6px 6px;
	-webkit-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
	-moz-box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 2px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 2px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 2px 2px 2px rgba(0,0,0,0.1);
	padding: 20px 25px;
	position: relative;
	z-index: 2;
	height: 250px;
	overflow: auto;}
.tabs_cont > div {
	position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;}

#tab_1:checked ~ .tabs_cont #tab_c1,
#tab_2:checked ~ .tabs_cont #tab_c2,
#tab_3:checked ~ .tabs_cont #tab_c3 {
	position: static;
	left: 0;
	opacity: 1;}
.enter {
	padding-top: 1em;
}
.enter2 {
	padding-top: 2em;
}
.enter3 {
	padding-top: 3em;
}
.enter4 {
	padding-top: 4em;
}
/*-- header-top --*/
.header-top{
	padding:1em 0;
	background:#212121;
}
.w3layouts-address{
	float:left;
}
.w3layouts-address ul{
	padding:0;
	margin:0;
}
.w3layouts-address ul li{
	display:inline-block;
	margin:0;
	color:#FFFFFF;
	font-size:.9em;
}
.w3layouts-address ul li a{ 
	color:#FFFFFF;
	text-decoration:none;
}
.w3layouts-address ul li:nth-child(2){
	margin-left:1em;
}
.agileinfo-social-grids{
	float:right;
}
.agileinfo-social-grids ul{
	padding:0;
	margin:0;
}
.agileinfo-social-grids ul li{
    display: inline-block;
}
.agileinfo-social-grids ul li a {
	color: #333;
    text-align: center;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook{
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
    color: #3b5998;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter{
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter:hover{
	color: #55acee;
}
.agileinfo-social-grids ul li a i.fa.fa-rss{
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-rss:hover{
	color: #f26522;
}
.agileinfo-social-grids ul li a i.fa.fa-vk{
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-vk:hover{
	color: #45668e;
}
.agileinfo-social-grids ul li a i.fa.fa-youtube-play{
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-youtube-play:hover{
	color: #45668e;
}
.agileinfo-social-grids ul li a i.fa.fa-google-plus{
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-google-plus:hover{
	color: #45668e;
}
.agileinfo-social-grids ul li a i.fa.fa-instagram{
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-instagram:hover{
	color: #45668e;
}
.agileinfo-social-grids ul li:nth-child(2){
    margin: 0 1em;
}
.agileinfo-social-grids ul li:nth-child(3){
	margin:0 1em 0 0;
}
/*-- //header-top --*/
/*-- header --*/
input[type="submit"],.w3l_banner_info_left_grid_left h3 a,.w3agile_footer_copy p a,.reply a,.agile_cat_grid_tags ul li a:hover,.agile_cat_grid ul.categories li a,.w3l_admin a,.w3ls_single_left_grid_right ul li a,.wthree_features_services_grid h4 a,.agile_services_bottom_grid_left_grid a,.simplefilter li,.agileinfo_footer_grid ul li a,.w3l_banner_info_left_grid1,.agile_blog_grid h4 a{
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
.header {
    background: #FFFFFF;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.w3layouts-logo-right {
    margin: 1em 0 1em 1em;
	float: right;
}
.w3layouts-logo-left img {
	width: 100px;
	height: 100px;
}
.w3layouts-logo-left {
	float: left;
	margin: 1em 0em 1em 1em;
}
.w3layouts-logo-right {
    margin: 1.6em 0em 1em 0.2em;
	float: right;
}
.w3layouts-logo-right img {
	width: 100px;
	height: 100px;
}
.w3layouts-logo h1{
	margin: 0;
	float: left;
}
.w3layouts-logo-right p.wlrh1{
    margin: 0.7em 0em 1em 1em;
}
.w3layouts-logo-right p.wlrh1 a {
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
}
.w3layouts-logo-right p.wlrh1 a span{
    font-size: 36px;
    letter-spacing: 2px;
    text-align: right;
    color: #1faee9;
	
}
.w3layouts-logo-right h1 a {
    font-size: 1em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
}
.w3layouts-logo-right h1 a span{
    font-size: 1em;
    letter-spacing: 2px;
    text-align: right;
    color: #1faee9;
}
.w3layouts-logo h1{
	margin: 0;
	float: left;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #212121;
    font-weight: 600;
	font-size: 15px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	display: block;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ffffff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #1faee9;
}
.navbar-nav > li > a {
    font-size: 14px;
    padding: 3.6em 20px;
    text-transform: uppercase;
	margin-right:5px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1faee9;
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1faee9;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.navbar-nav > li:hover .dropdown-menu {
    display: block;
}

ul.dropdown-menu {
	background: #212121;
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 9.2em;
    left: 0;
    min-width: 90%;
}
.dropdown-menu > li > a {
    display: block;
    padding: 6px 11px !important;
    clear: both;
    margin: 0 !important;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF !important;
    border: none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 103%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
    text-decoration: none;
    background-color: #1faee9 !important;
    outline: 0;
}
/*-- //header --*/
.main {
    width: 100%;
    margin: 0 auto;
    background: #161923;
}
.main h1 {
    padding:20px 50px;
    float: left;
    width: 100%;
    font-size: 90px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 100;
    color: black;
    margin: 0;
    margin-top: 70px;
    letter-spacing: -1px;
}
.main h1.demo1 {
    background: #1ABC9C;
}
.reload.bell {
    font-size: 12px;
    padding: 20px;
    width: 45px;
    text-align: center;
    height: 47px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
    
.reload.bell #notification {
    font-size: 25px;
    line-height: 140%;
}
.reload, .btn{
      display: inline-block;
      border: 4px solid #A2261E;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background: #CC3126;
      display: inline-block;
      line-height: 100%;
      padding: 0.7em;
      text-decoration: none;
      color: #fff;
      width: 100px;
      line-height: 140%;
      font-size: 17px;
      font-family: open sans;
      font-weight: bold;
}
.reload:hover{
    background: #A2261E;
}
.page_container {
    max-width: 70%;
	margin: 50px auto;
}
.header .menu {
    padding-bottom: 10px;
}
.image {
    float: right;
}
.content {
    margin: 0em 0 0 0;
}
.content h3{
    font-size: 2.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0;
}
.content h3 span{
    color: #1faee9;	
}
.content p{
	letter-spacing: 1px;
	font-size:.9em;
	font-size: 16px;
	line-height:1.8em;
	margin:1em 0 0 0;
	color:#FFFFFF;
}
.image img{
	width:100%;
}
/*-- domain --*/
.domain {
    background: #e7f4f8;
    padding: 3em 0;
}
/*--domain_registration--*/
.column.first {
	margin-left: 0;
}
.search-form input[type="text"] {
	display: inline-block;
	line-height: normal;
	width: 40%;
}
.one-fifth {
	width: 14.4%;
}
.column {
	float: left;
	margin: 0 0 0 1%;
	min-height: 1px;
	position: relative;
}
.selection-box {
	display: block;
	position: relative;
}
.search-form .column input[type="text"], .search-form .column input[type="submit"], .search-form .column select {
	width: 100%;
}
.selection-box select {
	background: #FFFFFF;
}
.search-form .column .selection-box:after {
	height: 46px;
}
.selection-box:before, .selection-box:after {
	content: "";
	pointer-events: none;
	position: absolute;
}
.three-fifth {
	width: 38.59%;
}
.m_2{
	margin-top:0;
}
.two-fifth {
	width:15.2%;
}
.three-fifth input[type="text"]{
  background: #fff;
  border: 1px solid #D9E9ED;
  color: #212121;
  padding: 17px;
  display: block;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 100%;
  outline: none;
}
.one-fifth select {
	background: #fff;
    border: 1px solid #D9E9ED;
    color: #212121;
    background-image: url(../images/icon.png);
    background-position: center right 10px;
    background-repeat: no-repeat;
    border-radius: 0;
    cursor: pointer;
    display: block;
    font-size: 14px;
    outline: medium none;
    padding: 17px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.one-fifth input[type="submit"]{
	padding:14px 40px;
}
.two-fifth h2{
    font-size: 1.2em;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0;
}
.two-fifth h2 span{
    color: #1faee9;
	display:block;
}
.one-fifth input[type="submit"] {
    background: #212121;
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 0.85em;
    padding: 17px 50px;
    font-weight: 600;
}
.m_3 input[type="submit"] {
	margin-top:0;
}
.one-fifth input[type="submit"]:hover, .form-submit input[type="submit"]:hover{
	background: #1faee9;
    text-decoration: none;
    color: #fff;
}
/*-- //domain --*/

.dr-foto{
	text-align: center;
	background: #FFF;

	
}

/*-- Блок-цена --*/
.box-col {
	margin-top: 2em;
	background: #FFF;
	box-shadow: rgba(179,179,179,1.00) 0 0 5px;
	
}
.left-side{
	padding:0;
    display: block;
	overflow:hidden;
	
}
.left-side img{
    width: 100%;
	padding: 0;
}
.middle-side h4 {
	font-size: 1.5em;
  	text-transform: uppercase;
 	color: #1faee9;
	margin: 0 0 0.5em;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-bottom: 0.5em;
	
}
.middle-side p.msh4 {
	font-weight: bold;
	font-size: 1.5em;
  	text-transform: uppercase;
 	color: #1faee9;
	margin: 0em 0 0.2em;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-bottom: 0em;
	
}
.middle-side a.msh4 {
	font-weight: bold;
	font-size: 1.5em;
  	text-transform: uppercase;
 	color: #1faee9;
	margin: 0em 0 0.2em;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-bottom: 0.7em;
	line-height: 1em;
	
}
.middle-side h5 {
	font-size: 1.2em;
  	text-transform: uppercase;
 	color: #1faee9;
	margin: 0 0 0.5em;
	font-family: 'Open Sans Condensed', sans-serif;
}
.middle-side p{
	font-size: 18px;
	color:#3F3F3F;
	line-height: 1em;
	padding: 0em 0;
}
.middle-side p span{
	font-size: 1.2em;
	color: #a3a3a3;
	line-height: 1.0em;
	padding: 0.4em 0;
	font-weight: bold;
}
.middle-side p span.comp{
	font-size: 1.4em;
	color:#a3a3a3;
	line-height:1em;
	padding: 0.4em 0;
}
.middle-side p span.bath{
	color: #000;
	margin-top: 0;
	margin-right: 88px;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.middle-side p span.bath1{
	color: #000;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
}

.middle-side p span.bath2{
	color: #ADADAD;
	margin-top: 0;
	margin-left: 0.5em;
	margin-bottom: 0;
	font-weight: bold;
}
.middle-side p span.bath3{
	color: #000;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 20px;
}
.middle-side p span.bath4{
	color: #000;
	margin-top: 0;
	margin-right: 33%;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.middle-side p span.bath5{
	color: #000;
	margin-top: 0;
	margin-right: 29%;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.middle-side p span.stupeni{
	color: #ADADAD;
	margin-top: 0;
	margin-left: 40px;
	margin-bottom: 0;
	font-weight: bold;
}
.middle-side p span.podstupeni{
	color: #ADADAD;
	margin-top: 0;
	margin-left: 7px;
	margin-bottom: 0;
	font-weight: bold;
}

.middle-side p span.two{
	margin: 0 0em 0 1em;
}
.right-side{
  padding: 1em 0 0;
}
.button-product {
	margin-bottom: 1em;
	overflow:hidden;
}
.middle-side {
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 2em;
	padding-bottom: 1em;
}
a.builder{
	background: #1faee9;
	font-size: 18px;
	padding: 0.4em 0.8em;
	text-decoration: none;
	color:#fff;
}
a.builder:before {
  background: #000;
}
.single-box {
	padding-right: 0.8em;
	margin-top: 0em;
}
/*-- //Блок-цена --*/

/*-- Блок-цена-2 --*/
.box-col-2 {
	margin-top: 2em;
	background: #FFF;
	box-shadow: rgba(179,179,179,1.00) 0 0 5px;
	
}
.left-side-2{
	padding:0;
    display: block;
	overflow:hidden;
	
}
.left-side-2 img{
    width: 80%;
	padding: 0;
}
.middle-side-2 h4 {
	font-size: 1.5em;
  	text-transform: uppercase;
 	color: #1faee9;
	margin: 0 0 0.5em;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-bottom: 0.5em;
	
}
.middle-side-2 p.msh4 {
	font-size: 1.5em;
  	text-transform: uppercase;
 	color: #1faee9;
	margin: 0 0 0.5em;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-bottom: 0.5em;
	
}
.middle-side-2 h5 {
	font-size: 1.2em;
  	text-transform: uppercase;
 	color: #1faee9;
	margin: 0 0 0.5em;
	font-family: 'Open Sans Condensed', sans-serif;
}
.middle-side-2 p{
	font-size: 18px;
	color:#a3a3a3;
	line-height: 1em;
	padding: 0em 0;
}
.middle-side-2 p span{
	font-size: 1.2em;
	color: #a3a3a3;
	line-height: 1.0em;
	padding: 0.4em 0;
	font-weight: bold;
}
.middle-side-2 p span.comp{
	font-size: 1.4em;
	color:#a3a3a3;
	line-height:1em;
	padding: 0.4em 0;
}
.middle-side-2 p span.bath{
	color: #000;
	margin-top: 0;
	margin-right: 88px;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.middle-side-2 p span.bath1{
	color: #000;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
}

.middle-side-2 p span.bath2{
	color: #ADADAD;
	margin-top: 0;
	margin-left: 0.5em;
	margin-bottom: 0;
	font-weight: bold;
}
.middle-side-2 p span.bath3{
	color: #000;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 20px;
}
.middle-side-2 p span.bath4{
	color: #000;
	margin-top: 0;
	margin-right: 33%;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.middle-side-2 p span.bath5{
	color: #000;
	margin-top: 0;
	margin-right: 29%;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.middle-side-2 p span.stupeni{
	color: #ADADAD;
	margin-top: 0;
	margin-left: 40px;
	margin-bottom: 0;
	font-weight: bold;
}
.middle-side-2 p span.podstupeni{
	color: #ADADAD;
	margin-top: 0;
	margin-left: 7px;
	margin-bottom: 0;
	font-weight: bold;
}

.middle-side-2 p span.two{
	margin: 0 0em 0 1em;
}
.right-side-2{
  padding: 1em 0 0;
}
.button-product-2 {
	margin-bottom: 1em;
	overflow:hidden;
}
.middle-side-2 {
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 2em;
	padding-bottom: 1em;
}
a.builder-2{
	background: #1faee9;
	font-size: 18px;
	padding: 0.4em 0.8em;
	text-decoration: none;
	color:#fff;
}
a.builder-2:before {
  background: #000;
}
.single-box-2 {
	padding-right: 0.8em;
}
/*-- //Блок-цена-2 --*/

/*-- Блок-услуги --*/
.boom{
box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.boom:hover{
transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1;
}
.box-col-right-price {
	text-align: center;
	background: #FFF;
	box-shadow: rgba(179,179,179,1.00) 0 0 5px;
}
.box-col-uslugi {
	text-align: center;
	margin-top: 2em;
	background: #FFF;
	box-shadow: rgba(179,179,179,1.00) 0 0 5px;
}
.box-col-iframe {
	text-align: center;
	margin-top: 2em;
	background: #FFF;
	box-shadow: rgba(179,179,179,1.00) 0 0 5px;
}
.box-col-iframe iframe {
	display: block;
	width: 100%;
    height: 100%;
	min-height: 470px;
	padding: 2em 1em;
}
.box-video-iframe {
	text-align: center;
	background: #FFF;
	box-shadow: rgba(179,179,179,1.00) 0 0 5px;
}
.box-video-iframe iframe {
	display: block;
	width: 100%;
    height: 100%;
	min-height: 470px;
	padding: 1em 0em;
}
.box-i-video-iframe {
	text-align: center;
	background: #FFF;
	box-shadow: rgba(179,179,179,1.00) 0 0 5px;
}
.box-i-video-iframe iframe {
	display: block;
	width: 100%;
    height: 100%;
	min-height: 280px;
	padding-top: 1em;
}
.left-side-uslugi{
	padding:0;
}
.left-side-uslugi img{
    width: 100%;
}
.middle-side-uslugi h4 {
	font-size: 1.5em;
	text-align: center;
  	text-transform: uppercase;
 	color: #1faee9;
	margin: 0 0 0.5em;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.middle-side-uslugi h5 {
	font-size: 1.2em;
  	text-transform: uppercase;
 	color: #1faee9;
	margin: 0 0 0.5em;
	font-family: 'Open Sans Condensed', sans-serif;
}
.middle-side-uslugi p{
	font-size: 1.3em;
	color:#a3a3a3;
	line-height: 1em;
	padding: 0em 0;
}
.middle-side-uslugi p span{
	font-size: 1.1em;
	color: #a3a3a3;
	line-height: 1.0em;
	padding: 0.4em 0;
	font-weight: bold;
}
.middle-side-uslugi p span.comp{
	font-size: 1.4em;
	color:#a3a3a3;
	line-height:1em;
	padding: 0.4em 0;
}
.middle-side-uslugi p span.bath{
	color: #000;
	margin-top: 0;
	margin-right: 88px;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.middle-side-uslugi p span.bath1{
	color: #000;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
}

.middle-side-uslugi p span.bath2{
	color: #ADADAD;
	margin-top: 0;
	margin-left: 0.5em;
	margin-bottom: 0;
	font-weight: bold;
}
.middle-side-uslugi p span.bath3{
	color: #000;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 20px;
}
.middle-side-uslugi p span.bath4{
	color: #000;
	margin-top: 0;
	margin-right: 33%;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.middle-side-uslugi p span.bath5{
	color: #000;
	margin-top: 0;
	margin-right: 29%;
	margin-left: 0;
	margin-bottom: 0;
	font-weight: bold;
}
.middle-side-uslugi p span.stupeni{
	color: #ADADAD;
	margin-top: 0;
	margin-left: 40px;
	margin-bottom: 0;
	font-weight: bold;
}
.middle-side-uslugi p span.podstupeni{
	color: #ADADAD;
	margin-top: 0;
	margin-left: 7px;
	margin-bottom: 0;
	font-weight: bold;
}

.middle-side-uslugi p span.two{
	margin: 0 0em 0 1em;
}
.right-side-uslugi {
  padding: 1em 0 0;
}

.middle-side-uslugi {
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 2em;
	padding-bottom: 1em;
}
a.builder{
	background: #1faee9;
	font-size: 18px;
	padding: 0.4em 0.8em;
	text-decoration: none;
	color:#fff;
}
a.builder:before {
  background: #000;
}
.single-box-uslugi {
	padding-right: 0.8em;
}
/*-- //Блок-услуги --*/
/*-- Блок "наши возможности" на главной странице --*/
.vozmozhnosti {
	text-align: center;
	background: #FFF;
	box-shadow: rgba(179,179,179,1.00) 0 0 5px;
}
.left-side-vozm{
	padding:0;
}
.left-side-vozm img{
    width: 100%;
	padding: 0;
}
.middle-side-vozm h4 {
	font-size: 1.5em;
	text-align: center;
  	text-transform: uppercase;
 	color: #1faee9;
	margin: 0 0 0.3em;
	font-family: 'Open Sans Condensed', sans-serif;
	padding-top: 1em;
}
.middle-side-vozm h5 {
	font-size: 1.2em;
  	text-transform: uppercase;
 	color: #1faee9;
	margin: 0 0 0.5em;
	font-family: 'Open Sans Condensed', sans-serif;
}
.middle-side-vozm p{
	font-size: 1.1em;
	color:#a3a3a3;
	line-height: 1em;
	padding: 0em 0;
}
.middle-side-vozm p span{
	font-size: 1.1em;
	color: #a3a3a3;
	line-height: 1.0em;
	padding: 0.4em 0;
	font-weight: bold;
}
.bht1-vozm {
  margin-left:40%;
  margin-right:40%;
  width:20%;
}
.bht1-vozm a{
    background: #FFF;
    padding: 0.5em 1em;
	display:inline-block;
	color: #1faee9;
    border: 1px solid #1faee9;
	
}
.bht1-vozm a:hover{
    background: #1faee9;
	color: #FFF;
}
/*-- //Блок "наши возможности" на главной странице --*/

/*-- gallery --*/
.gallery {
    padding: 4em 0;
}

.gallery h3 {
	font-size: 2.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00000;
    text-decoration: none;
    font-weight: 700;
    margin: 0;
	text-align: center;
}

.gallery h3 span{
    color: #1faee9;	
}

.gallery-heading{
	text-align:center;
}
.gallery-grids {
    margin: 2em 0 0 0;
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;	
	overflow: hidden;
	margin: 10px 0;
	height: auto;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
    word-spacing: -0.15em;
    font-weight: 800;
    margin: 0;
    text-align: left;
    font-size: 1.3em;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/


figure.effect-apollo img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
	-moz-transform: scale3d(1.05,1.05,1);
	-o-transform: scale3d(1.05,1.05,1);
	-ms-transform: scale3d(1.05,1.05,1)
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	-o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	-mz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	-ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	line-height: 13px;
	right: 0;
	bottom: 0;
	margin: 2em;
	padding: 0 1em;
	max-width: 90%;
	font-size: 12px;
	border-right: 4px solid #1faee9;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	color: #FFF;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	color: rgba(0,0,0,1.00);
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	-o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	-moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	-ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
#gallery {
    padding: 5em 0;
}
/*-- //gallery --*/
/*-- subscribe --*/
.team{
	display: block;
	padding: 2em;
	width: 100%;
}
/*-- //subscribe --*/
/*-- banner-bottom --*/
.banner-bottom,.special,.w3-agile-testimonial,.subscribe,.agileits-about-top,.w3-agileits-choose-grid,.team,.shared-grid,.cloud-grid,.vpn-grid,.w3-best-services,.w3ls-featured-services,.faq,.registration,.codes,.typography ,.contact{
    padding: 3em 0;
}
.w3-banner-bottom-heading{
	text-align:center;
}
.w3-banner-bottom-heading h1{
	font-size: 2.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 0;
}
.wthree-special-grid h2{
	padding-top: 1em;
	font-size: 2.0em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 0;
	text-align: center;
}
.w3-banner-bottom-heading h2{
	font-size: 2.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 0;
	text-align: center;
}
.w3-banner-bottom-heading h3{
	font-size: 2.3em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 0;
}
.wthree-special-grid h3{
	padding-top: 1em;
	font-size: 2.3em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 0;
	text-align: center;
}
.wthree-special-grid h4{
	padding-top: 1em;
	font-size: 2.0em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 0;
	text-align: center;
}
.wthree-special-grid h5{
	font-size: 1.4em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 0;
}
.wsgh5{
	font-size: 1.4em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 0;
}
.w3-banner-bottom-heading h3 span{
    color: #1faee9;
}
.agileits-banner-bottom{
	margin:4em 0 0 0;
}
.services-grid-left h4{
    text-transform: capitalize;
    font-size: 1.2em;
    color: #212121;
    margin:1em 0;
    font-family: 'Open Sans Condensed', sans-serif;
}
.services-grid-left p{
	color: #999;
    line-height: 1.8em;
    font-size: .875em;
}
.agileinfo-services-grids{
    margin: 5em 0 0 0;
}
.services-grid-right-grid{
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.services-grid-right-grid span{
	color: #ffffff;
    font-size: 2em;
    top: 1.1em;
}
.services-grid1 {
    text-align: center;
}
.services-grid-right {
	text-align: center;
}
.services-grid-left1{
	text-align:left;
}
.services-grid1:nth-child(2){
	padding:3em 0;
}
.services-grid1:hover .services-grid-right-grid{
	color:#fff;
}
.services-grid1:hover .services-grid-left h4{
	color: #1faee9;
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(39, 160, 216, 0.67);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.services-grid-right-grid:before {
    background: #1faee9;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before,.hvr-radial-out:active:before,.services-grid1:hover .hvr-radial-out:before{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hvr-radial-out:focus:before {
    outline: none;
}
.blue-grid {
    background: #67d6ff;
}
.orange-grid{
    background: #eea303;	
}
.green-grid{
    background: #5bd899;	
}
.red-grid{
    background: #ff9359;	
}
/*-- //banner-bottom --*/

/*-- Прайс блоки --*/

.bht1 a{
    background: #FFF;
    padding: 0.5em 1em;
	display:inline-block;
	color: #1faee9;
    border: 1px solid #1faee9;
	
}
.bht1 a:hover{
    background: #1faee9;
	color: #FFF;
}
.middle-side > .bht1 {
	margin-top: 2em;
}
.middle-side-uslugi > .bht1 {
	margin-top: 2em;
    width: 100%;
}
.middle-side-uslugi box1{
	margin-top: 2em;
    width: 50%;
}
.middle-side-uslugi box2{
	margin-top: 2em;
    width: 50%;
}
.bht1 {
  margin-right:50%;
  width:50%;
}
.dealers {
  padding: 2em 0 ;
}
.dealers h3 {
  text-align: center;
  color: #000;
  font-size: 3em;
}
.dealers h3:after, .dealers h3:before {
  width: 0px;
  height: 0px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #000;
  margin: 0 1%;
}
.dealer h4 {
  	font-size: 2 em;
 	color:#000;
  	text-transform: uppercase;
}
.dealer-grid-top span{
	  float: left;
  	font-size: 1.8em;
  	color: #fff;
  	background: #1faee9;
  	border-radius: 100px;
  	width: 50px;
  	height: 50px;
  	text-align: center;
  	line-height: 1.5em;
}
.dealer-grid-top h6{
	float: right;
	font-size: 1.4em;
  	color: #1faee9;
  	width: 78%;
  	line-height: 1.3em;
}
.dealer-grid-top h6 a{
  	color:#1faee9;
  	text-decoration: none;
}
.dealer-grid-top h6 a:hover{
  	color: #000;
}
.dealer-grid1 p {
  	color: #a3a3a3;
  	font-size: 18px;
  	line-height: 2em;
  	margin: 1em 0 0;
}
.dealer-grid {
  padding: 2em 0 0;
}
.dealer {
  padding: 4em 0 4em;
}
.top-deal1{
	float:left;
}
.top-deal-left{
	position: absolute;
	width: 30%;
}
.top-deal-right{
	float:right;
}

.top-deal1 h5{
	font-size: 1.5em;
	color:#1faee9;
	text-decoration: none;
}
.top-deal1 h5 a{
	color:#1faee9;
	text-decoration: none;
}
.top-deal1 h4{
	font-size: 1.7em;
	color:#1faee9;
	text-decoration: none;
}
.top-deal1 h4 a{
	color:#1faee9;
	text-decoration: none;
}
.top-deal1 p{
	font-size: 18px;
	color:#a3a3a3;
	padding: 0.3em 0;
}
.top-deal1 p span{
	font-size: 1.1em;
	color: #a3a3a3;
	padding: 0.3em 0 0;
	font-weight: 600;
}
.top-deal2{
	float:right;
	margin-top: 1.1em;
}
.dealer-top h4{
	font-size: 1.8em;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.deal-bottom {
  	padding: 1em;
	background: #FFF;
}
.deal-top-top {
	padding-top: 3em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.deal-top-top img{

}
.top-deal {
	border-bottom: 3px solid #CDCDCD;
	text-align: left;
}
.box-type {
}
.box-right {
	width: 66%;
	float: right;
	padding-left: 1em;
}
.box-left {
	width: 33%;
    float: left;
}
.box-right h3 {
	color: #1faee9;
	font-size: 1.5em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: left;
	}
/*-- //Прайс блоки --*/

/* 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;
}


/*new_profolio*/

.nashi-stati {
    padding: 3em 0em 3em 0em;
	display: inline-block;
}

.nashi-stati h3 {
	font-size: 2.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00000;
    text-decoration: none;
    font-weight: 700;
    margin: 0;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 0.5em;
}

.nashi-stati h3 span{
    color: #1faee9;	
}

/*-- Portfolio1 --*/

.portfolio1 {
    padding: 3em 0 3em;
}

.portfolio1 h3 {
	font-size: 2.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00000;
    text-decoration: none;
    font-weight: 700;
    margin: 0;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 0.5em;
}

.portfolio1 h3 span{
    color: #1faee9;	
}

.w3agile_gallery_grid {
	padding: 0;
}

.w3agile_gallery_grid figure {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
}

.w3agile_gallery_grid figure:hover figcaption {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}

.w3agile_gallery_grid figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: -100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.w3agile_gallery_grid figcaption h4 {
	color: #BCBCBC;
	padding: 2em 0 1em;
	margin-bottom: 0;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	text-align: center;
	text-transform: uppercase;
}
.w3agile_gallery_grid figcaption p.wggfh4 {
	color: #BCBCBC;
	padding: 2em 0 1em;
	margin-bottom: 0;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	text-align: center;
	text-transform: uppercase;
}

.w3agile_gallery_grid figcaption p {
	color: #FFF;
	font-size: 15px;
	line-height: 1em;
	text-align: center;
	padding: 0px 10px;
	margin-bottom: 0;
	position: relative;
	left: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5;
}

.w3agile_gallery_grid figure:hover h4,.w3agile_gallery_grid figure:hover p {
	left: 0;
}

/*-- //portfolio1 --*/

/*-- Portfolio2 --*/

.portfolio2 {
    padding: 3em 0 3em;
}

.portfolio2 h3 {
	font-size: 2.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00000;
    text-decoration: none;
    font-weight: 700;
    margin: 0;
	text-align: center;
	padding-bottom: 0.5em;
}

.portfolio2 h3 span{
    color: #1faee9;	
}
.pfh3 {
	font-size: 2.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00000;
    text-decoration: none;
    font-weight: 700;
    margin: 0;
	text-align: center;
	padding-bottom: 1em;
}

.pfh3 span{
    color: #1faee9;	
}

.w3agile_gallery_grid {
	padding: 0;
}

.w3agile_gallery_grid figure {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
}

.w3agile_gallery_grid figure:hover figcaption {
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}

.w3agile_gallery_grid figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: -100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.w3agile_gallery_grid figcaption h4 {
	color: #BCBCBC;
	padding: 2em 0 1em;
	margin-bottom: 0;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	text-align: center;
	text-transform: uppercase;
}
.w3agile_gallery_grid figcaption p.wggfh4 {
	color: #BCBCBC;
	padding: 2em 0 1em;
	margin-bottom: 0;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	text-align: center;
	text-transform: uppercase;
}

.w3agile_gallery_grid figcaption p {
	color: #FFF;
	font-size: 15px;
	line-height: 1em;
	text-align: center;
	padding: 0px 10px;
	margin-bottom: 0;
	position: relative;
	left: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5;
}

.w3agile_gallery_grid figure:hover h4,.w3agile_gallery_grid figure:hover p {
	left: 0;
}

/*-- //portfolio2 --*/


	
/* Portfolio */	
	
.container.portfolio_title {
    padding-bottom: 0px;
}

#portfolio {
    padding: 60px 0 0;
}
.portfolio {
    padding: 2em 0 4em;
}
.portfolio h3 {
	font-size: 2.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00000;
    text-decoration: none;
    font-weight: 700;
    margin: 0;
	text-align: center;
	padding-bottom: 2em;
}

.portfolio h3 span{
    color: #1faee9;	
}



/* Portfolio Filters */	

#filters {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}

#filters ul li {
    display: inline-block;
    margin: 2px;
}

#filters ul li a {
    display: block;
}

#filters ul li a h5 {
    background: none repeat scroll 0 0 #f7f7f7;
	border-radius: 0px;
    display: inline-block;
    
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 13px 26px;
    text-transform: none;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border-bottom: #C2C2C2 solid 3px;
    color: #7C7C7C;
}

#filters ul li a:hover h5, #filters ul li a.active h5 {
    background: #FFF;
    color: #1faee9;
    text-decoration: none;
    border-bottom: #1faee9 solid 3px;
}
.section-title h2 {
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    letter-spacing: -1px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: none;
}

.section-title span {
    display: block;
    color: #888888;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 60px;
    text-align: center;
}

/* Portfolio Filters 2 */	

#f {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}

#f ul li {
    display: inline-block;
    margin: 0 5px;
}

#f ul li a {
    display: block;
}

#f ul li a h5 {
    background: none repeat scroll 0 0 #f7f7f7;
    display: inline-block;
    
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 10px 22px;
    text-transform: none;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border-bottom: #C2C2C2 solid 1px;
    color: #7C7C7C;
}

#f ul li a:hover h5, #filters ul li a.active h5 {
    color: #005490;
    text-decoration: none;
}

.section-title h2 {
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    letter-spacing: -1px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: none;
}

.section-title span {
    display: block;
    color: #888888;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 60px;
    text-align: center;
}



/* Portfolio Items */	

#portfolio_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#portfolio_wrapper .one-four {
    margin: 0!important;
    line-height: 0;
    width: 25%;
    padding: 0;
    position: relative;
}

#portfolio_wrapper .one-three {
    margin: 0!important;
    line-height: 0;
    width: 33%;
    padding: 0;
    position: relative;
}

.style-div-item {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1); 
	width: 337px; 
	opacity: 1;
}

.portfolio-item {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio_img {
    overflow: hidden;
    display: block;
    position: relative;
}

.portfolio-item .portfolio_img img {
    width: 100%;
    height: auto;
}

.portfolio-item:hover .item_overlay {
	opacity: 1;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.item_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    cursor: pointer;
}
.item_overlay a{
	display: block; 
     height: 100%;
	 }

.open-project-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.item_overlay:hover {
	background: rgba(0,0,0,.5);
}

.item_info {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    margin-top: 0;
    text-align: center;
	padding: 1em 0;
	 }
	 
.item_info h4 {
	color: #BCBCBC;
	padding: 2em 0 1em;
	margin-bottom: 0;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
	
}

.item_info p {
     color: #FFF;
	font-family: 'Open sans';
	line-height: 1.5em;
	text-align: center;
	padding: 0px 10px;
	margin-bottom: 0;
	 transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
	

	 
.portfolio-item:hover {
    opacity: 1;
    -webkit-transition: opacity .1s .2s;
    -moz-transition: opacity .1s .2s;
    -ms-transition: opacity .1s .2s;
    -o-transition: opacity .1s .2s;
    transition: opacity .1s .2s;
}

.project_catg {
    font-size: 14px;
    color: #fff;
    opacity: 0;
    margin-top: 0px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.portfolio-item:hover .project_catg {
    opacity: 0.8;
    -webkit-transition: opacity .1s .2s;
    -moz-transition: opacity .1s .2s;
    -ms-transition: opacity .1s .2s;
    -o-transition: opacity .1s .2s;
    transition: opacity .1s .2s;
}

.zoom-icon {
    left: 50%;
    margin-left: -20px;
    position: inherit;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    opacity: 0;
    background: url(images/zoom.png);
    background-size: 40px 40px;
    transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.2s;
    -webkit-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
}

.portfolio-item:hover .zoom-icon {
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: opacity .3s .2s, margin-top .3s .2s;
    -moz-transition: opacity .3s .2s, margin-top .3s .2s;
    -ms-transition: opacity .3s .2s, margin-top .3s .2s;
    -o-transition: opacity .3s .2s, margin-top .3s .2s;
    transition: opacity .3s .2s, margin-top .3s .2s;
}
	
	
	
	
/* Portfolio Isotope Transitions */	

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}



/* Portfolio Expander */	

.isotope-style {
	style="position: relative; 
	overflow: hidden; 
	height: 480px;
}

#project_container {
    display: none;
    background-color: #FFF;
}

#project-page-button-fullscreen {
    height: auto;
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 30px;
}

#project-page-button-fullscreen li {
    display: inline-block;
    font-size: 30px;
}

#project-page-button-fullscreen li a {
    background: url(images/close.png) no-repeat #fff;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    opacity: 0.5;
}

#project-page-button-fullscreen li a:hover {
    opacity: 1;
}

#project-page-button {
    text-align: center;
    margin-bottom: 20px;
    height: auto;
    position: relative;
    z-index: 100;
}

#project-page-button li {
    display: inline-block;
    margin: 60px 10px 0px 10px;
    font-size: 30px;
}

#project_data {
    margin-bottom: 0px;
}

.project-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.project-section-title h1 {
    margin-bottom: 5px!important;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

.project-page {
    background-color: #FFF;
    width: 100%;
    height: auto;
    left: 0;
    padding-bottom: 40px;
}

	
/* Portfolio*/	
	
	
.project-image-slider .bx-wrapper .bx-next {
    background: url("images/project_slider_right.png") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    right: -90px;
}

.project-image-slider .bx-wrapper .bx-prev {
    background: url("images/project_slider_left.png") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    left: -90px;
}

.project-image-slider .bx-wrapper .bx-next:hover, .project-image-slider .bx-wrapper .bx-prev:hover {
    opacity: 1;
    background-position: 0;
}

.project-image-slider .bx-wrapper .bx-controls-direction a {
    height: 65px;
    margin-top: -33px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 35px;
    z-index: 100;
}
	
/* Portfolio Normal Expander */		
	
.project-description {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.small-border {
    height: 2px;
    width: 50px;
    background-color: #ddd;
    margin-bottom: 15px;
}

.visit-project {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 55px 0 20px 0;
}

.project-description h5 {
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 5px;
}
	
	
	
/* Portfolio FullScreen Expander */			
	
#cycle-loader {
    height: 32px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 999;
}

#arrow_left {
    top: 50%;
    height: 60px;
    position: absolute;
    left: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
}

#arrow_right {
    top: 50%;
    height: 60px;
    position: absolute;
    right: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
}

#arrow_left:hover, #arrow_right:hover {
    margin-top: -28px;
}

#arrow_left:active, #arrow_right:active {
    margin-top: -28px;
}

div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.in-slide-content div.info-slide {
    background: #FFF url(images/info.png) no-repeat left bottom;
    background-size: 46px 46px;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 46px;
    height: 46px;
    margin: 0;
    display: block;
    text-indent: 10px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    cursor: pointer;
    z-index: 1000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=0.5);
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.in-slide-content div.info-slide:hover {
    width: 200px;
    background: #FFF;
    position: absolute;
    bottom: 40px;
    padding: 10px 20px;
    text-indent: 0px;
    moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    z-index: 1000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    opacity: 1;
}

.in-slide-content h2, .in-slide-content p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 24px;
}

.in-slide-content h2 {
    font-size: 14px;
    color: #444;
    text-shadow: none;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 1001;
    position: relative;
    white-space: nowrap;
}

.info-slide p {
    color: #aaa;
    font-size: 13px;
    text-shadow: none;
    z-index: 1001;
    position: relative;
    margin: 0;
    font-weight: normal;
    white-space: nowrap;
}

.in-slide-content div.info-slide h2 {
    display: none;
    padding: 10px 10px 0 10px;
}

.in-slide-content div.info-slide p {
    display: none;
    padding: 0px 10px 10px 10px;
}

.in-slide-content div.info-slide:hover h2, .in-slide-content div.info-slide:hover p {
    display: inherit;
    padding: 0;
}

/*--image-photo--*/
figure {
	margin-bottom: 2em;
}
figure.ink-image {
    position: relative;
}
figure.ink-image > a img {
    border: 0px none;
    max-width: 100%;
    vertical-align: top;
}
figure.ink-image > img {
    border: 0px none;
    max-width: 100%;
    vertical-align: top;
}
figure.ink-image > figcaption {
	padding: 1em;
	line-height: 1.3;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
}
/* подпись на тёмном фоне */
figure.ink-image > figcaption.dark {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  padding: 4px 8px;
  color: white;
  margin: 0;
  font-size: 14px;
}
/* подпись на светлом фоне */
figure.ink-image > figcaption.light {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.75);
  padding: 4px 8px;
  color: black;
  margin: 0;
  font: 14px;  
}
/*--image-photo--*/

/*-- special --*/

.special{
	background: #e7f4f8;
}
.special2{
	background: #FFF;
	padding: 2em 0;
}
.special3{
	background: #FFF;
	padding: 2.5em 2em;
}
.wthree-special-grid{
	margin:2.5em 0 0 0;
}
.wthree-special-grid ul{
	font-size: 18px;
	font-weight: bold;
}
.wthree-special-grid h4 > span{
	font-weight: bold;
}
.wthree-special-grid ul > li{
	list-style-type: none;
	font-size: 17px;
	font-weight: 500;
}
.wthree-special-grid ul > li span{
	font-weight: bold;
}
.wthree-special-grid ul > li:before{
	color: #1faee9;
	content: "● ";
}
.wthree-special-grid-article p > span{
	font-weight: bold;
}
.wthree-special-grid-article ul{
	font-size: 16px;
	font-weight: bold;
}
.wthree-special-grid-article h4 > span{
	font-weight: bold;
}
.wthree-special-grid-article ul > li{
	font-size: 16px;
	font-weight: 500;
}
/*-- pricing --*/
.pricing {
	width: 100%;
    margin: 0 auto;
    box-shadow: 0 0px 9px #c3c3c3;
}
.pricing-top{
    padding: 1.2em 0;
	background:#fd5c63;
	text-align:center;
}
.blue-top{
    background: #67d6ff;
}
.green-top{
	background: #1faee9;
}

.pricing-top h3{
	color:#FFF;
	font-size:2em;
	margin:0;
}
.pricing-top p{
	color:#FFF;
	font-size:.875em;
	margin:1em 0 0 0;
}
.pricing-bottom{
    background: #FFF;
    text-align: center;
    padding: 2em;
}
.pricing-bottom-top {
    padding-bottom: 2em;
}
.pricing-bottom-top p{
    color: #333;
    margin: 0;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 600;
}
.pricing-bottom-bottom{
	padding: 2em 0;
    border-top: solid 1px #EFECEC;
    border-bottom: solid 1px #EFECEC;
}
.pricing-bottom-bottom p{
	color: #A5A5A5;
    font-size: 15px;
    margin: 0 0 1em 0;
}
.pricing-bottom-bottom p span{
	font-weight:600;
	color:#333;
}
p.text {
    margin-bottom: 0;
}
.buy-button {
    margin: 1.5em 0 0 0;
}
.buy-button a{
	background: #212121;
    padding: .5em 2em;
    color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
.buy-button a:hover{
	background: #1faee9;
}
/*-- //pricing --*/
/*-- //special --*/
/*-- choose --*/
.choose{
	background: url(../images/index10.jpg) no-repeat 0px 0px;
	background-size:cover;
}
.w3-agile-testimonial {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.choose-heading{
	text-align:left;
}
.choose-heading h3{
	color:#FFFFFF;
}
.top-choose-info{
    padding: 2em 2em;
    background: #FFFFFF;
    margin: 2em 0 0 0;
	overflow: hidden;
}
.top-choose-info h3{
        font-size: 2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00000;
    text-decoration: none;
    font-weight: 700;
    margin: 0;
    text-align: center;
	}
.top-choose-info h3 span{

    color: #1faee9;
}
.top-choose-info p{
	color: black;
    line-height: 20px;
}
.choose-info-top:nth-child(2){
	margin:1em 0;
}
.choose-info-grid{
    background: #333333;
    padding: 1em;
}
.choose-info-grid ul{
	padding:0;
	margin:0;
}
.choose-info-grid ul li{
	display:inline-block;
	color:#FFFFFF;
	font-size:1em;
}
.choose-info-grid ul li:nth-child(2){
	margin-left:1em;
}
/*-- testimonial --*/
.testimonial-info{
    padding: 2em;
    min-height: 258px;
}
.wthree-testimonial-grid{
    text-align: center;
}
i.fa.fa-quote-right {
    font-size: 18px;
    color: #1faee9;
}
.testimonial-top p {
	color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 1em auto 0;
    width: 100%;
}
.testimonial-top h5 {
    color: #212121;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.testimonial-top h5 span{
	font-weight:300;
}
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
	position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 100px;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: transparent url("../images/arrows.png") no-repeat right top;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 0px;
    left: 160px;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: inline-block;
    text-align: center;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	margin-top: 0px;
    content: "\f111";
    font-size: 0;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #1faee9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.services-info{
	position:relative;
}
.w3ls-text{
    width: 80%;
    margin: 3em auto 0;
    text-align: center;
}
.w3ls-text h5{
	color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 1em 0;
    line-height: 1.5em;
}
.w3ls-text p {
    color: #FFFFFF;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.w3ls-text p span{
	margin:1em 0 0 0;
	display:block;
}
/*-- //slider --*/
/*-- //testimonial --*/
/*-- //choose --*/
/*-- subscribe --*/
.w3-agile-subscribe-form {
    text-align: center;
    margin: 3em 0 0 0;
}
.w3-agile-subscribe-form input[type="text"] {
    display: inline-block;
    background: #e7f4f8;
    border: solid 2px #e7f4f8;
    width: 45%;
    outline: none;
    padding: 1em;
    font-size: .9em;
    color: #999999;
}
button.btn1 {
	color: #FFFFFF;
    font-size: .9em;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    background: #212121;
    border: solid 2px #212121;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
button.btn1:hover{
	background:#1faee9;
	border: solid 2px #1faee9;
}
/*-- //subscribe --*/
/*-- footer --*/
.footer{
    background: #0f1215;
    padding: 4em 0 0 0;
}
.agile-footer-grids {
    padding-bottom: 2em;
}
.agile-footer-grid h4{
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 1em 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}
.agile-footer-grid h4 span{
	color:#1faee9;
}
.agile-footer-grid p.afgh4{
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 1em 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}
.agile-footer-grid p.afgh4 span{
	color:#1faee9;
}
.agile-footer-grid p{
	color: #bbbbbb;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.agile-footer-grid p span {
    margin: 1em 0 0 0;
	font-size: 18px;
	color: #1faee9;
}
.agile-footer-grid ul{
	padding:0;
	margin:0;
}
ul.w3agile_footer_grid_list li {
    list-style-type: none;
    color: #bbbbbb;
    line-height: 1.8em;
    margin-bottom: 1em;
	font-size:.9em;
}
ul.w3agile_footer_grid_list li:last-child {
    margin-bottom: 0;
}
ul.w3agile_footer_grid_list li a {
    color: #1faee9;
    text-decoration: none;
}
ul.w3agile_footer_grid_list li span {
    display: block;
    margin: 1em 0 0;
}
ul.w3agile_footer_grid_list i.fa.fa-twitter{
	margin-right:1em;
}
.popular-grid{
    float: left;
    width: 21%;
    margin-right: 1em;
}
.popular-grid a img{
    width: 100%;
    border: solid 2px #fff;
}
.popular-grid:nth-child(4){
	margin-right:0;
}
.agileits-w3layouts-popular{
	margin:1em 0;
}
.copyright{
    text-align: center;
    padding: 2em 0;
    border-top: ridge 1px #232323;
}
.copyright p{
	color: #bbbbbb;
    font-size: .9em;
    margin: 0;
}
.copyright p a{
	color: #bbbbbb;
	text-decoration:none;
}
.copyright p a:hover{
    color: #1faee9;
}
/*-- //footer --*/
/*-- about-heading --*/
.about-heading{
	background:url(../images/bc-noindex.jpg) no-repeat 0px 0px;
	background-size:cover;
	padding: 2em 0 2em 0 ;
	text-align:center;
}
.about-heading h1 {
    font-size: 2.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0;
}
.ahh1 {
    font-size: 2.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0;
}
.about-heading h1 a:hover {
	text-decoration: underline;
}
.about-heading h1 span {
    color: #1faee9;
}
.wthree-top-grid h4,.choose-info h4 {
    text-transform: capitalize;
    font-size: 1.2em;
    color: #212121;
    margin: 1em 0;
    font-family: 'Open Sans Condensed', sans-serif;
}
.wthree-top-grid p,.choose-info p{
	color:#999999;
	font-size:.9em;
	margin:0;
	line-height:1.8em;
}
/*-- //about-heading --*/
/*-- about-top --*/
.agileits-about-top{
	background:#FFFFFF;
}
.agileits-about-top-heading{
	text-align:center;
}
.wthree-top-grid img{
	width:100%;
}
.agileinfo-top-grids {
    margin: 4em 0 0 0;
}
/*-- //about-top --*/
/*-- choose --*/
.w3-agileits-choose-grid{
    background: url(../images/ab.jpg) no-repeat 0px 0px;
    background-size: cover;	
}
.agile-choose-grids{
	margin:4em 0 0 0;
}
.agile-choose-grid{
	text-align:center;
}
.about-choose h3{
	color:#FFFFFF;
}
.choose-info h4{
	color:#FFFFFF;
}
.choose-info p{
	color:#FFFFFF;
}
.choose-icon i.fa.fa-user,.choose-icon i.fa.fa-cogs,.choose-icon i.fa.fa-thumbs-o-up {
    background: #1faee9;
    padding: .9em 0 0 0;
    width: 90px;
    height: 90px;
    color: #FFFFFF;
    font-size: 2em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- //choose --*/


.clientss{
	margin: 1em 0;
	background:#FFFFFF;
	overflow: hidden; 
	padding: 2em;
	
}
.clientss img{
	width: 100%;
	height: auto;

}

.clientss h3{
	padding: 1em;
	font-size: 2.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0;
	text-align: center;
}
.clientss h3 span{
    color: #1faee9;
}


/*-- team --*/
.team{
	background:#FFFFFF;
	overflow: hidden; 
}
.team-grids {
    margin: 4em 0 0 0;
}
.team-grid:nth-child(4),.team-grid:nth-child(5),.team-grid:nth-child(6){
	margin:4em 0 0 0;
}
.ih-item.circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    margin: 0 auto;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
    border-radius: 50%;
    width: 100%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect10 .img {
  z-index: 11;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10.colored .info {
  background: #1a4a72;
}
.ih-item.circle.effect10 .info {
    background: #1faee9;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect10 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect10 .info p {
  color: #bbb;
  font-style: italic;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect10:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ih-item.circle.effect10.top_to_bottom .info h3 {
  margin: 0 30px;
  padding: 25px 0 0 0;
  height: 78px;
}
.ih-item.circle.effect10.top_to_bottom .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.top_to_bottom:hover .img {
  -webkit-transform: translateY(50px) scale(0.5);
  -moz-transform: translateY(50px) scale(0.5);
  -ms-transform: translateY(50px) scale(0.5);
  -o-transform: translateY(50px) scale(0.5);
  transform: translateY(50px) scale(0.5);
}

.ih-item.circle.effect10.bottom_to_top .info h3 {
    margin: 6.5em 0 1em 0;
    font-size: 1.2em;
    color: #FFF;
}
.ih-item.circle.effect10.bottom_to_top .info p {
  margin: 0 30px;
  padding: 5px;
}
.ih-item.circle.effect10.bottom_to_top:hover .img {
  -webkit-transform: translateY(-50px) scale(0.5);
  -moz-transform: translateY(-50px) scale(0.5);
  -ms-transform: translateY(-50px) scale(0.5);
  -o-transform: translateY(-50px) scale(0.5);
  transform: translateY(-50px) scale(0.5);
}
.icons ul{
	padding:0;
	margin:0;
}
.icons ul li{
	display:inline-block;
}
.icons ul li.team-twitter{
	margin:0 1em;
}
.icons ul li a{
	color: #FFFFFF;
    text-align: center;	
}
.icons ul li a:hover{
	opacity:.5;
}
/*-- //team --*/
/*-- //about --*/
/*-- plans --*/
/*-- shared-grid --*/
.shared-grid{
	
}
.priceing-table-main {
    margin: 4em 0 0 0;
}
.price-list ul {
    padding: 0px;
    list-style: none;
}
.price-gd-top {
    text-align: center;
}
.price-gd-top h4 {
    font-size: 1.8em;
    color: #fff;
    padding: 0.4em 1em;
    background: #3cc6f9;
}
.price-gd-top h3 {
    padding:0.2em 0em 0.1em 0em;
    font-size:2.5em;
    color: #fff;
}
.price-gd-top h5 {
    font-size: 18px;
    color: #fff;
    padding: 0.2em 0em 0.8em 0em;
}
.price-gd-bottom {
    background: #fff;
    text-align: center;
    padding: 1em 0em;
}
.price-gd-top.pric-clr2 h4 {
    background: #d89402;
}
.price-gd-top.pric-clr2 {
    background: #eea303;
}
.price-selet.pric-sclr2 a {
    background: #eea303;
}
.price-gd-top.pric-clr3 {
	background: #5bd899;
}
.price-gd-top.pric-clr3 h4 {
    background: #54c58c;
}
.price-gd-top.pric-clr4 {
	background: #ff9359;
}
.price-gd-top.pric-clr4 h4 {
	background: #ec8954;
}
.price-selet.pric-sclr4 a {
    background: #ff9359;
}
.price-selet.pric-sclr3 a {
    background: #5bd899;
}
.price-list ul li {
	padding: 0.5em 0em;
    font-size: 0.9em;
    color: #999999;
}
.price-selet {
    padding: 1em 0em;
    text-align: center;
    background: #fff;
}
.price-selet a {
    font-size: 1.1em;
    color: #fff;
    display: block;
}
.price-selet a {
	font-size: 0.9em;
    color: #ffffff;
    display: inline-block;
    padding: 0.5em 1.5em;
    background: #67d6ff;
    text-decoration: none;
}
.price-block {
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.price-block:hover,.w3layouts-pricing:hover,.w3-agileits-vpn-grid:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1;
}
/*-- //shared-grid --*/
/*-- cloud-grid --*/
.cloud-grid{
    background: #e7f4f8;
}
.cloud-pricing-table{
	margin:4em 0 0 0;
}
.w3layouts-pricing {
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.w3layouts-price-top {
    background-size: cover;
	background-image: url(../images/lestnichnye5.jpg)
}
.yellow-w3layouts-price-top{
    background: #eea303;	
}
.green-w3layouts-price-top{
    background: #5bd899;	
}
.red-w3layouts-price-top{
    background-size: cover;
	background-image: url(../images/lestnichnye5.jpg)
}
.yellow-w3-dotter h4{
    background: #d89402 !important;
}
.green-w3-dotter h4{
    background: #54c58c !important;
}
.red-w3-dotter h4{
    background: #ec8954 !important;
}
.w3layouts-price-heading{
    padding: 1em;
}
.w3layouts-price-heading h3{
    font-size: 1.8em;
    color: #fff;
    margin: 0;
    text-align: center;
}
.w3-dotter{
	float:left;
}
.w3l-month{
	float:right;
}
.w3-dotter h4 {
    font-size: 2.5em;
    color: #FFF;
    background: #3cc6f9;
    padding: .27em .5em;
    margin: 0;
}
.w3l-month p {
    font-size: .9em;
    text-transform: uppercase;
    color: #fff;
    padding: 2.1em 2em 0 0;
    margin: 0;
}
.w3ls-price-bottom ul li {
    font-size: .95em;
    line-height: 1.8em;
    color: #999999;
    padding: .3em 0;
    text-transform: capitalize;
}
.w3ls-price-bottom b {
    font-weight: 600;
    color: #333;
	font-size: .9em;
}
.w3ls-price-bottom {
    padding: 2em;
    background: #FFFFFF;
}
.wthree-price-button {
    padding: 1em 0;
    text-align: center;
}
.wthree-price-button a{
    font-size: .9em;
    padding: 0.5em 1.5em;
    background: #67d6ff;
    color: #fff;
    text-decoration: none;
}
.agileits-price a.button:hover {
    background: #188050;
}
.yellow-wthree-price-button a{
	background: #eea303 !important;
}
.green-wthree-price-button a{
	background: #5bd899 !important;
}
.red-wthree-price-button a{
	background: #ff9359 !important;	
}
/*-- //cloud-grid --*/
/*-- vpn-grid --*/
.vpn-grids {
    margin: 4em 0 0 0;
}
.w3-agileits-vpn-grid{
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.agileinfo-price{
    background: #67d6ff;
    padding: 2em 0;
    text-align: center;
}
.yellow-agileinfo-price{
    background: #eea303 !important;	
}
.green-agileinfo-price{
	background:#5bd899 !important;
}
.red-agileinfo-price{
	background:#ff9359 !important;
}
.agileinfo-price h3 {
    font-size: 1.8em;
    color: #fff;
	margin:0;
}
.agileinfo-price h5 {
    padding: 1em 0;
    font-style: italic;
    font-size: .9em;
    color: #F0EBEB;
    margin: 0;
}
.price-bg {
    background: #fff; 
    padding: 1.5em;
}
.price-bg p.price-label-1 {
	color: #67d6ff;
    text-align: center;
}
.price-bg p span {
    font-weight: bold;
    font-size: 5em;
    line-height: 0.8em;
    margin-right: 5px;
}
.price-bg ul {
    padding: 0;
    margin-top: 1em;
}
.price-bg ul li {
    list-style: none;
}
ul.count li {
	border-bottom: 1px dashed #dadada;
    padding: 1em 0;
    text-align: center;
    color: #999999;
    font-size: .9em;
}
.price-bg p.price-label-2 {
    color: #eea303;
    text-align: center;
}
.price-bg p.price-label-3 {
    color: #5bd899;
    text-align: center;
}
.price-bg p.price-label-4 {
    color: #ff9359;
    text-align: center;
}
/*-- //vpn-grid --*/
/*-- //plans --*/
/*-- services --*/
/*-- best-services --*/
.w3l-best-services-grids {
    margin: 4em 0 0 0;
}
.servc-grids:nth-child(2) {
	margin: 4em 0;
}
/*-- Effect 1--*/
.servc-grid-left span{
	font-size: 2em;
    color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    text-decoration: none;
    z-index: 1;
    padding: 1em;
}
.servc-grid-left span:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.effect-1 {
	background: #212121;
    -webkit-transition: background 0.5s, color 0.2s;
    -moz-transition: background 0.5s, color 0.2s;
    transition: background 0.5s, color 0.2s;
}
.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 2px #1faee9;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}
.servc-grid:hover span{
    background: #1faee9;
    color: #fff !important;
}
.servc-grid:hover span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/*--//Effect 1--*/
.servc-grid-right h4 {
    text-transform: capitalize;
    font-size: 1.2em;
    color: #212121;
    margin: 0 0 1em 0;
    font-family: 'Open Sans Condensed', sans-serif;
}
.servc-grid-right p{
    margin: 0;
    font-size: .9em;
    color: #999;
    line-height: 1.8em;
}
.servc-grid-left {
    text-align: right;
    padding-right: 2em;
}
/*-- //best-services --*/
/*-- featured-services --*/
.w3ls-featured-services{
	background: #e7f4f8;	
}
.w3-agileits-featured-left-grids{
	margin:4em 0 0 0;
}
.featured-heading{
	text-align:left !important;
}
.featured-left-img img{
	width:100%;
}
.featured-left-text h5{
    text-transform: capitalize;
    font-size: 1.2em;
    color: #212121;
    margin: 0 0 1em 0;
    font-family: 'Open Sans Condensed', sans-serif;
}
.featured-left-text p {
    margin: 0;
    font-size: .9em;
    color: #999;
    line-height: 1.8em;
}
.w3-agileits-featured-left-grid:nth-child(2),.agile-news-grid:nth-child(2){
	margin:2em 0;
}
.agile-news-grids {
    margin: 4em 0 0 0;
}
.agile-news-date{
    background: #212121;
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    padding: 1.2em 0 0 0;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agile-news-date h5{
    color: #FFFFFF;
    font-size: 1.5em;
    margin: 0;
    font-weight: 600;
}
.agile-news-date p{
	color:#FFFFFF;
	font-size:.9em;
	margin:0;
}
.agile-news-text{
	float: right;
    width: 75%;
}
.agile-news-text h5{
    text-transform: capitalize;
    font-size: 1.2em;
    margin: 0 0 1em 0;
    font-family: 'Open Sans Condensed', sans-serif;
}
.agile-news-text h5 a{
	text-decoration:none;
	color: #212121;
}
.agile-news-text p {
    margin: 0;
    font-size: .9em;
    color: #999;
    line-height: 1.8em;
}
.agile-news-grid:hover div.agile-news-date{
	background: #1faee9;	
}
.agile-news-grid:hover div.agile-news-text h5 a{
	color: #1faee9;	
}
/*-- //featured-services --*/
/*-- //services --*/
/*-- faq --*/
.faq h4{
	text-align:left;
}
.pa_italic i {
    left: -1em;
	font-size: 11px;
}
.pa_italic span {
    display: none;
}
.collapsed span {
    display: inline-block;
    left: -1em;
	font-size: 11px;
}
.collapsed i {
    display: none;
}
.panel-heading {
    padding:30px 15px;
}
.panel-title > a{
	font-size: 1.2em;
    color: #212121;
    text-transform: capitalize;
    text-decoration: none;
}
.panel-default {
    border-color: #FFF;
	background: #f5f5f5;
}
.panel-default > .panel-heading {
    border-color: #FFF;
	color:#212121;
    background-color: #fff;
}
.panel-body {
    padding: 2em;
    font-size: 14px;
    line-height: 2em;
    color: #999;
}
a.pa_italic label {
    cursor: pointer;
	font-weight:500;
}
a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.check-out .td-data .fa-cart-plus {
    display: none;
}
/*-- //faq --*/
/*-- registration --*/
.signin-form {
	background: #e7f4f8;
    background-size: cover;
    padding: 2em 2em;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.signin-form h3 {
    font-size: 2em;
    color: #212121;
    font-weight: 700;
    margin: 1em 0;
    text-transform: uppercase;
}
.signin-form h3 span {
    color: #67e1ff;
}
.signin-form img {
    border-radius: 50%;
}
.login-form {
    margin: 1em 0 2.5em;
}
.signin-form input[type="email"],.signin-form input[type="text"], .signin-form input[type="password"] {
    width: 100%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    margin: 1em 0;
    outline: none;
    color: #212121;
    border: none;
    border-bottom: 2px solid #212121;
    letter-spacing: 1px;
    text-align: center;
}
.signin-form input[type="email"] {
    background: none;
    display: block;
}
.signin-form input[type="text"] {
    background: none;
    display: block;
}
.signin-form input[type="password"] {
     background: none;
    display: block;
}
::-webkit-input-placeholder{
	color:#212121 !important;
}
.signin-form input[type="submit"] {
    outline: none;
    padding: 0.9em 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 1em;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    background: #1faee9;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
	border-radius: 22px;
	
}
.signin-form input[type="submit"]:hover {
    color: #fff;
    background: #212121;
    transition: .5s all;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.signin-form p a {
    font-size: 0.875em;
    color: #212121;
    letter-spacing: 1px;
}
.login-social-grids{
    margin: 1em 0;
}
.login-social-grids ul {
    padding: 0;
    margin: 0;
}
.login-social-grids ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}
.login-social-grids ul li a {
    color: #FFFFFF;
    text-align: center;
}
.login-social-grids ul li a i.fa.fa-facebook, .login-social-grids ul li a i.fa.fa-twitter, .login-social-grids ul li a i.fa.fa-rss{
    height: 30px;
    width: 30px;
    border: solid 2px #212121;
    line-height: 29px;
    background: none;
    color: #212121;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.login-social-grids ul li a i.fa.fa-facebook:hover {
	border: solid 2px #3b5998;
	background:#3b5998;
    color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-twitter:hover{
	border: solid 2px #55acee;
	background:#55acee;
	color: #FFFFFF;
}
.login-social-grids ul li a i.fa.fa-rss:hover{
	border: solid 2px #f26522;
	background:#f26522;
	color: #FFFFFF;
}
/*-- //registration --*/
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #1faee9;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    color: #212121 !important;
    margin: 30px 0 15px;
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 2em;
    color: #2f2f2f;
    font-weight: 700;
    margin: 0;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
ul.bs-glyphicons-list {
    padding: 0;
    margin: 0;
}
/*-- //icons --*/
/*-- typography --*/
h3.hdg {
    font-size: 2.5em;
	color:#000 !important;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #555;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #555;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
ol {
  margin-bottom: 0px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
	}
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumbs {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
.grid_4 {
    margin-top: 30px;
}
}
@media (max-width:480px){
	.w3layouts-logo-right{
    display: none;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.81em;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 12px!important;
	}
	.codes .row {
		margin: 0;
	}
}
/*-- //typography --*/
/*-- blog --*/
.blog {
    padding: 4em 0;
    background: #e6e6e6;
}
.agile-blog-grid-left {
}
.agile-blog-grid-left-img a img{
	width: 100%;
}
.blog-left-left{
    float: left;
    width: 100px;
    height: 100px;
    background: #1faee9;
    text-align: center;
    padding: 1.6em 0 0 0;
}
i.fa.fa-pencil{
	color:#FFFFFF;
	font-size:2.5em;
}
.blog-left-right {
    float: left;
    width: 83%;
    margin-left: 1em;
}
.blog-left-right-top h4{
    color: #000000;
    font-size: 1.4em;
    margin: 0 0 .5em 0;
    font-weight: 800;
    line-height: 1.4em;
}
.blog-left-right-top h4 a{
	text-decoration:none;
    color: #000000;
}
.blog-left-right-top h4 a:hover{
	color:#1faee9;
}
.blog-left-right-top p {
    margin: 0 0 1em;
    font-size: .9em;
    font-weight: 500;
    color: #333333;
}
.blog-left-right-top p a {
    color: #1faee9;
    text-decoration: none;
}
.blog-left-right-top p a:hover{
	color:#000000;
}
.blog-left-right-bottom p{
    color: #999999;
    font-size: .9em;
    margin: 1em 0 2em 0;
    line-height: 1.8em;	
}
.blog-left-right-bottom p span{
	display:block;
	margin:1em 0 0 0;
}
.blog-left-right-bottom a {
    color: #FFFFFF;
    font-size: 18px;
    padding: .5em 1em;
    border: solid 2px #212121;
    text-align: center;
    text-decoration: none;
    margin: 2em auto 0;
    background: #212121;
}
.blog-left-right-bottom a:hover {
    background: #1faee9;
	border: solid 2px #1faee9;
    color: #FFFFFF;
}
.agile-blog-grid:nth-child(2){
	margin:2em 0;
}
.categories  {

    margin-top: 2em;
	padding: 1em;
	background: #FFF;
	box-shadow: rgba(179,179,179,1.00) 0 0 5px;
}
.categories h3 {
    color: #000000;
    font-size: 1.5em;
    margin: 0 0 .5em 0;
    font-weight: 800;
    line-height: 1.4em;
}
.categories p.cgh3 {
    color: #000000;
    font-size: 1.5em;
    margin: 0 0 .5em 0;
    font-weight: 800;
    line-height: 1.4em;
}
.categories ul {
    margin: 1em 0 0 0;
    padding: 0;
}
.categories ul li {
	font-size: 17px;
    display: block;
    background: url(../images/arrow1.png) no-repeat 0px 2px;
    margin-bottom: 0.4em;
}
.categories ul li a {
	font-weight: bold;
    font-size: .9em;
    margin: 0;
    color: #1faee9;
    padding-left: 2em;
}
.categories ul li a:hover {
    color: #999999;
    text-decoration: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.categories:nth-child(2) {
    margin: 3em 0 0 0;
}
.pagination {
    margin: 4em 0 0 0;
}
.pagination > li > a, .pagination > li > span {
    color: #999999;
}
/*-- //blog --*/
/*-- single --*/
.response {
    margin: 1em 0;
}
.response h3 {
    color: #000000;
    font-size: 1.5em;
    margin: 0 0 .5em 0;
    font-weight: 800;
    line-height: 1.4em;
}
.media.response-info {
    margin-top: 3em;
}
.media-left.response-text-left {
    width: 13%;
    float: left;
}
.media-left.response-text-left a img {
    width: 80%;
}
.media-left.response-text-left h5 a {
    color: #1faee9;
}
.media-left.response-text-left h5 a:hover {
    color: #3b3b3b;
	text-decoration:none;
}
.response-text-left h5 {
    font-size: 18px;
    margin: 1em 0 0 0;
}
.response-text-right p {
    color: #999999;
    font-size: .9em;
    margin: 1em 0 2em 0;
    line-height: 1.8em;
}
.response-text-right ul {
    padding: 0;
    text-align: right;
}
.response-text-right ul li {
	display: inline-block;
    color: #b7b7b7;
    font-size: .9em;
    margin-right: 1em;
}
.response-text-right ul li a {
    color: #1faee9;
    text-decoration: none;
}
.response-text-right ul li a:hover {
    color: #3b3b3b;
}
.media.response-info {
    margin-top: 1em;
}
.opinion h3{
    color: #000000;
    font-size: 1.5em;
    margin: 0 0 .5em 0;
    font-weight: 800;
    line-height: 1.4em;
}
.opinion form{
    margin: 1em 0 0 0;	
}
.opinion form input[type="text"],.opinion form input[type="email"] {
	width: 100%;
    color: #212121;
    outline: none;
    font-size: .9em;
    padding: .5em;
    margin: 0 .5em 1em 0;
    border: solid 1px #999999;
    -webkit-appearance: none;
    background: none;
}
.opinion form textarea {
    resize: none;
    width: 100%;
    color: #212121;
    font-size: .9em;
    outline: none;
    resize: none;
    padding: .5em;
    border: solid 1px #999999;
    min-height: 125px;
	background: none;
}
.opinion form input[type="submit"] {
    color: #FFFFFF;
    font-size: 18px;
    padding: .5em 1em;
    border: solid 2px #212121;
    text-align: center;
    text-decoration: none;
    margin: 1em 0 0 0;
    background: #212121;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.opinion form input[type="submit"]:hover {
	background: #1faee9;
	border: solid 2px #1faee9;
    color: #FFFFFF;
}
/*-- //single --*/
/**contact**/
.contact-section{
	padding:3em 0;
	background: #eee;
}
.contact-section h1{
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	color: #0c3b47;
	letter-spacing: 2px;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.google-map iframe {
    width: 100%;
    height: auto;
    border: 2px solid#fff;
    padding: 15px;
    background: #fff;
}
.contact-box input[type="text"], .contact-box textarea, .contact-box input[type="email"] {
    display: block;
    background: #fff;
    color: #777;
    border: none;
    width: 100%;
    outline: none;
    font-size: 18px;
    padding: 0.4em 1em;
    border-bottom: 1px solid #BBB;
}
.contact-box input[type="email"] {
    margin: 1em 0;
}
.contact-box textarea{
	width: 100%;
    height: 4em;
    resize: none;
	margin: 1em 0;
}
.contact-box input[type="submit"] {
    background: #FFF;
    padding: 0.1em 1em;
	display:inline-block;
	color: #0c3b47;
    border: 1px solid #0c3b47;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.contact-box input[type="submit"]:hover {
    background: #1faee9;
	color: #FFF;
}
.contact-boxs {
    margin-top: 3em;
}
.contact-box h5,.agent-info h5{
    font-size: 1.5em;
    font-family: 'Righteous', cursive;
    color: #000;
}
.contact-box  p {
    font-size: 18px;
    color: #777;
    padding: 0em 0;
    line-height: 1.8em;
}
.contact-box1 h4{
    font-size: 1.5em;
    font-family: 'Righteous', cursive;
    color: #000;
}
.agent-info h6{
    font-size: 1.1em;
    font-family: 'Righteous', cursive;
    color: #000;
	padding-top: .5em;
}
.agent-img {
    float: left;
    width: 30%;
	margin-right:3%;
	border-radius: 60%;
    border: 4px solid#fff;
}
.agent-info {
    float: left;
    width: 67%;
	margin-top: 1.5em;
}
.contact-top {
   margin: 1em 0;
}
.contact-box1 ul li {
    list-style: none;
    line-height: 2.5em;
    font-size: 18px;
    color: #777;
}
.contact-box1 ul li i {
    font-size: 1.2em;
    margin-right: 7px;
    color: #777;
}
.contact-box1 ul li a {
    color: #777;
    text-decoration: none;
}
/**contact**/
/*-- contact --*/
.contact{
	background:#FFFFFF;
}
.agileits-contact-address{
	margin: 3em 0 0 0;
}
.w3layouts-contact-form-top p{
    margin: 0 0 2em 0;
    color: #999999;
    font-size: 18px;
    line-height: 1.8em;
}
.agileits-contact-address ul {
    padding: 0;
    margin: 0;
}
.agileits-contact-address ul li {
    display: block;
    margin: 1em 0;
}
.agileits-contact-address ul li i.fa.fa-phone,.agileits-contact-address ul li i.fa.fa-map-marker {
    height: 40px;
    width: 40px;
    background: #1faee9;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileits-contact-address ul li i.fa.fa-fax,.agileits-contact-address ul li i.fa.fa-map-marker {
    height: 40px;
    width: 40px;
    background: #1faee9;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileits-contact-address ul li i.fa.fa-mobile,.agileits-contact-address ul li i.fa.fa-map-marker {
    height: 40px;
    width: 40px;
    background: #1faee9;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileits-contact-address ul li span {
    color: #999999;
    font-size: 18px;
    margin-left: 0.6em;
}
.agileits-contact-address ul li span1 {
    color: #999999;
    font-size: 18px;
    margin-left: 0.6em;
	font-weight:bold;
}
.agileits-contact-address ul li span a {
    color: #999999;
    text-decoration: none;
}
.agileits-contact-address ul li span a:hover{
	color:#f35041;
}
.agileinfo-contact-form-grid{
    margin: 2em 0 0 0;
}
.agileinfo-contact-form-grid input[type="text"],.agileinfo-contact-form-grid input[type="email"] {
    display: inline-block;
    background: none;
    border: 1.5px solid #BBBBBB;
    width: 100%;
    outline: none;
    padding: 10px 15px 10px 15px;
    font-size: .9em;
    color: #212121;
    margin-bottom: 1.5em;
}
.agileinfo-contact-form-grid textarea {
    background: none;
    border: 1.5px solid #BBBBBB;
    width: 100%;
    display: block;
    height: 150px;
    outline: none;
    font-size: 0.9em;
    color: #212121;
    resize: none;
    padding: 10px 15px 10px 15px;
    margin-bottom: 1em;
}
.agileinfo-contact-form-grid button.btn1{
    border: solid 2px #212121;
    color: #FFFFFF;
    font-size: .9em;
    padding: .5em 2em;
    text-decoration: none;
    background: #212121;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-contact-form-grid button.btn1:hover{
    border: solid 2px #1faee9;
    color: #FFFFFF;
	background:#1faee9;
}
.w3agile-map {
    margin: 4em 0 0 0;
}
.w3agile-map iframe{
    border: none;
    min-height: 300px;
    width: 100%;
    margin: 0;
}
.w3layouts-contact-form-top h3,.contact-form-top h3,.w3agile-map h3 {
    color: #212121;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 1em 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}
.w3layouts-contact-form-top h3 span,.contact-form-top h3 span,.w3agile-map h3 span{
	color: #1faee9;
}
/*-- //contact --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- response --*/
@media(max-width:1366px){
	.immersive_slider {
		height: 430px !important;
	}
}
@media(max-width:1280px){
	.page_container {
		max-width: 80%;
	}
}
@media(max-width:1200px){
	.w3layouts-logo-right{
    display: none;
	}
}
@media(max-width:1080px){
	.w3layouts-logo-right{
    display: none;
	}
	.page_container {
		max-width: 90%;
	}
	.content h3 {
		font-size: 2.2em;
	}
	.callbacks_tabs {
		top: 0px;
		left: 110px;
	}
	.popular-grid {
		width: 20%;
	}
	.w3-dotter h4 {
		font-size: 2em;
	}
	.icon-box {
		padding: 8px 4px;
		font-size: .9em;
	}
	.blog-left-left {
		width: 85px;
		height: 85px;
		padding: 1.3em 0 0 0;
	}
}
@media(max-width:1024px){
	.content h3 {
		font-size: 2em;
	}
	.content {
		margin: 2em 0 0 0;
	}
}
@media(max-width:991px){

	.navbar-nav > li > a {
		padding: 3em 14px;
	}
	.w3layouts-logo-left img {
	width: 80px;
	height: 80px;
    }
	.content {
		margin: 2em 0 0 0;
		float: left;
		width: 50%;
	}
	.image {
		width: 50%;
	}
	.two-fifth {
		width: 100%;
		float: none;
		margin-bottom: 1em;
	}
	.one-fifth {
		width: 19.4%;
	}
	.two-fifth h2 {
		margin: 0 0 1em 0;
	}
	.two-fifth h2 span {
		display: inline-block;
	}
	.agileits-banner-bottom-grid {
		float: left;
		width: 50%;
	}
	.agileits-banner-bottom-grid:nth-child(3),.agileits-banner-bottom-grid:nth-child(4){
		margin:2em 0 0 0;
	}
	.choose-grid:nth-child(2) {
		margin: 4em 0 0 0;
	}
	.callbacks_tabs {
		top: 0px;
		left: 240px;
	}
	.agile-footer-grid:nth-child(2) {
		margin: 4em 0;
	}
	.price-grid,.agileits-pricing,.vpn-pricing-grid{
		float:left;
		width:50%;
	}
	.price-grid:nth-child(3),.price-grid:nth-child(4),.agileits-pricing:nth-child(3),.agileits-pricing:nth-child(4),.vpn-pricing-grid:nth-child(3),.vpn-pricing-grid:nth-child(4){
		margin-top: 2em;
	}
	.servc-grid:nth-child(2) {
		margin: 4em 0 0 0;
	}
	.agileits-news-right:nth-child(2) {
		margin: 4em 0 0 0;
	}
	.signin-form {
		width: 70%;
	}
	.agile-blog-grid-right {
		margin: 2em 0 0 0;
	}
	.categories:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.contact-form-right {
		margin: 4em 0 0 0;
	}
}
@media(max-width:800px){
	.content {
		margin: 1em 0 0 0;
	}
	.content h3 {
		font-size: 1.4em;
	}
}
@media(max-width:767px){
    .w3layouts-logo-right{
    display: block;
	float: left;
    margin: 0.9em 0em 1em 1.5em;
	}
}
@media(max-width:736px){
    .w3layouts-logo-right{
    display: block;
	float: left;
    margin: 0.9em 0em 1em 1.5em;
	}
	.header {
		padding: 1em 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background:None;
		border-color: #ddd;
	}
	.navbar-nav {
		float: none;
		margin: 0;
		text-align: center;
	}
	.navbar-nav > li > a {
		padding: 10px 19px;
		margin: 0;
	}
	.navbar-nav .open .dropdown-menu {
		background: #212121;
	    text-align: center;
	}
	.w3layouts-logo {
		margin: 0.5em 0 0 0;
	}
	.immersive_slider .is-slide {
		padding: 5em 3em 1em 3em !important;
	}
	.immersive_slider {
		height: 410px !important;
	}
	.choose-left-grid {
		float: left;
		width: 50%;
	}
	.choose-right-grid {
		float: left;
		width: 50%;
	}
	.callbacks_tabs {
		left: 230px;
	}
	.wthree-top-grid:nth-child(2) {
		margin: 3em 0;
	}
	.agile-choose-grid:nth-child(2) {
		margin: 3em 0;
	}
	.team-grid {
		float: left;
		width: 50%;
	}
	.team-grid:nth-child(5), .team-grid:nth-child(6) {
		margin:0;
	}
	.team-grid:nth-child(3), .team-grid:nth-child(4){
		margin: 4em 0;
	}
	.featured-left-img {
		float: left;
		width: 30%;
	}
	.featured-left-text {
		float: right;
		width: 70%;
	}
}
@media(max-width:667px){
	.page_container {
		max-width: 95%;
	}
	.content h3 {
		font-size: 1.3em;
	}
	.callbacks_tabs {
		left: 190px;
	}
	.blog-left-left {
		width: 80px;
		height: 80px;
		padding: 1.2em 0 0 0;
	}
}
@media(max-width:640px){
	.content {
		margin: 0;
	}
	.content h3 {
		letter-spacing: 1px;
	}
	.one-fifth input[type="submit"] {
		padding: 17px 0;
	}
	.blog-left-left {
		width: 75px;
		height: 75px;
	}
}
@media(max-width:600px){
	.image {
		width: 100%;
		float: none;
	}
	.content {
	    margin: 2em 0 0 0;
		float: none;
		width: 100%;
	}
	.immersive_slider .is-slide {
		padding: 2em 3em 1em 3em !important;
	}
	.immersive_slider {
		height: 550px !important;
	}
	.callbacks_tabs {
		left: 150px;
	}
	.about-heading h2 {
		font-size: 2em;
	}
	.w3-banner-bottom-heading h3 {
		font-size: 2em;
	}
	.blog-left-left {
		width: 70px;
		height: 70px;
		padding: 1em 0 0 0;
	}
}
@media(max-width:568px){
	.testimonial-info {
	    padding: 1em;
		min-height: 235px;
	}
	.panel-title > a {
		font-size: 18px;
	}
	.blog-left-left {
		width: 65px;
		height: 65px;
	}
}
@media(max-width:480px){
	.choose-info-grid ul li:nth-child(2) {
		margin-left: .5em;
	}
	.callbacks_tabs {
		left: 140px;
	}
	.testimonial-info {
		min-height: 250px;
	}
	.w3-agile-subscribe-form input[type="text"] {
		width: 60%;
	}
	.column.first {
		float: none;
		width: 100%;
		margin: 0 0 .5em 0;
	}
	.one-fifth {
		width: 100%;
		float: none;
		margin: 0 0 .5em 0;
	}
	.agileits-banner-bottom-grid {
		float: none;
		width: 100%;
	}
	.agileits-banner-bottom-grid:nth-child(2),.agileits-banner-bottom-grid:nth-child(3), .agileits-banner-bottom-grid:nth-child(4) {
		margin: 2em 0 0 0;
	}
	.domain {
		background: #e7f4f8;
		padding: 2em 0;
	}
	.banner-bottom, .special, .w3-agile-testimonial, .subscribe, .agileits-about-top, .w3-agileits-choose-grid, .team, .shared-grid, .cloud-grid, .vpn-grid, .w3-best-services, .w3ls-featured-services, .faq, .registration, .codes, .typography ,.contact{
		padding: 2em 0;
	}
	.agileits-banner-bottom {
		margin: 2em 0 0 0;
	}
	.wthree-special-grid {
		margin: 2em 0 0 0;
	}
	.top-choose-info {
		margin: 2em 0 0 0;
	}
	.choose-grid:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.w3-agile-subscribe-form {
		margin: 2em 0 0 0;
	}
	.footer {
		padding: 2em 0 0 0;
	}
	.agile-footer-grid:nth-child(2) {
		margin: 2em 0;
	}
	.agileinfo-top-grids {
		margin: 2em 0 0 0;
	}
	.wthree-top-grid:nth-child(2) {
		margin: 2em 0;
	}
	.agile-choose-grid:nth-child(2) {
		margin: 2em 0;
	}
	.team-grid {
		float: none;
		width: 100%;
	}
	.team-grid:nth-child(1),.team-grid:nth-child(2),.team-grid:nth-child(3),.team-grid:nth-child(4),.team-grid:nth-child(5) {
		margin: 0 0 2em 0;
	}
	.w3l-month p {
		padding: 2.1em 1em 0 0;
	}
	.w3ls-price-bottom {
		padding: 1em;
	}
	.price-bg {
		padding: 1em;
	}
	.priceing-table-main {
		margin: 2em 0 0 0;
	}
	.servc-grid-left {
		text-align: center;
		padding: 0;
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.servc-grid-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	.servc-grid:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.servc-grids:nth-child(2) {
		margin: 2em 0;
	}
	.w3l-best-services-grids {
		margin: 2em 0 0 0;
	}
	.w3-agileits-featured-left-grids {
		margin: 2em 0 0 0;
	}
	.featured-left-text h5 {
		margin: 0 0 .5em 0;
	}
	.agile-news-date {
		float: none;
		margin: 0 auto;
	}
	.agile-news-text {
		float: none;
		width: 100%;
		text-align: center;
		margin: 1em 0 0 0;
	}
	.signin-form {
		width: 80%;
	}
	.blog-left-left {
		width: 60px;
		height: 60px;
	}
	i.fa.fa-pencil {
		font-size: 1.5em;
	}
	.blog-left-right {
		width: 80%;
	}
	.media-left.response-text-left {
		width: 20%;
	}
	.blog {
		padding: 2em 0;
	}
	.grid_4 {
		margin-top: 0;
	}
	.agileits-contact-address {
		margin: 2em 0 0 0;
	}
	.contact-form-right {
		margin: 2em 0 0 0;
	}
	.w3agile-map {
		margin: 2em 0 0 0;
	}
	.agile-choose-grids {
		margin: 2em 0 0 0;
	}
	.cloud-pricing-table {
		margin: 2em 0 0 0;
	}
	.vpn-grids {
		margin: 2em 0 0 0;
	}
	.agile-news-grids {
		margin: 2em 0 0 0;
	}
	.agileits-news-right:nth-child(2) {
		margin: 2em 0 0 0;
	}
}
@media(max-width:414px){
	.w3layouts-logo-right{
    display: none;
	}
	.w3layouts-address {
		float: none;
		width: 100%;
		text-align: center;
	}
	.agileinfo-social-grids {
		float: none;
		margin: .5em 0 0 0;
		text-align: center;
	}
	.w3-banner-bottom-heading h3 {
		font-size: 1.5em;
	}
	.choose-left-grid {
		float: none;
		width: 100%;
	}
	.choose-right-grid {
		float: none;
		width: 100%;
		margin: 1em 0 0 0;
	}
	.testimonial-info {
		min-height: 275px;
	}
	.callbacks_tabs {
		left: 135px;
	}
	.page_container {
		margin: 2em auto;
	}
	.copyright {
		padding: 1em 1em;
	}
	.team-grids {
		margin: 2em 0 0 0;
	}
	.price-grid, .agileits-pricing, .vpn-pricing-grid {
		float: none;
		width: 100%;
		margin:0 0 1em 0 !important;
	}
	.price-grid:nth-child(4),.agileits-pricing:nth-child(4),.vpn-pricing-grid:nth-child(4) {
		margin-bottom: 0 !important;
	}
	.featured-left-img {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.featured-left-text {
		float: none;
		width: 100%;
	}
	.signin-form {
		width: 90%;
	}
	.bs-glyphicons li {
		width: 31.33% !important;
	}
	.blog-left-right-top h4 {
		font-size: 1.2em;
	}
	.blog-left-right {
		width: 77%;
	}
}
@media(max-width:384px){
	.about-heading h2 {
		font-size: 1.5em;
	}
	.blog-left-right {
		width: 75%;
	}
}
@media(max-width:375px){
	.testimonial-info {
		min-height: 300px;
	}
	.callbacks_tabs {
		left: 120px;
	}
	.panel-heading {
		padding: 1em;
	}
	.pagination {
		margin: 2em 0 0 0 !important;
	}
	.blog-left-left {
		width: 50px;
		height: 50px;
		padding: .7em 0 0 0;
	}
}
@media(max-width:320px){
	.w3layouts-address ul li {
		font-size: .87em;
	}
	.w3layouts-address ul li:nth-child(2) {
		margin-left: .5em;
	}
	.immersive_slider .is-slide {
		padding: 2em 2em 1em 2em !important;
	}
	.content h3 {
		font-size: 1.1em;
	}
	.w3-banner-bottom-heading h3 {
		font-size: 1.3em;
		letter-spacing: 1px;
	}
	.w3-agile-subscribe-form input[type="text"] {
		width: 90%;
	}
	button.btn1 {
		margin: 1em 0 0 0;
	}
	.w3layouts-logo h1 a {
		font-size: .9em;
	}
	.w3layouts-logo {
		margin: 0.3em 0 0 0;
	}
	.wthree-top-grid h4, .choose-info h4 {
		font-size: 1.1em;
	}
	.signin-form {
		width: 100%;
	}
	.blog-left-left {
		width: 44px;
		height: 44px;
		padding: .5em 0 0 0;
	}
	.blog-left-right-top h4 {
		font-size: 1.1em;
	}
	.media-left.response-text-left {
		width: 27%;
	}
	.w3agile-map iframe {
		min-height: 250px;
	}
}
/*-- //response --*/