/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */


/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}


/* Custom Button Styles */

.btn-dark {
	border-radius: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.30);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
	color: #fff;
	background-color: rgba(0,0,0,0.45);
	border-top-left-radius: 0px;
}
.btn-dark2 {
	border-radius: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.00);
}

.btn-dark2:hover,
.btn-dark2:focus,
.btn-dark2:active {
	color: #fff;
	background-color: rgba(0,0,0,0.45);
	border-top-left-radius: 0px;
}
.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
	max-width: 100px;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
}
hr.blue {
	max-width: 100px;
	color: #428BCA;
	border-top-color: #428BCA;
}
/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
	position: absolute;
	top: 1px;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
	left: -1px;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}





/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	min-height: 300px;
}
/* Solutions */

.solutions {
    padding: 50px 0;
}

.solutions-item {
    margin-bottom: 30px;
}


/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../new/img/callout.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */


.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}
/* Partners */

.partners {
	padding: 50px 0;
	margin-left: auto;
	margin-right: auto;
}

.partners-item {
    margin-bottom: 30px;
}

.img-partners {
    margin: 0 auto;
}

.img-partners:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}


/* Partners effect */
.view {
	width: 300px;
	height: 200px;
	border: 0px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #fff url(../new/images/bgimg.jpg) no-repeat center center;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	float: none;
}
.view .mask,.view .content {
	width: 300px;
	height: 200px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: -4px;
	min-height: 200px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 0px 0 0 0;
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
	position: relative;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	right: 0px;
	margin-right: 20px;
	bottom: px;
	vertical-align: baseline;
}
.view a.info: hover {
	padding-right: 20px;
}
.view-fourth img {
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	left: 0px;
	top: 0px;
}
.view-fourth .mask {
	background-color: rgba(0,0,0,0.8);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0) rotate(-180deg);
	-moz-transform: scale(0) rotate(-180deg);
	-o-transform: scale(0) rotate(-180deg);
	-ms-transform: scale(0) rotate(-180deg);
	transform: scale(0) rotate(-180deg);
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: absolute;
	bottom: 1065353215px;
}
.view-fourth h2 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	background: transparent;
	margin: 20px 40px 0px 40px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding-right: 20px;
}
.view-fourth p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding-right: 20px;
	padding-left: 20px;
}
.view-fourth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;

   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth:hover img {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}




/* Map */

.map {
	height: 100%;
	padding-top: 50px;
	padding-bottom: 0px;
	max-height: 40%;
}


/* Footer */

footer {
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
}
twit {
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
	
}
.twit {
	background-color: #cccccc;
	padding: 50px 0;
}
#twitcontainer {
	width: 80%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
	
}
.textbox {
	width: 30%;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	min-height: px;
}
.bannercontainer {
	width: 100%;
	float: left;
	text-align: center;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-bottom: 0px;
	margin-left: 60px;
	margin-right: 0%;
	margin-top: 0px;}
	
.logocontainer {
	width: 30%;
	float: left;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-bottom: 30px;
	margin-left: 20%;
	margin-right: 0%;
	margin-top: 0px;
	text-shadow: 3px 3px 3px #000000;
	
}
.logocontainer2 {
	width: 433px;
	float: right;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 5%;
	margin-top: 0px;
}
.textboxtestimonial {
	width: 50%;
	float: left;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-bottom: 30px;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 30px;
	text-shadow: 3px 3px 3px #000000;
	min-height: px;
}
.textboxLeft {
	width: 40%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-left: 15%;
	margin-top: 0px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	height: auto;
	background-color: rgba(0,0,0,0.50);
	max-height: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;border-radius: 20px;
	
}
.textboxMiddle {
	width: 20%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-left: 100px;
	margin-top: 0px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	height: auto;
	background-color: rgba(0,0,0,0.50);
	min-height: 200px;
	max-height: 400px;
}
.textboxRight {
	width: 20%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-left: 10px;
	margin-top: 0px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	height: auto;
	background-color: rgba(0,0,0,0.50);
	max-height: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;border-radius: 20px;
}
.header {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/bg5.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 1000px;
}

#container2 h6{
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	padding-bottom: 0px;
	bottom: -45px;
}
.text-vertical-center {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	min-height: 800px;
	padding-right: 0px;
}

#bannercontainer {
	width: 100%;
	max-height: 150px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	float: left;
	
}








/* Mobile Layout: 480px and below. */
@media only screen and (max-width: 480px){
	.gridContainer {
	margin-left: auto;
	padding-left: 0px;
	width: 100%;
	float: none;
	background-color: #FFF;
	margin-right: auto;
}
	.map {
	height: 100%;
	}
.service-item {
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 30px;
	margin-top: 0px;
	min-height: 300px;
}
.textboxtestimonial {
	width: 50%;
	float: left;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-bottom: 30px;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 30px;
	text-shadow: 3px 3px 3px #000000;
	min-height: px;
}
.textbox {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	
}
.textboxLeft {
	width: 80%;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-left: 20px;
	margin-right: auto;
	margin-top: 40px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	background-color: rgba(0,0,0,0.50);
	height: auto;
	
	
}
.textboxMiddle {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-left: 10px;
	margin-top: 0px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	height: auto;
	background-color: rgba(0,0,0,0.50);

}
.textboxRight {
	width: 80%;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-left: 20px;
	margin-top: 0px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	height: auto;
	background-color: rgba(0,0,0,0.50);
	max-height: auto;
}
#twitcontainer {
	width: 50%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
	
}
.header {
	display: table;
	position: relative;
	width: 100%;
	height: 140%;
	background: url(../img/bg5.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 1500px;
}
#containertestimonial {
	width: 100%;
	float: left;
	
}
#containerlogos {
	width: 100%;
	max-height: 200px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	float: left;
	
}
.logocontainer {
	width: 80%;
	float: left;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-bottom: 30px;
	margin-left: 20%;
	margin-right: 0%;
	margin-top: 0px;
	text-shadow: 3px 3px 3px #000000;
	
}
.logocontainer2 {
	width: 100%;
	float:left;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-bottom: 70px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
}
#bannercontainer {
	width: 100%;
	max-height: 200px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	float: left;
	
}
#container1 {
	width: 100%;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	
}
#container2{
	width: 100%;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: 0px;
	margin-top: 0px;
}
.text-vertical-center {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	height: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 20px;
	min-height: 1000px;
	padding-right: 0px;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}
.text-vertical-center p {
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: rgba(0,0,0,0.6);
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 20px;
	top: 20px;
}
.text-vertical-center p .textbox{
	width: 20%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: rgba(0,0,0,0.6);
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 20px;
	top: 0px;
}	
	
	
	
	}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px)(max-width: 768px) {

.header {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/bg5.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 1200px;
}
.gridContainer {
	width: 100%;
	background-color: #FFF;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.map {
	height: 100%;
	max-height: 40%;
	}
.service-item {
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	min-height: 300px;
}
.textbox {
	width: 30%;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	background-color:#000;
}
.textboxtestimonial {
	width: 50%;
	float: left;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-bottom: 30px;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 30px;
	text-shadow: 3px 3px 3px #000000;
	min-height: px;
}
.textboxLeft {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-left: 10px;
	margin-top: 0px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	height: auto;
	background-color: rgba(0,0,0,0.50);
	max-height: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;border-radius: 20px;
}
.textboxMiddle {
	width: 30%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-left: 10px;
	margin-top: 0px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	height: auto;
	background-color: rgba(0,0,0,0.50);
	min-height: 200px;
	max-height: 400px;
}
.textboxRight {
	width: 20%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-left: 10px;
	margin-top: 0px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	height: auto;
	background-color: rgba(0,0,0,0.50);
	max-height: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;border-radius: 20px;
}
#containerlogos {
	width: 100%;
	max-height: 200px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	float: left;
	
}
#bannercontainer {
	width: 100%;
	max-height: 150px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	float: left;
	
}
#container1 {
	width: 100%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	float: left;
}
#container2{
	width: 100%;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}
#twitcontainer {
	width: 80%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
	
}
.text-vertical-center {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	height: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}
.text-vertical-center p {
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: rgba(0,0,0,0.6);
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 20px;
	top: 10px;
}
.text-vertical-center p .textbox{
	width: 20%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: rgba(0,0,0,0.6);
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 20px;
	top: 0px;
}
}
/* Desktop Layout: 768px and up. */
@media only screen and (min-width:769px){
	.header {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/bg5.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 1000px;
	margin-left: 0px;
	margin-right: 0px;
}
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	background-color: #FFF;
	margin: auto;
	clip: rect(auto,auto,auto,auto);
	visibility: visible;
}
.map {
	height: 50%;
	}
.service-item {
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	min-height: 300px;
}
#twitcontainer {
	width: 80%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
	
}
.textbox {
	width: 31%;
	float: left;
	padding-left: px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	height: auto;
}
.textboxtestimonial {
	width: 50%;
	float: left;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-bottom: 30px;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 30px;
	text-shadow: 3px 3px 3px #000000;
	min-height: px;
}
.textboxLeft {
	width: 40%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-left: 20%;
	margin-top: -20px;
	margin-bottom: 150px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	height: auto;
	background-color: rgba(0,0,0,0.50);
	min-height: 325px;
	max-height: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;border-radius: 20px;
}
.textboxMiddle {
	width: 20%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-left: 100px;
	margin-top: 0px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	height: auto;
	background-color: rgba(0,0,0,0.20);
	min-height: 375px;
	max-height: 400px;
}
.textboxRight {
	width: 25%;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	margin-left: 10px;
	margin-top: -20px;
	margin-bottom: 150px;
	left: auto;
	right: auto;
	text-shadow: 3px 3px 3px #000000;
	height: auto;
	background-color: rgba(0, 0, 0, 0.50);
	min-height: 325px;
	max-height: auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;border-radius: 20px;
}
#containerlogos {
	width: 100%;
	max-height: 200px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	float: left;
	
}
#bannercontainer {
	width: 100%;
	max-height: 150px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	float: left;
	
}
#container1 {
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	float: left;
	
}

#container2{
	width: 100%;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	float: left;
}
#container3{
	width: 100px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.text-vertical-center {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	height: 1200px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}
.text-vertical-center p {
	width: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: rgba(0,0,0,0.6);
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 470px;
	padding: 20px;
	top: 500px;
}
.text-vertical-center p .textbox{
	width: 20%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: rgba(0,0,0,0.6);
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 20px;
	top: 0px;
}}
