img {
	border-radius: 3px;
}
bordercolor {
	height: 5px;
	display: block;
	background-color: #57000e;
}
logo img {
	margin: 30px 0px 30px 0px;/*max-width: 200px;*/
}
ul a {
	color: #525252;
}
ul a:hover {
	color: #57000e;
}
#menubar {
	margin-top: 65px;
	padding: 0;
	float: right;
	z-index: 1;
}
#menubar li {
	display: inline;
	margin-left: 30px;
	list-style: none;
}
#menubar li a {
	display: block;
	text-decoration: none;
	display: inline;
	color: #525252;
	white-space: nowrap;
}
#menubar li a:hover, #menubar li:hover {
	color: #57000e;
}
#menubar li ul {
	margin: 30px 0px 0px -130px;
	padding: 20px 50px;
	border-radius: 3px;
	position: absolute;
	visibility: hidden;
	background: #57000e;
	display: inline;
	z-index: 2;
	text-align: center;
}
#menubar li ul li {
	float: none;
	margin: 0px;
	display: inline;
}
#menubar li ul li a {
	padding: 0px;
	margin: 0px;
	text-align: center;
	z-index: 2;
	color: #ffffff;
}
#menubar li ul li a:hover {
	color: #c67d09;
}
bord {
	display: block;
	height: 10px;
	background-color: #ffffff;
}
#menubar li a#active,
#menubar li.here a {
	border: 0px;
	padding: 5px 10px;
	border-radius: 3px;
	background-color: #57000e;
	color: #ffffff;
}
li#active {
	color: #57000e;
}
#active1 {
	color: #b27008;
}
lin {
	height: 1px;
	margin: 10px -50px;
	background-color: #f7bc5e;
	display: block;
}
#slider, #slider img {
	border-radius: 3px;
	overflow: hidden;
	z-index: 1;
}
.slideshow-wrapper {
	min-height: 355px;
}
.orbit-timer {
	display: none;
}
whatwedo {
	margin-top: 50px;
	display: block;
	text-align: center;
	padding-bottom: 340px;
	border-bottom: 1px solid #e8e8e8;
}
box {
	display: block;
	margin-top: 25px;
	text-align: left;
}
box img {
	margin-bottom: 20px;
	vertical-align: top;
}
box h1 {
	font-size: 20px;
	color: #525252;
}
/* Team Styles */
figure {
	position: relative;
	overflow: hidden;
	max-width: 400px;
}
figure.team:hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform .4s, opacity .1s;
	-moz-transition: -moz-transform .4s, opacity .1s;
	transition: transform .4s, opacity .1s
}
figure.team figcaption {
	background: rgba(0,0,0,0.5);
	height: 40px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform .4s, opacity .1s .3s;
	-moz-transition: -moz-transform .4s, opacity .1s .3s;
	transition: transform .4s, opacity .1s .3s;
}
/* Services Styles */
#masthead {
	position: relative;
	max-width: none;
	width: 100%;
	margin: 0;
}
#masthead figcaption {
	color: #fff;
	padding: 10px;
	position: absolute;
	display: block;
	width: 100%;
}
#services #masthead figcaption {
	top: 34%;
	text-align: center;
	font-size: 20px;
}
#rates #masthead figcaption {
	bottom: 0;
	right: 0;
	width: 60%;
	text-align: right;
}
#specs #masthead figcaption {
	bottom: 0;
	text-align: center;
	font-size: 50px;
}
#rates #masthead figcaption p {
	font-size: 20px;
  margin-bottom: 20px;
}
#rates #masthead figcaption p:first-child {
	font-size: 30px;
}
#rates box h1,
#rates h3 {
	text-align: center;
	display: block;
	background-color: #f6f5f6;
	padding: 5px 0 8px;
}
#rates h3 {
	margin-top: 0;
	padding: 5px 0 6px;
}

#services div.large-6.columns:nth-child(2n+1) {
	clear: both;
}
#services box img {
	width: 26px !important;
}
#specs h2 {
	margin-bottom: 5px;
}
#specs ul {
	margin-left: 30px;
}

projects {
	display: block;
	margin-top: 50px;
	padding-bottom: 70px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}

projects h1 {
	font-size: 35px;
	margin-bottom: 50px;
	color: #57000e;
}

projects a:hover {
	opacity: .7;
}
projects h1 a {
	color: #57000e;
}
projects h1 a:hover {
	color: #525252;
}

clients {
	display: block;
	margin-top: 50px;
	padding-bottom: 0px;
	text-align: center;
}

clients h1 {
	font-size: 35px;
	margin-bottom: 30px;
	color: #57000e;
}

/*clients img {
	opacity: .5;
	background-color: #f6f4f6;
	border-radius: 5px;
	border: 2px solid #f6f4f6;
}

clients img:hover {
	opacity: 1;
}*/

footer {
	display: block;
	margin-top: 50px;
	padding: 50px 0px 0px 0px;
	border-top: 1px solid #e7e7e7;
	background-color: #f6f5f6;
}
social a {
	line-height: 35px;
}
foot {
	text-align: right;
	padding: 20px 0px;
	display: block;
	border-top: 1px solid #e8e7e8;
	font-size: 12px;
	color: #cccccc;
}
foot img {
	width: 5%;
	margin-top: -3px;
	opacity: .4;
}
foot img:hover {
	opacity: 1;
}
#nav-footer {
	list-style: none;
	margin: 50px auto 0;
	max-width: 410px;
}
#nav-footer li {
	display: inline-block;
	height: 40px;
}
#nav-footer li a {
	padding: 8px 14px;
	border-radius: 3px;
	background-color: #dddddd;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}
#nav-footer li a:hover {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	color: #fff;
	background-color: #57000e;
}


/* social icon */
.social {
	padding: 8px 14px;
	border-radius: 3px;
	background-color: #dddddd;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	color: #ffffff;
}
.social:hover {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	color: #ffffff;
}
.facebook:hover {
	background-color: #435fa8;
}
.twitter:hover {
	background-color: #39d2fe;
}
.google:hover {
	background-color: #dd4c37;
}
.instagram:hover {
	background-color: #125688;
}
.linkedin:hover {
	background-color: #0077b5;
}
/* work page & single work page

works {
	text-align: center;
	display: block;
	padding-bottom: 30px;
}

works h1 {
	line-height: 20px;
	font-size: 30px;
	margin-top: 20px;
	text-align: left;
}

works small {
	font-size: 15px;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e6e7;
	margin-bottom: 70px;
	color: #57000e;
	text-align: left;
}

works img:hover {
	opacity: .7;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

works p {
	font-size: 15px;
	line-height: 20px;
	text-align: left;
}

line {
	display: block;
	height: 1px;
	margin: 10px 0px;
	background-color: #e7e5e7;
}

usernext {
	text-align: center;
	margin-top: 90px;
	padding-top: 20px;
	display: block;
	border-top: 1px solid #e7e6e7;
}

social1 {
	line-height: 35px;
	display: block;
	text-align: right;
}

works h4 {
	text-align: left;
}

works h5 {
	border-bottom: 1px dotted #e7e5e7;
	padding-bottom: 8px;
	text-align: left;
}

.clearing-featured-img img {
	margin-bottom: 20px;
}

.clearing-featured-img img:hover {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
} */

/* About page

about {
	display: block;
	padding-bottom: 30px;
	text-align: center;
}

about li {
	margin-bottom: 20px;
}

about h1 {
	line-height: 20px;
	font-size: 30px;
	margin-top: 20px;
	text-align: left;
}

about small {
	font-size: 15px;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e6e7;
	margin-bottom: 70px;
	color: #57000e;
	text-align: left;
}

about h5 {
	font-size: 25px;
	margin-top: 40px;
	text-align: center;
	line-height: 10px;
}

about small1 {
	font-size: 15px;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e6e7;
	margin-bottom: 25px;
	color: #57000e;
	text-align: center;
}

about p {
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}*/

/* Contact page */

contact {
	display: block;
}
contact #masthead {
	padding-bottom: 20px;
}
contact h1 {
	line-height: 20px;
	font-size: 30px;
	margin-top: 20px;
	text-align: left;
}
contact small {
	font-size: 15px;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e6e7;
	margin-bottom: 50px;
	color: #57000e;
	text-align: left;
}
contact h5 {
	font-size: 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	border-bottom: 1px solid #e7e6e7;
}
contact small1 {
	font-size: 15px;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e6e7;
	margin-bottom: 25px;
	color: #57000e;
	text-align: center;
}
contact p {
	font-size: 15px;
	line-height: 20px;
	text-align: left;
}
.contact-form {
	width: 100%;
	margin: 24px auto 0px auto;
	border: 1px solid #f8f8f8;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1) inset;
	padding: 15px;
	box-sizing: border-box;
	background: #ffffff;
}

.contact-form form {
	margin: 0px;
}

.contact-form h1 {
	text-align: center;
	margin-top: 0px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

.contact-form h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 20px;
}

.control-group {
	margin-bottom: 10px;
}

.control-group label {
	display: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

.control-group input[type="text"] {
	width: 100%;
	height: 30px;
	border: 1px solid #e5e5e5;
	outline: none;
	padding: 0px 0px 0px 10px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}

.control-group textarea {
	width: 100%;
	max-width: 100%;
	min-height: 80px;
	border: 1px solid #e5e5e5;
	outline: none;
	padding: 5px 5px 5px 10px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}

.control-group input[type="submit"] {
	display: block;
    padding: 7px 15px 7px 15px;
    font-size: 13px;
    border: 1px solid #cbcccb;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background-color: #f3f4f3;
    text-align: center;
    color: #272827;
	transition: all .4s;
}

.control-group input[type="submit"]:hover {
	cursor: pointer;
	background: #dde0dd;
}

.no-margin {
	margin: 0px;
}

.contact-form label.error, div#errors {
	border: 1px solid #F07F73 !important;
	margin-bottom: 3px;
	background: #F07F73;
	padding-left: 5px;
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
}

div#errors {
    display: none;
}

.contact-form #msg_submitting {
    display: none;
}

.contact-form #msg_submitted {
    display: none;
}
/* Elements page */

elements {
	display: block;
	padding-bottom: 30px;
}
elements h1 {
	line-height: 20px;
	font-size: 30px;
	margin-top: 20px;
	text-align: left;
}
elements small {
	font-size: 15px;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e6e7;
	margin-bottom: 50px;
	color: #57000e;
	text-align: left;
}
elements h5 {
	font-weight: bold;
}
line1 {
	display: block;
	height: 1px;
	margin: 40px 0px;
	background-color: #e7e5e7;
}
elements .clearing-thumbs img {
	width: 200px;
}
elements .clearing-thumbs img:hover {
	opacity: .7;
}

/* Responsive */

@media only screen and (max-width: 850px) and (min-width: 768px) {
	logo img {
	/*width: 150px;
			padding-top: 10px;*/
	}
	#menubar li {
		margin-left: 20px;
	}
	whatwedo {
		padding-bottom: 400px;
	}
	.slideshow-wrapper {
		min-height: 300px;
	}
	#rates #masthead figcaption p {
	  font-size: 16px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 500px) {
	logo {
		text-align: center;
		display: block;/*margin-top: -30px;*/
	}
	logo img {
		max-width: 300px;
		margin-top: 20px;
	}
	#menubar li a#active {
		border: 0px;
		padding: 5px 10px;
		border-radius: 3px;
		background-color: #57000e;
		color: #ffffff;
	}
	#menubar {
		margin-top: -25px;
		margin-bottom: 20px;
		float: none;
		text-align: center;
	}
	#menubar li {
		margin: 0px 10px;
	}
	#menubar li a {
		display: block;
		text-decoration: none;
		display: inline;
		line-height: 40px;
	}
	#menubar li ul {
		margin: 40px 0px 0px -130px;
		padding: 10px 50px;
	}
	whatwedo {
		border: 0px;
	}
	projects {
		border-top: 1px solid #e8e7e8;
		padding-top: 40px;
	}
	#rates #masthead figcaption {
    width: 100%;
	}
	#rates #masthead figcaption p:first-child {
	  font-size: 20px;
	}
	#rates #masthead figcaption p {
    font-size: 16px;
    margin-bottom: 10px;
	}
	footer {
		padding-top: 0px;
	}
	footer h4 {
		margin-top: 50px;
	}
	about li {
		margin-bottom: 30px;
	}
	.slideshow-wrapper {
		min-height: 200px;
	}
	foot img {
		width: 9%;
}
}

@media only screen and (max-width: 499px) {
	logo {
		text-align: center;
		display: block;
	}
	logo img {
		max-width: 300px;
		margin-top: 20px;
	}
	#menubar li a#active {
	}
	#menubar {
		margin-top: -35px;
		margin-bottom: 20px;
		float: none;
		text-align: center;
	}
	#menubar li {
		margin: 0px 7px;
	}
	#menubar li a {
		display: block;
		text-decoration: none;
		display: inline;
		line-height: 40px;
	}
	#menubar li ul {
		margin: 40px 0px 0px -115px;
		padding: 10px 30px;
	}
	whatwedo {
		border: 0px;
		margin: 0px;
	}
	box {
		text-align: center;
	}
	box img {
	/*display: inline;
			width: 30px;
			margin-right: 10px;
			margin-bottom: 9px;*/
	}
	box h1 {
	/*display: inline;*/
	}
	projects {
		border-top: 1px solid #e8e7e8;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	clients {
		margin-top: 20px;
	}
	#rates #masthead figcaption {
    bottom: -10px;
    width: 100%;
	}
	#rates #masthead figcaption p:first-child {
	  font-size: 15px;
	}
	#rates #masthead figcaption p {
    font-size: 10px;
    margin-bottom: 10px;
	}
	footer {
		padding-top: 0px;
		margin-top: 30px;
		text-align: center;
	}
	footer h4 {
		margin-top: 30px;
	}
	foot {
		text-align: center;
		margin-top: 10px;
	}
	foot img {
		width: 13%;
	}
	about li {
		margin-bottom: 30px;
	}
	#slider .orbit-caption, .orbit-prev, .orbit-next {
		display: none;
	}
	.slideshow-wrapper {
		min-height: 100px;
	}
	social1 {
		margin-top: 15px;
	}
	works small {
		margin-bottom: 40px;
	}
	usernext {
		margin-top: 0px;
		padding-top: 40px;
	}
	lin {
		height: 1px;
		margin: 0px -30px;
	}
	elements .clearing-thumbs img {
		width: 150px;
	}
}
/* Animation */

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}
