@import url(http://fonts.googleapis.com/css?family=Dorsa);
@charset "utf-8";


/* CSS Document */

body {
	background-color:#fb481d;
	background-color:#ccee2d;
	background-color:#fa8258;
	background-color:#8ca6a2;
	background-color:#79b8ae;
	background-color:#fa8258;

}

a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

.color-1 {
	color: #efedef;
}

.img-indent {
	margin: 0px 30px 0 0;
	float: left;
}

.img-indent1 {
	margin: 1px 29px 16px 0;
	float: left;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.center {
	text-align: center;
	letter-spacing:1px;
}

.spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/spinner.gif) 50% 50% no-repeat #000000;
}

.preloader {
	background: url(../img/loader.gif) center center no-repeat;
	border:none;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	height: 0;
	width: 100%;
}

.m-top {
	margin-top: -7px;
}

.overflow.extra {
	overflow: visible;
}

.left-0 {
	margin-left: 0 !important;
}

.overflow {
	overflow: hidden;
}

.inner-1 {
	padding-right: 30px;
}

/****************************************************/
/*HEADER */
/****************************************************/
header {
	padding: 10px 0 20px 0;
	z-index: 50;
}

/****************************************************/
/*LOGO */
/****************************************************/
.brand img {
	display: block;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0 auto;
}

.brand_ h1 {
	font-size: 0;
	line-height: 0;
}

/*------ h1, h2, h3, h4, h5, h6 ------- */
h1, h2, h3, h4, h5, h6 {
	text-transform: none;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Titillium Web', sans-serif;
	font-weight:300;
}

h1 {
	font-size: 60px;
	line-height: 74px;
}

header h1 {
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 20px;
	line-height: 180%;
}

h3 {
	font-size: 30px;
	line-height: 34px;
	margin: 32px 0 15px;
	font-weight: normal;
}

.content-extra h3 {
	margin: 42px 0 25px;
}



p {
	font-family: 'Titillium Web','Open Sans', sans-serif;
	padding-bottom: 25px;
	margin: 0;
	font-weight:400;
}

/*--- header end ------*/
/****************************************************/
/*CONTENT */
/****************************************************/
#content {
	position: relative;
	padding: 0 0 20px 0;
}

/****************************************************/
/*THUMBNAILS */
/****************************************************/
.thumbnails-1 {
	margin: 0;
	list-style: outside none;
}

.thumbnails-1 > li {
	margin-bottom: 40px;
}

.thumbnails-1 .thumbnail-1 {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	line-height: 20px;
}

.thumbnails-1 .thumbnail-1 section {
	padding-top: 25px;
}

.thumbnails-1 .thumbnail-1 section strong {
	color: #ffffff;
	font-weight: normal;
}

.border-horiz {
	background: url(../img/border-horiz.gif) repeat-x 0 0;
	height: 2px;
	margin: 16px 0 0;
}

.border-horiz.extra {
	margin-bottom: 10px;
}

.txt-1 {
	color: #ffffff;
	padding: 3px 0 10px;
}



/****************************************************/
/*PORTFOLIO */
/****************************************************/
.portfolio {
	list-style: none outside;
	margin: 0;
}

.portfolio li {
	float: left;
	margin: 0 0 28px 28px;
}

.magnifier {
	opacity: 1;
	position: relative;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:1px solid #fff;	
}

.magnifier:hover {
	opacity: 0.7;
	border:1px solid #222;
}

.magnifier:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	background: url('../img/magnifier.png') center center no-repeat #000000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.magnifier:hover:after {
	opacity: 0.6;
}


/****************************************************/
/*BUTTONS & LINKS */
/****************************************************/
.btn-1 {
	color: #ffffff;
	background: #e85356;
	padding: 5px 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-1:hover {
	color: #1a1a1a;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	background: #ffffff;
}

/*--- content end ------*/
/****************************************************/
/*FOOTER */
/****************************************************/
footer {
	padding: 10px 0 50px;
}

.privacy {
	color: #1a1a1a;
	padding-top: 6px;
	font-weight: 300;
}

.privacy a {
	color: #e85356;
}

.list-social {
	list-style: none outside none;
	overflow: hidden;
	margin: 0;
}

.list-social a {
	width: 32px;
	height: 32px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.list-social a.icon-1 {
	background-image: url(../img/email-icon.svg);
}

.list-social a.icon-2 {
	background-image: url(../img/soc-icon-2.png);
}

.list-social a.icon-3 {
	background-image: url(../img/soc-icon-3.png);
}

.list-social a.icon-4 {
	background-image: url(../img/soc-icon-4.png);
}

.list-social a.icon-5 {
	background-image: url(../img/soc-icon-5.png);
}

.list-social li {
	float: left;
	margin-left: 5px;
}

.list-social a:hover {
	background-position: 0 bottom;
}
/*--- footer end ------*/
@media (min-width: 1300px) {
 .box-404 {
 overflow: hidden;
}
 .block-404 .img-404 {
 width: 770px;
 height: 393px;
 float: left;
}
 #search input {
 width: 286px;
}
 #form-search input {
 width: 216px;
}
 .box-404 {
 padding: 42px 50px 0;
}
 .address-1 strong {
 float: left;
 width: 154px;
}
 .list-photo li.last {
 margin-right: 0;
}
 .overflow.extra {
 overflow: hidden;
}
}
@media (max-width: 1299px) and (min-width: 979px) {
 .overflow.extra {
 overflow: visible;
}
}
@media (max-width: 1300px) {
 #search input {
 width: 200px;
}
}
@media (max-width: 979px) {
 #search input {
 width: 127px;
}
 .block-404 .img-404 {
 margin-left: 0;
}
 .img-indent1 img {
 width: 100%;
}
 #contact-form label {
 display: block;
}
 #contact-form input, #contact-form textarea {
 width: 100%;
}
 .inner-1 {
 padding: 0;
}
 .block-slogan h2 {
 padding-right: 30px;
}
}
@media (min-width: 768px) and (max-width: 979px) {

 .portfolio {
 margin-left: -10px;
}
 .portfolio li {
 margin-left: 30px;
 width: 45%;
}
 .portfolio li img {
 width: 100%;
}
 .img-indent {
 float: none;
 margin: 0 0 18px 0;
}
 .img-indent img {
 width: 100%;
}
 #contact-form input, #contact-form textarea {
 width: 100%;
}
 #form-search input {
 width: 74%;
}
}
@media (max-width: 767px) {
 body {
 padding: 0;
}
 .row {
 padding: 0 20px;
}
 footer {
 padding-left: 20px;
 padding-right: 20px;
}
 .bg-glow {
 background: none;
}
 .thumbnail-1 > img {
 width: 100%;
}
 #form-search input {
 width: 70%;
}
 .portfolio {
 margin-left: -30px;
}
 .portfolio li {
 float: left;
 margin-left: 30px;
 width: 44%;
}
 .portfolio li img {
 width: 100%;
}
 #search input {
 width: 66%;
}
 .thumbnails-1 .thumbnail-1 img {
 width: 100%;
}
 .thumbnails-1 {
 margin-left: -20px;
}
 .thumbnails-1 li {
 float: left;
 width: 45%;
 margin-left: 20px;
}
}
@media (max-width: 640px) {
 .block-slogan h2 {
 float: none;
 margin-bottom: 16px;
 padding: 0;
}
 .block-slogan p {
 border: none;
 padding-left: 0;
}
 .portfolio li {
 float: left;
 margin-left: 30px;
 width: 43%;
}
 .portfolio li img {
 width: 100%;
}
}
@media (max-width: 600px) {
 .thumbnails-1 .thumbnail-1 img {
 width: 100%;
}
 .thumbnails-1 {
 margin-left: 0px;
}
 .thumbnails-1 li {
 float: none;
 width: 100%;
 margin-left: 0px;
}
 .img-indent {
 float: none;
 margin: 0 0 16px 0;
}
 .img-indent img {
 width: 100%;
}
}
@media (max-width: 480px) {
 .list-social {
 float: none !important;
}
 .privacy {
 float: none !important;
 padding-left: 10px;
}
 .portfolio {
 margin: 0;
}
 .portfolio li img {
 width: 100%;
}
 .portfolio li {
 float: none;
 margin: 0 0 20px 0;
 width: 100%;
}
 #form-search input {
 width: 100%;
}
 #search input {
 width: 66%;
}
 #form-search input {
 width: 66%;
}
 footer {
 padding: 31px 0;
}
 #contact-form textarea {
 height: 280px;
}
 #contact-form .message {
 min-height: 290px;
}
}
@media (max-width: 320px) {
 .brand_ a img {
 width: 190px;
 height: auto;
}
 .list-photo {
 margin: 0;
}
 .list-photo li {
 float: none;
 margin: 0 0 30px 0;
}
 .list-photo li img {
 width: 100%;
}
 #search input {
 width: 61%;
}
 .img-indent1 {
 float: none;
 margin: 1px 0 16px;
}
 .overflow.extra {
 overflow: visible;
}
 #form-search input {
 width: 57%;
}
}

.clearfix {
 *zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


