/*
  Stylesheet CSS 
  Author: Softiconic - http://softiconic.com/
  Version: 1.0
*/ 
 
/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Bentham|Montserrat:300,400,500,600,700,800,900&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');
/*Reset CSS*/
html, body, div, span, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  abbr, address, cite, code,  del, dfn, em, img, ins, kbd, q, samp,  small, strong, sub, sup, var,  b, i,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary,  time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
} 
body {
	font-family: 'Montserrat', sans-serif; 
	background-image: url("../images/bg-1.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left top;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
} 
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
a{
	outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #ffe50d;
} 
a:focus,
a:hover{
	color: #1c6aac; 
	text-decoration: none;
	outline: none;
	outline: 0;
}
button {
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; 
} 
ins {
	background-color: #ff9; 
	text-decoration: none;
} 
mark {  
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
} 
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #eeeeee;
	margin: 1em 0;
	padding: 0;
}
input{
	vertical-align: middle;
}
select{
	vertical-align: middle;
}
img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
} 
button{
	cursor: pointer;
}
button:focus,input:focus,textarea,textarea:focus{
	outline: 0
} 
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif; 
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {   
	margin-bottom: 15px;
	color: inherit
} 
label { 
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #3782a4;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #3782a4;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #3782a4;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder { 
	font-size: 14px;
	opacity: 1;
}
*::placeholder { 
	font-size: 14px;
	opacity: 1;
}  
/****************************************/
/*----------Header----------/
/****************************************/
.container{
	width: 1030px; 
}   
header {
    width: 100%;
    float: left;
    position: relative;
    min-height: 236px;
}
.header-top {
    background-color: #456e8b;
}
.header-left-side p {
    font-size: 10px;
    color: #fff;
    margin: 5px 0 0 0;
    font-weight: 500;
}
.header-right-side ul li {
    display: inline-block;
    font-size: 10px;
    color: #fff;
	
}
.header-right-side ul li a{
	color: #fff;
	font-weight: 500;
}
.header-right-side ul li a:hover{
	text-decoration: underline
}
.header-right-side {
    float: right;
} 

/*============================== 
	footer styles
==================================*/ 
footer {
    width: 100%;
    float: left;
    
}
.footer-bg {
    background-color: #498ba7;
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 20px 50px 0px 30px;
}
.footer-bg h2 {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
	letter-spacing: 2px;
}
.footer-right-side h2 {
    padding: 0px 105px;
    margin-bottom: 10px;
}
.footer-studio p {
    font-size: 10px;
    color: #fff;
    line-height: 15px;
}

.footer-studio {
    padding: 0px 20px 0px 0px;
}
.footer-studio h2 {
    padding-bottom: 15px;
}
.footer-address p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 6px;
    text-transform: uppercase;
    font-weight: 500;
}
.phone {
    margin-top: 20px;
}
.phone span {
    width: 50px;
    float: left;
} 
.phone p{
	text-transform:inherit
}
p.f-text {
    padding: 0px 24px 10px 0px;
}
.from-control input[type=text] {
    width: 100%;
    padding: 5px 10px;
    margin: 9px 0px;
    border: 0;
}
.from-control input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b3b3b3;
}
.from-control input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #b3b3b3;
}
.from-control input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #b3b3b3;
}
.from-control input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #b3b3b3;
}
form.robot-side.-content input[type=checkbox]{
	margin-right: 8px;
	position: relative;
    top: 2px;
}
label.side-label {
    color: #fff;
    font-size: 9px;
}

.checks {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-align: left;
    margin: 0 0 0 -10px;
    padding: 0;
}
.footer-robot-side img {
    width: 100%;
}
.footer-robot-side {
    margin-top: 10px;
}


.f-content input[type=submit]{
	font-size: 10px;
	color: #fff;
}
.f-content input[type=submit] {
    color: #fff;
    background-color: #456e8b;
    border: 0;
    padding: 6px 0px;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 6px;
	    font-weight: 600;
}
.copyright-left p,
.bottom-right-content p{
    font-size: 10px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}
.bottom-right-content {
    float: right;
}
.bottom-right-content span {
    color: #e04646;
}
span.via {
    text-transform: capitalize;
	font-family: 'Bentham', serif;
	font-size: 16px;
}
.footer-bottom {
    width: 100%;
    padding: 6px 0px;
}
 
section{  
	padding:0px; 
} 
/*//contact form */
.wpcf7-form input[type='text'], .wpcf7-form input[type='tel'], .wpcf7-form input[type='email'] {
    border: 1px solid #ecf3f6;
    background-color: #fafafa;
    height: 34px;
	width: 100%;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px;
    margin-bottom: 20px;
}
.wpcf7-form textarea {
    width: 100%;
    border: 1px solid #ecf3f6;
    background-color: #fafafa;
    border-radius: 0px;
    padding: 20px; 
    height: 120px;
	margin-bottom: 15px;
}
.wpcf7-list-item-label{
	font-size: 12px;
}
.wpcf7-form input[type='submit'] {
    background-color: #498ba7;
    border: none;
    color: #fff;
    height: 30px;
    border-radius: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400 !important;
    text-align: center;
    line-height: 13px;
    letter-spacing: 3px;
    padding: 0 30px;
    margin-top: 20px;
}
.wpcf7-form input[type='submit']:hover {
    background-color: #000000; 
	color: #ffffff;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus {
    color: #000000;
    background-color: #fffbda;
    border-color: #ffe60d;
    outline: 0;
    box-shadow: none;
}
ul.listsc {
    padding-left: 0px;
}
ul.listsc li {
    background-image: url(../images/ic-5.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 7px 30px;
}
/*///custom for new theme*********************/
.core-nav .nav-container {
    width: 1030px;
}
/*=====nav menu=====*/

nav {
    /*border-bottom: solid 1px #dfdfdf;*/
    min-height: 60px;
}

nav .wrap-core-nav-list {
    /*background: #fff;*/
}

nav .nav-header {
    /*background: #fff;*/
   /* border-bottom: solid 1px #dfdfdf;*/
}

nav .brand {
    display: block;
    position: relative;
    width: 270px;
    padding: 20px 0;
}

nav .brand img {
    width: 100%;
}

nav .menu li a {
    display: block;
    padding: 20px 58px 3px;
    text-decoration: none;
    color: #456e8b;
	font-size: 16px;
    font-weight: 500;
	text-transform: uppercase;
    position: relative;
}

nav .menu li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #256E8F;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
nav .menu li a:hover:after {
    width: 42%;
    text-align: center;
    right: 0;
    margin-left: -44px;
} 

nav .menu li a::first-child{
	padding-left: 0px
}
nav .menu li a::last-child{
	padding-right: 0px
}
nav .menu li a:hover {
    color: #e74c3c;
}
nav .menu li a:hover {
    color: #4aa4b2;
}
nav .menu li:last-child a {
    /*border-right: solid 1px #dfdfdf;*/
}

@media (max-width: 992px) {
    nav .nav-header {
        min-height: 60px;
        /*border-bottom: solid 1px #dfdfdf;*/
    }
    nav .nav-header .brand {
        margin: 0 auto 5px;
        float: none;
        position: relative;
        top: 17px;
        padding: 0;
    }
    nav .nav-header .toggle-bar {
        font-size: 18px;
        position: absolute;
        top: 17px;
        left: 15px;
    }
    nav .menu li a {
        padding: 10px 15px;
        border: 0;
        /*border-bottom: solid 1px #dfdfdf;*/
    }
    nav .menu li:last-child a {
        border: 0;
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    nav .nav-header .toggle-bar {
        left: 15px;
    }
}
 
.footer-form input[type='text'], .footer-form input[type='tel'], .footer-form input[type='email'] {
    width: 100%;
    background-color: #fff;
    border: none;
    margin-bottom: 24px;
}
.bottom-right-content a{
	color: #000;
}
.bottom-right-content a:hover{
	text-decoration: underline
}