/* Global */
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #58595b;
	background: #fff url(../images/body-bgr.png) fixed  no-repeat 50% 15%;
}
img {
	max-width: 100%;
}
a,
a:link {
	color: #01adc1;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #58595b;
	text-decoration: none;
}
.col-3 {
	font-size: 14px;
	line-height: 20px;
}
p {
	margin: 0;
	padding-bottom: 20px;
}
ul,ol,dl {margin-top: 0;}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	width: 100%;
	padding-bottom: 20px;
	font-weight: 400;
	font-size: 50px;
	line-height: 55px;
	color: #000;
	font-family: 'Raleway', sans-serif;
}
h2 {
	padding-bottom: 16px;
	font-size: 25px;
	line-height: 25px;
	font-weight: 200;
}

h3, h4, h5, h6 {
	padding-bottom: 16px;
	font-size: 14px;
	line-height: normal;
}

.button {
	float: none;
	clear: both;
	display: block;
	width: 45%;
	margin: 0 auto 2%;
	padding: 0 16px;
	border-radius: 5px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #fff!important;
	background: gray;
	-webkit-border-radius: 30px 0px 30px 4px;
	border-radius: 30px 0px 30px 4px;
	-webkit-box-shadow:  0px 0px 8px 1px rgba(000, 000, 000, .2);
	box-shadow:  0px 0px 8px 1px rgba(000, 000, 000, .2);
}
.col-2 .button {
	width: 30%;
}
.orange-button {
	background: #fe6e4c;
}
.green-button {
	background: #9aa938;
}
.blue-button {
	background: #01adc1;
}
.button:hover {
	opacity: 1;
	color: #fff!important;
	background: #000;
	text-decoration: none;
	transition: background-color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out;    /* FF3.7+ */
	-o-transition: background-color 0.4s ease-in-out;      /* Opera 10.5 */
	-webkit-transition: background-color 0.4s ease-in-out; /* Saf3.2+, Chrome */
}
.left   {float: left;}
.right  {float: right;}
.strong {font-weight: 700;}
.italic {font-style: italic;}
.box    {outline: 1px dashed #cecece;background: #fff;}

/* Header */
header,
footer {
	width: 100%;
	display: block;
	position: relative;
	border-bottom: 1px solid #cecece;
	margin-bottom: 2%;
	background: #ececec;
}
header {
	position: fixed;
	top: 0;
	z-index: 2;
	height: 60px;
	-webkit-box-shadow:  0px 3px 9px 0px rgba(000, 000, 000, 0.1);
	box-shadow:  0px 3px 9px 0px rgba(000, 000, 000, 0.1);
}

.placeholder {height: 60px;}

/*footer*/
footer {
	width: 100%;
	display: block;
	border-top: 1px solid #cecece;
	margin: 0;
	padding-top: 20px;
	font-size: 13px;
	background: #ececec;
}
footer p {padding: 0;}
footer .col-3 {
	padding: 0 2%;
	margin: 0;
}

/*navigation*/
.navigation {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.navigation li {
	float: left;
	display: inline;
	position: relative;
	width: 20%;
	height: 60px;
	list-style-type: none;
	margin: 0;
}
.navigation li:first-child {
	float: left;
	display: inline;
	list-style-type: none;
}
.navigation li a {
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	padding: 0 10%;
	line-height: 60px;
	text-align: center;
	list-style-type: none;
	margin: 0;
	color: #000;
	border: 0px dotted #cecece;
}
.navigation li img {
	display: none;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -10px;
}
.navigation li.active img {display: block;}
.navigation li a:hover,
.navigation li.active a {
	color: #fff;
	background: #fe6e4c;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;    /* FF3.7+ */
	-o-transition: background-color 0.3s ease-in-out;      /* Opera 10.5 */
	-webkit-transition: background-color 0.3s ease-in-out; /* Saf3.2+, Chrome */
}

/*logo*/
#logo {
	position: absolute;
	top: -4px;
	right: 0;
	height: 64px;
	overflow: hidden;
}

/*form styles*/
form,
fieldset {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}
.frm-wrp {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0 0 15px;
}
input,
textarea,
select {
	width: 60%;
	border: 1px solid #ccc;
	padding: 1%;
}
textarea {
	width: 90%;
	height: 150px;
}
label {
	width: 100%;
	display: block;
	padding: 0 0 5px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-weight: 400;
	text-align: center;
	line-height: 25px;
	width: 150px;
	font-size: 15px;
	color: #fff!important;
	background: #fe6e4c;
	-webkit-border-radius: 30px 0px 30px 4px;
	border-radius: 30px 0px 30px 4px;
	-webkit-box-shadow:  0px 0px 8px 1px rgba(000, 000, 000, .1);
	box-shadow:  0px 0px 8px 1px rgba(000, 000, 000, .1);
}

/* Grid Transitions */
.masonry,
.masonry .masonry-brick {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

.masonry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.masonry .masonry-brick {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-ms-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}









