
/* ----------------------------------------------------------------------------------------------------

CSSGrid is a Responsive CSS Grid designed to work on web and mobile devices. (www.cssgrid.co)
Please don't steal. Support this grid and buy a license from: http://codecanyon.net/item/responsive-css-grid/4928861

---------------------------------------------------------------------------------------------------- */

.animate { /* Move the content off screen while loading */
	-webkit-transform: translateX(600px);
	transform: translateX(600px);
}

.linetop {
	width:462px;
}

.iosSlider {
	width:462px;
	height:251px;
}
.iosSlider .slider .slide {
	width:462px;
	height:251px;
}

.mapbottom {
	width:100%;
	height:155px;
}
.maps-google {
	width:100%;
	height:260px;
	margin-bottom:30px;
}

.social-right {
	color:#595959;
	float:none;
	padding-bottom:15px;
}

.project-space {
	height:30px;
}

.title {
	font-size:15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	height:26px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
}
.recent a span {
	line-height:20px;
	font-size:13px;
}
.recent a p {
	font-size:13px;
}

.contact-form li input {
	width:210px;
	font-size:13px;
}

.contact-form li .txt {
	font-size:13px;
}
.contact-form li .field-newsletter {
	width:99px;
}
.contact-form li .field-contact {
	width:220px;
}
.contact-form li .field-contact-right {
	width:216px;
}
li textarea {
	height:101px;
}

.contact-form li .error-message {
	display:none;
	font-size:13px;
	color:#ff4040;
	font-weight:normal;
	margin-left:0px;
	padding-top:5px;
	line-height:18px;
	background-color:#fff;
}

.contact-form .submitbutlogin {
	background-color:#e7e8e8;
	color:#000;
	float:none;
	font-size:14px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	margin-top:0px;
	line-height:38px;
	border:0px;
	transition: background-color .20s ease;
	-moz-transition: background-color .20s ease;
	-webkit-transition: background-color .20s ease;
	opacity: 1.0;
}
.contact-form .submitbutlogin:hover {
	background-color:#111;
	color:#fff;
}
.keyline a img {
	border: 1px solid #000;
	width:226px;
	height:auto;
}


h1 {
	font-size:20px;
	line-height:26px;
}
h2 {
	font-size:18px;
	line-height:24px;
}
h2 span {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.box-black {
	width:412px;
	padding-top:25px;
	padding-bottom:15px;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:11px;
}
ul.nav-sub {
	float:none;
	margin-bottom:20px;
}
.text-rightside {
	margin-left:0px;
	padding:0px;
	font-size:15px;
}
.text-rightside p {
	font-size:15px;
	padding:0px;
	padding-right:30px;
	margin-top:0px;
	margin-bottom:10px;
}


/* Portfolio Items */

.portfolio-list {
	margin:0px;
	padding:0px;
	list-style:none;
}
.products .heading-2nd {
	font-size:14px;
	margin-top:0px;
	margin-bottom:10px;
	font-family:"archivo_narrowbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
}

a li.item {
	float:left;
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	width:108px;
	height:190px;
}
.itemimg {
	width:108px;
	height:108px;
	overflow:hidden;
	position:absolute;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-color:#ccc;
}
a:hover .thumb-under {
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
a .thumb-under {
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
	opacity: 1.0;
	text-decoration:none;
	width:108px;
	height:63px;
	margin-top:113px;
	position:absolute;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
.thumb-under-heading {
	font-family:"archivo_narrowbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	color:#000;
	font-size:14px;
	padding-top:4px;
}
.thumb-under-details {
	display:none;
	font-family:"archivo_narrowbold", Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:17px;
	color:#888;
	font-size:12px;
	padding-top:0px;
}

li.keyline {
	float:left;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	width:108px;
}
li.keyline a img {
	width:106px;
	height:106px;
	border: 1px solid #000;
}


.project-description {
	padding-right:10px;
}
.two-images {
	margin-bottom:0px;
	margin-top:10px;
}
.two-images-left {
	width:226px;
	float:left;
}
.two-images-right {
	width:226px;
	margin-left:236px;
}
.two-images-left.keyline img {
	width:224px;
	border: 1px solid #000 !important;
}
.two-images-right.keyline img {
	width:224px;
	border: 1px solid #000 !important;
}

.next,
.previous {
	padding-top:13px;
	padding-bottom:15px;
}

.space37 {
	height:15px;
}
.viewus span {
	display:none;
}


/* Contact Submit Form */

.specialkey {
	width:98%;
}




/*
	Columns Fixed (f)
*/

.f1,
.f2,
.f4
{
	padding-bottom:0px;
}
.f3
{
	padding-bottom:9px;
}
.f5 {
	padding-bottom:8px;
}
.f6 {
	padding-bottom:6px;
}
.f7 {
	padding-bottom:7px;
}
.f8 {
	padding-bottom:2px;
}


.f1, /* wrapper width */
.f2,
.f3,
.f4,
.f5,
.f6,
.f7,
.f8 {
	width:462px;
}


.f1 .one {
	width:100%;
}


.f2 .one {
	width:226px;
	float:left;
}
.f2 .two {
	width:226px;
	/*
	To set the correct position for the last column, add up all columns to the left and add on the padding.
	In this case: 226 + 10 = 236
	*/
	margin-left:236px;
}


.f3 .one {
	width:148px;
	float:left;
}
.f3 .one-two {
	width:305px;
	margin-left:0px;
	float:left;
}
.f3 .two {
	width:148px;
	margin-left:9px;
	float:left;
}
.f3 .two-three {
	width:305px;
	margin-left:157px;
}
.f3 .three {
	width:148px;
	/*
	To set the correct position for the last column, add up all columns to the left and add on the padding.
	In this case: 148 x 2 + 9 + 9 = 314
	*/
	margin-left:314px;
}

/* Custom grid for work section */
.f3 .one-project {
	width:100%;
	height:auto;
	float:none;
	margin-top:15px;
	margin-bottom:20px;
}
.f3 .two-three-project {
	width:auto;
	height:auto;
	margin-left:0px;
	margin-top:0px;
}
.f3 .one-news {
	width:100%;
	height:auto;
	float:none;
	margin-top:15px;
	margin-bottom:10px;
}


.f4 .one {
	width:108px;
	float:left;
}
.f4 .one-two {
	width:226px;
	float:left;
}
.f4 .one-three {
	width:344px;
	float:left;
}
.f4 .two {
	width:108px;
	margin-left:10px;
	float:left;
}
.f4 .two-three {
	width:226px;
	margin-left:10px;
	float:left;
}
.f4 .two-four {
	width:344px;
	margin-left:118px;
}
.f4 .three {
	width:108px;
	margin-left:10px;
	float:left;
}
.f4 .three-four {
	width:226px;
	margin-left:236px;
}
.f4 .four {
	width:108px;
	margin-left:354px;
}

/* Custom grid for work section */
.f4-products {
	width:472px;
	margin:0 auto;
}
.f4-products .one {
	width:100%;
	float:none;
	margin-left:5px;
	margin-bottom:0px;
	padding:0px;
}
.f4-products .two-four {
	width:472px;
	margin-left:0px;
}

.column-first {
	float:left;
	width:50%;
}
.column-second {
	margin-left:50%;
}


.f5 .one {
	width:86px;
	float:left;
}
.f5 .one-two {
	width:180px;
	float:left;
}
.f5 .one-three {
	width:274px;
	float:left;
}
.f5 .one-four {
	width:368px;
	float:left;
}
.f5 .two {
	width:86px;
	float:left;
	margin-left:8px;
}
.f5 .two-three {
	width:180px;
	float:left;
	margin-left:8px;
}
.f5 .two-four {
	width:274px;
	margin-left:8px;
	float:left;
}
.f5 .two-five {
	width:368px;
	margin-left:94px;
}
.f5 .three {
	width:86px;
	float:left;
	margin-left:8px;
}
.f5 .three-five {
	width:274px;
	margin-left:188px;
}
.f5 .four {
	width:86px;
	float:left;
	margin-left:8px;
}
.f5 .four-five {
	width:180px;
	margin-left:282px;
}
.f5 .five {
	width:86px;
	margin-left:376px;
}


.f6 .one {
	width:72px;
	float:left;
}
.f6 .one-two {
	width:150px;
	float:left;
}
.f6 .one-three {
	width:228px;
	float:left;
}
.f6 .one-four {
	width:306px;
	float:left;
}
.f6 .one-five {
	width:384px;
	float:left;
}
.f6 .two {
	width:72px;
	float:left;
	margin-left:6px;
}
.f6 .two-three {
	width:150px;
	float:left;
	margin-left:6px;
}
.f6 .two-four {
	width:228px;
	float:left;
	margin-left:6px;
}
.f6 .two-five {
	width:306px;
	float:left;
	margin-left:6px;
}
.f6 .two-six {
	width:384px;
	margin-left:78px;
}
.f6 .three {
	width:72px;
	float:left;
	margin-left:6px;
}
.f6 .three-four {
	width:150px;
	float:left;
	margin-left:6px;
}
.f6 .three-five {
	width:228px;
	float:left;
	margin-left:6px;
}
.f6 .three-six {
	width:306px;
	margin-left:156px;
}
.f6 .four {
	width:72px;
	float:left;
	margin-left:6px;
}
.f6 .four-five {
	width:150px;
	float:left;
	margin-left:6px;
}
.f6 .four-six {
	width:228px;
	margin-left:234px;
}
.f6 .five {
	width:72px;
	float:left;
	margin-left:6px;
}
.f6 .five-six {
	width:150px;
	margin-left:312px;
}
.f6 .six {
	width:72px;
	margin-left:390px;
}


.f7 .one {
	width:60px;
	float:left;
}
.f7 .one-two {
	width:127px;
	float:left;
}
.f7 .one-three {
	width:194px;
	float:left;
}
.f7 .one-four {
	width:261px;
	float:left;
}
.f7 .one-five {
	width:328px;
	float:left;
}
.f7 .one-six {
	width:395px;
	float:left;
}
.f7 .two {
	width:60px;
	float:left;
	margin-left:7px;
}
.f7 .two-three {
	width:127px;
	float:left;
	margin-left:7px;
}
.f7 .two-four {
	width:194px;
	float:left;
	margin-left:7px;
}
.f7 .two-five {
	width:261px;
	float:left;
	margin-left:7px;
}
.f7 .two-six {
	width:328px;
	float:left;
	margin-left:7px;
}
.f7 .two-seven {
	width:395px;
	margin-left:67px;
}
.f7 .three {
	width:60px;
	float:left;
	margin-left:7px;
}
.f7 .three-four {
	width:127px;
	float:left;
	margin-left:7px;
}
.f7 .three-five {
	width:194px;
	float:left;
	margin-left:7px;
}
.f7 .three-six {
	width:261px;
	float:left;
	margin-left:7px;
}
.f7 .three-seven {
	width:328px;
	margin-left:134px;
}
.f7 .four {
	width:60px;
	float:left;
	margin-left:7px;
}
.f7 .four-five {
	width:127px;
	float:left;
	margin-left:7px;
}
.f7 .four-seven {
	width:261px;
	margin-left:201px;
}
.f7 .five {
	width:60px;
	float:left;
	margin-left:7px;
}
.f7 .five-seven {
	width:194px;
	margin-left:268px;
}
.f7 .six {
	width:60px;
	float:left;
	margin-left:7px;
}
.f7 .six-seven {
	width:127px;
	margin-left:335px;
}
.f7 .seven {
	width:60px;
	margin-left:402px;
}


.f8 .one {
	width:56px;
	float:left;
}
.f8 .one-two {
	width:114px;
	float:left;
}
.f8 .one-three {
	width:170px;
	float:left;
}
.f8 .one-four {
	width:230px;
	float:left;
}
.f8 .one-five {
	width:288px;
	float:left;
}
.f8 .one-six {
	width:346px;
	float:left;
}
.f8 .one-seven {
	width:404px;
	float:left;
}
.f8 .two {
	width:56px;
	float:left;
	margin-left:2px;
}
.f8 .two-three {
	width:112px;
	float:left;
	margin-left:2px;
}
.f8 .two-four {
	width:172px;
	float:left;
	margin-left:2px;
}
.f8 .two-five {
	width:230px;
	float:left;
	margin-left:2px;
}
.f8 .two-six {
	width:288px;
	float:left;
	margin-left:2px;
}
.f8 .two-seven {
	width:346px;
	float:left;
	margin-left:2px;
}
.f8 .two-eight {
	width:404px;
	margin-left:58px;
}
.f8 .three {
	width:56px;
	float:left;
	margin-left:2px;
}
.f8 .three-four {
	width:114px;
	float:left;
	margin-left:2px;
}
.f8 .three-five {
	width:172px;
	float:left;
	margin-left:2px;
}
.f8 .three-six {
	width:230px;
	float:left;
	margin-left:2px;
}
.f8 .three-seven {
	width:288px;
	float:left;
	margin-left:2px;
}
.f8 .three-eight {
	width:346px;
	margin-left:116px;
}
.f8 .four {
	width:56px;
	float:left;
	margin-left:2px;
}
.f8 .four-five {
	width:116px;
	float:left;
	margin-left:2px;
}
.f8 .four-six {
	width:174px;
	float:left;
	margin-left:2px;
}
.f8 .four-seven {
	width:232px;
	float:left;
	margin-left:2px;
}
.f8 .four-eight {
	width:290px;
	margin-left:172px;
}
.f8 .five {
	width:56px;
	float:left;
	margin-left:2px;
}
.f8 .five-six {
	width:114px;
	float:left;
	margin-left:2px;
}
.f8 .five-seven {
	width:172px;
	float:left;
	margin-left:2px;
}
.f8 .five-eight {
	width:230px;
	margin-left:232px;
}
.f8 .six {
	width:56px;
	float:left;
	margin-left:2px;
}
.f8 .six-seven {
	width:114px;
	float:left;
	margin-left:2px;
}
.f8 .six-eight {
	width:172px;
	margin-left:290px;
}
.f8 .seven {
	width:56px;
	float:left;
	margin-left:2px;
}
.f8 .seven-eight {
	width:114px;
	margin-left:348px;
}
.f8 .eight {
	width:56px;
	margin-left:406px;
}