img {
	border:none 0;
	outline:none;
}
select,
input,
button,
textarea {
	outline:none !important;
	margin:0px;
}
input,
textarea {
	resize:none;
	-webkit-appearance: none;
	border-radius:0;
	-webkit-border-radius:0;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
.fleft {float:left;
}
.fright {float:right;
}
.color {color:#0066CC;
}
h1,h2,h3,h4,h5.h6 {margin-top:0px;
}
.text-center {text-align:center;
}


/*********** MAIN **************/
body {
	color: #333;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height:21px;
	overflow-x:hidden !important;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: -30;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -30;
	margin-left: 0;
}
html { font-size: 100%;
}
::selection{
	background: #0066CC;
	color: #fff;
}
::-moz-selection {
	background: #0066CC;
	color: #fff;
}
a,
a:focus {
	color: #262626;
	text-decoration:none !important;
	outline:none;
}
a:hover { color: #0066CC;
}
p {
	margin: 0 0 10px;
	padding: 0;
	
}
strong { font-weight: 700;
}
.center { text-align: center;
}
.colored { color: #0066CC;
}
.bg_colored { background-color: #0066CC;
}
.justify {text-align: justify;
}
iframe {border:0;
}
img {max-width:100%;
}
.cover {
	background-position:50% 0;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
}
.bg_gray {background-color:#f8f8f8;}
.bg_black {background-color:#2d2e2e;}

#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9900; /* makes sure it stays on top */
}
#status {
	width:70px;
	height:70px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center center;
	margin:-35px 0 0 -35px; /* is width and height divided by two */
}

.parallax {
    background-position: 50% 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
.mb30 {margin-bottom:30px;}

/*---------------------------------------------------------------
					One page HTML
----------------------------------------------------------------*/

/**** HEADER ****/

}
.fixed-menu {
	border:none;
	position:fixed;
	left:0;
	top:-100px;
	padding:25px 0 24px;
	background:#fff;
	z-index:1000;
	opacity: 0;
	width:100% !important;
}
.fixed-menu.fixed_show {
	top:0;
	opacity: 1;
	border-bottom:#ddd solid 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
/**/





/************ HOME SECTION ***********/
#home{
	position:relative;
	margin-bottom:53px;
}
.separator {
	position:relative;
	margin:17px 0 13px;
	height:1px;
}
.separator:before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -40px;
	width:81px;
	border-bottom:#666 solid 1px;
}
.separator.left:before {
	left:0;
	margin:0;
}
.page_section {
	opacity: 1;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 29px;
	padding-left: 0;
}
.shortcode_button { 
	display:inline-block;
	margin:0;
	text-decoration:none;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	color:#fff !important;
	padding:7px 19px;
	vertical-align:top;
	text-align:center;
	text-transform:uppercase;
	background:#0066CC;
	border:none;
	cursor:pointer;
	font-size:14px;
}
.shortcode_button:hover {
	background:#2d2e2e;
}
.shortcode_button.btn-lg {
	font-size:18px;
	padding:12px 19px 13px;
}
.page_section header div.container {
	z-index:900;
	position: relative;
}
h1,h2 {
	font-size: 30px;
	line-height:32px;
	text-shadow: rgba(245, 245, 255, 0.35) 0 0px 0px, rgba(0, 0, 30, 0.08) 0px 2px 2px, rgba(0, 0, 30, 0.20) 0px 2px 1px, rgba(0, 0, 30, 0.40) 0px 2px 1px, rgba(0, 0, 0, 0.08) -5px 5px 2px;
}
h3,h4 {
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
}
h4 {
	text-transform:none;
}
.head_section h1,
.head_section h2{
	font-weight:600;
	text-transform:uppercase;
	position:relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 30px;
}
.head_section span {
	display:block;
	font-size:18px;
	text-transform:uppercase;
}
.head_section p {
	text-align: center;
	padding:0 0 10px;
	margin-bottom:0;
	color:#262626;
}
.head_section p:last-child {
	padding-bottom:0px
}
.head_section.center_section {
	text-align:center;
	padding-bottom:25px;	
}
.head_section.center_section  .separator {
	margin:26px 0 25px;
}





/************* START SECTION *************/
.icon-banner {
    text-align: center;
	padding:20px 40px 25px;
	margin-bottom:30px;
	background:#f8f8f8;
}
.icon-banner > a {display:inline-block;
}
.icon-banner .icon {
	display: inline-block;
    margin: 20px auto 27px;
    position: relative;
}
.icon-banner .icon img {
    display: block;
    height: auto;
    opacity: 1;
    width: 100%;
}
.icon-banner .title_cont {
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;
}
.icon-banner h3 {margin:0;
}

.icon-banner:hover .icon {
	 margin: 10px auto 17px;
}
.icon-banner:hover .separator {
	 margin:27px 0 23px;
}
.icon-banner .icon,
.icon-banner .separator {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



/*********** SERVICES SECTION **********/
#services {}

.item-service {
	margin-bottom:30px;
	background:#f8f8f8;
	text-align:center;
}
.item-service .cont {
	padding:35px 20px 40px;
}
.item-service .cont .shortcode_button {
	margin-top:15px;
}
.item-service h4 {
	margin-bottom:0px;
}
.carousel-box .control-block,
.info-block {
	padding:35px 30px 98px 40px;
	margin-bottom:30px;
	position:relative;
}
.info-block {
	padding-bottom:40px;
}
.bg_black {color:#fff;}
.bg_black p {color:#868686;}

.bg_colored p {color:#262626;}

.customNavigation {
	font-size:0;
}
.carousel-box .control-block .customNavigation {
	position:absolute;
	bottom:37px;
	left:40px;
}
.btn-prev, .btn-next
{
    display: inline-block;
    margin: 0 10px 0 0;
    width: 40px;
    height: 35px;
    border: #262626 solid 2px;
    color: #262626 !important;
    text-align: center;
    font-size: 29px;
    line-height: 28px;
    cursor: pointer;
    -webkit-transform: translateZ(0) !important;
    opacity: 0.6;
}
.btn-prev {
	padding-right:2px;
}
.btn-next {
	padding-left:2px;
}
.btn-prev:hover,
.btn-next:hover {
	opacity:1;
}
.bg_black .btn-prev,
.bg_black .btn-next {
	color:#494949 !important;
	border-color:#494949;
	opacity:1;
}
.bg_black .btn-prev:hover,
.bg_black .btn-next:hover {
	color:#0066CC !important;
	border-color:#0066CC;
}
/***/

/*team*/
.item-team,
.item-full {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.item-team .img,
.item-full .img {
	background:#f8f8f8;
}
.item-team .cont,
.item-full .cont {
	background:#f8f8f8;
	padding:35px 35px 40px 40px;
}
.item-team .cont h4,
.item-full .cont h4 {
	text-transform:uppercase;
	margin:0px;
}
.item-team shortcode_button,
.item-full .shortcode_button {
	margin-top:14px;
}
.social {
	font-size:0;
	line-height:0;
	padding:2px 0 0;
}
.social a {
	display: inline-block;
	margin:8px 8px 0 0;
	font-family:"Socialico";
	color:#cdcdcd;
	font-size:20px;
	line-height:18px;
}
.soc-f:hover {color:#063587 !important;}
.soc-t:hover {color:#00aae9 !important;}
.soc-g:hover {color:#be3027 !important;}
.soc-n:hover {color:#e54e93 !important;}
.soc-v:hover {color:#00aae9 !important;}
.soc-r:hover {color:#ff6900 !important;}
.soc-i:hover {color:#0053a5 !important;}
/***/




/**********************css3***************/
a {
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	transition: color 0.4s ease;
}

.btn-prev,
.btn-next,
.item-team .img img,
.portfolio-list .item .zoom,
.portfolio-list .item img,
.portfolio-list .item .caption,
.services_tab ul.tabs li:before,
.services_tab ul.tabs li,
.portfolio-menu li a,
.shortcode_button,
.icon-banner .icon img,
.icon-banner .icon:before,
.fixed-menu,
.navmenu li a:before,
.navmenu ul li,
.navmenu ul li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.portfolio-list .item .caption p,
.portfolio-list .item .caption h4,
.item-team .social a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
