@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
body{
	font-family: 'Open Sans', sans-serif;
	background:#FFF;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*----start-header----*/
.header{
	
}
.logo{
	float:left;
}
/*----navbar-nav----*/
.top-nav ul li a{
	color: #2C3E50;
	padding: 0em 0em;
	font-size: 1.3em;
}
.top-nav ul li a:hover{
	color:#028C8C;
}
.logo{
	margin-top:15px;
}
.logo a{
	display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}

nav {
	position: relative;
}
nav ul {
	padding: 0;
	float: right;
	margin: 1.8em 0;
}
nav li {
	display: inline;
	float: left;
	position:relative;
}
nav li span{
	width: 2px;
	background: #eee;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 11px;
	right: 0px;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
nav a:hover{
	text-decoration:none;
	color:#028C8C;
}
nav li a {
	color:#F26D7D;
}
nav a#pull {
	display: none;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #eee;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #F26D7D;
		text-align: right;
		position: absolute;
	}
	nav a#pull img{
		margin-right:2%;
	}
	.top-nav ul li a {
		color: #2C3E50;
		padding: 0.2em 0;
	}
	
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}

main{
	padding: 30px 10px;
}

/**********/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(arrow_up.png) no-repeat center;
}
/*---//End-contact---*/
/*----start-footer----*/
.footer{
	padding:1em 0;
	text-align:center;
}
.footer p{
	color:#989898;
}
.footer p a{
	color:#028C8C;
}
.footer p a:hover{
	color:#989898;
	text-decoration:none;
}