@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home sections
 6.home 2
 7.home 3
 8.home 4
 9.about page
 10.services page
 11.projects page
 12.blog pages
 13.single project page
 14.contact page
 15.error page
 16.underconstruction page
 17.tables page
 18.Shop
 19.single-product
 20.footer
 21.Responsive part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/*------------------------------*/
.portfolio-item {

  position:relative;
  text-align:center;
  margin:10px auto;
  width:24%;
}

.thumb-image {
  width:100%;
  max-width:100%; 
}

.portfolio-item:hover .thumb-image {
  opacity: 0.4;
  filter: alpha(opacity=40);
  
}

.projectItem-co {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  left: 35%;
  top: 40%;
  display:none;
}

.hvr-icon-pop {
	padding: 2px 5px;
	display:inline-block;
	background-color:#eee;
}

.portfolio-item:hover .projectItem-co {
    display: inline-block;
	/*background-color:#bbb;*/
}

.portfolio-section {
	padding:50px 0;
}

.portfolio-section .controls { margin-bottom:20px; }

/*--------------------------------*/

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: #ffffff;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.navbar-brand {
  display: inline-block;
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
  color: #222222 !important;
  font-size: 26px;
  text-transform: capitalize;
  padding: 40px 15px 36px;
  letter-spacing: 2.5px;
}
.navbar-brand span {
  color: #ffba00 !important;
}
.top-line {
  padding: 10px 0;
  background: #f8f8f8;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.top-line-info {
  background: #fafa33;
  border-bottom: 1px solid #f0f0f0;
}

.top-line-logo {  
  background-image: url('../images/bg01.jpg');
  background-size:cover;
  background-position:center center;
  text-align:center;
}

.top-line p {
  margin-bottom: 0;
}
.top-line p span,
.top-line p a {
  margin-right: 20px;
}
.top-line p span i,
.top-line p a i {
  font-size: 13px;
  color: #ffba00;
  margin-right: 10px;
}
.top-line p a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}
.top-line ul.social-icons {
  margin: 0;
  padding: 0;
  text-align: right;
}
.top-line ul.social-icons li {
  display: inline-block;
  margin-left: 9px;
}
.top-line ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #666666;
}
.top-line ul.social-icons li a:hover {
  color: #ffba00;
}
.navbar-nav {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.navbar-nav > li > a {
  color: #000 !important;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  padding: 40px 15px 38px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #fff !important;
  background:#82461d !important; 
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #ffffff;
  border-top: 2px solid #ffba00;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.dropdown li {
  display: block;
}
.navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #222222;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 20px;
}
.navbar-nav li.drop ul.dropdown li a:hover {
  color: #ffba00;
}
.navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}
.navbar-nav li.drop:hover ul.dropdown {
  opacity: 1;
  visibility: visible;
}
header.active .navbar-default {
  box-shadow: 0 0 2px #dddddd;
  -webkit-box-shadow: 0 0 2px #dddddd;
  -moz-box-shadow: 0 0 2px #dddddd;
  -o-box-shadow: 0 0 2px #dddddd;
}
header.active .top-line {
  height: 0;
  padding: 0;
}
header.active .navbar-brand {
  color: #222222 !important;
  padding: 23px 15px;
}
header.active .navbar-nav > li > a {
  color: #000 !important;

}
header.active .navbar-nav a.open-search {
  padding: 25px 15px;
}
header.active .navbar-nav a.open-search i {
  color: #666666;
}
header.active .navbar-nav > li > a:hover,
header.active .navbar-nav > li > a.active {
  color: #fff !important;
}

.form-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #ffba00;
  padding: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
  font-size: 13px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  color: #222222;
  padding: 8px 10px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.form-search button {
  background: #ffffff;
  border: none;
  float: right;
  margin-top: -28px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.form-search button i {
  color: #222222;
  font-size: 16px;
}
.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
#container {
  
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#container.active {
  opacity: 1;
}
.iso-call > div {
  opacity: 0;
}
.iso-call:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url('../images/revolution-icons/loader.gif') center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.iso-call.active:before {
  display: none;
}
.iso-call.active > div {
  opacity: 1;
}
#quote-msg {
  text-align: right;
}
#quote-msg.error {
  color: red;
}
#quote-msg.success {
  color: green;
}

body {  
  font-size:15px;
  line-height:1.5em;
}

p {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
}

a { color:#ffba00; }
a:hover { color:#000; }

h4 { line-height:1.4em; }

.pic { max-width:90%; }

/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/
.title-section {
  margin-bottom: 30px;
  text-align: center;
}
.title-section h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.title-section h1:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  bottom: -1px;
  left: 50%;
  margin-left: -15px;
  background: #ffba00;
}
.title-section span {
  display: inline-block;
  margin: 0 0 15px;
  color: #222222;
  font-size: 18px;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
}
.title-section p {
  max-width: 600px;
  margin: 0 auto;
}
#home-section, .page-banner-section {
  
  margin-top: 310px;
}
.menu-left{
	list-style-type: none;
	background-color: #888;
}
.menu-left li>a {
	display: block;
	font-size: 16px;
	padding: 10px;
}

#content-with-menu {
	margin-top: 0;
	background-color: #aad;
}

#content-with-menu [class^="col-"] {
    padding-top: 20px;
    padding-bottom: 20px;
}

#home-section .tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
#home-section .tp-caption.small_text.center-align {
  text-align: center;
}
#home-section .tp-caption.medium_thin_grey {
  font-size: 36px;
  color: #222222;
  font-family: 'Dancing Script', cursive;
  color: #fff;
  font-weight: 700;
}
#home-section .tp-caption.medium_thin_grey span {
  color: #ffba00;
}
#home-section .tp-caption.medium_thin_grey.center-align {
  text-align: center;
}
#home-section .tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: none;
  font-size: 46px;
  line-height: 48px;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: left;
}
#home-section .tp-caption.finewide_medium_white span.color-skin {
  color: #ffba00 !important;
}
#home-section .tp-caption.finewide_medium_white span.thin-skin {
  font-weight: 700 !important;
}
#home-section .tp-caption.finewide_medium_white.center-align {
  text-align: center;
}
#home-section .tp-caption a.trans-btn {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
}
#home-section .tp-caption a.trans-btn:hover {
  color: #ffba00;
  background: #ffffff;
}
#home-section .tp-caption a.trans-btn2 {
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffba00;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.8em 4em;
  color: #ffffff;
  background: #ffba00;
}
#home-section .tp-caption a.trans-btn2:hover {
  color: #ffba00;
  background: transparent;
}
#home-section .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
  z-index: 2;
}
#home-section .tp-bannertimer {
  display: none !important;
}
#home-section.slider2 .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
a.button-one {
  color: #ffffff;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 35px;
}
.banner-section {
  padding: 50px 0;
  background: #ffba00;
  text-align: center;
}
.banner-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}
.banner-section h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-left: 60px;
}
.services-offer-section {
  padding: 50px 10px;
}
.services-offer-section .services-box-mas .services-project {
  width: 25%;
  padding: 1px;
}
.services-offer-section .services-box-mas .services-project img {
  width: 100%;
}
.services-offer-section .services-box-mas .services-project .services-gal {
  position: relative;
}
.services-offer-section .services-box-mas .services-project .services-gal .hover-services {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 20px 20px;
  background: rgba(34, 34, 34, 0);
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.1) 10%, rgba(34, 34, 34, 0.95) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0)), color-stop(10%, rgba(34, 34, 34, 0.1)), color-stop(100%, rgba(34, 34, 34, 0.95)));
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.1) 10%, rgba(34, 34, 34, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.1) 10%, rgba(34, 34, 34, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.1) 10%, rgba(34, 34, 34, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.1) 10%, rgba(34, 34, 34, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1e1e1', endColorstr='#343434', GradientType=0);
}
.services-offer-section .services-box-mas .services-project .services-gal .hover-services h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: -1px;
}
.services-offer-section .services-box-mas .services-project .services-gal .hover-services h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.services-offer-section .services-box-mas .services-project .services-gal .hover-services h2 a:hover {
  color: #ffba00;
}
.services-offer-section .services-box-mas .services-project .services-gal .hover-services span {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #ffba00;
}
.services-offer-section .services-box-mas .services-project.snd-size {
  width: 50%;
}
.services-offer-section .services-box-mas.col5 .services-project {
  width: 20%;
}
.default-article {
  text-align: right;
  padding: 35px 0;
}
.default-article h1 {
  color: #222222;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 19px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 17px;
}
.default-article h1:after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 30px;
  height: 3px;
  background: #ffba00;
}
.default-article a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.default-article a:hover {
  color: #ffba00;
}
.default-article p {
  margin-bottom: 20px;
}
.default-article span {
  display: inline-block;
  margin: 0 0 15px;
  color: #222222;
  font-size: 18px;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
}
.default-article.left-align {
  text-align: left;
}
.default-article.left-align h1:after {
  right: inherit;
  left: 0;
}
.projects-section {
  padding: 60px 0;
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.projects-section .container {
  position: relative;
  z-index: 2;
}
.projects-section ul.filter {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  text-align: right !important;
}
.projects-section ul.filter li {
  display: inline-block;
  margin: 0 0 0 15px;
}
.projects-section ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 1.3px;
  padding-bottom: 3px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.projects-section ul.filter li a.active,
.projects-section ul.filter li a:hover {
  color: #222222;
  border-bottom: 2px solid #222222;
}
.project-box {
  position: relative;
  z-index: 2;
}
.project-box .project-post {
  width: 20%;
  position: relative;
  overflow: hidden;
}
.project-box .project-post img {
  width: 100%;
}
.project-box .project-post .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.project-box .project-post .hover-box .inner-hover {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  margin-top: -30px;
}
.project-box .project-post .hover-box .inner-hover h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 22px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0;
  font-weight: 600;
}
.project-box .project-post .hover-box .inner-hover h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.project-box .project-post .hover-box .inner-hover h2 a:hover {
  color: #ffba00;
}
.project-box .project-post .hover-box .inner-hover span {
  display: block;
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  color: #ffba00;
  margin-bottom: 7px;
  font-size: 20px;
}
.project-box .project-post .hover-box .inner-hover > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 18px;
  margin: 0 5px;
}
.project-box .project-post .hover-box .inner-hover > a:hover {
  color: #ffba00;
}
.project-box .project-post.snd-size {
  width: 40%;
}
.project-box .project-post:hover .hover-box {
  visibility: visible;
  opacity: 1;
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}
.about-section {
  padding: 80px 0 50px;
}
.about-section img {
  width: 100%;
  margin-bottom: 30px;
}
.about-section iframe {
  width: 100%;
  height: 265px;
  margin-bottom: 30px;
}
.about-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about-alternative-section {
  padding: 80px 0 50px;
  background: #eee;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.second-article img {
  width: 100%;
  margin-bottom: 20px;
}
.second-article h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 14px;
}
.tab-posts-box {
  margin-bottom: 30px;
}
.tab-posts-box ul.nav-tabs {
  text-align: center;
  border-left: none;
}
.tab-posts-box ul.nav-tabs li {
  float: left;
  width: 33.3333%;
  border: none;
}
.tab-posts-box ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 10px 1px;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #222222;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  border-bottom: 5px solid transparent;
  margin: 0;
}
.tab-posts-box ul.nav-tabs li a:hover {
  border: none;
  border-bottom: 5px solid transparent;
  color: #ffba00;
}
.tab-posts-box ul.nav-tabs li.active a {
  background: transparent;
  border: none;
  border-bottom: 5px solid #222222;
}
.tab-posts-box .tab-pane {
  padding: 30px 0;
  padding-bottom: 0;
  overflow: hidden;
}
.tab-posts-box .tab-pane h3 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.tab-posts-box .tab-pane img {
  width: 100%;
  margin-bottom: 20px;
}
.tab-posts-box.tabs-4 ul.nav-tabs li {
  width: 25%;
}
.testimonial-section {
  padding: 80px 0;
  position: relative;
  background: url('../upload/banners/4.jpg') fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.testimonial-section .container {
  position: relative;
  z-index: 2;
}
.testimonial-section .testimonial-box {
  text-align: center;
  padding-bottom: 2px;
}
.testimonial-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.testimonial-section .testimonial-box ul.bxslider li {
  overflow: hidden;
}
.testimonial-section .testimonial-box p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  max-width: 700px;
  margin: 0 auto;
}
.testimonial-section .testimonial-box h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  color: #ffba00;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.testimonial-section .testimonial-box span {
  font-size: 13px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffba00;
  border-color: #ffba00;
}
.testimonial-section:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.7);
}
.title-section.alt-title {
  text-align: left;
  margin-bottom: 23px;
}
.title-section.alt-title h1 {
  font-size: 22px;
}
.title-section.alt-title h1:after {
  left: 0;
  margin-left: 0;
  height: 2px;
}
.news-section {
  padding: 80px 0 50px;
}
.news-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.news-section .arrow-box {
  position: absolute;
  top: -50px;
  width: 100%;
  right: 0;
  text-align: right;
}
.news-section .arrow-box a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 15px;
  color: #222222;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
}
.news-section .news-box {
  position: relative;
}
.news-section #owl-demo {
  width: 1170px;
  margin-left: -15px;
}
.news-section .owl-theme .owl-controls {
  display: none !important;
}
.news-section .news-post {
  margin: 0 15px 30px;
}
.news-section .news-post img {
  width: 100%;
  margin-bottom: 20px;
}
.news-section .news-post h2 {
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.news-section .news-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.news-section .news-post h2 a:hover {
  color: #ffba00;
}
.news-section .news-post ul.post-tags {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.news-section .news-post ul.post-tags li {
  display: inline-block;
  color: #666666;
  font-size: 13px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  margin-right: 4px;
}
.news-section .news-post ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}
.news-section .news-post ul.post-tags li a:hover {
  color: #222222;
}
.clients-section {
  padding: 80px 0;
}
.clients-section .default-article {
  padding-top: 10px;
  padding-bottom: 0;
}
.clients-section ul.client-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.clients-section ul.client-list li {
  float: left;
  width: 25%;
  list-style: none;
}
.clients-section ul.client-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 100%;
  opacity: 1;
  padding: 10px 20px;
  border: 1px solid #e1e1e1;
  border-left: none;
  border-top: none;
}
.clients-section ul.client-list li a img {
  width: 100%;
}
.clients-section ul.client-list li a:hover {
  opacity: 0.5;
}
.quote-section {
  padding: 80px 0 60px;
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.quote-section form {
  margin: 0;
}
.quote-section form input[type="text"],
.quote-section form textarea,
.quote-section form select {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.quote-section form input[type="text"]:focus,
.quote-section form textarea:focus,
.quote-section form select:focus {
  border: 1px solid #ffba00;
}
.quote-section form select {
  padding: 14px 20px;
}
.quote-section form textarea {
  height: 188px;
}
.quote-section form input[type="submit"] {
  padding: 14px 30px;
  outline: none;
  border: 1px solid #ffba00;
  background: #ffba00;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.quote-section form input[type="submit"]:hover {
  opacity: 0.7;
}
.quote-section .default-article {
  padding: 8px 0;
}
.faqs-section {
  padding: 40px 0 60px;
  overflow: hidden;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background: #222222;
  font-size:13px;
}

footer a { color:#fff; }
footer a:hover { color:#ffba00; text-decoration:none; }

footer .up-footer {
  padding: 80px 0 60px;
}
footer .up-footer h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #ffffff;
}
footer .up-footer p {
  color: #ffffff;
}
footer .up-footer img {
  margin-top: 20px;
}
footer .up-footer ul.tag-list {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.tag-list li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 6px;
}
footer .up-footer ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 8px 18px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
footer .up-footer ul.tag-list li a:hover {
  background: #ffba00;
  border: 1px solid #ffba00;
}
footer .up-footer ul.navigation {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.navigation li {
  list-style: none;
  margin-bottom: 5px;
}

footer i { color:#ffba00; margin-right:5px; }

footer .up-footer ul.navigation li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.9);
}
footer .up-footer ul.navigation li a:hover {
  color: #ffba00;
}
footer .up-footer ul.flickr {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.flickr li {
  margin-bottom: 5px;
  margin-right: 1px;
  display: inline-block;
}
footer .up-footer ul.flickr li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .up-footer ul.flickr li a img {
  margin: 0;
}
footer .up-footer ul.flickr li a:hover {
  opacity: 0.7;
}
footer .up-footer .info-widget p {
  margin-bottom: 5px;
}
footer .up-footer .info-widget p span {
  font-family: 'Open Sans', sans-serif;
  color: #ffba00;
}
footer .up-footer .info-widget p.first-par {
  margin-bottom: 20px;
}
footer p.copyright {
  padding: 25px 0;
  background: #111111;
/*  text-transform: uppercase;*/
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.logo-wrapper {
  overflow: hidden;
}

.logo-in {
  padding: 35px 0;
  color:#fff;
}

.logo-in .slogan {
	font-family:'Dancing Script', cursive;
  	font-size:30px;
  	line-height:1em;
	margin-bottom:20px;
}

.logo-in .contact { font-size:16px; }

.logo-in .contact a { color:#fff; text-decoration:none; }

.logo-in .contact .fa { margin:0 5px 0 10px; color:#ffcc00; }

.logo {
	font-family: impact,charcoal,sans-serif;
	color: rgb(255, 255, 0);
	font-size: 48px;
	display:block;
  	margin:30px 0;
}


.logo:hover { text-decoration:none; color: rgb(255, 255, 0); }

.real_menu { background:#ffcc00; }

.services-offer-section .services-box {
  padding: 25px 25px 0;
  background: #f1f1f1;
  border: 1px solid #d1d1d1;
  margin:30px 0;
}
.services-offer-section .services-box .service-post {
  margin-bottom: 25px;
  overflow: hidden;
}
.services-offer-section .services-box .service-post img {
  float: left;
}
.services-offer-section .services-box .service-post .service-content {
  margin-left: 100px;
}
.services-offer-section .services-box .service-post .service-content h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding-bottom: 8px;
  position: relative;
}
.services-offer-section .services-box .service-post .service-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.services-offer-section .services-box .service-post .service-content h2 a:hover {
  color: #ffba00;
}
.services-offer-section .services-box .service-post .service-content h2:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: #ffba00;
}

.services-offer-section .services-box.ser-box2 .service-post img {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.services-offer-section .services-box.ser-box2 .service-post .service-content {
  margin-left: 0;
}

.second-article h2 a { color:#000; font-size:18px; letter-spacing:2px; }

.page-banner-section {
  /*padding: 40px 0;*/
  position: relative;
  /*background: #ddd;*/
  text-transform:uppercase;
}
.page-banner-section .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-banner-section h2 {
  color: #222222;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 26px;
  margin-bottom: 10px;
}

header.active #home-section, header.active .page-banner-section { margin-top:140px; }

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width:991px) {
	.logo { font-size: 40px; }
}

@media (max-width: 767px){
	.logo-in {
    	text-align: center;
	}
	
}

@media (min-width: 768px) {
  .logo-in {
    	text-align: right;
	}

  .navbar-nav>li {
    float: none;
    display: inline-block;
  }

  .navbar-nav {
    margin:  0 auto;
    width: 95%;
    text-align: center;
  }
  
  .navbar-header{
	height:50px;
  }
  
  .navbar-nav > li > a {
    line-height: 20px;
    padding: 20px 15px;
  }
	
}

@media (max-width: 1199px) {

  .project-box .project-post {
    width: 25%;
  }
  .project-box .project-post.snd-size {
    width: 50%;
  }
  .projects-page-section .project-box,
  .projects-section .project-box.col3 {
    width: 970px;
  }
  .projects-page-section .project-box.col2 .project-post {
    width: 455px;
  }
  .projects-page-section .project-box.col3 .project-post,
  .projects-page-section .project-box .project-post,
  .projects-section .project-box.col3 .project-post {
    width: 293px;
  }
  .news-section #owl-demo {
    width: 970px;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 25px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .flexslider .flexcaption .inner-caption h1:after {
    display: none;
  }
  .flexslider .flexcaption .inner-caption span {
    display: none;
  }
  .navbar-nav > li > a { padding:10px; }
}
@media (max-width: 991px) {
  .logo { margin:0; }
  .logo img { height:140px; }
  .top-line,
  .top-line ul.social-icons {
    text-align: center;
  }
  .top-line p span {
    display: inline-block;
    margin-bottom: 7px;
  }
  .navbar-nav > li > a {
    padding: 10px 5px;
	font-size:12px;
  }
  .navbar-nav a.open-search {
    padding-left: 7px !important;
    padding-right: 15px;
  }
  #home-section, .page-banner-section {
    margin-top: 221px;
  }
  .offer-post {
    margin-bottom: 30px;
  }
  .project-box .project-post {
    width: 33.33%;
  }
  .tab-posts-box {
    margin-top: 30px;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .clients-section blockquote {
    margin-top: 20px;
  }
  .project-box .project-post {
    width: 50%;
  }
  .project-box .project-post.snd-size {
    width: 50%;
  }
  .projects-page-section .project-box,
  .projects-section .project-box.col3 {
    width: 750px;
  }
  .projects-page-section .project-box.col2 .project-post,
  .projects-page-section .project-box.col3 .project-post,
  .projects-page-section .project-box .project-post,
  .projects-section .project-box.col3 .project-post {
    width: 345px;
  }
  .page-banner-section ul.page-depth {
    text-align: center;
  }
  .about-alternative-section .accordion-box {
    margin-bottom: 40px;
  }
  .news-section #owl-demo {
    width: 750px;
  }
  .clients-section ul.client-list {
    margin-bottom: 40px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .services-offer-section .services-box-mas .services-project {
    width: 50%;
  }
  .services-offer-section .services-box-mas.col5 .services-project {
    width: 33.3333%;
  }
  .projects-section ul.filter {
    text-align: center !important;
  }
  .projects-section .title-section.alt-title {
    text-align: center;
  }
  .projects-section .title-section.alt-title h1:after {
    left: 50%;
    margin-left: -16px;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 20px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .flexslider .flexcaption .inner-caption p {
    font-size: 11px;
    line-height: 16px;
  }
  .guide-box,
  .work-details {
    margin-bottom: 40px;
  }
  #map,
  #map2 {
    height: 300px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {

  .navbar-brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .navbar-default .navbar-toggle {
    margin-top: 13px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px !important;
  }
  .navbar-nav > li.search {
    display: none;
  }
  .navbar-nav > li.drop ul.dropdown {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 0;
    border: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav > li.drop ul.dropdown li a {
    padding: 5px 20px;
    text-transform: inherit;
  }
  #home-section, .page-banner-section {
    margin-top: 216px;
  }
  .services-offer-section .services-box-mas .services-project,
  .services-offer-section .services-box-mas .services-project.snd-size {
    width: 100%;
  }
  .project-box .project-post {
    width: 100%;
  }
  .project-box .project-post.snd-size {
    width: 100%;
  }
  .projects-page-section .project-box,
  .projects-section .project-box.col3 {
    width: 100%;
    margin-left: 0;
  }
  .projects-page-section .project-box.col2 .project-post,
  .projects-page-section .project-box.col3 .project-post,
  .projects-page-section .project-box .project-post,
  .projects-section .project-box.col3 .project-post {
    width: 100%;
    margin: 0 0 30px;
  }

  .blog-section .blog-box .comment-section ul.depth .comment-box {
    padding-left: 0;
  }
  .news-section #owl-demo {
    width: 100%;
    margin-left: 0;
  }
  .news-section #owl-demo .news-post {
    margin: 0 0 30px;
  }
  .services-offer-section .services-box-mas.col5 .services-project {
    width: 50%;
  }
  .about-section .about-post {
    margin-bottom: 30px;
  }
  .flexslider .flexcaption {
    bottom: 10px;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 15px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .project-box .project-post {
    width: 100%;
  }
  .tab-posts-box ul.nav-tabs li a {
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 400;
  }
  .tab-posts-box .tab-pane img {
    float: none !important;
    margin: 0;
    margin-bottom: 20px;
  }
  .blog-section .blog-box .autor-post img {
    max-width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .blog-section .blog-box .autor-post .autor-content,
  .blog-section .blog-box .comment-section ul li .comment-box .comment-content {
    margin-left: 0;
  }
  .blog-section .blog-box .comment-section ul li .comment-box img {
    display: none;
  }
  #map {
    height: 200px;
  }
  .services-offer-section .services-box-mas.col5 .services-project {
    width: 100%;
  }
  .flexslider .flexcaption .inner-caption {
    padding: 10px;
  }
  .flexslider .flexcaption .inner-caption h1 {
    font-size: 13px;
    margin-bottom: 0px;
  }
  .flexslider .flexcaption .inner-caption p {
    display: none;
  }
  
              h1 {
                font-size: 1.5em;
            }
            section {
                max-width: 100%;
                float: none;
            }
		
		#Container .mix{
			display: none;
			
		}
		
}

@media (max-width:395px) {
		#home-section, .page-banner-section { margin-top: 216px;}
}


.form-input {
overflow: hidden;
margin: 0 0 20px 0;
width: 100%;
border-radius:2px;
}

form.leave-comment input {
  width: 100%;
}

.form-select {
  border-radius: 2px;
  display: inline-block;
  margin: 0 0 20px;
  overflow: hidden;
  width: 100%;
}

.form-Bottom input {
width: 25%;
background: #4396ff;
}

.form-Bottom input:hover{
width: 25%;
background: #333333;
}


.form-textarea {
overflow: hidden;
width: 100%;
border-radius: 2px;
display: inline-block;
}

.form-submit {
  display: block;
  margin-top: 15px;
}

.Available-Vacancies .form-input {
margin-bottom: 10px;
}

.form-input input, select, textarea{
 width:100%;
}

.Available-Vacancies .form-Bottom input {
 width: 25%;
}


.Contact-us .form-input {
width: 48%;
display: inline-block;
float: left;
}

.Contact-us .form-textarea textarea {
height: 200px;
}

.Contact-us .form-input:first-child {
margin-right: 30px;
}

input[type=text], input[type=password], input[type=email], textarea, input[type=file] {
display: inline-block;
float: left;
padding: 10px 15px;
border: 0;
border: 1px solid #ccc;
background: #FFF;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-family: 'Open Sans', sans-serif;
border-radius: 3px;
}

textarea { height:200px; }

select {
display: inline-block;
float: left;
padding: 10px 15px;
width: 100%;
border: 0;
color: #a9a9ab;
border: 1px solid #4a4a4a;
background: #3c3c3c;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-family: 'Open Sans', sans-serif;
border-radius: 3px;
}

.form-control {
display: inline-block;
float: left;
padding: 10px 15px;
width: 100%;
border: 0;
font-size: 14px;
height: auto;
box-shadow: none;
line-height: 1.5 !important;
color: #a9a9ab;
border: 1px Solid #4A4A4A;
background: #3c3c3c;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
font-family: 'Open Sans', sans-serif;
border-radius: 3px;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-md {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}

.input-lg {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}

input#color {
  height: 40px;
}

.Contact-Form input[type=text], .Contact-Form input[type=password], .Contact-Form input[type=email], .Contact-Form textarea, .Contact-Form input[type=file] {
    display: inline-block;
    float: left;
    padding: 10px 15px;
    width: 100%;
    border: 0;
    border: 1px solid #333;
   background: #fff;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
    color: #000;
}

.contact-form textarea {
clear: both;
width: 100%;
height: 166px;
resize: none;
border-radius: 2px;
}

.Contact-Form .main-bg {
  display: inline-block;
  float: left;
  width: 30% !important;
}

.Contact-Info {
margin-bottom: 20px;
}

.Block-Contact i {
  display: inline-block;
  float: left;
  margin-right: 5px;
  color: #ffba00;
  /* width: 30px; */
  height: 30px;
  border-radius: 2px;
  text-align: center;
  line-height: 28px;
  font-size: 15px;
}

.Block-Contact p {
  margin-left: 35px;
  font-size: 15px;
  line-height: 28px;
}

.Block-Contact span {
margin-left: 60px;
display: block;
font-size: 13px;
color: #4396ff;
line-height: 22px;
margin-bottom: 5px;
}
.Block-Contact ul
{
    list-style-type: none;
}

.welcome { width:350px; margin:40px auto; padding:40px; background:rgba(0,0,0, 0.6); color:#fff; }
.welcome1 { width:450px!important;  padding:30px;}

.welcome label {  }

.welcome input[type="text"] { float:none; background:#fff; padding:5px; margin-bottom:5px; color:#333; width:160px; }

.button, .welcome input[type="submit"] { cursor:pointer; background:#ffcc00; border:none; outline:none; color:#000; font-weight:700; text-transform:uppercase; padding:7px 15px; border-radius:3px; text-decoration:none; display:inline-block; }

.button:hover, .welcome input[type="submit"]:hover { background:#82461d; color:#fff; text-decoration:none; transition: 0.3s; }

.button { margin-top:10px; }

.welcome h3 { margin-top:0; font-size:22px; line-height:1.3em; }

.welcome p { color:#fff; }

.welcome form { margin-top:20px; }

ol {
	color: #666666;
    font-family: 'Open Sans', sans-serif;
}

li{
	padding:10px 0;
}

.playbutton { 
width:486px; 
height:255px; 
display:block;
margin:50px auto;
background:url('../images/button.png') no-repeat;
}

.playbutton:hover { background:url('../images/button-hover.png') no-repeat; transition:.2s; }

.pointbutton { 
width:486px; 
height:255px; 
display:block;
margin:50px auto;
background:url('../images/button03.png') no-repeat;
}

.pointbutton:hover { background:url('../images/button03-hover.png') no-repeat; transition:.2s; }

.buildbutton { 
width:472px; 
height:92px; 
display:block;
margin:50px auto;
background:url('../images/button02.png') no-repeat;
}

.buildbutton:hover { background:url('../images/button02-hover.png') no-repeat; transition:.2s; }

@media (max-width:550px) {
.playbutton { width:250px; height:131px; background-image:url('../images/button.png'); background-size:250px auto; }
.playbutton:hover { background-image:url('../images/button-hover.png'); background-size:250px auto; }	

.buildbutton { width:250px; height:49px; background-image:url('../images/button02.png'); background-size:250px auto; }
.buildbutton:hover { background-image:url('../images/button02-hover.png'); background-size:250px auto; }

.pointbutton { width:250px; height:131px; background-image:url('../images/button03.png'); background-size:250px auto; }
.pointbutton:hover { background-image:url('../images/button03-hover.png'); background-size:250px auto; }	
}

.answer { margin-top:30px; font-size:16px; }

.answer p { font-weight:700; color:#82461d; }

ol.radio {
  list-style-type:lower-latin;
}
ol.radio li{
	padding: 10px 20px;
}