
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);



/* #PAGE STYLES */

#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 999999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/preload.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}



/* #Navigation
================================================== */

body, html { overflow: hidden; }

html,body{
	width:100%;
	height:100%;
	background:#fff;
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	-ms-transition: background 0.6s;
	-o-transition: background 0.6s;
	transition: background 0.6s;
}

section{
	width:100%;
	height:100%;
	text-align:center;
	position:relative;
	margin:0 auto;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}

article{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	margin:0 auto;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	opacity:1;
}

article i{
	position:relative;
	font-size:30px;
	margin-top:100px !important;
	display:inline-block !important;
	color:#fff;
}

article i:before{
	width:100px;
	height:100px;
	background:rgba(255,255,255,0.1);
	-webkit-border-radius:50%;
	border-radius:50%;
	display:inline-block !important;
	line-height:100px;
}



article .cnt{
	text-align:left;
	line-height:24px;
	font-size:20px;
}

.off{
	z-index:0;
	opacity:0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}



#menu-wrap{
    position: fixed;
	width:100%;
	z-index:1000;
	background:rgba(255,255,255,.6);
	top:0;
	left:0;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.04);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.04);
	        box-shadow: 0 8px 6px -6px rgba(0,0,0,.04);
}


.logo{
	position:absolute;
	background:url('../images/logo.png') no-repeat center center;
	background-size: contain;
	width:160px;
	left:50%;
	margin-left:-80px;
	top:10px;
	height:80px;
	z-index:1002;
}


.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
	padding-top:70px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button {
    position: absolute;
    left: 50%;
    top: 50%;
	margin-left:-20px;
    width: 40px;
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 18px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.collapse-button:hover, .collapse-button:focus {
    background-color: #040404;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul.slimmenu {
	text-align:center;
	margin-top:90px;
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
}
ul.slimmenu > li {}
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #292929;
    padding: 10px 0px;
    margin: 0px 12px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
    border-bottom:4px solid rgba(29,29,29,0);
    font-size: 14px;
	background-size:0 0;
	cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
ul.slimmenu li a:hover {
    border-bottom:4px solid rgba(29,29,29,1);
    text-decoration: none;
}

ul.slimmenu li .sub-collapser {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.075);
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
ul.slimmenu li .sub-collapser > i {
    color: #333;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.slimmenu li ul li { background-color: #BBB }
ul.slimmenu li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}
ul.slimmenu.collapsed {
	padding:0;
	margin:0;
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}



/* #Home
================================================== */

#home{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
}

#volumeControl{
	display: none;
	width: 60px;
	height: 60px;
	position:absolute;
	bottom: 20px;
	right: 20px;
	background: url("../images/volN.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 102;
}

#video_background { 
	position: absolute; 
	bottom: 0px; 
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}
#video_pattern { 
	background-image: url(../images/videoPlaceHolder.jpg);
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%; 
	z-index: 1; 
}
.rotator{
	z-index: 100;
}
.slidecontent{
	position: absolute;
	bottom: 20%;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.otherBtn{
	width: 250px;
	background: rgba(238, 46, 57, 0.6);
	color: white;
	outline:none;
	margin: 5px;
	font-size:22px;
    font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	transition: all 300ms linear;
}
.otherBtn:hover{
	background: rgba(238, 46, 57, 1);
	color: white;
}
/* #Video
================================================== */

.slidecontent .headersur{
	font-size: 20px;
	text-transform:uppercase;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-family: 'Lato', sans-serif;
	color: #fff;
	display: block;
	font-weight:400;
}

.link-to-right{
	position:absolute;
	top:200px;
	right:0;
	height:50px;
	width:60px;
	z-index:200000;
	overflow:hidden;
}

.link-to-right h6{
	width:100%;
	text-align:left;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	background:url('../images/right-arrow.png') no-repeat bottom left;
	padding-bottom:25px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.link-to-right:hover h6{
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-to-right h4{
	position:absolute;
	top:0;
	right:-100%;
	width:100%;
	text-align:left;
	color:#000;
	text-transform:uppercase;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
	opacity:0;
}
.link-to-right:hover h4{
	right:0;
	opacity:1;
}



.link-to-left{
	position:absolute;
	top:200px;
	left:-120px;
	height:50px;
	width:180px;
	z-index:200000;
	overflow:hidden;
}

.link-to-left h6{
	width:100%;
	text-align:right;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 25px;
	background:url('../images/left-arrow.png') no-repeat bottom right;
	padding-bottom:25px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.link-to-left:hover h6{
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-to-left h4{
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	text-align:right;
	color:#000;
	text-transform:uppercase;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
	opacity:0;
}
.link-to-left:hover h4{
	left:0;
	opacity:1;
}

.subtext{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height:22px;
	color:#b8b8b8;
	padding-bottom:20px;
}
.line-separator{
	position:relative;
	width:100%;
	border-bottom:1px dashed rgba(60,60,60,.1);
	margin-bottom:40px;
	padding-bottom:40px;
}
#homeMainQuote{
	font-size: 33px;
    color: white;
    margin-top: -15px;
    margin-bottom: 30px;
}
#homeMainQuote span{
	font-size: 35px;
	font-weight: bold;
}
#homeSmallQuote{
	font-size: 28px;
	font-weight: bold;
    color: white;
    margin-bottom: 15px;
}
#homeTBQuote{
	font-size: 24px;
	font-style: italic;
    color: white;
    margin-bottom: 15px;
}
#homeTBQuote span{
	font-style:normal;
}

/* #About Us
================================================== */
#about{
	overflow-y:auto;
}
#about h1{
	padding-top:180px;
	padding-bottom:20px;
}
#about h1 span{
	font-size: 20px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid #000;
	vertical-align:text-top;
}



.process{
	position:relative;
	width:100%;
}
.process .border-wrap{
	position:relative;
	border:10px double rgba(0,0,0,0.03);
}
.process img{
	width:100%;
	height:auto;
	display:block;
}
.process h5{
	padding-top:180px;
	padding-bottom:20px;
	text-align:right;
}
.process h5 span{
	font-size: 14px;
	line-height:14px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid rgba(60,60,60,.7);
	color:rgba(60,60,60,.7);
	vertical-align:text-top;
}
.process p{
	text-align:right;
	color:#4d4d4d;
}
#owl-demo {
	position:relative;
	width:100%;
}
#owl-demo1 {
	position:relative;
	width:100%;
}

.team-wrap{
	position:relative;
	width:100%;
}
.team-wrap .border-wrap{
	position:relative;
	border:10px double rgba(0,0,0,0.03);
}
.team-wrap img{
	width:100%;
	height:auto;
	display:block;
}
.team-wrap h5{
	padding-top:100px;
	padding-bottom:20px;
	text-align:left;
}
.team-wrap h5 span{
	font-size: 14px;
	line-height:14px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid rgba(60,60,60,.7);
	color:rgba(60,60,60,.7);
	vertical-align:text-top;
	text-transform:none;
	padding-bottom:4px;
}
.team-wrap p{
	text-align:left;
	color:#4d4d4d;
}
.subtext-team{
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	color:rgba(60,60,60,.7);
	font-size: 18px;
	line-height:26px;
	padding-bottom:25px;
	font-style: italic;
}




.social-team{ 
	position:relative;
	padding-top:30px;
	height:40px;
	text-align:left; 
}
.team-social li {
    padding:0; 
    list-style: none;
	text-align:center; 
	width:40px;
    display: inline-block;
	cursor:pointer;
	border-right:1px solid rgba(60,60,60,.2);
}
.team-social li:last-child {
	border-right:none;
}

.team-social li.icon-team a {
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 40px;
	width:40px;
	color: #4d4d4d; 
	opacity:0.5;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.team-social li:hover{
}
.team-social li:hover.icon-team a{
	color: #000; 
	opacity:1;
}





/* #Services
================================================== */
#services{
	overflow-y:auto;
}
#services h1{
	padding-top:180px;
	padding-bottom:20px;
}
#services h1 span{
	font-size: 20px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid #000;
	vertical-align:text-top;
}
.border-left-ser{
	border-left:1px dashed rgba(60,60,60,.3);
}
.border-left-ser li{
	padding-left:20px;
}



#sync1 .item{ 
	position: relative; 
	width: 100%;
	background:#fff;
	padding-bottom:30px;
    text-align: center;
}
#sync1 .item img{ 
    width:200px;
	height:200px;
	display:block;
    text-align: center;
	margin:0 auto;
}
#sync1 .item h5{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
#sync1 .item p{
	text-align:center;
}
#sync1 .item a {
	position: relative;
	display: inline-block;
	margin-top:25px;
	font-family: 'Open Sans', sans-serif;
	outline: none;
	margin:0 auto;
	text-align:center;
	margin-left:7px;
	margin-right:7px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: .8em;
}
#sync1 .item a:hover,
#sync1 .item a:focus {
	outline: none;
}
#sync1 .item .cl-effect-7 a {
	padding: 6px 0;
}

#sync2 .item{
    text-align: center;
	margin:0 auto;
    cursor: pointer;
}
#sync2 .item img{
    margin-top: 20px;
    width:50px;
	height:50px;
	display:block;
	border:1px double rgba(255,255,255,.2);
    text-align: center;
	margin:0 auto;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#sync2 .synced .item img{
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
#sync2 .item img:hover{
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.services-offers{
	position:relative;
	width:100%;
}
.line-separator-ser{
	position:relative;
	width:100%;
	margin-bottom:20px;
	padding-bottom:10px;
}
.services-offers img{
	width:40px;
	height:40px;
	display:block;
}
.services-offers h5{
	text-align:left;
}
.services-offers p{
	text-align:left;
	color:#4d4d4d;
}
.services-offers h5 span{
	font-size: 14px;
	line-height:14px;
	font-family: 'Open Sans', sans-serif;
	color:rgba(60,60,60,.7);
	vertical-align:text-top;
	text-transform:none;
	padding-bottom:4px;
	padding-left:50px;
}

.background-ser1{
	background:url('../images/ser1.png') no-repeat left center;
	background-size:30px 30px;
}
.background-ser2{
	background:url('../images/ser2.png') no-repeat left center;
	background-size:30px 30px;
}
.background-ser3{
	background:url('../images/ser3.png') no-repeat left center;
	background-size:30px 30px;
}



#owl-demo2{
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
}
#owl-demo2 img{
	width:100px;
	height:100px;
	display:block;
	margin:0 auto;
	text-align:center;
}
#owl-demo2 img:hover{
	opacity:1;
}



/* #Portfolio
================================================== */

#folio{
	overflow-y:auto;
	width: 100%;
}
#folio h1{
	padding-top:180px;
	padding-bottom:20px;
}
#folio h1 span{
	font-size: 20px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid #000;
	vertical-align:text-top;
}

#portfolio{
	position: relative; 
	width: 100%;
	max-width:2000px;
	overflow:hidden;
	z-index:2;
}

.portfolio-wrap{
	position: relative; 
	width: 100%;
	overflow:hidden;
	padding-top:10px;
}
.portfolio-box{
	position: relative; 
	width: 25%;
	overflow:hidden;
	display:inline-block;
	float:left;
	cursor: pointer;
}
.portfolio-box img{ 
	width: 100%;
	height:auto;
	display:block;
}
#videoBG{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFF;
	top: 0px;
	left: 0px;
	z-index: 2000;
	opacity: 0.9;
}
#videoWrap{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 640px;
	height: 360px;
	z-index: 2001;
}
#videoTitle{
	margin-top: 10px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
#videoCat{
	margin-top: 10px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: rgb(238, 46, 57);
	font-size: 18px;
}
#videoExit{
	width: 100%;
	text-align: right;
}
#videoExit span{
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
#videoFrame{
	width:640px;
	height: 360px;
}

/* #Form
================================================== */

#form {
	overflow-y:auto;
	width: 100%;
}
#form h1{
	padding-top:180px;
	padding-bottom:20px;
}
#form h1 span{
	font-size: 20px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	border-bottom:1px solid #000;
	vertical-align:text-top;
}
#request-form {
	width: 100%;
	font: 14px/22px 'Open Sans', sans-serif;
	color:#7a7a7a;
	margin:0 auto;
}
#rajaxsuccess {
	background: #f5f5f5;
	color:#000;
	font: 20px/60px 'Open Sans', sans-serif;
	height:60px;
	display: none;
	padding-left:10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#request-form textarea:active,
	#request-form input:active {	
	  color: #333333;
	border-bottom:1px solid rgba(100,100,100,.3);}
	#request-form textarea:active,
	#request-form input:hover {	
	  color: #333333;
	border-bottom:1px solid rgba(100,100,100,.3);}
	#request-form textarea,
	#request-form input {	
	  color: #333333;
	border-bottom:1px solid rgba(100,100,100,.3);}

#request-form input[type="text"]{
	padding-left:2%;
	padding-right:2%;
}
#request-form input[type="text"], textarea{
	padding-left:2%;
	padding-right:2%;
}
#button-con {
	position:relative;
	text-align:center;
		width: 100%;
	margin:0 auto;
	margin-top:10px;
}
#button-con button{
	width:100%;
	height:40px;
	padding-top:0;
	margin:0 auto;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height:40px;
	color:#fff;
	background: rgba(0,0,0,.4);
	text-transform:uppercase;
 }
#button-con button:hover{
	background: rgba(0,0,0,.6);
}
.text-align-center{
	text-align:center;
	padding-top:10px;
}
label {
	display: block;
	font: 15px/34px 'Open Sans', sans-serif;
}
input{
	width: 96%;
	border:none;
	margin-bottom:10px;
	font: 13px/22px 'Open Sans', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
textarea {
	width:96%;
	font: 13px/22px 'Open Sans', sans-serif;
	height:120px;
	margin-top:2px;
	padding-top: 10px;
	padding-bottom: 10px;
	border:none;
}
.error {
	font: 16px/22px 'Open Sans', sans-serif;
	display: none;
	color:#414141;
}

/* #Footer
================================================== */


.footer {
	position:relative;
	width: 100%;
	padding-bottom:20px;
}
.footer h6 {
	text-align:center;
	padding-bottom:20px;
}
.footer p {
	text-align:center;
	color:#000;
	padding-bottom:8px;
	font-size: .9em;
}
.footer p span{
	color:rgba(60,60,60,.7);
}
.footer .icon-footer {
	font-family: 'FontAwesome';
	font-size: 14px;
	padding-right:10px;
	color:#000;
}
.border-right-footer{
	border-right:1px dashed rgba(60,60,60,.3);
}
.padding-left {
	padding-left:0;
}

.cl-effect-7 a {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	outline: none;
	text-align:center;
	display:block;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: .6em;
	padding: 3px 0;
	color: #000;
	text-shadow: none;
}
.cl-effect-7 a span {
	padding-bottom:2px;
	border-bottom:1px solid rgba(60,60,60,0);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cl-effect-7 a:hover span {
	border-bottom:1px solid rgba(60,60,60,.6);
}
.cl-effect-7 a:hover,
.cl-effect-7 a:focus {
	outline: none;
}


.facebook-color{
	color: #3b5998;
}
.youtube-color{
	color: #CC181E;
}
.google-color{
	color: #dd4b39;
}
.vimeo-color{
	color: #44BBFF;
}


.footer .footer-bottom{
	position:relative;
	width: 100%;
	text-align:center;
	margin:0 auto;
	margin-top:40px;
	padding-top:20px;
	border-top:1px dashed rgba(60,60,60,.1);
}
.footer .footer-bottom p{
	text-align:center;
}
.footer .footer-bottom img{
	width:90px;
	display:block;
	text-align:center;
	margin:0 auto;
}




/* #Media Queries
================================================== */


@media only screen and (max-width: 800px) {
	#menu-wrap{
		padding-top:70px;
	}
	.logo{
		background:url('../images/logo.png') no-repeat center center;
		background-size: contain;
		width:140px;
		margin-left:-70px;
		top:20px;
		height:47px;
	}
	.link-to-right{
		display:none;
	}
	.link-to-left{
		display:none;
	}
	#homeMainQuote{
		font-size: 23px;
	}
	#homeMainQuote span{
		font-size: 25px;
	}
	#homeSmallQuote{
		font-size: 19px;
	}
	#homeTBQuote{
		font-size: 15px;
	}
	.otherBtn {
		width: 220px;
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.slidecontent h1{
	font-size: 40px;
	margin-top:10px;
	line-height: 40px;
}
.slidecontent .headersur{
	font-size: 16px;
}
.portfolio-box{
	width: 50%;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.slidecontent h1{
	font-size: 30px;
	margin-top:0;
	line-height: 30px;
}
.slidecontent .headersur{
	font-size: 14px;
}
.process h5{
	padding-top:0;
	text-align:center;
}
.process p{
	text-align:center;
}
.team-wrap h5{
	padding-top:20px;
	text-align:center;
}
.team-wrap p{
	text-align:center;
}
.subtext-team{
	text-align:center;
}
.social-team{ 
	text-align:center; 
}
.footer h6 {
	text-align:center;
}
.footer p {
	text-align:center;
}
.cl-effect-7 a {
	text-align:center;
}
.padding-left {
	padding-left:0;
}
.border-right-footer{
	border-right:none;
}
.portfolio-box{
	width: 50%;
}
.blog-wrap li h6{
	text-align:center;
	padding-top:20px;
}
.blog-wrap li p{
	text-align:center;
}
#videoFrame{
	width: 100%;
	height: 100%;
}
#videoTitle {
	font-size: 20px;
}
#videoCat{
	font-size: 18px;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

#homeMainQuote{
	font-size: 18px;
}
#homeMainQuote span{
	font-size: 20px;
}
#homeSmallQuote{
	font-size: 15px;
}
#homeTBQuote{
	font-size: 12px;
}
.otherBtn {
	width: 170px;
	font-size: 12px;
}
.slidecontent h1{
	font-size: 24px;
	margin-top:0;
	line-height: 24px;
}
.slidecontent .headersur{
	font-size: 13px;
}
.process h5{
	padding-top:0;
	text-align:center;
}
.process p{
	text-align:center;
}
.team-wrap h5{
	padding-top:20px;
	text-align:center;
}
.team-wrap p{
	text-align:center;
}
.subtext-team{
	text-align:center;
}
.social-team{ 
	text-align:center; 
}
.footer h6 {
	text-align:center;
}
.footer p {
	text-align:center;
}
.cl-effect-7 a {
	text-align:center;
}
.padding-left {
	padding-left:0;
}
.border-right-footer{
	border-right:none;
}	
.portfolio-box{
	width: 100%;
}
.blog-wrap li h6{
	text-align:center;
	padding-top:20px;
}
.blog-wrap li p{
	text-align:center;
}
#videoFrame{
	width: 100%;
	height: 100%;
}
#videoTitle {
	font-size: 20px;
}
#videoCat{
	font-size: 18px;
}
}

@media only screen and (max-width: 319px) {
#homeMainQuote{
	font-size: 18px;
}
#homeMainQuote span{
	font-size: 20px;
}
#homeMainQuote{
	font-size: 15px;
}
.mainBtn {
	width: 170px;
	font-size: 12px;
}
.slidecontent h1{
	font-size: 18px;
	margin-top:0;
	line-height: 18px;
}
.slidecontent .headersur{
	font-size: 10px;
}	
.process h5{
	padding-top:0;
	text-align:center;
}
.process p{
	text-align:center;
}
.team-wrap h5{
	padding-top:20px;
	text-align:center;
}
.team-wrap p{
	text-align:center;
}
.subtext-team{
	text-align:center;
}
.social-team{ 
	text-align:center; 
}
.footer h6 {
	text-align:center;
}
.footer p {
	text-align:center;
}
.cl-effect-7 a {
	text-align:center;
}
.padding-left {
	padding-left:0;
}
.border-right-footer{
	border-right:none;
}	
.portfolio-box{
	width: 100%;
}	
.blog-wrap li h6{
	text-align:center;
	padding-top:20px;
}
.blog-wrap li p{
	text-align:center;
}
#videoFrame{
	width: 100%;
	height: 100%;
}
#videoTitle {
	font-size: 20px;
}
#videoCat{
	font-size: 18px;
}
}



