 /*
++++ Reset ++++
++++ Landing Page ++++
++++ Preloader ++++
++++ Portfolio Section ++++
++++ Bottom Up Page Effect Begin ++++
++++ Vimeo Video ++++
++++ Flex Slider ++++
++++ Image & Info ++++
++++ Expertise Section ++++
++++ About Section ++++
++++ Contact Section++++

*/

/*****************************************************/
/* Reset */
/*****************************************************/
*, *:after, *:before { border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}

h1 {
	font-family: 'Raleway',sans-serif;
	font-size: 4.0em;
	font-weight: 500;
    letter-spacing: 0.4em;
	text-transform: uppercase;
}

html,body{
	height:100%;
	width:100%;
	overflow:hidden;
}
strong{
	font-weight:bold;
}
 
body {
	color: #fff;
	font-family: 'Lusitana',serif;
	font-size: 14px;
	font-style: normal;
	line-height:1.5;
}
body {
	overflow:hidden;
	height:100%
}

li{
	line-height:28px;
}

html,body {
    margin: 0;
    padding: 0;
	width: 100%;
    height: 100%;
}

button:focus, button:hover {
outline: none;
}


.padding-left0{
	padding-left:0;
}

.ui-page {
	height:100%;
}
 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #000000;
	font-size:1em;
	font-family: 'Lusitana', serif;
	text-align:left;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #000000;
	font-family: 'Lusitana', serif;
	font-size:1em;
	text-align:left;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #000000;
	font-family: 'Lusitana', serif;
	font-size:1em;
	text-align:left;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #000000;
	font-family: 'Lusitana', serif;
	font-size:1em;
	text-align:left;
}


a:hover,a:active,a:focus  {
    outline: 0;
}

ul {
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
 	color: #fff;
    text-decoration: none;
    outline: none;
}

h2{
	font-size:1.875em; /*30px*/
	font-family: 'Raleway',sans-serif;
}
h3 {
    color: #000;
    font-family: 'Raleway',sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0.4em;
    margin-bottom: 12px;
    margin-top: 32px;
    text-transform: uppercase;
}

h4{
	font-size:1.125em; /*18px*/
	
}
h5{
	font-size:0.93em; /*15px*/
}
h6{
	font-size:0.875em; /*14px*/
}
.hr-seperator {
    background-color: #acacac;
    height: 3px;
    margin: 1.7em auto !important;
    width: 50px;
}
.hr-seperator-white {
    background-color: #fff;
    height: 3px;
    margin: 1.7em auto !important;
    width: 50px;
}

.font-size0{
	font-size:0;
}

/*****************************************************/
/* Landing Page */
/*****************************************************/
.container{
	width:100%;
	padding:0;
	position:relative;
}

.layer-image{
	background:none repeat scroll 0 0 rgba(15, 23, 38, 0.6);
	position:absolute;
	left:0;
	height:100%;
	top:0;
	width:100%;
}

.image-container{
	-webkit-animation: back_animation 60s infinite; /* Safari 4+ */
	-moz-animation: back_animation 60s infinite; /* Fx 5+ */
	-o-animation: back_animation 60s infinite; /* Opera 12+ */
	animation: back_animation 60s infinite;
	background:url("../img/code-bg.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
	/* background:url("../img/intro-img.gif") no-repeat scroll center center rgba(0, 0, 0, 0); */
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display:table;
	height:40.1%;
	padding:0;
	position:absolute;
	width:100%;
	z-index:-1;
}
.image-text{
	display:table;
	height:40.1%;
	margin:0 auto;
	position:relative;	
}
.img-name{
	display:table-cell;
	vertical-align:middle;
}
#title_hr {
    border-top: 2px solid rgb(255, 255, 255);
    width: 400px;
}
.image-text>h2{
	
	color: #fff;
    font-size: 3.43em;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 0 auto;
    text-transform: uppercase;
	line-height:1.1;
}
.image-text>p{
	color: #d5d5d5;
    font-size: 1.6em;
	font-weight:400;
	font-family: 'Lusitana',serif;
}

.align-center {
	margin:0 auto;
	overflow:hidden;
	display:block;
	clear:both;
	text-align:center;
	float:none;
}

.hover-effect:hover .menu-overlay {
	display:block;
}

.menu-overlay{
	background:rgba(0,0,0,0.15);
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	width:100%;
	height:100%;
	display:none;
}
/*****************************************************/
/* PRELOADER EFFECT CSS BEGIN */
/*****************************************************/
#preloader{
	background:#fff;
}
.preloading{
	height:100%;
	width:100%;
}
.loader{
     animation:myfirst 1.5s linear infinite;
    -moz-animation:myfirst 1.5s linear infinite; /* Firefox */
    -webkit-animation:myfirst 1.5s linear infinite; /* Safari and Chrome */
    -o-animation:myfirst 1.5s linear infinite; /* Opera */    
    background-image: url("../img/loading.png");
	height: 100%;
    left: 0;
    margin-top: 0;
    opacity: 0;
    overflow-y: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: visible;
    white-space: nowrap;
    width: 100%;
}
@keyframes myfirst
{
from {background-position: 0 top;}
to {background-position: 100px top;}
}

@-moz-keyframes myfirst /* Firefox */
{
from {background-position: 0 top;}
to {background-position: 100px top;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
from {background-position: 0 top;}
to {background-position: 100px top;}
}

@-o-keyframes myfirst /* Opera */
{
from {background-position: 0 top;}
to {background-position: 100px top;}
}


@-webkit-keyframes myfirst {
0% {
    background-position: 0 top;
}

100% {
    background-position: 100px top ;
}
}
@-moz-keyframes myfirst {
0% {
    background-position: 0 top;
}

100% {
    background-position: 100px top ;
}
}
@keyframes myfirst {
0% {
    background-position: 0 top;
}

100% {
    background-position: 100px top ;
}
}
.preloading .loader {
    opacity: 1;
}
/*****************************************************/
/* PORTFOLIO SECTION */
/*****************************************************/
.pfolio-img{
	margin-top:24px;
}
.portfolio-intro h3{
	color:#fff;
}
.portfolio-intro p{
	color:#a7a7a7;
}
.portfolio-intro h3{
	margin-top:0;
}
.portfolio-grids{
	margin-top:3%;
}
#port{
    font-family: 'Raleway',sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}
.btn-effect:after {
	background: none repeat scroll 0 0 #000;
	content: "";
	height: 100%;
	left: -1px;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 0;
	z-index: -1;
}

.btn-effect {
	background: none repeat scroll 0 0 #ab977a;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: 300;
	height: 35px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: 130px;
	z-index: 1;
	position:absolute;
	left:calc(50% - 25%);
	margin-top:35%;
}
.portfolio-grids .btn-effect {
	background: none repeat scroll 0 0 #ab977a;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 12px !important;
	font-weight: 300;
	height: 35px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: 130px;
	z-index: 1;
	position:absolute;
	left:calc(50% - 60px);
	top:68%;
	margin-top:0;
}
.btn-effect:hover:after, .btn-effect:active:after {
	width: 101%;
}

.viewmore {
	background: #ab977a;
	border: medium none;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	height: 35px;
	letter-spacing: 2px;
	line-height: 1;
	padding: 12px;
	text-transform: uppercase;
	width: 121px;
}

.btn-effect-send:after {
	background: none repeat scroll 0 0 #000;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 0;
	z-index: -1;
}

.btn-effect-send {
	background: none repeat scroll 0 0 #ab977a;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 12px !important;
    font-weight: 300;
    height: 35px;
    margin-top: 0;
    position: absolute;
    text-transform: uppercase;
    top: 49%;
    transition: all 0.3s ease 0s;
    width: 130px;
    z-index: 1;

}

.btn-effect-send:hover:after, .btn-effect-send:active:after {
width: 100%;
}

.img-margin{
	margin:2%;
}

figure{
	width:100%;
}
figure.effect-bubba {
	width:100%;
	font-size:0;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	width:100%;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	/*
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	*/
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	/* border-top: 1px solid #fff; */
	/* border-bottom: 1px solid #fff; */
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	/* border-right: 1px solid #fff; */
	/* border-left: 1px solid #fff; */
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	font-family: 'Raleway',sans-serif;
	font-size:18px !important;
	position: absolute;
    top: 64%;
    width: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

#grid-gallery figure.effect-bubba h2{
	top:64%;
} 

figure.effect-bubba button{
	font-family: 'Raleway',sans-serif;
	padding:8px;
	opacity: 1;
}
figure.effect-bubba a {
    font-family: 'Raleway',sans-serif;
    opacity: 1;
    
}
figure.effect-bubba #view_grid {
	cursor:pointer;
}
figcaption{
	position:absolute;
	bottom:0;	
	top:0;
	left:0px;
	right:0px;
}

figcaption>h2{
	font-size:1.3em!important;
	font-weight:500 !important;
	letter-spacing:0.4em;
	text-transform:uppercase;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	
}
figure.effect-bubba:hover button,
figure.effect-bubba:hover #view_grid {
	opacity: 1;
}

.black-close:hover {
 color:#000;
}

.black-close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #000;
    font-size: 2em;
    position: absolute;
    right: 10px;
    text-shadow: none;
    top: 10px;
}

.close.nav-close {
    color: #fff;
    font-size: 1em;
    outline: medium none;
    text-shadow: none;
}
.close.nav-close{
	opacity:1 !important;
}

.close {
	opacity:1 !important;
}

.slider-info i {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
}
.slider-info{
	opacity:1 !important;
}

.slider-info {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 1.8em;
    outline: medium none;
    position: absolute;
    right: 60px;
    top: 15px;
    transition: all 0.2s ease-in-out 0s;
	z-index:1001;
}

/******************************************/
/* Bottom Up Page Effect Begin */
/******************************************/
.bl-work-items{
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100%;
}
.bl-work-items a{
	cursor:default;
}

/*****************************************/
/* Vimeo Video */
/*****************************************/
.habibi{
	color:#000;
}
#content-head{
	font-family: 'Raleway',sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: 0.4em;
	margin-bottom: 12px;
	margin-top: 10%;
	text-transform: uppercase;
}

.close-vinfo-bt,
.close-info-bt
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #000;
    font-size: 2em;
    margin-left: 25px;
    margin-top: 10px;

}
#content {
	padding-top:66px;
}
.vimeo-info-hr {
    border-top: 1px solid #e1e1e1;
    float: left;
    margin-bottom: 22px;
    margin-top: 22px;
    width:100%;
}
.para-vimeo-info {
	color:#7a7a7a;
	text-align:left;

}
.vimeo-info-font {
	font-size:0.875em;
	text-align:left;
}
.detail-span {
	color:#7a7a7a;
	
}
.dc-span {
	color:#000;
	
}
.first-para {
	margin-bottom: 16px;
	font-size:1.1em;
	padding-left:6px;
}
.second-para {
	font-size:1.1em;
	padding-left:6px;
}
.detail-address {
	font-size:1.1em;
	padding: 0 38px;
    text-align: left;
	padding-left:27px;
}
.first-para p, .second-para p {
	padding:0 22px;
	font-size:1.1em;
	color:#7a7a7a;
	
}
.detail-address div {
	padding-bottom:4px;
}

.content-head {
	padding-left: 27px;
	color: #000;
    font-family: 'Raleway',sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 0.4em;
    margin: 0px;
    text-transform: uppercase;
}
.hr-container {
	padding-left: 27px;
}
/*****************************************/
/* Flex Slider */
/*****************************************/
.flex-text h4{
	color:#7a7a7a;

}
.flex-text h3{
	margin-bottom: 23px;
	margin-top:23px;
	font-family: 'Raleway', sans-serif;
}
.flex-text {
    background: none repeat scroll 0 0 #ceccc6;
    font-family: 'Lusitana',serif;
    padding-bottom: 36px;
    padding-top: 9px;
    text-align: center;
}
.flex-below-text{
	margin-top:70px;
	margin-bottom:70px;
	line-height:20px;
}
.flex-below-text li{
	font-size:0.875em; /*14px*/
}
.flex-below-text 
{
	color:#7a7a7a
}
.seperator {
    background: none repeat scroll 0 0 #E9E9E9;
    float: none;
    height: 1px;
    margin-bottom: 26px;
}
.flex-below-text span{
	margin-right:3px;
}


#image_info1 .detail-address,
#image_info2 .detail-address{
	padding-left:0;
}
#bl-panel-work-items .bl-icon:before{
	color:#000;
}
.image-n-info.panels-margin{
	margin-top:60px;
	margin-bottom:60px;
	padding-left:1.5em;
}

div.bl-panel-items.bl-panel-items-show nav {
    opacity: 1;
    top: -101.5%;
}
div.bl-panel-items nav {
    left: 100%;
    margin-left: -36px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.2s ease-in-out 0.5s;
    width: 216px;
}

.modal-dialog {
  position:absolute;
  top:50% !important;
  transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  margin:auto 0%;
  width:100%;
  height:100%;
}
.modal-content {
  border: medium none;
  border-radius: 0;
  min-height:100%;
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0; 
  
}
.modal-body {
  position:absolute;
  top:45px;
  bottom:45px;
  left:0;
  right:0;
  overflow-y:auto!important;
}
.modal-footer {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}
.modal-backdrop.fade.in{
	z-index:-1;
}
#myLargeModal{
	overflow:hidden;
}

/******************************************/
/* Image & Info ***********/
/******************************************/
#image_info1,
#image_info2{
	margin-bottom:30px;
}
.image-n-info img{
	width:100%;
	margin-bottom:25px;
}
.image-n-info h4,
.image-n-info li,
.image-n-info span
{
   font-family: 'Lusitana', serif;
}
.info-text {
	color:#7a7a7a;
	font-size:1.1em;
}
.image-n-info li span{
	margin-right:3px;
}
.info-images{
	margin-bottom:60px;
}
.image-n-info h3{
	margin-top:0;
}



/******************************************/
/* Expertise Section */
/******************************************/

.expertise{
	padding:0;
	top:25%;
}
#expertise{
	color:#000;
	font-size:1.5em;
	font-weight:600;
	letter-spacing:0.4em;
	text-transform:uppercase;
	font-family: 'Raleway',sans-serif;
}
#expertise_hr{
	border-top: 1px solid rgb(255, 255, 255);
    width: 400px;
}
.bl-content.expertise p{
	font-family:inherit;
}

.expertise-icon {
	padding:0;
	float:none;
	margin:0 auto;
	height:50%;
}
.icons-row-1 {
	display:block;
	padding:0;
	padding-top: 74px;
	text-align:center;
}

.icons-row-2 {
	display:block;
	padding:0;
	padding-top: 29px;
	text-align:center;
}
.icons-edit {
	background:rgba(255,255,255,0.1);
    border-radius: 50%;
	color: #000;
    font-size: 3em;
    height: 118px;
    min-height: 20px;
    padding: 36px 26px 26px;
    width: 118px;
	-webkit-transition: all .2s  ease-in-out 0s;
	-moz-transition: all .2s  ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	 transition: all 0.2s ease-in-out 0s;
}

.icons-edit:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease 0s;
}

.icon-tag {
	color: #000;
    display: block;
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 0.3em;
    margin: 0;
    padding-top: 7%;
    text-transform: uppercase;
}

/******************************************/
/* About Section */
/******************************************/
.about {
    background: none repeat scroll 0 0 rgba(233, 111, 75, 0.6);
    height: 550px;
    left: 0;
    position: absolute;
    top: 0;
	padding:0;
    transform: translate3d(0px, -550px, 0px);
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 20;
}

.tabel-cell {
    display: table-cell;
    vertical-align: middle;
}
.about-heading {
    color: rgb(0, 0, 0);
    font-family: 'Raleway',sans-serif;
    font-size: 1.5em!important;
    font-weight: 600!important;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}
#about .hr-seperator-white {
    background-color: rgb(255, 255, 255);
    height: 3px;
    margin: 1.7em auto !important;
    width: 50px;
}
.bl-content{
	height:100%;
	width:100%;
	top:0;
	left:0;
	right:0;
	padding:0;
	display:table;
}
.downld-resume  {
	background: none repeat scroll 0 0 #000;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    margin: 50px auto 0;
    padding: 13px 0;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
	letter-spacing: 0.2em;	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	 transition: all 0.3s ease 0s;
	z-index: 1;
}

.btn-effect-resume {
	background: none repeat scroll 0 0 #000;
	border: medium none;
	color: #fff;
	font-size: 0.9em;
	font-weight: 300;
	height: 46px;
	letter-spacing: 0.2em;
	margin-top: 61px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index:1;
	padding: 15px 0;
	cursor:pointer;

}
.btn-effect-resume:after {
	background: none repeat scroll 0 0 #c9bda0;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	z-index:-1;
	content: "";
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.btn-effect-resume:hover:after, .btn-effect-resume:active:after {
	width: 100%;
}
@-webkit-keyframes back_animation {
	0% {
	-webkit-transform: scale(1);
	}

	50% {
	-webkit-transform: scale(1.4);
	}

	100% {
	-webkit-transform: scale(1) ;
	}
}
@-moz-keyframes back_animation {
	0% {
	-moz-transform: scale(1);
	}

	50% {
	-moz-transform: scale(1.4);
	}

	100% {
	-moz-transform: scale(1) ;
	}
}
@-o-keyframes back_animation {
	0% {
	-o-transform: scale(1);
	}

	50% {
	-o-transform: scale(1.4);
	}

	100% {
	-o-transform: scale(1) ;
	}
}
@keyframes back_animation {
	0% {
	transform: scale(1);
	}

	50% {
	transform: scale(1.4);
	}

	100% {
	transform: scale(1) ;
	}
}
.animation-image {
    background: url("../img/about.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
	height: 100%;
    padding:0;
	position: absolute;
	width: 100%;
    z-index: -1;
}
.layer{
	background:none repeat scroll 0 0 rgba(233, 111, 75, 0.6);
	height:100%;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

.downld-resume {
    background: none repeat scroll 0 0 rgb(0, 0, 0);
    color:#fff;
	cursor: pointer;
    display: block;
    font-size: 1.1em;
	font-family: 'Raleway',sans-serif;
    letter-spacing: 0.2em;
    margin: 50px auto 0;
    padding: 13px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 300px;
    z-index: 1;
}
.intro {
    color: rgb(255, 255, 255);
    font-size: 1.87em;
    padding: 0 4px;
}

/******************************************/
/* Contact Section */
/******************************************/
#get_intouch{
	color:#000;
	font-family: 'Raleway',sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}
#submit_btn{
	background: none repeat scroll 0 0 #ff533c;
    border: medium none;
    color: #fff;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-size: 0.875em;
    font-weight: 300;
    height: 4em;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 3.31em;
    margin-top:3.31em;
    padding: 12px;
    text-transform: uppercase;
    width: 100%;
	position:relative;
}

.contact-info p{
	font-size:1.3em;
	color:#000;
}
.contact-info a{
	color:#000;
	margin-left:5px;
	text-decoration:underline;
}

.contact-form{
	display:table;
	height:100%;
	padding:0;
	top:0;
}

.contact-form h4{
	color:#000;
	font-size:1.4em;
}

#contact_form{
	margin-top:3.125em;
}

#contact{
	display:table-cell;
	padding:0;
	vertical-align:middle;
}
.success{
	color: #987f5b;
    font-size: 1.1em;
    margin-bottom: 1.2em;
    text-decoration: underline;
}
.inp-name, .inp-email, .inp-message {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color:#acacac;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
	color: #000;
    font-family: 'Lusitana',serif;
    font-size: 1.3em;
    resize: none;
    width: 100%;
	text-align:left;
	border-radius:0;
 
}
 .inp-name:focus, .inp-email:focus, .inp-message:focus{
       outline:none;        
}

.inp-name,.inp-email,.inp-message{
	height:3.5em;
	
}
.inp-name{
	margin-bottom:1.5em;
}
.inp-email{
	margin-bottom:1.5em;
}
.social-icon a{
	border-bottom: 2px solid #acacac;
    color: #000;
    display: inline-block;
    font-size: 1.125em;
    margin-top: 2%;
    padding-bottom: 0.3em;
	margin-right:3%;
}

.social-icon a:last-child{
	margin-right:0;
}

.social-icon{
	margin-bottom:30px;
}

button.p-view-more{
    background:none;
	border: medium none;
    color: #fff;
	top: 56%;
    height: auto;
    padding: 0;
    position: absolute;
    width: 100%;
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
	z-index:1;
	
}
button.p-view-more span
{
	background: none repeat scroll 0 0 #ab977a;
	padding:1.3em;
	cursor:pointer;
}

#view_grid{
	background: none repeat scroll 0 0 #ab977a;
    border: medium none;
    color: #fff;
    font-size: 0.9em;
    font-weight: 300;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    top: 68%;
    width: 129px;
    z-index: 1;
}

#view_grid span{
	font-family: 'Raleway',sans-serif;
}

#view_grid:hover h2 {
	opacity: 1;
}

.view-more:after {
    content: "";
    position: absolute;
   -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	 transition: all 0.3s ease 0s;
}

.cont-detail{
	margin-top:5%;
}
.phone{
	margin-bottom:3%;
}
.email{
	margin-top:3%;
}
.social-logo {
    display: inline-block;
}
.landing-pname {
   	color: #fff;
    font-size: 5em;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
#title_hr {
	border-top: 2px solid #fff;
}

a.fb:hover{
	border-color:#2c68b2;
	color:#2c68b2;
}
a.twitter:hover{
	border-color:#00bff3;
	color:#00bff3;
}
a.linkedin:hover{
	border-color:#22a0c7;
	color:#22a0c7;
}
a.dribbble:hover{
	border-color:#f06eaa;
	color:#f06eaa;
}

/* Custom CSS Below */

.subHeading {
	color: white;
}

#topText {
	font-family: helvetica, arial, sans-serif!important;
	display:table-cell;
	vertical-align:middle;
	padding-bottom: 20px;
}

#topText h3 {
	font-weight: 900;
	color: #ffffff;
}

.bordered {
	border: 2px solid;
}

#study {
	padding-top: 32px;	
}

#study .fa {	
	font-weight: 300;
	font-family: fontawesome, helvetica, arial, sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
}

/* Fix for Page Title on Mobile */

@media screen and ( max-height: 795px ) {	/* simple max-height query */
    h1 {
    	font-size: 2.0em;
    	letter-spacing: 0.2em;
    }
    hr { display: none; }
    .subHeading { display: none; }
}

.dc-span:hover {
	color: #000000;
}

#cove { width: auto; }
