@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900,300italic,400italic,700italic);

.container {max-width: 984px;}

body {
	font-family: 'Lato', sans-serif;
}

/**************** MENU START ****************/

.nav ul li {
	padding: 8px 33px;
	border-right: 1px solid rgba(73, 70, 70, 0.92);
	height: 40px;
	margin-bottom: -14px;
}

.nav ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}

.nav {
	background: black;
	padding: 5px 0px;
	border-top: 5px solid rgb(39, 170, 228);
	margin-bottom: -16px;
}

.nav ul li:last-child {
  	border: none !important;
}

.nav ul li a:hover {
	color: #27AAE4;
}

/**************** MENU END ****************/

/**************** LEFT SIDEBAR START ****************/

.left-sidebar {
	background: rgb(39, 170, 228);
}

.left-sidebar h3 {
	font-weight: 700;
	border-bottom: 3px solid #fff;
	padding: 8px 15px;
}

.left-sidebar h4 {
	font-weight: 700;
	border-bottom: 3px solid #fff;
	padding: 20px 15px;
	color: #fff;
}

.left-sidebar ul li a:hover {
	color: rgb(10, 10, 10);
	margin-left: 5px;
}

.left-sidebar ul li a {
	text-decoration: none;color: #fff;
	font-size: 15px;
	font-weight: 700; 
	border-bottom: 1px dotted;
	padding: 2px 0px;
}

.left-sidebar ul li {
	list-style: none;
	padding: 4px 0px;
}

.left-sidebar ul li img {
	margin-right: 3px;
}

.left-sidebar ul {
	margin-left: -23px;
}

.photo-gallery {
	max-width: 92%;
	padding-bottom: 21px;
	padding-top: 12px;
}

/**************** LEFT SIDEBAR END ****************/

/**************** RIGHT SIDEBAR START ****************/

.right-sidebar {
	background: rgb(39, 170, 228);
}

.right-sidebar h3 {
	font-weight: 700;
	border-bottom: 3px solid #fff;
	padding: 8px 15px;
}

.right-sidebar h4 {
	font-weight: 700;
	border-bottom: 3px solid #fff;
	padding: 8px 15px;
	color: #fff;
}

.right-sidebar ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: 700; 
	border-bottom: 1px dotted;
	padding: 2px 0px;
}

.right-sidebar ul li {
	list-style: none;
	padding: 3px 0px;
}

.right-sidebar ul li img {
	margin-right: 3px;
}

.right-sidebar p {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	padding: 0px 15px;
}

.social-icons li img {
	width: 19%;
	padding-bottom: 10px;
}

.social-icons li {
	display: inline;
}

.social-icons li a {
	text-decoration: none;
	border-bottom: none !important;
}

ul.list-inline.social-icons {
	padding: 0px 17px;
}

input.form-control {
	margin-bottom: 6px;
}

.btn-danger {
	margin: 11px;
}

.form-control {
	margin-left: 11px;
	width: 90%;
}

/**************** RIGHT SIDEBAR END ****************/

/**************** CONTENT START ****************/

.content img {
	float: left;
	max-width: 49%;
	margin-right: 10px;
	border: 1px solid #000;
}

.content p {
	font-size: 15px;
}

.content h3 {
	font-weight: 700;
	border-bottom: 3px solid #000000;
	padding: 8px 15px;
}

/**************** CONTENT END ****************/

/**************** FOOTER START ****************/

.footer {
	background: #000000;
}

.footer p {
	color: #fff;
	font-size: 14px;
	padding:12px 0px;
}

.footer p a {
	color: rgb(39, 170, 228);
	font-size: 17px;
	text-decoration: none;
}

/**************** FOOTER END ****************/
