@charset "utf-8";
/* CSS Document */

/* ==== Google font ==== */

/* === fontawesome === */
@import url('font-awesome.css');
@import url('animate.css');

@font-face {
    font-family: "PT Sans Narrow";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/PTSans-Narrow.eot?") format("eot"), url("../fonts/PTSans-Narrow.woff") format("woff"), url("../fonts/PTSans-Narrow.ttf") format("truetype"), url("../fonts/PTSans-Narrow.svg#PTSansNarrow") format("svg"), url("../fonts/PTSans-Narrow.otf") format("opentype");
}
@font-face {
    font-family: "PT Sans Narrow Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/PTSans-NarrowBold.eot?") format("eot"), url("../fonts/PTSans-NarrowBold.woff") format("woff"), url("../fonts/PTSans-NarrowBold.ttf") format("truetype"), url("../fonts/PTSans-NarrowBold.svg#PTSansNarrowBold") format("svg"), url("../fonts/PTSans-NarrowBold.otf") format("opentype");
}

body {
	color:#555;
	background: #fff;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	text-shadow: none;
	font-family: 'Lato', sans-serif;	
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, h6 { 	
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:normal;
	color:#222;
	margin:20px 0;
}

h1 { font-size: 40px; line-height: 30px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }


a {
	color: #79cdc0;
}
a:hover {
	color: #a0654e;
}

a, a:hover, a:focus{
	outline:none!important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

img{
	max-width:100%;
}



/* NAVIGATION*/

.navbar {
	line-height: 100px;
	height: 100px;
	background-color: rgba(221,131,101,0.9);
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	padding-bottom:0;
}

.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
}

.nav li {
	height: 100%;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom:0;
}

.nav>li>a {
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;	
	font-size: 18px;
	text-transform: uppercase;
}

.nav>li>a:hover {
	color: #fff;
	background: none;
}

.navbar-nav {
	float: right;
	margin-bottom: 0;
	padding-bottom:0;	
}

.navbar .navbar-nav > .active > a {
	color: #fff;
}
.navbar .navbar-nav > .active > a {
	padding-bottom: 22px;
}

h1 a.navbar-brand {
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	text-shadow: none;
}

.navbar-brand {
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	height:80px;
}

.navbar-brand img {
	vertical-align: middle;
}

.navbar-toggle {
	padding: 0;
	margin: 0;
	width: 80px;
	color:#fff;
}

.navbar-collapse.in {
	margin-top: -5px !important;
}


.nav>li>a:hover {
	background:rgba(0,0,0,0.15);
	border-radius:4px;
}

.navbar .navbar-nav > .active > a {
	background:rgba(0,0,0,0.15);
	border-radius:4px;
}

@media (max-width: 768px) {
.nav>li>a:hover {
	background:transparent;
	color:#ff9e7a;
}

.navbar .navbar-nav > .active > a {
	background:transparent;
	color:#ff9e7a;	
}
}

@media (min-width: 959px) and (max-width: 1199px) {
	.navbar-nav {
		margin-top: 20px;
	}
}

@media only screen and (min-device-width: 979px) and (max-device-width : 1024px)  {

	.navbar-nav {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

	.navbar-nav {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {

	.navbar.navbar-fixed-top {
		background-color:rgba(221,131,101,0.9);
	}
	.navbar .navbar-collapse ul.nav {
		background-color: #444;
		width: 100%;
		float: none;
		margin:0;
		padding:0;
	}
	.navbar .navbar-collapse ul.nav li {
		border-bottom: 1px solid #666;
	}
}



/*HEADER*/

section.topbanner {
	padding: 100px 0 20px;
	background: #ff9e7a url(../images/back.png) no-repeat center bottom;
	color: #fff;
}

.toplist{
	margin:40px 0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:22px;
}

.toplist ul{
	margin:0;
	padding:0;
}

.toplist li{
	list-style:none;
	text-transform:uppercase;
	margin:20px 20px 10px 0;
}

.toplist li a{
	color:#fff;
	text-decoration:none;
	padding:5px 10px;	
}

.toplist li a:hover{
	background:rgba(0,0,0,0.15);
	border-radius:4px;
}

.toplist.page li{
	display:inline;
}	


@media (max-width: 991px) {
	
.toplist{
	text-align:center;	

}	
.toplist li{
	display:inline;
}	
	}


.bb{
	height:200px;
	text-align:center;
	border-radius:4px;
	background:rgba(232,119,99, 0.8) url(../images/light-triangle.png) no-repeat;
	background-size:100% 100%;
}

#task .task-item{
    right: 0;
    margin: 0 0 15px;
}

#task .task-item .task-link{
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#task .task-item .task-link .task-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(232,116,99,.8);
    -webkit-transition: all ease 500ms;
       -moz-transition: all ease 500ms;
            transition: all ease 500ms;
}

#task .task-item .task-link .task-hover:hover {
    opacity: 1;
}

#task .task-item .task-link .task-hover .task-hover-content{
    position: absolute;
    top: 40%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#task .task-item .task-link .task-hover .task-hover-content i {
    margin-top: -12px;
}

#task *{
    z-index: 2;
}


@media(min-width:767px) {
    #task .task-item {
        margin: 0 0 30px;
    }
}

/*SECTION*/

.section {
	margin:0;
	padding: 80px 0 60px 0;
}


#section-services {
	padding:50px 0;}

#section-services h3, #section-services i{
	color:#35a49c;
}


/* PARALLAX */

#parallax1 {
	background-image: url(../images/parallax1.jpg);	
	padding: 50px;
	position:relative;
	margin:20px 0;
}

.parallax1-in {
	width:80%;
	margin:0 auto;
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	text-align:center;	
}
.parallax1-in a{
	color: #b56d56;
	text-decoration:underline;
}
	
.parallax1-in a:hover{
	color: #a33b19;
	text-decoration:none;
}

#parallax2{	
	background-image: url(../images/parallax2.jpg);
	padding:100px 0;
	margin:50px 0 0;
}

.parallax2-in {
	width:80%;
	margin:0 auto;
	color: #fafafa;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:30px;
	line-height: 1.1em;	
}

/*INTRO*/

#intro {
	padding:40px 0;}

.number-rose{
	color:#fff;
	background:#ff9e7a;	
	font-size:50px;
	padding:35px;
	border-radius:100%;
}

.number-blue{
	color:#fff;
	background:#35a49c;	
	font-size:50px;
	padding:35px;
	border-radius:100%;
}

.color1{
	opacity:0.5
}
.color2{
	opacity:0.8
}

.media,.media:first-child{
	margin-top:10px;	
	padding:20px 0;
}

.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 20px;
}


/*FOOTER*/
#map {
	height: 500px;
}

#footer {
	background: #242424;
	margin: 0;
}

#footer .copyright {
	margin-top:20px;
	text-align:center;
}



/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
.social-circle li a {
	background:#35A49C;
}

a.scrollup{
	background:#35A49C;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
	height:50px;
	width:50px;
	color:#fff;
	font-size:30px;
	line-height:48px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.6;
	border-radius:50%;
}
a.scrollup:hover{
	opacity:1;
	color:#fff;
}

/* footer social icons */
.social-network a.icoVk:hover {
	background-color: #FF9E7A;
}
.social-network a.icoFacebook:hover {
	background-color:#E87463;
}
.social-network a.icoSkype:hover {
	background-color:#FF6D78;
}
.social-network a.icoGmail:hover {
	background-color:#E89B63;
}
.social-network a.icoPhone:hover {
	background-color:#FFBF6D;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:30px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/*PAGE*/

#menu{
	padding:120px 0 20px 0;
	border-bottom:1px solid #ccc;
	color:#35a49c;	
}

#menu h4{
	font-size:20px;
}

#menu a {
	color:#35a49c;
	text-decoration:none;
}

#menu a:hover{
	color: #a0654e;
	text-decoration:none!important;
}

main {
	padding:20px 0;
}

@media (min-width: 1200px) {
main {
	min-height:420px;
}	
	
	}

main a{
	text-decoration:underline;
}
article section{
	padding-top:40px;}


article section h2{
	color:#35a49c;
}

dt {
    font-family: "PT Sans Narrow";
	font-size:20px;
	font-weight:normal;
	margin:15px 0;	
}
dd{
	margin-left:20px;
}

/* MAPS */
.templatemo_maps {
	margin: 0;
	display: block;
	overflow: hidden;
	height: 400px;
}

.fluid-wrapper {
    position: relative;
    /* padding-bottom: 56.25%;  16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    border: none;
}