@import url(http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background: #fff;
	color: #444;
}

.content ul, ol {
	list-style-type: square !important;
}

.content li > ul{
	list-style-type: circle !important;
}

.content{
	padding: 60px 15px;
}

.section-title{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.section-title::after{
	content: "";
	width: 30px;
	height: 3px;
	display: block;
	background: #ccc;
	margin: 0 auto;
	margin-top: 10px;
}

.top-contact{
	background: #57698f;
	color: #e4edff;
	font-size: 14px;
	padding: 8px 0px;
}

.address::before{
	font-family: FontAwesome;
	content: "\f041";
	margin-right: 5px;
	font-size: 15px;
}

.phone::before{
	font-family: FontAwesome;
	content: "\f095";
	margin-right: 5px;
	font-size: 15px;
}

.email::before{
	font-family: FontAwesome;
	content: "\f0e0";
	margin-right: 5px;
	font-size: 15px;
}

.email a{
	color: #fff;
	text-decoration: none;
	transition: .3s all;
}

.email a:hover{
	color: #ccc;
}

.top-contact .phone{
	margin-right: 10px;
}

.top-header{
	text-align: center;
	color: #fff;
	padding: 120px 0px;
	text-shadow: 1px 2px 3px #222;
}

.top-header h1{
	font-weight: bold;
}

.top-header h2{
	
}

.top-header-page{
	text-align: center;
	color: #fff;
	padding: 60px 0px;
	text-shadow: 1px 2px 3px #222;
}

.about{
	background: #efefef;
}

.services .item-title{
	font-size: 22px;
	color: #57698f;
	text-align: center;
}

.services .item-description{
	color: #777;
}

.services .item-description ul{
	list-style-type: square;
}

.column-right .menu{
	list-style-type: none !important;
	padding-left: 0px;
}

.column-right .menu a{
	color: #333;
	padding: 8px 15px;
	display: block;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
	transition: .3s all;
}

.column-right .menu a:hover{
	color: #57698f;
	padding-left: 25px;
}

.column-right .column-title{
	background: #f9f9f9;
	padding: 10px 5px;
	text-align: center;
	margin-top: 0px;
}

.footer{
	font-size: 14px;
	background: #57698f;
	color: #fff;
}

.footer span{
	display: block;
	width: 100%;
}

.footer .footer-title{
	color: #a9b9da;
}

.footer-copyright{
	color: #a9b9da;
	font-size: 13px;
	background: #495879;
	padding-top: 15px;
	padding-bottom: 5px;
}

.footer-copyright a{
	color: #a9b9da;
	text-decoration: none;
	transition: .3s all;
}

.footer-copyright a:hover{
	color: #fff;
}

.btn-more{
	color: #000;
	border: 1px solid #333;
	border-radius: 0px;
	padding: 12px 15px;
	transition: .3s all;
}

.btn-more:hover{
	background: #333;
	color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
	background: #fff;
}

@media (min-width: 768px) {
	.navbar{
		margin-top: 20px;
		min-height: 80px;
	}
	.navbar-default{
		background: #fff;
		border: none;
	}
	.navbar-default .navbar-collapse{
		margin-top: 20px;
	}
	.navbar-brand{
		padding-top: 0px;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
		background: none;
	}
	.nav li::after{
		content: "";
		display: block;
		width: 0%;
		position: absolute;
		height: 2px;
		background: #57698f;
		transition: .3s all;
	}
	.nav li:hover::after{
		width: 100%;
	}
	.nav li>a{
		font-size: 18px;
		color: #111 !important;
		transition: .3s all;
	}
	.nav li>a:hover{
		color: #57698f !important;
	}
	.column-right{
		border-left: 1px solid #57698f;
	}
	.dropdown-menu>li>a{
		white-space: normal;
		font-size: 14px;
		padding: 5px 20px;
	}
	.dropdown-menu>li>a:hover{
		background: #eee;
	}
	.dropdown-menu>li::after{
		display: none;
	}
	.navbar-right .dropdown-menu {
		min-width: 250px;
	}
}

@media (max-width: 768px) {
	.navbar-brand>img {
		display: block;
		width: 100px;
		margin-top: -8px;
	}
	.navbar{
		margin-bottom: 0px;
	}
	.navbar-default{
		background: #fff;
		position: fixed;
		width: 100%;
	}
	.top-contact{
		display: none;
	}
	.content{
		padding: 20px 15px;
	}
	.footer-copyright{
		text-align: center;
	}
}
    