@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,700,800);
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400';

/*!
 * Clean v2.0.0
 * Homepage: http://scripteden.com
 * Copyright 2015 Script Eden
 * Licensed under MIT
*/
*{outline: none!important;}
#errormessage{color:#ff0000;}
body {
	font: 300 14px/1.8 'Raleway', sans-serif;
	color: #666;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #013C44;
}

a:hover {
	text-decoration: none;
	color: #999;
}

ul{list-style: none;padding: 0px;margin: 0px;}
a:hover{text-decoration: none!important;}
.form-control:focus {
    border-color: transparent;
    border:0px!important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6)!important;
    outline: 0 none;
}
.carousel-control.left{
    background-image: url('../images/arrowleft.png');
    background-repeat:no-repeat;
    background-position:15px center;
}

.carousel-control.right {
    background-image: url('../images/arrow-right.png');
    background-repeat:no-repeat;
    background-position:98px center;
}
.container{max-width: 980px;}
/* ---------------------------------------------- /*
 * Transition elsements
/* ---------------------------------------------- */


.navbar a,
.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font: 700 40px/1.2 Raleway, sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 5px 0 5px;
	color: #222;
}

h2 {
	font-size: 30px;
	margin: 0 0 30px;
}

h3 {
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

h4 {
	font-size: 12px;
	letter-spacing: 1px;
}

h5 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}

h6 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}

/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */

.btn,
.iconbox,
.progress,
#filter li,
.scroll-up a,
.form-control,
.input-group-addon {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}


/* ---------------------------------------------- /*
 * Input-group
/* ---------------------------------------------- */

.input-group .form-control {
	z-index: auto;
}

.input-group-addon {
	background: #D8E1E4;
	border: 2px solid #D8E1E4;
	padding: 6px 15px;
	font-weight: 700;
}

/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */

.form-control {
	background: #FFF;
	border: 1px solid #D8E1E4;
	font-size: 12px;
	padding: 0 15px;
}

.form-control:focus{
    border-color: rgba(135, 135, 135, 0.7);
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 38px;
	font-size: 13px;
}

.input-sm,
.form-horizontal .form-group-sm .form-control {
	font-size: 11px;
	height: 30px;
}

textarea.form-control {
	padding: 15px;
    max-width: 100%;
    min-width: 100%;
}

/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */

.btn {
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 8px 26px;
	border: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	outline: inherit !important;
}

/* Button size */

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 25px;
	font-size: 13px;
    background: rgba(17, 17, 17, 0.8);
    color: #fff;
}
.btn-lg:hover,
.btn-group-lg > .btn:hover{
    background: rgba(17, 17, 17, 1.8);
    color: #fff;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 6px 25px;
	font-size: 11px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 5px 25px;
	font-size: 10px;
}

.btn .icon-before {
	margin-right: 6px;
}

.btn .icon-after {
	margin-left: 6px;
}

/* ---------------------------------------------- /*
 * General Styles
/* ---------------------------------------------- */

.pfblock {
	padding: 120px 0 100px;
}

.pfblock-gray {
	background: #f5f5f5;
}

.pfblock-image {
	padding: 0;
}

.calltoaction h1,
.calltoaction h2,
.calltoaction h3,
.calltoaction h4,
.calltoaction h5,
.calltoaction h6,
.pfblock-image,
.pfblock-image h1,
.pfblock-image h2,
.pfblock-image h3,
.pfblock-image h4,
.pfblock-image h5,
.pfblock-image h6 {
	color: #fff;
}

.pfblock-header {
	text-align: center;
	margin: 0 0 60px;
}

.pfblock-header-left {
	text-align: left;
}

.pfblock-header-left .pfblock-line {
	width: inherit;
	margin: 30px 0;
}

.pfblock-title{
    font-weight: 800;
}

.pfblock-subtitle {
	font-family: Raleway, "Times New Roman", Times, sans-serif;
	font-style: normal;
	font-size: 18px;
}

.pfblock-line {
	background: rgba(135, 135, 135, 0.5);
	width: 100px;
	height: 1px;
	margin: 30px auto;
}

.pfblock-icon {
	font-size: 32px;
}
.calltoaction *{
    text-align: center;
}
.calltoaction {
    background: url(../images/item-3.html);
	background-color: #222;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	padding: 50px 0;
	color: #999;
}

.calltoaction h2 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.calltoaction-decription{
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 20px;
    color: #fff;
}

.calltoaction-btn {
	text-align: center;
}

.calltoaction-btn > .btn {
    background: rgba(255, 255, 255, .8);
    color: #111;
	margin-top: 5px;
	margin-bottom: 5px;
}
.calltoaction-btn > .btn:hover{
    background: #fff;
}

.long-down {
	margin-bottom: 40px;
}

/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */

#home {
	background: url(../images/partials_1.jpg);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	/*background-position: center 35px;*/
	background-position: center 0px!important;
	padding: 0;	
	min-height:600px;
	top: 0px!important;
}

.home-overlay {
    background-color: rgba(44, 62, 80, 0.3);
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.intro {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}

.intro h1{
    font-weight: 800;
}

.start {
	font-family: Raleway, "Times New Roman", Times, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: none;
	margin: 15px 0;
}

/* ---------------------------------------------- /*
 * Servise
/* ---------------------------------------------- */

.iconbox {
	background: #fff;
	border-bottom: 1px solid #d4d4d4;
	text-align: center;
	padding: 40px 20px;
	margin: 0 0 20px;
}

.iconbox-icon {
	margin: 0 0 15px;
	font-size: 32px;
	color: #222;
}

.iconbox-title {
	margin: 0 0 15px;
	padding: 0;
}

/* ---------------------------------------------- /*
 * Skills
/* ---------------------------------------------- */

.chart {
    display: inline-block;
    height: 140px;
    margin: 50px 0;
    position: relative;
    text-align: center;
    width: 140px;
}
.chart canvas {
    left: 0;
    position: absolute;
    top: 0;
}
.percent {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    line-height: 140px;
    z-index: 2;
}
.percent:after {
    content: "%";
    font-size: 50%;
    margin-left: 0.1em;
}

/* ---------------------------------------------- /*
 * Contact
/* ---------------------------------------------- */

.ajax-response {
	text-align: center;
}

/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

#footer {
	background: #222;
	text-align: center;
	padding: 40px 0;
	color: #FFF;
}

.copyright {
	margin: 0;
}

.copyright a{
    border-bottom: 1px dotted #fff;
}

#footer span{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    color: #ff5252;
}

.social-links {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.social-links li {
	display: inline-block;
	margin: 5px;
}

.social-links a {
	width: 36px;
	height: 36px;
	display: block;
	line-height: 35px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	font-size: 14px;
	color: rgba(255, 255, 255, .2);
}

.social-links a:hover {
	border: 1px solid rgba(255, 255, 255, .5);
	color: rgba(255, 255, 255, .8);
}

/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

.header {
	border-bottom: 0px solid #f5f5f5;
	position: relative;
	width: 100%;
	z-index: 998;
	left: 50%!important;
	margin-left: -490px!important;
}

.navbar-custom {
	border: 0;
	border-radius: 0;
	margin: 0;
	text-transform: uppercase;
	font-family: Raleway, sans-serif;
}

.navbar-custom,
.navbar-custom .dropdown-menu {
	background: #fff;
	padding: 0;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
	font-size: 11px;
	letter-spacing: 3px;
	color: #222;
}

.navbar-custom .nav li.active,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .navbar-nav > li.active a {
	background: none;
	outline: 0;
	color: #E7746F;
}

.navbar-custom .navbar-brand {
	font-weight: 700;
	font-size: 22px;
    font-family: Lobster, cursive;
}

.navbar-custom .dropdown-menu {
	border: 0;
	border-top: 2px solid #E7746F;
	border-radius: 0;
}

.navbar-custom .dropdown-menu > li > a {
	padding: 10px 20px;
}

.navbar-custom .nav .open > a,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
	background: #f5f5f5;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #222;
}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 2em;
	right: 2em;
}

.scroll-up a {
	background-color: rgba(135, 135, 135, 0.5);
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(235, 235, 235, .8);
	color: #fff;
}

/* ---------------------------------------------- /*
 *Scroll Down
/* ---------------------------------------------- */

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -15px;
	display: block;
	z-index: 10;
    text-align: center;
}

.scroll-down span{
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status {
	background-image: url(../images/loader.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */

@media (max-width: 767px) {

	.calltoaction {
		text-align: center;
	}

}

@media (max-width: 480px) {

	h1 {
		font-size: 34px;
		letter-spacing: 3px;
	}

	h2 {
		font-size: 24px;
		margin: 0 0 30px;
		letter-spacing: 3px;
	}

}


/*--------------------------------*/
/***** Portfolio Common style *****/
/*--------------------------------*/

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

.grid h2{
    font-size: 20px;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: auto;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #9e5406;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
    color: #fff;
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------------*/
/***** Quote Rotator *****/
/*-----------------------*/

.cbp-qtrotator {
	position: relative;
	margin: 3em auto 0em auto;
	max-width: 90%;
	width: 90%;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #FF5252;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
    border: 0;
    font-size: 12px;
}

.cbp-qtrotator blockquote p {
	font-size: 2em;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}

/*custom*/
.nav-top{
	background: transparent!important;
	background-image: url('../images/top_menu.png')!important;
	background-repeat: no-repeat!important;
	height: 100px!important;
	display: block;
	z-index: 6;
	width: 980px;
	margin:auto;
	position: absolute;	
	left: 50%;
	margin-left: -490px;
	top: 0px;
}
.navbar-brand{
	position: relative;
	top: 3px;
	left: 12px;
}
.super-menu{
	position: relative;
	top: 12px;
	z-index: 3;
}
.super-menu label, .super-menu input, .super-menu button, .super-menu a{
	float: left;	
	display: inline-block;
}
.super-menu input{
	border-radius: 10px;
	padding: 5px;
	height: 30px;
	font-size: 13px;
	background-color: #DDDDDF!important;
	border:0px;
	width: 100px;
	margin-right: 10px;
	padding-left: 10px;
}
.super-menu input#txt_search{
	width: 150px;
	background-image: url('../images/search_icon.png');
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 25px;
}
.super-menu label{
	margin-left: 130px;
	font-size: 16px;
	color: #003D3F!important;
	position: relative;
	top: 4px;
	margin-right: 0px;
	width: 140px;
	font-family: 'Roboto', sans-serif;
}
.super-menu a{
	/*font-size: 10px;
	color: #999999!important;
	position: relative;
	top: 4px;
	margin-right: 10px;
	width:60px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	line-height: 12px;*/

	float:right!important;width:450px; text-align:right;text-transform:uppercase;margin-right:0px;
}
.super-menu button{
	padding: 4px!important;
	width:70px;
	border-radius: 20px;
	font-size: 10px;
	position: relative;
	margin-right: 30px;
	top: 5px;
	border: 0px!important;
	color: #ffffff!important;
	background: rgba(212,212,212,1);
	background: -moz-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(159,159,159,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,212,212,1)), color-stop(100%, rgba(159,159,159,1)));
	background: -webkit-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(159,159,159,1) 100%);
	background: -o-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(159,159,159,1) 100%);
	background: -ms-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(159,159,159,1) 100%);
	background: linear-gradient(to bottom, rgba(212,212,212,1) 0%, rgba(159,159,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#9f9f9f', GradientType=0 );
}
.super-menu button:hover{
	background: rgba(212,212,212,1);
	background: -moz-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(159,159,159,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,212,212,1)), color-stop(100%, rgba(159,159,159,1)));
	background: -webkit-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(159,159,159,1) 100%);
	background: -o-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(159,159,159,1) 100%);
	background: -ms-linear-gradient(top, rgba(212,212,212,1) 0%, rgba(159,159,159,1) 100%);
	background: linear-gradient(to bottom, rgba(212,212,212,1) 0%, rgba(159,159,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#9f9f9f', GradientType=0 );
}
.banner-top{
	width: 980px!important;
	height: 440px;	
	z-index: 3;
	position: relative;
	margin: auto;
	overflow: hidden;
}
.menu-top{
	display: block;
	height: 35px;
	background-color: rgb(34, 54, 121);
	width: 980px;
	position: relative;
	z-index: 5;
	margin:auto;
}
.menu-top .nav, .menu-top  .menu{
	margin:0px!important;
	padding:0px!important;
}
.item-101{display:none!important;}
.menu-top ul li{
	float: left;
	text-align: center;
}
.menu-top ul li a{
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	padding:1px;
	width:100%;
	top: 5px;
	position: relative;
}
.item-102{width:15%;}
.item-103{width:15%;}
.item-104{width:15%;}
.item-105{width:20%;}
.item-106{width:17%;} 
.item-107{width:17%;} 
.item-108{width:15%;} 


.menu-top ul li a:hover{
	background:transparent!important;
}
.home{
	margin:auto;
	width: 980px;
	height: 280px;
	background-color: rgb(115, 187, 221);

}
.home h2{
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 300!important;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #013C44!important;
	letter-spacing: normal!important;
}
.home p{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400!important;
	text-align: center;
	color: #013C44!important;
}
.partialgreen{ 
	margin: auto;
	width: 980px;
	height: 129px;
	background-image: url('../images/partialgreen.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	position: fixed;
	z-index: 0;
	left: 50%;
	margin-left: -490px;
	top:35px;
	display: none;
}
/*paralax*/
#parallax1{ 
	float: left;
	width: 980px;
	min-height: 860px;
	background-image: url('../images/partials_1_hover.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	display: none;
	top: 625px;
	margin-left: 16px;
	z-index: 0;
}
#parallax2{ 
	float: left;
	width: 980px;
	min-height: 860px;
	background-image: url('../images/partials_2hover.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	display: none;
	top:-260px;
	margin-left: 16px;
	z-index: 2;
}

.content{
	margin:auto;
	width: 980px;
	min-height: 350px;
	background-color: rgb(115, 187, 221);
	position: relative;
	z-index: 0;
}
.content .contebtn{
	display: block;
	width: 90%;
	margin:auto!important;
	margin-top: -120px!important;
	position: relative;
	z-index: 3;
}
.content .contebtn li{
	float: left;
	width: 25%;
	height: 176px!important;
	text-align: center;
	cursor: pointer;
	padding-bottom: 220px;
}
.content .contebtn li.active{
	float: left;
	width: 25%;
	height: 48px;
	background-image: url('../images/buttons_bullet.png');
	background-repeat: no-repeat;
	background-position: center 175px;
}
.content h2{
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 300!important;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
	color: #013C44!important;
	width: 100%;
	display: inline-block;
	letter-spacing: 0px;
}
.content h3{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400!important;
	text-align: center;
	color: #013C44!important;
}
.content p{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400!important;
	text-align: center;
	color: #013C44!important;
}
#txtc2, #txtc3, #txtc4{
	display: none;
}

.second-content{
	margin: auto;
	width: 980px;
	min-height: 900px;
	background-image: url('../images/partials_2.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgb(115, 187, 221);
	position: relative;
	z-index: 0;
}
.second-content div{
	top:490px;
}
.second-content  #camera{
	margin-left: 54px!important;
	width: 250px!important;
}

.second-content  #porco{
	margin-left: 54px!important;
	width: 200px!important;
}
.second-content .contents{
	text-align: center!important;
	top: 600px;
	margin-bottom:40px;
	padding-right: 10px;
}
.second-content .contents img{
	margin:auto!important;
}
.second-content .contents h2{
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 300!important;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #013C44!important;
	width: 100%;
	display: inline-block;
	letter-spacing: 0px;
}
.second-content .contents p{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400!important;
	text-align: left;
	color: #013C44!important;
}

.third-content{
	margin: auto;
	width: 980px;
	min-height: 300px;
	background-color:#ffffff;
	text-align: center!important;
	position: relative;
	z-index: 0;
}
.third-content p{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400!important;
	text-align: center;
	color: #013C44!important;
	line-height: 20px;
}
.third-content p img{
	margin:auto!important;
}
.third-content .flagcard{
	margin-top: 50px!important;
	margin-bottom: 38px!important;
}
.third-content .cards{
	margin-top: 30px!important;
	width: 40px;
	padding-bottom:10px;
}
.flags{
	margin:auto!important;
}


.guide-content{
	margin: auto;
	width: 980px;
	min-height: 800px;
	background-color:#ffffff; 
	background-image: url('../images/guias.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center!important;
	position: relative;
	z-index: 0;
}

.guide-content h1{
color: #003d43;
font-size: 29px;
letter-spacing: 0px;	
margin-top: 60px;
}
.guide-cont{
	margin-left: 260px;
	margin-top: 120px;
	margin-bottom: 60px;
}
.guide-cont ul li{
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}
.guide-cont ul li p{
	float: left;
	font-size: 18px;
	color: #003d43;
	font-weight: 600;
}
.guide-cont ul li p small{
	float: left;
	font-weight: 300;
	margin-top: -10px;
}
.guide-cont ul li img{
	float: left;
	margin-left: 30px;
	margin-top: -10px;
}


.fuor-content{
	margin: auto;
	width: 980px;
	min-height: 800px;
	background-color:#ffffff;
	background-image: url('../images/partials_3.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center!important;
	position: relative;
	z-index: 0;
}
.carousel-mobile .item img{
	margin: auto
}






.contact{
	margin:auto!important;
	width: 980px;
	min-height: 300px;
	background-color: rgb(115, 187, 221);
}
.contact h2{
	font-size: 19px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 600!important;
	margin-top:50px;
	margin-bottom: 30px;
	color: #013C44!important;
    padding: 6px;
	display: block;
	letter-spacing: 0;
	background: #fff;
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;
}
.contact h3{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400!important;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #013C44!important;
	width: 100%;
	text-align: center;
}
.contact h3 a{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color: #013C44!important;
}
.contact h4{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400!important;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #013C44!important;
	width: 100%;
	display: inline-block;
	margin-left: 60px;
	text-transform: capitalize;
	margin-top: 25px;
}
.contact p{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400!important;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #013C44!important;
	width: 100%;
	display: inline!important;
	text-align: center!important;
}
.contact hr{
	border:0px;
	border-bottom: 2px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 100px;
	margin-right: 100px;
}
.contact p{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300!important;
	text-align: center;
	color: #013C44!important;
}
.contact input,  .contact textarea{
	border-radius: 0px!important;
	border: 0px!important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset!important;
    width:100%;
    padding:6px;
}
.contact input{
	border-radius: 0px!important;
	border: 0px!important;
	background: #C0D731!important;
	border: 2px solid #ffffff!important;
	height: 40px;
	margin-bottom:6px;
	padding:6px;
}
.contact input:focus {
    border: 2px solid #ffffff!important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(0, 0, 0, 0) !important;
    outline: 0 none;
}

.form{
	margin-top:12px;
	float: left;
	width: 90%;
}
.form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff!important;
}
.form ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff!important;
}
.form :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff!important;
}
.form :-moz-placeholder { /* Firefox 18- */
  color: #ffffff!important;
}
.contact textarea{
	height: 180px;
}
.form button{
	border-radius: 0px!important;
	min-width: 122px!important;
	color: #666666;
	float:right;
	border: 0px!important;
	padding: 5px;
}
.form button:hover{
	background: #ffffff;
}
.contact .form-group{
	padding-left: 40px;
}
.form #btname{
	background-image: url('../images/iconscontactperson.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.form #btcnpj{
	background-image: url('../images/iconscontactcnpj.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.form #btemail{
	background-image: url('../images/iconscontactenvelope.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.form #btphone{
	background-image: url('../images/iconscontactphone.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.form #btuf{
    background-image: url('../images/iconscontactuf.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.form #btcidade{
    background-image: url('../images/iconscontactcity.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.form #btorigem{
    background-image: url('../images/iconscontactabout.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.form #btorigem2{
    background-image: url('../images/iconscontactassociate.png');
    background-repeat: no-repeat;
    background-position: left center;
}



.form #btorigem{
    position: relative;
    z-index: 999;
}

.form #btorigem2{
	position: relative;
	z-index: 99;
}

.form #btorigem #txtorigem, .form #btorigem2 #txtorigem2{
    border-radius: 0px !important;
    border: 0px !important;
    background: #C0D731 !important;
    border: 2px solid #ffffff !important;
    height: 40px;
    margin-bottom: 6px;
    padding: 6px;
}
.form #btorigem a, .form #btorigem2 a{
    color:#ffffff;
    display: block;
}
.form #btorigem .open > .dropdown-menu, .form #btorigem2 .open > .dropdown-menu {
    width: 100%;
    border-radius: 0px;
    border: 0px;
}
.form #btorigem .open > .dropdown-menu li, .form #btorigem2 .open > .dropdown-menu li{
    cursor: pointer;
    font-size: 12px;
    padding: 5px;
}
.form #btorigem .open > .dropdown-menu li:hover, .form #btorigem2 .open > .dropdown-menu li:hover {
    background: #f1f1f1;
}
.form  #btinformorigem, .form  #btinformorigem2{
    display: none;
}

.alert-success {
    background-color: #C0D731!important;
    border-color: #C0D731!important;
    color: #ffffff!important;
    text-align:center!important;
}
.alert-info {
    background-color: #C0D731!important;
    border-color: #C0D731!important;
    color: #ffffff!important;
    text-align:center!important;
}
#droide_formsid_alert{
	position:relative;
	top:160px;
}

#btnportal{
	margin:auto!important;
	width: 246px;
	height: 43px;
	background-image: url('../images/btn_on.png');
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: -3px;
}
#btnportal:hover{
	background-image: url('../images/btn_hover.png');
}
#btncontato{
	margin:auto!important;
	width: 208px;
	height: 43px;
	background-image: url('../images/btn_on_contatos.png');
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: -3px;
}
#btncontato:hover{
	background-image: url('../images/btn_hover_contatos.png');
}

footer{
	margin:auto!important;
	width: 980px;
	min-height: 100px;
	background-color: #005ea6!important; 
	background-image: url('../images/partialfooter.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 45px;
	padding-top: 56px;
}
footer p{
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300!important;
	text-align: center;
	color: #fff!important;
}
footer p a{

	color: #013C44!important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	margin-left: -55px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -55px;
}
.menufooter ul{
	margin-bottom: 10px;
}
.menufooter ul li a{
	color: #013C44!important;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	padding:1px;
	top: 5px;
	position: relative;
	float:left;
	text-transform:uppercase;
	margin-right: 10px;
}
.menufooter ul li a:hover, .menufooter ul li a:focus{
	background:transparent!important;
}

.list-group {
    margin: 20px 200px 20px;
    text-align: left;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400!important;
    color: #013C44!important;
}

.video {




}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}
.super-menu{display: block!important;}
@media  screen and (max-width:1071px) { 
	.third-content{min-height: 1000px!important;}
	.flags{margin-bottom: 20px!important;}
	.navbar {margin-bottom: 0px!important;}
	#custom-collapse ul li{padding-top: 6px;}
}
@media  screen and (max-width:1060px) { 
	.container{width: auto!important;}
	.navbar-brand img{width: 100%!important;}
	.super-menu #txt_search{display: none!important;}
	footer{
		height: 256px !important;
	}
	footer iframe {
		position: absolute;
		top: 130px!important;
		left: 50%!important;
	}
}
@media  screen and (max-width:1035px) { 
	.container{width: 100%!important;}
	.navbar-brand img{width: 78%!important; margin-left: 30px;}
	#custom-collapse ul li a{ font-size: 12px!important;}
}
@media  screen and (max-width:993px) { 
	.navbar-brand img{width: 70%!important;margin-left: 30px!important;}
	#custom-collapse ul li{width: 100%7!important;padding-top: 6px;}
	.super-menu a{float:right!important;width:300px!important; text-align:right;text-transform:uppercase;margin-right:30px!important;}
	.text-cards{
		margin-top: 50px!important;
		margin-bottom: 100px;
	}
}
@media  screen and (max-width:980px) { 
	.container{width: auto!important;}
	.super-menu #txt_search{display: none!important;}
	.banner-top, .menu-top{width: 100%!important;height: auto!important;}
	.home, .content, #peca-ja-sua-maquininha, .third-content, .contact, footer{
		width: 100%!important;
		height: auto!important;
	}
	.navbar-brand img{width: 66%!important;margin-left: 40px!important;}
	.nav-top{background-position: left top!important;}
}
@media  screen and (max-width:970px) { 
	.navbar-brand img{width: 60%!important;margin-left: 50px!important;}
	.home h2{padding-top: 5px!important;}
}

@media  screen and (max-width:952px) { 
	#custom-collapse ul li a{ font-size:11px!important;}
	.super-menu a{float:right!important;width:300px!important; text-align:right;text-transform:uppercase;margin-right:30px!important;}

	.super-menu{
		float: left;
	}
}

@media  screen and (max-width:930px) { 
	.super-menu a{float:right!important;width:300px!important; text-align:right;text-transform:uppercase;margin-right:50px!important;}
}


@media  screen and (max-width:888px) { 
	#custom-collapse ul li{width: 100%7!important;padding-top: 6px;}
	.home h2{padding-top: 200px;}
	.partialhome{background-color: #C0D731!important;}
	.partialgreen{top: 0px!important;}
	.super-menu a{float:right!important;width:300px!important; text-align:right;text-transform:uppercase;margin-right:70px!important;}

	.contact .col-xs-12{
		width: 100%!important;
	}
	.contact h2, .contact h3{
		font-size: 10px;
	}
	.contact h2, .contact h3, .contact hr, .contact p, #formcontactsipag{
		margin: 25px;
	}
}
@media  screen and (max-width:840px) { 
	.nav-top{background:#ffffff!important;}
	.banner-top{margin-top: 100px;}
	.navbar-brand img{width: 65%!important;margin-left: 90px!important;}
	.super-menu{
		float: left;
		margin-top: 20px;
	}

	.super-menu a{float:right!important;width:300px!important; text-align:right;text-transform:uppercase;margin-right:80px!important;margin-top: 30px!important;}
}
@media  screen and (max-width:810px) { 
	.home h2{padding-top: 20px!important;}
	.content .contebtn li.active {background-position: center 170px!important;}
	.navbar-brand{
		display: block!important;
		top: 0px;
		margin: auto;
		float: left;
		width: 100%;
		height: 70px;
		text-align: center;
	}
	.navbar-brand img{
		width: 110px!important;
		display: block!important;
		margin: auto!important;
	}
	.super-menu{
		float: left;
		margin-top: 10px;
		text-align: center;
		height: 100px;
		width: 100%;
	}
	.super-menu a{
		display: inline-block!important;
		float: none!important;
		width: 30%!important;
	}
	.banner-top {
		margin-top: 134px;
	}
	

	.guide-content{
		margin: auto;
		width: 100%;
		min-height: 800px;
		background-color:#ffffff; 
		background-image: none;
	}
	.guide-content h1 {
		margin-top: 75px;
		padding: 20px;
	}
	.guide-content .guide-cont{
		width: 100%;
		display: block;
		float: left;
		margin: 0px;
		margin-left: 60px;
	}
}
@media  screen and (max-width:800px) { 
	.menu-top{
		float: left!important;
		display: block!important;
		height: auto!important;
		background-color: #74C044;
		width: 100%!important;
		position: relative!important;
		z-index: 5!important;
	}
	.menu-top ul li{
		width: 100%!important;
		float: left;
	}
	#custom-collapse ul li a{ font-size:13px!important;display: block!important;}
	.navbar-toggle, .icon-bar{
		border-color: #003C43!important;
	}
	.icon-bar{
		background: #003C43!important;
	}
	#custom-collapse{overflow: hidden!important;}	

	footer{
		height: 316px !important;
	}
	footer iframe {
		position: absolute;
		top: 180px!important;
		left: 50%!important;
	}
	.guide-content .guide-cont {
		margin-left: 0px;
	}
	.guide-cont ul li p {
		float: left;
		width: 100%;
		font-size: 12px;
		color: #003d43;
		font-weight: 600;
		text-align: center;
	}
	.guide-cont ul li a {
		float: left;
		width: 100%;
		text-align: center;
	}
	.guide-cont ul li  img {
		margin: auto!important;
		float: none;
	}
	.guide-cont ul li small{
		float: left;
		width: 100%;
		text-align: center;
	}
}
@media  screen and (max-width:650px) { 
.super-menu{
		float: left;
		margin-top: 10px;
		text-align: center;
		height: 100px;
		width: 100%;
	}
	.super-menu a{
		display: inline-block!important;
		float: none!important;
		width: 25%!important;
		background-size:70%; 
	}
	footer{
		height: 406px !important;
	}
	footer iframe {
		position: absolute;
		top: 270px!important;
		left: 50%!important;
	}
	
}
@media  screen and (max-width:480px) { 
.super-menu{
		float: left;
		margin-top: 10px;
		text-align: center;
		height: 100px;
		width: 100%;
	}
	.super-menu a{
		display: inline-block!important;
		float: none!important;
		width: 20%!important;
		background-size:70%; 
	}

	footer{
		height: 456px !important;
	}
	footer iframe {
		position: absolute;
		top: 310px!important;
		left: 50%!important;
	}
	.central h2{
		margin-top: 30px!important;
		margin: 5px;
	}
	.central h3, .central hr, .central h4{
		margin: 5px;
	}
	.central p{
		font-size: 12px;
		margin: 5px;
	}
}
@media  screen and (max-width:400px) { 
	.container{width: 100%!important;padding: 15px!important;}
	.nav-top{
		position: relative;
	}
	.navbar-brand{
		display: block!important;
		top: 0px;
		margin: auto;
		float: left;
		width: 100%;
		height: 70px;
		text-align: center;
	}
	.navbar-brand img{
		width: 110px!important;
		display: block!important;
		margin: auto;
	}
	.banner-top{
		width: 100%!important;
		height: auto!important;
		margin-top: 40px;
	}
	#home{
		background-size: 100%!important;
		min-height: 218px!important;
		background-color: #C0D731;
	}
	.home, .content, #peca-ja-sua-maquininha, .third-content, .contact, footer{
		width: 100%!important;
		height: auto!important;
	}
	.home h2{margin-top: 10px;}
	#parallax1, #parallax2{display: none!important;}
	.content .contebtn li.active {
		background-position: center 60px!important;
		background-size: 60% auto!important;
	}
	.content h2{
		margin-top: 0px;
	}
	.content .contebtn li {
	    height:60px!important;
	    padding-bottom:130px;
	}
	#peca-ja-sua-maquininha, .second-content{
		background-size: 100%!important;
		min-height: 708px!important;
	}
	.second-content div {
		top: 200px!important;
	}
	.flagcard, .cards{
		width: 60%!important;
	}
	.flags{
		width: 20%!important;
		margin-bottom: 10px!important;
	}
	.contact h2{
		margin-top: 0px;
	}
	.menu-top{
		float: left!important;
		display: block!important;
		height: auto!important;
		background-color: #74C044;
		width: 100%!important;
		position: relative!important;
		z-index: 5!important;
	}
	.menu-top ul li{
		width: 100%!important;
		float: left;
	}
	.navbar-toggle, .icon-bar{
		border-color: #003C43!important;
	}
	.icon-bar{
		background: #003C43!important;
	}
	#custom-collapse{overflow: hidden!important;}
	.super-menu{
		float: left;
		margin-top: 10px;
		text-align: center;
		height:100px;
		width: 100%;
	}
	.super-menu a{
		display: inline-block!important;
		float: none!important;
		width: 90%!important;
		background-size: 20%;
		height: 45px!important;
	}
	.text-cards{
		margin-top: 50px!important;
	}

	footer{
		height: 766px !important;
	}
	footer iframe {
		position: absolute;
		top: 580px!important;
		left: 50%!important;
	}
}

#txtname-error, #txtemail-error, #txtcnpj-error, #txtphone-error, #txtuf-error, #txtcidade-error, #txtorigemselected-error, #txtassociado-error{
	max-width: 100%;
	margin: 0px;
	font-weight: 300;
	color: #ff0000;
	font-size: 12px;
	position: absolute;
	margin-top: -15px!important;
	background: #C0D731;
	margin-left: 6px!important;
}
#txtorigemselected-error, #txtassociado-error{
    display: none;
}
.col-md-flags1{
	float: left;
	width: calc(100%/6)!important;
	 text-align: center;
	 padding: 15px;
}
.col-md-flags1 img{
	width: 77px;
}
.col-md-flags2{
	float: left;
	width: calc(100%/3)!important;
	text-align: center;
	padding: 15px;
}
.col-md-flags2 img{
	width: 77px;
}
.container-flags{
	width: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 70px;
}