/*=======*/
/* FONTS */
/*=======*/
@font-face
{
    font-family			: 'Lato';
    src					   	: url('../fonts/lato-bol-webfont.eot');
    src							: url('../fonts/lato-bol-webfont.eot?#iefix')   format('embedded-opentype'),
		                  url('../fonts/lato-bol-webfont.woff') 		 		 format('woff'),
		                  url('../fonts/lato-bol-webfont.ttf') 		 		 format('truetype'),
		                  url('../fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight			: bold;
    font-style			: normal;
}

@font-face
{
    font-family			: 'Lato';
    src							: url('../fonts/lato-lig-webfont.eot');
    src							: url('../fonts/lato-lig-webfont.eot?#iefix') 	  format('embedded-opentype'),
                      url('../fonts/lato-lig-webfont.woff') 		  		format('woff'),
                      url('../fonts/lato-lig-webfont.ttf') 		  		format('truetype'),
                      url('../fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight			: 100;
    font-style			: normal;
}


/*=========*/
/* STYLING */
/*=========*/
.logoPink {
    color       : #dc2e78;
}

.copyright {
		color       : white;
}

.logoImg {
		width : 90px;
		padding-bottom: 25px;
}

ul.navbar-top .reveal {
	display: none;
}

ul.navbar-top .collapse {
	display: inline;
}

ul.navbar-top a {
	text-decoration: none;
}

ul.navbar-top {
	position    : relative;
	z-index     : 99999;
	width       : 100%;
	text-align  : left;
	font-size   : 0;
	line-height : 0;
	font-family : "Lato";
	padding     : 0;
}

ul.navbar-top b, ul.navbar-top strong, ul.navbar-top b *, ul.navbar-top strong * {
	font-weight: 700;
}

ul.navbar-top:after {
	content: "";
	display: block;
	clear: both;
}

ul.navbar-top li, ul.navbar-top a {
	display: inline-block;
}

ul.navbar-top li {
	float: right;
}

ul.navbar-top li#nav-company {
	float: left;
}

ul.navbar-top li#nav-company a {
	font-size   : 18px;
	line-height : 14px;
	color       : #FFFFFF;
}

ul.navbar-top, ul.navbar-top a {
	background-color: #000;
}

ul.navbar-top a {
	color          : #44e9ad;
	font-size      : 14px;
	line-height    : 14px;
	padding        : 10px 10px 10px 13px;
	text-transform : uppercase;
}

.index ul.navbar-top a {
	color: #44e9ad;
}

ul.navbar-top li.current a, ul.navbar-top li.current a:hover {
	background-color : #44e9ad;
	color            : #000;
}

.index ul.navbar-top li.current a, .index ul.navbar-top li.current a:hover {
	background-color : #000;
	color            : #F3F1E9;
}

ul.navbar-top a:hover {
	background-color : #1A332A;
	text-decoration  : none;
	border           : 0;
}

#reviews{
	padding-top: 25px;
}

#reviews li {
	list-style : none;
	font-size  : 20px;
	padding : 0 50px 0 50px;
	width: 100px;
	display	   : inline-block;
	color : #F3F1E9;
}

.copyright{
	font-family: "Lato";
}
