@font-face {
  font-family: 'DOCKERONE';
  src: url('fonts/DOCKERONE.woff') format('woff'),
       url('fonts/DOCKERONE.ttf') format('truetype'),
       url('fonts/DOCKERONE.svg#DOCKERONE') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DOCKERONE';
  src: url('fonts/docker.one.eot');
  src: url('fonts/docker.one.woff2') format('woff2'),
       url('fonts/docker.one.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
 
#body{}
::-webkit-scrollbar
{
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track-piece
{
	background-color: #fff;
	-webkit-border-radius:0px;
}
::-webkit-scrollbar-thumb:vertical
{
	height: 0px;
	background-color: #60b336;
	-webkit-border-radius: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .7) inset; 
}
::-webkit-scrollbar-thumb:horizontal
{
	background-color: #60b336;
	-webkit-border-radius: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .7) inset;
}

::-webkit-scrollbar-thumb:vertical:hover
{
	height: 0px;
	background-color: #3c93c7;
	-webkit-border-radius: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .7) inset;
}
::-webkit-scrollbar-thumb:horizontal:hover
{
	background-color: #3c93c7;
	-webkit-border-radius: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .7) inset;
}


::selection {
    color:#fff; background: #3c93c7;
}
::-moz-selection {
    color:#fff; background: #3c93c7;
}

#t
{
  font-size:45px;
  font-family:Open Sans;
  font-weight:600;
}

*{
  padding: 0;
  margin: 0;
}

img{
  border: none;
  outline: none;
  max-width: 100%;
}

a,
a:active,
a:focus,
a:hover{
  outline: none;
  text-decoration: none;
}

a{
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #fff
}

input:focus,textarea:focus,select:focus{
  outline: none!important;
  box-shadow: none;
}

ul{
  margin: 0;
  list-style-type: none;
}

.go-left {
  float: left;
}

.go-right {
  float: right;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0;
}

.section-padding {
  padding-top:60px;
  padding-bottom:62px;
}

#services-area.section-padding {
  padding-top:49px;
  padding-bottom:62px;
}

.section-bg {
  background: #F5F5F5;
}

.no-padding-right {
  padding-right: 0;
}

h1{
  font-size: 60px;
  color: #333;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 15px;
  font-family: "DOCKERONE", sans-serif;
  text-transform: uppercase;
  letter-spacing:5px;
  
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1),
		0 3px 0 rgba(0, 0, 0, 0.2),
		0 4px 0 rgba(0, 0, 0, 0.2),
		0 5px 0 rgba(0, 0, 0, 0.2),
		0 6px 0 rgba(0, 0, 0, 0.2);
}

h3{
  font-size: 20px;
  color: #3c93c7;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 15px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

h4{
  font-size: 20px;
  color: #ef8623;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 15px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

#contacts h3{
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 15px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

#main-carousel-slider p{
  font-size: 30px;
  margin: 0 0 15px;
  color: #fff;
  font-weight: 300;
  line-height: 40px;
  text-transform:uppercase;
  letter-spacing:1px;
}

p{
  font-size: 17px;
  margin: 0 0 0px;
  color: #333333;
  line-height: 27px;
}

html, body {
  height: 100%;
}

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight:400;
  color: #333;
  background: #fff;
}

#particles-js{position:fixed;top:0;left:0%;width:100%;height:100%;
z-index:-9999;}

#header {
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  background:rgba(255, 255, 255, 0.7);
  
  	-webkit-box-shadow: 0 4px 4px 0 rgba( 0, 0, 0, 0.1 );
	-moz-box-shadow: 0 4px 4px 0 rgba( 0, 0, 0, 0.1 );
	-ms-box-shadow: 0 4px 4px 0 rgba( 0, 0, 0, 0.1 );
	-o-box-shadow: 0 4px 4px 0 rgba( 0, 0, 0, 0.1 );
	box-shadow: 0 4px 4px 0 rgba( 0, 0, 0, 0.1 );
}

nav.navbar .navbar-header a.navbar-brand {
  height: auto;
  padding-top: 15px;
}

.navbar-default{
  background:none;
  border:none;
  margin:0;
}

.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand{
  margin:0;
  height:auto;
  padding:11px 0;
}

.navbar-default .navbar-nav > li{
  margin-left:30px;
}

.navbar-default .navbar-nav > li.active {
  box-shadow: inherit;
}

.navbar-default .navbar-nav > li:first-child{
  margin:0;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus{
  font-size:14px;
  color:#3c93c7;
  text-transform:uppercase;
  padding:30px 0px;
  position:relative;
  font-weight:600;
}

.access-menu > li:hover .access-submenu{
	top: 100%;
	left: auto;
}

.access-submenu{
	background: #3c93c7;
	left: -9999px;
	position: absolute;
	top: -9999px;
	width: 225px;
	padding-left:10px;
}

.access-submenu::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 7px solid #3c93c7;
  top: -6px;
  content: "";
  left: 28px;
  margin-left: -8px;
  position: absolute;
}

.access-submenu a{
	font-family:Open Sans;
	text-transform:uppercase;
	font-size:15px;
	line-height:35px;
	color:#fff;
}

.submenu-1 a::before{
  width:0%;
  position:absolute;
  bottom:110px;
  height:2px;
  content:'';
  left:0;
  background-color:transparent;
  -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
     -ms-transition:all 0.35s ease-in-out;
       -o-transition:all 0.35s ease-in-out;
         transition:all 0.35s ease-in-out;
}
.submenu-1 a:hover::before {
  background-color:#fff;
  width:100%;
}

.submenu-2 a::before{
  width:0%;
  position:absolute;
  bottom:75px;
  height:2px;
  content:'';
  left:0;
  background-color:transparent;
  -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
     -ms-transition:all 0.35s ease-in-out;
       -o-transition:all 0.35s ease-in-out;
         transition:all 0.35s ease-in-out;
}
.submenu-2 a:hover::before {
  background-color:#fff;
  width:100%;
}

.submenu-3 a::before{
  width:0%;
  position:absolute;
  bottom:40px;
  height:2px;
  content:'';
  left:0;
  background-color:transparent;
  -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
     -ms-transition:all 0.35s ease-in-out;
       -o-transition:all 0.35s ease-in-out;
         transition:all 0.35s ease-in-out;
}
.submenu-3 a:hover::before {
  background-color:#fff;
  width:100%;
}

.submenu-4 a::before{
  width:0%;
  position:absolute;
  bottom:5px;
  height:2px;
  content:'';
  left:0;
  background-color:transparent;
  -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
     -ms-transition:all 0.35s ease-in-out;
       -o-transition:all 0.35s ease-in-out;
         transition:all 0.35s ease-in-out;
}
.submenu-4 a:hover::before {
  background-color:#fff;
  width:100%;
}

.submenu-5 a::before{
  width:0%;
  position:absolute;
  bottom:40px;
  height:2px;
  content:'';
  left:0;
  background-color:transparent;
  -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
     -ms-transition:all 0.35s ease-in-out;
       -o-transition:all 0.35s ease-in-out;
         transition:all 0.35s ease-in-out;
}
.submenu-5 a:hover::before {
  background-color:#fff;
  width:100%;
}

.submenu-6 a::before{
  width:0%;
  position:absolute;
  bottom:5px;
  height:2px;
  content:'';
  left:0;
  background-color:transparent;
  -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
     -ms-transition:all 0.35s ease-in-out;
       -o-transition:all 0.35s ease-in-out;
         transition:all 0.35s ease-in-out;
}
.submenu-6 a:hover::before {
  background-color:#fff;
  width:100%;
}

.submenu-8 a::before{
  width:0%;
  position:absolute;
  bottom:215px;
  height:2px;
  content:'';
  left:0;
  background-color:transparent;
  -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
     -ms-transition:all 0.35s ease-in-out;
       -o-transition:all 0.35s ease-in-out;
         transition:all 0.35s ease-in-out;
}
.submenu-8 a:hover::before {
  background-color:#fff;
  width:100%;
}

.submenu-9 a::before{
  width:0%;
  position:absolute;
  bottom:180px;
  height:2px;
  content:'';
  left:0;
  background-color:transparent;
  -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
     -ms-transition:all 0.35s ease-in-out;
       -o-transition:all 0.35s ease-in-out;
         transition:all 0.35s ease-in-out;
}
.submenu-9 a:hover::before {
  background-color:#fff;
  width:100%;
}

.submenu-10 a::before{
  width:0%;
  position:absolute;
  bottom:145px;
  height:2px;
  content:'';
  left:0;
  background-color:transparent;
  -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
     -ms-transition:all 0.35s ease-in-out;
       -o-transition:all 0.35s ease-in-out;
         transition:all 0.35s ease-in-out;
}
.submenu-10 a:hover::before {
  background-color:#fff;
  width:100%;
}

.navbar-default .navbar-nav > li > a::before{
  width:0%;
  position:absolute;
  bottom:24px;
  height:2px;
  content:'';
  left:0;
  background-color:#fff;
  -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
     -ms-transition:all 0.35s ease-in-out;
       -o-transition:all 0.35s ease-in-out;
         transition:all 0.35s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before{
  background-color:#ef8623;
  width:100%;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover{
  color:#60b336;
  background:none;
}

.navbar-right{
  margin:0;
}

.sticky-wrapper {
  height: auto !important;
}

.sticky-wrapper.is-sticky header {
  position: relative;
  z-index: 1;
}

.sticky-wrapper.is-sticky header::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.welcome-hero-area, 
.welcome-slide-area, 
.welcome-slide-area div {
  height: 100%;
}

.welcome-slide-area div.single-slider-item-tablecell, 
.single-slider-item-tablecell div {
  height: auto;
}

.single-slider-item-table {
  display: table;
  width: 100%;
}

.single-slider-item-tablecell {
  display: table-cell;
  height: 10%;
  vertical-align: middle;
}

.single-slider-item {
  position: relative;
  z-index: 1;
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.single-slider-item::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.slider-content a {
 background: #60b336 none repeat scroll 0 0;
  -webkit-border-radius: 25px 0;
    -moz-border-radius: 25px 0;
      -ms-border-radius: 25px 0;
        border-radius: 25px 0;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  margin: 0 5px;
  padding: 15px 20px;
  text-shadow: 0 0 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  width: 200px;
}

.slider-content a:hover {
  background: #3c93c7 none repeat scroll 0 ;
  color: #ffffff;
}

.slider-content h1 {
  color: #f0f0f0;
}

.slider-content p {
  color: #f0f0f0;
  margin-bottom: 30px;
}

.slider-content .bottom-arrow {
   margin-top: 80px;
}

.arrow-down:hover {
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
}

.arrow-down:hover {
   -webkit-transform: rotateZ(-360deg);
   -ms-transform: rotateZ(-360deg);
   transform: rotateZ(-360deg);
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
}

.slider-contenton .bottom-arrow li {
  list-style: none;
  display: block;
}

.slider-content .bottom-arrow li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  height: 50px;
  margin: 0 auto;
  position: relative;
  width: 50px;
  z-index: 1;
}

.slider-content .bottom-arrow li a::after {
  background: black none repeat scroll 0 0;
  -webkit-border-radius:  50%;
    -moz-border-radius: 50%;
      -ms-border-radius: 50%;
        border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.slider-content .bottom-arrow li a i {
  color: #FFF;
}

.welcome-slide-area #main-carousel-slider a.carousel-control {
  color: #ffffff;
  font-size: 30px;
  opacity: 1;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 0;
  top: 0;
  width: auto;
}

#main-carousel-slider a.carousel-control {
  left: -80px;
}

#main-carousel-slider:hover a.carousel-control {
  left: 0;
}

.welcome-slide-area  #main-carousel-slider a.left.carousel-control {
  display: block;
  height: 45px;
  margin-top: -60px;
  text-align: center;
  top: 50%;
  width: 80px;
}

.welcome-slide-area #main-carousel-slider a.right.carousel-control {
  display: block;
  height: 45px;
  text-align: center;
  top: 50%;
  width: 80px;
}

.bottom-arrow {
  bottom: 20px;
  height: 50px !important;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  text-align: center;
  width: 50px;
}

.bottom-arrow ul li a {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.heading-style {
  margin-bottom: 30px;
  text-align: center;
}

.heading-style h2 {
  border-bottom: #ef8623 3px solid;
  color: #60b336;
  display: inline-block;
  font-size: 30px;
  font-family:DOCKERONE;
  letter-spacing: 2px;
  margin: 0;
  font-weight: 900;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  text-shadow:none;
}

.heading-style h2::after {
  background: #3c93c7 none repeat scroll 0 0;
  bottom: -3px;
  content: "";
  height: 3px;
  right: 0;
  position: absolute;
  width: 50%;
}

.heading-style h1 {
  border-bottom: #ef8623 3px solid;
  color: #60b336;
  display: inline-block;
  font-size: 30px;
  font-family:DOCKERONE;
  letter-spacing: 2px;
  margin: 0;
  font-weight: 900;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  text-shadow:none;
}

.heading-style h1::after {
  background: #3c93c7 none repeat scroll 0 0;
  bottom: -3px;
  content: "";
  height: 3px;
  right: 0;
  position: absolute;
  width: 50%;
}

.about-content {
  overflow: hidden;
}

.about-content-details {
  padding: 0px 15px;
}

.about-content-details h3 {
  display: inline-block;
  margin-bottom: 10px;
}

.about-content-details a {
  color: #3c93c7;
  font-weight:600;
}

.about-content-details a:hover {
	color: #ef8623;
}

.about-content-details.one a {
  color: #fff;
  font-size:15px;
  letter-spacing:1px;
  font-weight:600;
  margin-top:25px;
}

.about-content-details.one a:hover {
	color: #fff;
}

.services-content-area {
  overflow: hidden;
}

.services-single-item {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.services-icon {
  color: #60b336;
  font-size: 50px;
  text-align: center;
}

.services-desc h3 {
  margin: 15px 0;
   -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
     -ms-transition:all 0.35s ease-in-out;
       -o-transition:all 0.35s ease-in-out;
         transition:all 0.35s ease-in-out;
}

.services-single-item:hover .services-desc h3 {
  color: #60b336;
}

.services-desc p {
  margin: 0;
  font-size:15px;
  line-height:25px;
}

#library {
  background: rgba(0, 0, 0, 0) url("images/parallax-bg3.jpg") repeat;
  position: relative;
  z-index: 99999999999;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
#library::after {
  background: black none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#timer {
  background: rgba(0, 0, 0, 0) url("images/parallax-bg4.jpg") repeat;
  position: relative;
  z-index: 99999999999;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
#timer::after {
  background: black none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#counts {
  background: rgba(0, 0, 0, 0) url("images/parallax-bg.jpg") repeat;
  position: relative;
  z-index: 99999999999;
  padding-top:100px;
  padding-bottom:81px;
  position: relative;
  z-index: 1;
}
#counts::after {
  background: black none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.counter-item {
  color: #ffffff;
  position: relative;
  text-align: center;
}

.counter-item i {
  font-size:40px;
}

.timer {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  text-align:center;
  line-height:80px;
  font-family: Open Sans;
  letter-spacing:1px;
}

.counter-item h3 {
  color: #ffffff;
  font-weight: 400;
  font-family: Open Sans;
  letter-spacing:1px;
}

#works-area {
  overflow: hidden;
}

#works-content-items .mix {
  display: none;
}

.works-content-menu {
  text-align: center;
}

#gal {
  display: inline-block;
  margin-bottom: 27px;
}

#gal li {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 10px 15px;
  text-transform: uppercase;
}

#gal li.active {
  background: #3c93c7 none repeat scroll 0 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

#gal li.active::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 7px solid #3c93c7;
  bottom: -6px;
  content: "";
  left: 50%;
  margin-left: -8px;
  position: absolute;
}

.signle-works-item {
  height: auto;
  padding: 0;
}

.single-works {
  position: relative;
  text-align: center;
}

.single-works img {
  width: 100%;
}

.works-item-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.single-works:hover .works-item-overlay  {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.works-item-overlay::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.works-item-overlay a {
  border: 1px solid #ffffff;
  display: inline-block;
  font-size: 30px;
  height: 50px;
  margin: 0 5px;
  padding: 2px;
  position: relative;
  text-align: center;
  top: 42%;
  width: 50px;
}

.works-item-overlay a:hover {
  background: #FFF;
  color: #60b336;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.creative-mids-single-item {
  margin-bottom: 30px;
}

.creative-item {
  border: 1px solid #e1e1e1;
}

.crative-item-img {
  overflow: hidden;
  position: relative;
}

.creative-item-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: -100%;
  width: 100%;
  z-index: 1;
}

.creative-item-overlay::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.creative-item-overlay ul {
  margin-top: -20px;
  position: relative;
  top: 50%;
}

.creative-item-overlay ul li {
  display: inline-block;
}

.creative-item-overlay ul li a {
  border: 1px solid;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  padding: 8px;
  width: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.creative-item-overlay ul li a:hover {
  background: #FFF;
  color: #000000;
}

.creative-item:hover .creative-item-overlay {
  top: 0;
  -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
      -ms-animation: bounceY 0.9s linear;
        transition-delay: 0s;
  animation: bounceY 0.9s linear;
}

.creative-item-content {
  position: relative;
}

.member {
  background: #60b336 none repeat scroll 0 0;
    -moz-box-shadow: 0 10px 15px -5px #3c93c7;
      -webkit-box-shadow: 0 10px 15px -5px #3c93c7;
        -o-box-shadow: 0 10px 15px -5px #3c93c7;
          box-shadow: 0 10px 15px -5px #3c93c7;
  height: 50px;
  left: 25%;
  position: absolute;
  text-align: center;
  -webkit-border-radius: 25px 0;
    -moz-border-radius: 25px 0;
      -ms-border-radius: 25px 0;
        border-radius: 25px 0;
  top: -25px;
  width: 50%;
  z-index: 999;
}

.member h3 {
  color: #ffffff;
  padding: 15px;
  font-size: 18px;
}

.member-desc {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px 10px 10px;
  text-align: center;
}

.member-desc h3 {
  font-size: 24px;
  margin: 15px 0;
}

@keyframes bounceY {
    0% { transform: translateY(-205px);}
    40% { transform: translateY(-100px);}
    65% { transform: translateY(-52px);}
    82% { transform: translateY(-25px);}
    92% { transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}

@-moz-keyframes bounceY {
    0% { -moz-transform: translateY(-205px);}
    40% { -moz-transform: translateY(-100px);}
    65% { -moz-transform: translateY(-52px);}
    82% { -moz-transform: translateY(-25px);}
    92% { -moz-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}

@-webkit-keyframes bounceY {
    0% { -webkit-transform: translateY(-205px);}
    40% { -webkit-transform: translateY(-100px);}
    65% { -webkit-transform: translateY(-52px);}
    82% { -webkit-transform: translateY(-25px);}
    92% { -webkit-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}

.button {
  background-color: #60b336;
  border: medium none;
    -webkit-border-radius: 0 25px;
      -moz-border-radius: 0 25px;
        -ms-border-radius: 0 25px;
            border-radius: 0 25px;
  color: #ffffff;
  text-transform:uppercase;
  font-family:"Open Sans";
  font-weight:700;
  letter-spacing:2px;
  font-size: 18px;
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.button:hover {
  background: #3c93c7 none repeat scroll 0 ;
  color: #ffffff;
}

#news.section-padding {
  padding-bottom: 27px;
}

.post-content-area {
  overflow: hidden;
  padding-top: 32px;
  width: 100%;
}

.single-blog-item {
  margin-bottom: 20px;
}

.single-blog-video iframe {
  height: 360px;
  width: 100%;
}

.single-blog-audio iframe {
    height: 360px;
    width: 100%;
}

.single-blog-thumb-overlay h2 {
    color: #ffffff;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    margin: 0;
}

.single-blog-thumb-overlay span {
    display: block;
}

.single-blog-thumb {
  overflow: hidden;
  position: relative;
}

.single-blog-thumb img {
  min-height: 370px;
  -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
      -ms-transition:all 0.5s ease-in-out;
        -o-transition:all 0.5s ease-in-out;
          transition:all 0.5s ease-in-out;
}

.single-blog-thumb img:hover { 
  -webkit-transform:scale(1.2) translateY(-7.5%); 
    -moz-transform: scale(1.2) translateY(-7.5%); 
      -ms-transform: scale(1.2) translateY(-7.5%); 
        transform: scale(1.2) translateY(-7.5%); 
}

.single-blog-gallery-item img {
  min-height: 370px;
  -webkit-transition: all 0.5s ease-in-out 0s;;
     -moz-transition: all 0.5s ease-in-out 0s;;
      -ms-transition: all 0.5s ease-in-out 0s;;
       -o-transition: all 0.5s ease-in-out 0s;;
          transition: all 0.5s ease-in-out 0s;;
}

.single-blog-gallery-item img:hover {
    -webkit-transform:scale(1.2) translateY(-7.5%); 
    -moz-transform: scale(1.2) translateY(-7.5%); 
      -ms-transform: scale(1.2) translateY(-7.5%); 
        transform: scale(1.2) translateY(-7.5%); 
}

.single-blog-thumb-overlay {
  background: #3c93c7 none repeat scroll 0 0;
  left: 0;
  padding: 18px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 75px;
}

.single-blog-thumb-overlay span {
    display: block;
}

.single-blog-details a {
  color: #3c93c7;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight:600;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: uppercase;
  width: 100%;
  text-align:center;
}

.post-info .posted-on {
    color: #6a6a6a;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.posted-on a {
  color: #3c93c7;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0;
}
.posted-on a:hover {
    color: #60b336;
}

.posted-on i {
  color: #60b336;
  font-size: 20px;
  margin-right: 10px;
}

.post-info {
  display: inline-block;
  padding-top: 10px;
}

.post-excerpt p {
  font-size: 16px;
  margin-bottom: 0;
}

.share-post h4 {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
}

.more-button {
  padding-top:12px;
}

h5 {
  color: #fff;
  font-family:Open Sans;
  text-align:center;
  font-size:25px;
  line-height:35px;
}

.share-on {
  display: block;
}

.download {
  text-align:center;
  padding-top:35px;
  padding-bottom:35px;
}
.time {
  text-align:center;
  padding-top:35px;
  padding-bottom:9px;
}

.share-on li {
    display: inline-block;
}

.share-on ul li a {
  border: 1px solid #c6c6c6;
  color: #3c93c7;
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  padding: 5px 0;
  text-align: center;
  -webkit-transition:all 0.35s ease-in-out;
    -moz-transition:all 0.35s ease-in-out;
      -ms-transition:all 0.35s ease-in-out;
        -o-transition:all 0.35s ease-in-out;
          transition:all 0.35s ease-in-out;
  width: 30px;
}

.share-on ul li a:hover {
    background: #60b336 ;
    color: #ffffff;
    border: 1px solid transparent;
}

.share-post a {
  color: #6a6a6a;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  padding: 10px 0;
  font-family:Open Sans;
}

.share-post a:hover {
    color: #60b336;
}

#single-blog-gallery.owl-carousel.owl-theme {
  position: relative;
}

#single-blog-gallery .owl-controls.clickable {
  margin: 0;
}

#single-blog-gallery .owl-controls.clickable .owl-buttons {
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 100%;
}

#single-blog-gallery .owl-controls.clickable .owl-buttons .owl-prev {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

#single-blog-gallery .owl-controls.clickable .owl-buttons .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  height: 20px;
  position: absolute;
  right: 8px;
  width: 20px;
}

.owl-prev, .owl-next {
    display: none;
}

#single-blog-gallery.owl-carousel.owl-theme:hover {
    display: block;
}

#testimonial-content {
  background: #ffffff none repeat scroll 0 0;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  width: 80%;
  margin: 0 auto;
}

.client-profile {
  height: 220px;
}

.client-profile img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  height: 200px;
  margin: 5px auto;
  width: 200px;
}

.client-comments {
  padding: 40px 15px;
}

.client-comments p.cl-cmnts {
  position: relative;
  padding: 0 20px;
}

.client-comments p.cl-cmnts::before {
  background: rgba(0, 0, 0, 0) url("images/about/quote-gray-right.png") no-repeat scroll 0 0 / 10px auto;
  bottom: -10px;
  content: "";
  height: 20px;
  position: absolute;
  right: -10px;
  width: 20px;
}

.client-comments p.cl-cmnts::after {
  background: rgba(0, 0, 0, 0) url("images/about/quote-gray-left.png") no-repeat scroll 0 0 / 10px auto;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.client-address h3 {
  margin-bottom: 0;
}

.client-address  p {
  color: #60b336;
  font-weight: 900;
  text-transform: uppercase;
}

#testimonial-content .owl-controls {
  bottom: 20px;
  margin-top: 0;
  position: absolute;
  right: 20px;
}

#testimonial-content .owl-controls .owl-pagination .owl-page span {
  -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
      -ms-border-radius: inherit;
        border-radius: inherit;
}

#contacts.section-padding {
  padding-bottom:27px;
}

#contacts {
  background: rgba(0, 0, 0, 0) url("images/contact.jpg") repeat fixed;
  position: relative;
}

.contact-form input {
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
      -moz-border-right-colors: none;
        -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: #7f7f7f;
  border-image: none;
  -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
      -ms-border-radius: inherit;
        border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  font-size: 16px;
  margin: 20px 0;
  min-height: 40px;
  padding: 10px;
}

.contact-form textarea {
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
      -moz-border-right-colors: none;
        -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: #7f7f7f;
  border-image: none;
  -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
      -ms-border-radius: inherit;
        border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  font-size: 16px;
  padding: 10px;
  color: #FFF;
}

.contact-form input[type="text"] {
    color: #FFF;
}

.contact-form input[type="email"] {
    color: #FFF;
}

.contact-form input[type="submit"] {
  background: #60b336 none repeat scroll 0 0;
  border: 0 none;
  -webkit-border-radius: 25px 0;
    -moz-border-radius: 25px 0;
      -ms-border-radius: 25px 0;
        border-radius: 25px 0;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size:18px;
  padding: 10px 20px;
  text-shadow: 0 0 0;
  text-transform: uppercase;
  height: 50px;
  width: 180px;
}

.contact-details {
  padding: 30px;
}

.contact-details ul {
  width: 100%;
}

.contact-details ul li {
  float: left;
  margin: 0 0 30px;
  width: 100%;
}

.contact-icon-bar {
  display: table-cell;
  height: auto;
  vertical-align: middle;
  width: 70px;
  
}

.contact-icon-bar i {
  border: 1px solid;
  -webkit-border-radius: 0 10px;
      -moz-border-radius: 0 10px;
        -ms-border-radius: 0 10px;
          border-radius: 0 10px;
  color: #60b336;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.contact-short-details {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  width: auto;
}

.contact-short-details p {
  color: #ffffff;
  font-family:"Open Sans";
  font-size: 15px;
  letter-spacing:1px;
  line-height:26px;
  font-weight:400;
  margin: 0;
}

.contact-short-details a {
  display: block;
}

.contact-short-details a:hover {
  color: #60b336;
}

footer {
  background: rgba(0, 0, 0, 0) url("images/footer.jpg") no-repeat scroll 0 0 / cover ;
  position: relative;
}

.social-area ul li {
  display: inline-block;
}

.social-area ul li a {
  border: 1px solid #3c93c7;
  -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
      -ms-border-radius: 10px 0;
        border-radius: 10px 0;
  color: #3c93c7;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  margin-right: 8px;
  margin-top:16px;
  padding: 5px 0;
  text-align: center;
  -webkit-transition:all 0.35s ease-in-out;
    -moz-transition:all 0.35s ease-in-out;
      -ms-transition:all 0.35s ease-in-out;
        -o-transition:all 0.35s ease-in-out;
          transition:all 0.35s ease-in-out;
  width: 40px;
}

.social-area ul li a:hover {
  background: #ef8623  none repeat scroll 0 0;
  border: 1px solid #ef8623;
  color: #fff;
}

.footer-credit p {
  color: #3c93c7;
  font-weight:600;
  font-size:15px;
  letter-spacing: 1px;
  margin: 8px 0;
  text-align: right;
  text-transform: capitalize;
}

.footer-credit a {
  color: #3c93c7;
}

.footer-credit a:hover {
  color: #ef8623;
}

.footer-heart{
	display:inline-block;
	-webkit-animation:1s pulse infinite alternate;
	animation:1s pulse infinite alternate;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.load-position .logo {
  margin: 0 auto;
}

.load-complete {
  position: fixed;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
}

.load-complete .logo {
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.load-complete .load-position h3 {
  text-align: center;
  color: #60b336;
  font-size: 18px;
  font-style: italic;
  text-transform: none;
  font-family:"Open Sans";
}

.load-complete .load-position {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 999;
  right: 0;
  margin-top: -100px;
}
.load-complete .loading {
  position: absolute;
  width: 100%;
  height: 3px;
  margin: 20px auto;
  left: 0;
  right: 0;
}

.load-complete .loading-line {
  position: absolute;
  background: #60b336;
  width: 100%;
  height: 3px;
}

.load-complete .loading-break {
  position: absolute;
  background: #17320b;
  width: 20px;
  height: 3px;
}

.load-complete .loading-dot-1 {
  -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
      -ms-animation: loading 2s infinite;
        -o-animation: loading 2s infinite;
          animation: loading 2s infinite;
}

.load-complete .loading-dot-2 {
  -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
      -ms-animation: loading 2s 0.5s infinite;
        -o-animation: loading 2s 0.5s infinite;
          animation: loading 2s 0.5s infinite;
}

.load-complete .loading-dot-3 {
  -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
      -ms-animation: loading 2s 1s infinite;
        -o-animation: loading 2s 1s infinite;
          animation: loading 2s 1s infinite;
}

@keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-moz-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-ms-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-o-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}

#contactform .loader {
  display: block;
  padding-bottom: 10px;
}

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 0 !important;
  padding: 15px;
}

.alert-msg {
  background: #ffffff none repeat scroll 0 0;
  color: #685654;
  display: none;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  text-align: left;
}

#message b {
  color: red;
}

.alert.alert-success {
    background: transparent none repeat scroll 0 0;
}
.alert.alert-success > h3 {
    color: green;
    margin-bottom: 0;
}

.alert.alert-success > p {
    color: black;
}

.form-msg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: rgba(0,0,0,0.95);
    z-index: 9999999;
}

.form-msg span {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 40px 80px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.form-msg.fail span {
    background-color: #ef8623;
}

.form-msg.duplicate span {
    background-color: #e67e22;
}

.form-msg.success span {
    background-color: #60b336;
}

.form-msg span:before {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    content: '\0021';
}

.form-msg.fail span:before {
    color: #ef8623;
}

.form-msg.duplicate span:before {
    color: #e67e22;
}

.form-msg.success span:before {
    color: #60b336;
    font-family: 'FontAwesome';
    content: '\f00c';
}

.form-msg a {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
}

.form-msg a:before,
.form-msg a:after {
    position: absolute;
    top: 0;
    width: 42px;
    height: 1px;
    background-color: #ffffff;
    content: '';
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.form-msg a:before {
    left: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}

.form-msg a:after {
    left: 30px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.form-loader {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-color: #161616;
    border-radius: 50%;
    content: '';
    -webkit-animation: bounce 0.8s infinite ease-in-out;
    -moz-animation: bounce 0.8s infinite ease-in-out;
    -ms-animation: bounce 0.8s infinite ease-in-out;
    -o-animation: bounce 0.8s infinite ease-in-out;
    animation: bounce 0.8s infinite ease-in-out;
}

.languages {
	position:fixed;
	right:0;top:40%;
	z-index:99;
}

.sw_button {
	font-size:15px;
	font-family: 'DOCKERONE';
	padding-left:1px;
	padding-top:2px;
	width:30px;
	height:35px;
	color:#fff;
	margin-bottom:0px;
	opacity:1;
	border: 0px;
}

.sw_button:hover {
	color:#fff;
}

.sw_button.ua{
	background:#60b336;
}

.sw_button.ru {
	background:#60b336;opacity:0.3;
}

#parent_popup {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
}
#popup { 
    width: 500px;
	height: 300px;
    margin: 5% auto;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px solid #ddd;
	position: relative;	
}
@media only screen and (max-width: 992px) {
#popup { 
    width: 450px;
	height: 300px;
    margin: 10% auto;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px solid #ddd;
	position: relative;	
}
}

@media only screen and (max-width: 768px) {
#popup { 
    width: 350px;
	height: 300px;
    margin: 0% auto;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px solid #ddd;
	position: relative;	
}
}

@media only screen and (max-width: 767px) {
#popup { 
    width: 350px;
	height: 300px;
    margin: 15% auto;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px solid #ddd;
	position: relative;	
}
}

.banner {
background:url(../banner.jpg);
}
#popup h1{
    font:28px Ubuntu Condensed, Arial;
    font-weight: bold;
	text-align: center;
	color: #008000;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
	}
#popup h2{
    font:24px Arial;      
	color: #008000;
	text-align: left;
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
	}
/* кнопка закрытия */
.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 35px;
	width: 35px;
    line-height: 24px;
    position: absolute;
	cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    top: 50%;
	left: 700px;
	position:absolute;
}
.close:hover {
    background-color: rgba(223, 0, 36, 0.8);
}








.stl {
    color: #3c93c7;
    font-size: 22px;
    line-height: 35px;
  }

.stl:hover {
    color: #60b336;
  }

.stl:focus {
    color: #3c93c7;
  }



  .b-rolling-caption {
    background-color: #ff8d07;
    color: #fff;
    font-family: Arial;
    font-size: 22px;
    line-height: 35px;
    height: 35px;
    margin-bottom: 4px;
	  z-index: 999999999;

  }

  .b-rolling-caption .b-rolling-caption__content {
    position: relative;
    left: 0;
    width: 25000px;
  }

  .b-rolling-caption .b-rolling-caption__wrap {
    display: none;
    overflow: hidden;
    position: relative;
  }

  .b-rolling-caption .b-rolling-caption__title { 
    padding-left: 5px;
    color: #949494;
  }

.tables {
  text-align: center;
  box-sizing: border-box;
  margin: 0 90px;
  background-size: cover;
  margin-top: -5px;
  position: relative;
  z-index:99; }

.features-table {
  width: 100%;
  border: 3px solid #3c93c7;
  color: #828285;
  margin-top:0px;
  margin-bottom:0px;
  padding: 0px;
  float: left;
  font-size: 17px;
  line-height:27px;
  letter-spacing: 1px; }
tr td {
  border: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-family:Circe-Bold;
  letter-spacing:1px;
  font-size:18px;
  line-height:28px;
  text-transform:uppercase; }