@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body {
	font-family: 'CenturyGothicRegular', sans-serif;
	color: #000;
	font-size: 16px;
	overflow-x: hidden;
}
.fr {
	float: right}
.fl {
	float: left}
	
.cl{
	clear: left}

.bg_blue{
	background-color: #29abe7;
        color: #fff;
}
.bg_orange{
	background-color: #fe7c14;
         color: #fff;
        
}

#blog1,#blog2,#blog3{
	text-align: center;
        font-size: 12px;
        padding-top: 60px;
padding-bottom: 85px;
line-height: 22px;
}

#blog1 h1,#blog2 h1,#blog3 h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 70px;
	
}

#blog1 h2,#blog2 h2,#blog3 h2 {
   text-transform: uppercase;
   font-size: 12px;
   font-weight: bold;
   line-height: 22px;
	
}

.destaque_txt {
   font-size: 24px!important;
   line-height: 40px;
	
}

.dash{
padding-top: 35px;
margin-top: 40px;
border-top:1px solid #dbdbdb
	
}


.orange{
    color:#ff7d18
}
.cyan{
    color:#29abe7
}
.cinza{
    color:#888888
}
.black{
   color: #000
}

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

#preloader {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
}
.preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	background: #1b1b1b;
	height: 36px;
	width: 36px;
	margin-left: -18px;
	margin-top: -18px;
}
/* ------------------------------------------------------------------------------------------ Animated Items on page */

.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
/* ------------------------------------------------------------------------------------------ Slider Section */

section#slider {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Slider Button */
.tp-leftarrow.default {
	background-color: #000;
}
.tp-rightarrow.default {
	background-color: #000;
}
.tp-banner .getstarted {
	color: #FFF;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 18px;
        background-color: #fe7c14;
        text-transform: uppercase
}
.tp-banner .getstarted:hover {
	color:#fe7c14;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 18px;
        background-color: #FFF;
        text-transform: uppercase
}
.tp-banner .fa-arrow-right {
	color: #fe7c14;;
	padding-top: 8px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-size: 18px;
        background-color: #FFF
}
/* Static Slider Picture */
.slider-bg-static {
	background-image: url(../img/slider/static-bg/1.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: repeat;
	height: 100%;
}
/* Animated Slider Picture */
.slider-bg-animated {
	background-image: url(../img/slider/animted-bg/1.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: repeat;
	-webkit-animation: BackgroundAnimation 500s linear infinite;
	-moz-animation: BackgroundAnimation 500s linear infinite;
	-ms-animation: BackgroundAnimation 500s linear infinite;
	height: 100%;
}
/* Background Animation */

@-webkit-keyframes BackgroundAnimation {
from {
background-position: 0px 0px;
}
to {
	background-position: 9600px 0px;
}
}
@-moz-keyframes BackgroundAnimation {
from {
background-position: 0px 0px;
}
to {
	background-position: 9600px 0px;
}
}
@-ms-keyframes BackgroundAnimation {
from {
background-position: 0px 0px;
}
to {
	background-position: 9600px 0px;
}
}
/* ------------------------------------------------------------------------------------------ Main Navigation Section */

section#navigation {
	padding-top: 0px;
	padding-bottom: 0px;
}
#navigation {
	width: 100%;
	margin-left: auto;
	margin-bottom: auto;
	position: absolute;
	z-index: 9999;
}
#navigation ul.nav {
	font-family: 'CenturyGothicRegular', sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#navigation ul.nav li {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#navigation ul.nav li:last-child {
	padding-right: 0px;
}
#navigation ul.nav li a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
        text-transform: uppercase
}
/*.navbar-inverse .nav-collapse .nav>li>a, .navbar-inverse .nav-collapse .dropdown-menu a {
	color: #fff;
}*/
#navigation ul.nav a:hover {
	color: #000;
}
#navigation ul.nav .current a {
	color: #000;
}
.navbar-brand {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
        position: absolute
}

.pesquisar{
	background-color: #fe7c14;
        color: #fff
}

.pesquisar a{
        color: #fff!important
}

.pesquisar ul a{
        color: #333!important
}

/* ------------------------------------------------------------------------------------------ Section Settings */

section {
	padding-top: 120px;
	padding-bottom: 90px;
}
.section-heading h1 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	line-height: 1;
}
.section-heading h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	line-height: 1;
}
.section-heading p {
	padding: 0px;
	margin: 0px;
}
.section-heading .line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	padding-bottom: 16px;
	margin-bottom: 40px;
	width: 100px;
	text-align: center;
}
/* ------------------------------------------------------------------------------------------ About Section Starts */
#about {
	padding: 0px;
        
}
#about .cinza{
	background-color: #fbf9f9
        
}
#about .heading {
	font-size: 24px;
	font-weight: 400;
        
}
#about .container {
	border: 1px dashed #a9a7a7;
        border-top: 0px none;
        padding: 30px 30px 10px 30px;
}
#about h3 {
	font-size: 26px;
	font-weight: bolder!important;
        color: #29abe7;
        padding: 0px;
        margin: 0px;
        float: left;
        border-bottom: 1px dashed #a9a7a7;
        margin-bottom: 20px;
        padding-bottom: 7px;
}

#about h4 {
	font-size: 20px;
	font-weight: bolder;
        color: #fe7c14;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-left: 20px;
        border-bottom: 1px dashed #a9a7a7;
        margin-bottom: 20px;
        padding-bottom: 7px;
        padding-top: 6px
}
#about .circle {
	width: 90px;
	height: 90px;
	background: transparent;
	border: 2px solid #000000;
	border-radius: 120px;
	position: relative;
	margin-bottom: 16px;
	text-align: center;
	padding-top: 26px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#about .circle i {
	font-size: 36px;
}
#about .description {
	margin-top: 6px;
	margin-bottom: 30px;
       font-size: 12px;
       line-height: 22px;
}
#about .description .email{
	background-color: #fe7c14;
        padding: 7px 50px 7px 10px;
        color: #fff;
}
#about .description .mapa {
	border-bottom: 1px dashed #fe7c14;
        padding-bottom: 3px;
}
#about .col-md-4:hover .circle {
	background-color: #000000;
}
#about .col-md-4:hover i {
	color: #fff;
}
#about-carousel .item img {
	display: block;
	width: 100%;
	height: auto;
}
#bar {
	
}
#progressBar {
	
}
#about-2{
padding-bottom: 30px;	
}







#about-2 h2{
    font-size: 30px;
    font-weight: normal;
    line-height: 70px;
     padding: 0px;
   margin: 0px;
   line-height: 30px;
   padding-bottom: 20px;
   padding-top: 10px;
	
}

#about-2 h3 {
   text-transform: uppercase;
   font-size: 12px;
   font-weight: bold;
   line-height: 22px;
   
	
}

#about-2 h4 {
   text-transform: uppercase;
   font-size: 14px;
   font-weight: bold;
   line-height: 22px;
   padding: 0px;
   margin: 0px;
	
}

#about-2 .heading2 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 6px;
	padding-bottom: 0px;
}
#about-2 .heading2 a {
	color: #000;
	text-decoration: none;
}
#about-2 .heading2 a:link {
	color: #000;
	text-decoration: none;
}
#about-2 .heading2 a:active {
	color: #000;
	text-decoration: none;
}
#about-2 .heading2 a:hover {
	color: #000;
	text-decoration: none;
}
#about-2 .about-carousel {
	padding-bottom: 30px;
}
#about-2 .about-carousel a span {
	top: 50%;
	position: absolute;
}
#about-2 #accordion i {
	width: 30px;
	padding-right: 8px;
	text-align: center;
}
#about-2 .skills-progress {
	text-align: center;
	margin-top: 30px;
}
#about-2 .skills-progress .col-md-2 {
	margin-bottom: 15px;
}
#donutchart1, #donutchart2, #donutchart3, #donutchart4, #donutchart5, #donutchart6, #donutchart7, #donutchart8 {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
        text-transform: uppercase;
                width: 100%;
        height: 122px;
         padding: 20px;
         line-height: 15px;
}

#donutchart1 {
	background-color: #fff;
        color: #b5b5b5;
        font-size: 10px;
}

#donutchart2 {
	background-color: #fafafa;
        color: #393030;
        font-size: 10px;
}

#donutchart3 {
	background-color: #fff;
        color: #393030;
        font-size: 10px;

}

#donutchart4 {
	background-color: #fafafa;
        color: #393030;
        font-size: 11px;
}

#donutchart5 {
	background-color: #fe7c14;
        color: #fff;
        font-size: 12px;    
        line-height: 14px;
}


#caracteristicas{
background-color: #29abe7;
width: 100%;
height: auto;
padding-bottom: 50px;
margin-bottom: 50px;	
}
#caracteristicas a{
color: #fff!important
}

#caracteristicas .col-xs-6,
#caracteristicas.col-sm-4 ,
#caracteristicas.col-md-2,
#caracteristicas.animated{
padding: 0px!important;
	
}
#caracteristicas .preco{
    color: #393030;
    font-size: 26px;
}

#caracteristicas .preco{
    color: #393030;
    font-size: 26px;
    line-height: 26px;
}

#caracteristicas .btn{
   height:40px;margin-bottom:-10px!important;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    bottom: 25px;
    background-color: #fff!important;
    color: #000!important;
    border: 0px none!important;
    
}

.post-comment #contacto {
padding: 10px 24px;
font-size: 11px;
background-color: #fe7c14!important;
color: #fff!important;
width: auto!important;
text-transform: uppercase;
border-radius: 0px!important;
border: 0px none!important;
}

.post-comment #contacto i{
margin-left: 10px;
}
/* ------------------------------------------------------------------------------------------ Team Section Starts */

#team {
	background: url(../img/textures/light-grey-noise.gif);
}
#team .line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 60px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#team .team-contents {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 25px;
}
#team .picture {
	padding-left: 30px;
	padding-right: 30px;
}
#team .picture img {
	width: 100%;
	height: auto;
	background: transparent;
	position: relative;
	margin-bottom: 25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#team .heading {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 400;
}
#team .designation {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 3px;
}
#team .smallline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 3px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.team-contents .icon {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #FFF;
	top: -60px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: normal;
	margin-bottom: -60px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#team .description {
	margin-bottom: 30px;
}
#team .team-social a {
	margin-bottom: 100px;
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
	color: #000;
}
#team .team-social a i {
}
/* Team Overlayzoom Starts */
.teamoverlayzoom {
	position: relative;
	display: block;
	margin: 0;
	text-decoration: none;
}
.teamoverlayzoom span i {
	color: #FFF;
}
.teamoverlayzoom span.zoom {
	position: absolute;
	nowhitespace: afterproperty;
	nowhitespace: afterproperty;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 22px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; /* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0); /* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.teamoverlayzoom span.zoom span {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	width: 100%;
	height: 100%;
}
.teamoverlayzoom:hover span.zoom, .teamoverlayzoom:focus span.zoom {
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0); /* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.4);
}
/* ------------------------------------------------------------------------------------------ Quotes Section Starts */

#quotes {
	color: #fff;
}
#quotes {
	background: url(../img/parallax/1.jpg) 50% 0 repeat-y fixed;
}
#quotes h2 {
	color: #FFF;
}
#quotes .line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-bottom: 30px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#quotes .text {
	font-size: 22px;
	font-weight: 300;
	text-align: center;
}
#quotes .name {
	color: #FFF;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* ------------------------------------------------------------------------------------------ Our Services Section Starts */
#services{
        z-index: 1000;
        position: relative;
            padding: 0px!important
}

#services .container{
	width: 100%
}

#our-services .item {
	text-align: center;
	margin-bottom: 30px;
}
#services .line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-bottom: 60px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#services .circle {
	width: 150px;
	height: 150px;
	background: transparent;
	border: 3px solid #000;
	border-radius: 150px;
	position: relative;
	margin-bottom: 25px;
	text-align: center;
	padding-top: 32px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#services .circle i {
	font-size: 80px;
}
#services .item:hover .circle {
	background-color: #000;
	color: #fff;
}
#services .item:hover i {
	color: #fff;
}
#services .smallline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-top: 3px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#services .heading-1 {
	font-size: 10px;
	text-transform: uppercase;
	color: #696969;
        float: right;
        height: 22px;
            padding: 5px 5px 0 0px;
}
#services .heading-2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 12px;
	color: #292929;
        float: left;
            padding: 5px 0 0 5px;
}
#services .description {
	margin-top: 6px;
	margin-bottom: 30px;
        background-color: #292929;
        float: left;
        width: 100%;
        text-transform: uppercase
}



#services .pais{float: left;
     color: #e1cf06;
     font-size: 10px;
     text-transform: uppercase;
     line-height: 16px;
     padding-left: 5px;
     padding-top: 3px;
}

#services .hotel{clear: left;
     color: #bfbfbf;
     font-size: 10px;
     text-transform: uppercase;
     line-height: 10px;
        text-align: left;
        padding-left: 5px;
        padding-bottom: 8px;
}

#services .preco{
    float: right;
    color: #e1cf06;
     font-size: 12px;
     line-height: 16px;
     padding-right: 5px;
     margin-top: 10px
}



/* ------------------------------------------------------------------------------------------ Portfolio Section Starts */
section#portfolio {
}
#portfolio .line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-bottom: 30px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#options {
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 18px;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#options ul {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#options ul li {
	display: inline-block;
}
#options ul li a {
	width: 80px;
	height: 80px;
	/*border-radius: 40px;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	border: 3px solid #ccc;
	font-size: 36px;
	line-height: 2;
	color: #ccc;
}
#options ul li a:link {
	color: #ccc;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#options ul li:hover a, #options ul li a.selected {
	color: #000;
	border: 3px solid #000;
}
#portfolio ul li {
	list-style-type: none;
}
#container-thumbs {
	padding: 0px;
	list-style-type: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
#container-thumbs .items {
	width: 19.99%;
}
#container-thumbs .items img {
	width: 100%;
	height: auto;
	border-radius: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#container-thumbs .items .icon {
	width: 60px;
	height: 60px;
	/*border-radius: 60px;*/
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #FFF;
	top: -60px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: normal;
	margin-bottom: -60px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#container-thumbs .items:hover .icon {
	background-color: #666;
}
/* Overlayzoom Starts */
.overlayzoom {
	position: relative;
	display: block;
	margin: 0;
	text-decoration: none;
}
.overlayzoom span i {
	color: #FFF;
}
.overlayzoom span.zoom {
	position: absolute;
	nowhitespace: afterproperty;
	nowhitespace: afterproperty;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	/*border-radius: 50%;*/
	font-size: 28px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease; /* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0); /* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.overlayzoom span.zoom span {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	width: 100%;
	height: 100%;
}
.overlayzoom:hover span.zoom, .overlayzoom:focus span.zoom {
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0); /* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.4);
}
/* -- Detail Portfolio Starts -- */
.portfolio-detail {
	overflow: hidden;
	max-height: 0px;
	background: #f5f6f8;
	transition: all .3s ease;
	-moz-transition: all.3s ease;
	-webkit-transition: all .3s ease;
}
.open-box {
	max-height: 1600px;	
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}
.portfolio-detail .heading {
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 600;
}
.portfolio-detail .desc {
	margin-top: 10px;
}
.portfolio-detail ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.portfolio-detail ul li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
	padding-top: 8px;
	padding-bottom: 8px;
}
.portfolio-detail ul li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}
.portfolio-detail .social-icons ul {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.portfolio-detail .social-icons ul li {
	width: 36px;
	height: 36px;
	background-color: #bbbbbb;
	border-radius: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	margin-left: 2px;
	margin-right: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-detail .social-icons ul li a {
	color: #fff;
}
.portfolio-detail .social-icons ul li:hover {
	opacity: .80;
	filter: alpha(opacity=80);
}
.links {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
}
.links div {
	display: inline-block;
	margin-top: 20px;
	margin-right: 30px;
}
.links a {
	color: #000;
	font-size: 20px;
	font-weight: 400;
}
.links a:hover {
	color: #333;
	text-decoration: none!important;
}
.close-detail {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
}
.close-detail:hover {
	color: #000;
	text-decoration: none!important;
}
/* ------------------------------------------------------------------------------------------ Facts Section Starts */
#facts {
	color: #fff;
	height: 750px;
	overflow: hidden;
	background: black;
}
section#facts {
	padding-top: 0px;
	padding-bottom: 0px;
}
#facts .container {
	padding-top: 120px;
	padding-bottom: 120px;
	margin: 0px auto;
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#facts #video video {
	display: block;
	width: 100%;
	opacity: 0.5;
	background-color: #000;
}
#facts h2 {
	color: #FFF;
}
#our-facts .items {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
}
#facts .line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-bottom: 60px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#facts .smallline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#facts .heading-1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
}
#facts .heading-2 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 12px;
	padding-bottom: 20px;
}
#facts .owl-theme .owl-controls .owl-buttons div {
	color: #000;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 4px;
	font-size: 33px;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	*/
	background: #fff;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	height: 50px;
	width: 50px;
	border-radius: 50px;
}
#facts .owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
#our-facts .items .circle {
	width: 150px;
	height: 150px;
	background: transparent;
	border: 3px solid #ffffff;
	border-radius: 75px;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 32px;
	margin-left: auto;
	margin-right: auto;
	font-size: 56px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#our-facts .items .icon {
	width: 50px;
	height: 50px;
	/*border-radius: 50px;*/
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	color: #000;
	top: -48px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 8px;
	line-height: normal;
	margin-bottom: -20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#our-facts .items:hover .circle {
	background-color: #ffffff;
	color: #000;
}
#our-facts .items:hover .icon {
	background-color: #000;
	color: #fff;
}
#our-facts .items:hover .icon i {
	color: #fff;
}
/* ------------------------------------------------------------------------------------------ Pricing Section Starts */

section#pricing {
	padding-bottom: 60px;
}
#pricing .row {
	text-align: center;
}
#pricing {
	color: #fff;
}
#pricing {
	background-attachment: fixed;
	background-image: url(../img/parallax/3.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
}
#pricing h2 {
	color: #FFF;
}
#pricing .line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-bottom: 60px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#pricing .smallline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#pricing .picture img {
	width: 100%;
	background: transparent;
	position: relative;
	margin-bottom: 30px;
	border: 3px solid #FFF;
}
#pricing .heading-1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	top: -200px;
	margin-bottom: -40px;
}
#pricing .circle {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #ccc;
	color: #000;
	top: -90px;
	margin-bottom: -20px;
	padding-top: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 3px solid #ccc;
}
#pricing .circle span.price {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
}
#pricing .circle span {
	font-size: 18px;
}
#pricing .p-table {
	position: relative;
	top: -40px;
}
#pricing .p-table ul {
	padding: 0px;
	margin: 0px;
}
#pricing .p-table ul li {
	padding-top: 16px;
	padding-bottom: 16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(256, 256, 256, 0.2);
	border-bottom-color: rgba(204, 204, 204, 0.2);
	list-style-type: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#pricing .p-table ul li:hover {
	background-color: rgba(256, 256, 256, 0.1);
}
#pricing .btn {
	color: #000;
	background-color: #ccc;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 18px;
	margin-bottom: 60px;
}
#pricing .p {
	background-color: #fff;
}
#pricing .col-md-3:hover .circle {
	background-color: #000;
	color: #fff;
}
#pricing .col-md-3:hover .btn {
	background-color: #000;
	color: #FFF;
}
/* ------------------------------------------------------------------------------------------ Blog Section Starts */
#blog{
	padding-top: 80px!important
}

#blog .row{
	margin:0px!important
}

#blog{
	padding-top: 80px!important
}

#blog .line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-bottom: 60px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#blog .blog-contents {
	margin-bottom: 30px;
}
#blog .post {
	text-align: center;
        background-color: #fff;
        padding: 9px;
        border: 1px dashed #e4e4e4;
        position: relative
        
}

#blog .post_bg {
        background-color: #29abe7;
        height: 136px;
        padding: 27px 27px 20px 27px;
        color: #fff;
}


#blog .post .picture img {
	width: 100%;
	background: transparent;
	
}
#blog .post .date {
	width: 80px;
	height: 80px;
	border-radius: 150px;
	position: absolute;
	text-align: center;
        float: right;
        right: 20px;
	background-color: #29abe7;
        font-weight: normal!important;
        font-family: 'CenturyGothicRegular', sans-serif;
	color: #FFF;
	top: 20px;
	font-size: 21px;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom: 8px;
	line-height: normal;
	margin-bottom: -50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#blog .post:hover .more {
	background-color: #fe7c14;
        color: #fff
}
#blog .post:hover .date {
	background-color: #666;
        background-color: #fe7c14;
        
}
#blog .post .date p {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
#blog .post .heading {
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 400;
        float: left
}

#blog .post .heading .pais {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 100;
        color: #fee233
}
#blog .post .smallline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#blog .post .description {
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
.info {
	font-size: 18px;
	font-weight: 100;
	line-height: normal;   
}
.weather{
	background-color: #29abe7!important;
        color: #fff!important;
        float: right;
        font-size: 30px;
        padding-top: 0px!important;
        margin-top: -5px;
}
.plane {
	float: left;
        margin-top: 13px
}

.dia {
	font-size: 13px;
	font-weight: 100;
	line-height: normal;
        float: left;
        margin: 18px 0 0 18px;
}

.horas {
	font-size: 11px;
	font-weight: 100;
	line-height: normal;
        float: right;
        margin-top: 21px;
}

.info a i {
	padding-left: 12px;
	padding-right: 4px;
}
.info a {
	color: #333;
	text-decoration: none;
}
.info a:link {
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}
#blog .post .more {
	width: 28px;
	height: 28px;
	border-radius: 150px;
	position: relative;
	text-align: center;
	padding-top: 4px;
	background-color: #fff;
	color: #29abe7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#blog .post .more a i {
	font-size: 18px;
	line-height: 0;
	color: #FFF;
}
a.view-all {
	border: 2px solid #000;
	color: #000;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 18px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	width: 90px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a.view-all:hover {
	border: 2px solid #000;
	color: #fff;
	background-color: #000;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}
/*------------------------*/
.blog-page-heading {
	background-attachment: fixed;
	background-image: url(../img/parallax/1.jpg);
	background-repeat: repeat-y;
	background-position: 50% 95%;
}
.blog-page-heading .section-heading {
	color: #FFF;
	text-align: center;
	margin-bottom: 120px;
	padding-top: 120px;
}
section#blog-page {
	padding-top: 0px;
	padding-bottom: 0px;
}
#blog-page .line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-bottom: 60px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#blog-page .contents {
	margin-top: 120px;
	margin-bottom: 120px;
}
#blog-page .post {
	text-align: center;
	margin-bottom: 50px;
}
#blog-page .post .picture img {
	width: 100%;
	background: transparent;
	position: relative;
	margin-bottom: 30px;
}
#blog-page .post .date {
	width: 80px;
	height: 80px;
	border-radius: 150px;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #FFF;
	top: -72px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: normal;
	margin-bottom: -50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#blog-page .post:hover .more {
	background-color: #666;
}
#blog-page .post:hover .date {
	background-color: #666;
}
#blog-page .post .date p {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
#blog-page .post .heading {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
}
#blog-page .post .smallline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#blog-page .post .description {
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
#blog-page .post .more {
	width: 50px;
	height: 50px;
	border-radius: 150px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#blog-page .post .more a i {
	font-size: 24px;
	line-height: 0;
	color: #FFF;
}
/*-------------------------*/

#viagem_detalhe {
        background-color: #fff;
        padding: 0px;;
        margin: 0 auto;
        float: none
}
#viagem_detalhe h1 {
	float: left;
        color: #fff;
        font-size: 26px;
        margin: 0px;
        padding: 0px;
        margin-left: 35px;
        text-transform: uppercase
}

#viagem_detalhe .dias {
	float: right;
        color: #fff;
        font-size: 20px;
        margin-right: 21px;
        text-transform: uppercase;
        padding-top: 4px;
}
.pais{
        font-size: 20px;
}

.pensao{
        font-size: 14px;
}


.viagem-top {
	width: 100%;
        padding: 20px 0;
        background-color: #29abe7;
        float: left
}

#blog-single-post {
	font-size: 12px;
        line-height: 22px;
	font-weight: 300;
        background-color: #eae9e9
}
.blog-single-post-heading {
	background-attachment: fixed;
	background-image: url(../img/parallax/3.jpg);
	background-repeat: repeat-y;
	background-position: 50% 95%;
}
.blog-single-post-heading .section-heading {
	color: #FFF;
	text-align: center;
	margin-bottom: 120px;
	padding-top: 120px;
}
section#blog-single-post {
	padding-top: 0px;
	padding-bottom: 0px;
}
#blog-single-post .contents {
	padding-top: 80px;
	padding-bottom: 80px;
}
#blog-single-post .line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-bottom: 60px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#blog-single-post .date {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	color: #FFF;
	top: -50px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 16px;
	padding-bottom: 8px;
	line-height: normal;
	margin-bottom: -50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#blog-single-post .date p {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
#blog-single-post .heading {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 5px;
}
#blog-single-post .smallline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-top: 2px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: 100px;
}
#blog-single-post .description {
	margin-bottom: 30px;
}
#blog-single-post blockquote {
	margin-top: 20px;
	margin-bottom: 20px;
}
#blog-single-post .blog-comments {
	margin-top: 30px;
}
#blog-single-post .title {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}
#blog-single-post .smallline2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	width: 100%;
}
ul.media-list {
}
ul.media-list li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
#blog-single-post .post-comment {
	margin-top: 30px;
	margin-bottom: 30px;
        background-color: #29abe7;
        padding: 48px 52px;
        color: #fff
}
#blog-single-post .post-comment .form-control {
	margin-top: 0px;
	margin-bottom: 5px;
        margin-left: 0px;
         margin-right: 0px;
}
#blog-single-post .post-comment .col-md-4 {
        padding-left: 2px!important;
        padding-right: 2px!important;
}
#blog-single-post .post-comment .col-md-12 {
        padding-left: 2px!important;
        padding-right: 2px!important;
}


#blog-single-post .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
        border-radius:0px!important;
        border: 0px none!important;
	
}

#orcament {
       width: 100%!important;
        padding: 31px 20px 31px 20px!important;
	-moz-box-shadow: 0px 0px 9px #555;;
	-webkit-box-shadow: 0px 0px 9px #555;
	box-shadow: 0px 0px 9px #555;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555');
        background-color: #fff;
        
}
#orcament .container{
        width: 100%!important;
        margin: 0px;
        padding: 0px;
}
#orcament .col-md-9{
      width: 50%;
      float: left;
      margin: 10px 0
}

#orcament .title{
    font-size: 12px;
    text-align: center
}

#orcamento {
        background-color: #fff;
        padding: 0px;;
        margin: 0 auto;
        float: none
}
#orcament .post-comment .form-control {
	margin-top: 0px;
	margin-bottom: 5px;
        margin-left: 0px;
         margin-right: 0px;
}
#orcament h3{
    text-align: center;
    width: 100%;
    margin: 0px;
       
        
}
#orcament select {
   background: #ebebeb url('../form/select.png')!important;
   background-position: right center!important;
   background-repeat: no-repeat!important;
        border-bottom: 1px solid #ebebeb!important;
            border-right: 1px solid #ebebeb!important;
        border-top: 1px solid #787878!important;
        border-left: 1px solid #787878!important;
        clear: left!important;
        width: 100%;
   line-height: 1;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   font-size: 12px;
line-height: 1.428571429;
color: #999!important;
padding: 6px 12px;
   }
.fsep  {
   width: 100%;
   text-align: center;
   margin-top: 20px;
     margin-bottom: 20px;
     
       
}
#orcament .post-comment .col-md-4 {
        padding-left: 2px!important;
        padding-right: 2px!important;
}
#orcament .post-comment .col-md-12 {
        padding-left: 2px!important;
        padding-right: 2px!important;
}


#orcament .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
        border-radius:0px!important;
        border: 0px none!important;
	
}

#orcament .col-md-4{
        width: 100%!important;
}
#orcament input {
	background-color: #ebebeb!important;
        border-bottom: 1px solid #ebebeb!important;
            border-right: 1px solid #ebebeb!important;
        border-top: 1px solid #787878!important;
        border-left: 1px solid #787878!important;
        clear: left!important;
        width: 100%;
}

#orcament textarea {
	background-color: #ebebeb!important;
        border-bottom: 1px solid #ebebeb!important;
            border-right: 1px solid #ebebeb!important;
        border-top: 1px solid #787878!important;
        border-left: 1px solid #787878!important;
        clear: left!important;
        width: 100%!important;
        height: 203px;
}

#orcament #contacto {
	background-color: #29abe7!important;
        font-size: 12px!important;
        margin-top: 10px;
}

input[type=checkbox]{
	float: left;
        width: 16px!important;
        margin-top: 19px;
}

.form_txt2{
	color: #525252;
       font-size: 11px;
           float: left;
           margin-bottom: 15px;
           margin-top: 19px;
           margin-left: 5px;
     
          
}

.form_txt{
	color: #525252;
       font-size: 11px;
           border-top:1px dotted #d7d7d7!important;
           float: left;
           padding-top: 15px;
           margin-top: 20px;
           margin-bottom: 15px;
           width: 100%
}





.post-comment .row {
        margin: 0px!important;
}
.blog-tabs {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tab-content {
	margin-top: 2px;
}
.tab-content ul {
	padding: 0px;
	margin: 0px;
}
.tab-content ul li {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
.tab-content ul li a {
	color: #555;
	text-decoration: none
}
.tab-content ul li a:hover {
	text-decoration: none;
}
.tab-content ul li a:active {
	text-decoration: none
}
.tab-content ul li i {
	padding-right: 6px;
}
.about-blog, .tag-list {
	margin-top: 40px;
}
.tag-list a {
	border: 1px solid #d9d9d9;
	display: inline-block;
	font-size: 14px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-right: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tag-list a, .tag-list a:hover, .tag-list a:active, .tag-list a:focus {
	text-decoration: none;
	outline: none;
}
.tag-list a:hover {
	color: #fff;
	background-color: #000;
}
/* ------------------------------------------------------------------------------------------ Clients Section Starts */
section#clients {
	padding-top: 50px;
	padding-bottom: 50px;
}
#clients {
	background-image: url(../img/textures/light-grey-noise.gif);
}
.clients .items {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/* ------------------------------------------------------------------------------------------ Testimonials Section Starts */
#testimonials {
	color: #fff;
}
#testimonials {
	background-attachment: fixed;
	background-image: url(../img/parallax/2.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
}
#testimonials h2 {
	color: #FFF;
}
#testimonials .line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-bottom: 50px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
.testimonials-p {
}
.testimonials-p .items {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.testimonials-p .items .desc {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
}
.testimonials-p .items .heading-1 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
}
.testimonials-p .items .heading-2 {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 10px;
	line-height: 2px;
}
/* ------------------------------------------------------------------------------------------ Social Media Section Starts */


#social-media {
	color: #fff;
}
#social-media {
	background-attachment: fixed;
	background-image: url(../img/parallax/4.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
}
#social-media h2 {
	color: #FFF;
}
#social-media .line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-bottom: 30px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#social-media .row {
	text-align: center;
}
#social-media .desc {
	font-size: 22px;
	font-weight: 300;
}
#social-media ul {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#social-media ul li {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	text-align: center;
	/*border: 3px solid #000;*/
	font-size: 24px;
	line-height: 2.2;
	color: #000;
	margin-left: 4px;
	margin-right: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#social-media ul li:hover {
	opacity: .50;
	filter: alpha(opacity=50);
}
/* ------------------------------------------------------------------------------------------ Contact Section Starts */
#contact{
-webkit-box-shadow: 3px -1px 5px 0px rgba(5,5,5,0.25);
-moz-box-shadow: 3px -1px 5px 0px rgba(5,5,5,0.25);
box-shadow: 3px -1px 5px 0px rgba(5,5,5,0.25);
        padding-top: 22px;
        padding-bottom:  15px;
        z-index: 100;
        position: relative;
        background-color: #fff;
        margin-top: 0px;
}

#contact .line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-bottom: 60px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
#contact .input-group {
	padding-top: 6px;
	padding-bottom: 6px;
}
#contact .input-group-btn {
	padding-top: 6px;
	padding-bottom: 6px;
}
#contact .address {
	font-size: 16px;
	padding-top: 20px;
	line-height: 1.5;
}
#contact .address i {
	padding-right: 10px;
	text-align: center;
	width: 30px;
}
#contact .form {
	padding-top: 2px;
}
#message_post {
	padding-top: 6px;
	padding-bottom: 6px;
}
.errorMessage {
	color: #ff0000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.successMessage {
	color: #12d62d;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.form-buttons {
	padding-top: 8px;
}
.form-element {
}
.form-element label {
}
.form-element input.text {
	padding-left: 20px;
	padding-top: 8px;
}
.form-element .textarea {
	padding-left: 20px;
	padding-top: 8px;
}
.form-element .hightlight {
	border: 2px solid #9F1319
}
.form-element #submit {
}
.loading {
	height: 28px;
	width: 28px;
	display: none;
	background-image: url(../img/progress.gif);
	background-repeat: no-repeat;
	background-position: 1px;
}
.done {
	display: none
}
#contact .address img {
	padding-right: 10px
}
.scrollup {
	width: 50px;
	height: 50px;
	background-color: #000;
	border-radius: 25px;
	display: inline-block;
	text-align: center;
	/*border: 3px solid #000;*/
	font-size: 28px;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 5px;
	/*position: fixed;
	bottom: 30px;
	right: 30px;
	text-indent: -9999px;*/
	/*background: url('img/totop/to-top.png') no-repeat;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.scrollup:hover {
	opacity: .50;
	filter: alpha(opacity=50);
}
/* ------------------------------------------------------------------------------------------ Footer Section Starts */
#footer {
	padding-top: 20px;
	padding-bottom: 20px;
        color: #fff;
        background-color: #484848;
        margin-top: 0px;
       
        
}

#footer {
	
}
#footer .row {
	text-align: center;
}
#footer .line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#footer .desc {
	 font-size: 12px;
         margin-right: 50px;
}
#footer .desc i {
	margin-bottom: 12px;
}
#one{
	color: #8e8e8e
}



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

@media (max-width: 960px) {
#container-thumbs .items {
	min-width: 50%;
	max-width: 50%;
}
.animated {
	visibility: visible;
}
.visible {
	visibility: visible;
}
}
@media (max-width:997px) {
.navbar-nav {
	margin-left: 0px!important;
	
}
.animated {
	visibility: visible;
}
.visible {
	visibility: visible;
}
}
@media (max-width: 480px) {
#container-thumbs .items {
	min-width: 100%;
	max-width: 100%;
}
.animated {
	visibility: visible;
}
.visible {
	visibility: visible;
}
#video{
	display:none;
}
#quotes {
	background-image: none;
	background-color:#666666;
}
#pricing {
	background-image: none;
	background-color:#666666;
}
.blog-page-heading {
	background-image: none;
	background-color:#666666;
}
.blog-single-post-heading {
	background-image: none;
	background-color:#666666;
}
#testimonials {
	background-image: none;
	background-color:#666666;
}
#social-media {
	background-image: none;
	background-color:#666666;
}

}