﻿@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
}

@font-face {
    font-family: 'TeXGyreHerosRegular';
    src: url('../fonts/texgyreheros-regular-webfont.eot');
    src: url('../fonts/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheros-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreheros-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreheros-regular-webfont.svg#TeXGyreHerosRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreHerosItalic';
    src: url('../fonts/texgyreheros-italic-webfont.eot');
    src: url('../fonts/texgyreheros-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheros-italic-webfont.woff') format('woff'),
         url('../fonts/texgyreheros-italic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreheros-italic-webfont.svg#TeXGyreHerosItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreHerosBold';
    src: url('../fonts/texgyreheros-bold-webfont.eot');
    src: url('../fonts/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheros-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreheros-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreheros-bold-webfont.svg#TeXGyreHerosBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreHerosBoldItalic';
    src: url('../fonts/texgyreheros-bolditalic-webfont.eot');
    src: url('../fonts/texgyreheros-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheros-bolditalic-webfont.woff') format('woff'),
         url('../fonts/texgyreheros-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreheros-bolditalic-webfont.svg#TeXGyreHerosBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreHerosCnRegular';
    src: url('../fonts/texgyreheroscn-regular-webfont.eot');
    src: url('../fonts/texgyreheroscn-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheroscn-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreheroscn-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreheroscn-regular-webfont.svg#TeXGyreHerosCnRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreHerosCnItalic';
    src: url('../fonts/texgyreheroscn-italic-webfont.eot');
    src: url('../fonts/texgyreheroscn-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheroscn-italic-webfont.woff') format('woff'),
         url('../fonts/texgyreheroscn-italic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreheroscn-italic-webfont.svg#TeXGyreHerosCnItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreHerosCnBold';
    src: url('../fonts/texgyreheroscn-bold-webfont.eot');
    src: url('../fonts/texgyreheroscn-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheroscn-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreheroscn-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreheroscn-bold-webfont.svg#TeXGyreHerosCnBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreHerosCnBoldItalic';
    src: url('../fonts/texgyreheroscn-bolditalic-webfont.eot');
    src: url('../fonts/texgyreheroscn-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheroscn-bolditalic-webfont.woff') format('woff'),
         url('../fonts/texgyreheroscn-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreheroscn-bolditalic-webfont.svg#TeXGyreHerosCnBoldItalic') format('svg');
    font-style: normal;
    font-weight: normal;

}


.top-line-blue{
	background:#002b54;
	height:35px;
	width:100%;
	float:left;
}

header {
    background-color: #FFFFFF;
	height:auto;
    position: relative;
	z-index:90;
	box-shadow: 0 3px 6px -2px black;
	width:100%;
}


.nav ul{
	list-style:none;
}

.nav li{
	list-style:none;
	float:left;
	padding:16px;
	border-left:solid 1px #e4e4e4;
	color:#333333;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	font-family: 'TeXGyreHerosRegular';
	text-transform:uppercase;
}


.nav > li > a {
  display: block;
  color:#333333;
}

.nav > li > a:hover {
list-style:none;
	float:left;
	background-color:transparent;
	
}







nav.active{
	list-style:none;
	float:left;
	padding:16px;
	border-left:solid 1px #e4e4e4;
	color:#333333;
	font-size:14px;
    background:#cdcccc;
	box-shadow: 0 0 5px #454545 inset;
	text-align:center;
	text-decoration:none;
	font-family: 'TeXGyreHerosRegular';
	text-transform:uppercase;
}
.logomargintop{
	margin-top:15px;
}

.rightborder{
border-right:solid 1px #e4e4e4;
}

#gri-login-button {
   
	margin-top: 25px;
	margin-left:20px;

}

.gri-button-red {
    background: -moz-linear-gradient(center top , #da0109, #ae0007) repeat scroll 0 0 transparent;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da0109', endColorstr='#ae0007', GradientType=0);
	 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#da0109), to(#ae0007));
  background-image: -webkit-linear-gradient(top, #da0109, #ae0007);
  background-image: -o-linear-gradient(top, #da0109, #ae0007);
  background-image: linear-gradient(to bottom, #da0109, #ae0007);
    border: 1px solid #666666;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 5px #AAAAAA;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
	float:left;
    
    padding: 10px;
    text-align: center;
	font-family: 'TeXGyreHerosBold';
	text-decoration:none;
}

.gri-button-red:hover{
    background: -moz-linear-gradient(center top , #ae0007, #da0109) repeat scroll 0 0 transparent;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae0007', endColorstr='#da0109', GradientType=0);
	 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ae0007), to(#da0109));
  background-image: -webkit-linear-gradient(top, #ae0007, #da0109);
  background-image: -o-linear-gradient(top, #ae0007, #da0109);
  background-image: linear-gradient(to bottom, #ae0007, #da0109);
    border: 1px solid #666666;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 5px #AAAAAA;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    
    padding: 10px;
	text-decoration:none;
    text-align: center;
	font-family: 'TeXGyreHerosBold';
	text-decoration:none;
}




.girl-back{
	background:url(../images/girl-back.png) center top no-repeat;
	height:516px;
	float:left;
	margin-top:-20px;
	width:100%;
}

#submenu {
    background: none repeat scroll 0 0 rgba(208, 208, 208, 0.5);
    box-shadow: 0 3px 6px -2px black;
    position: absolute;
    text-align: center;
    top:125px;
    width: 100%;
    z-index: 1;
}


.search-text{
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:24px;
	color:#000000;
	line-height:28px;
	margin-top:10px;
}

.blue-textsearch{
	
    color: #003B8C;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-left: 5px;


}


.inputmargintop{
	margin-top: 15px
}


.margintop35{
	margin-top:160px;
}

.margintop150{
	margin-top:124px;
}




.small-text-new{
	font-size:14px;
	color:#000000;
	line-height:18px;
	font-family: 'TeXGyreHerosRegular';
}

.margin-bottom{
	margin-bottom:20px;
}

.margin-bottom10{
	margin-bottom:10px;
}



/*boc-class*/


/*box-class*/

.box-one{
 background:#fff;
 border:solid 2px #a7a6a6;
 -moz-box-shadow:    3px 3px 5px 6px #ccc;
 -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
  border-radius:10px;
  margin-top:41px;
  margin-bottom:20px;
  float:left;
  height:450px;
}






.top-blue-heading{
	background:#0b9ee2;
	padding:10px;
	font-family: 'TeXGyreHerosCnBold';
	color:#000000;
	line-height:30px;
	font-size:26px;
	 border-radius:8px 8px 0px 0px;
	 text-align:center;
	 margin-bottom:20px;
}


.small-text{
	font-family: 'TeXGyreHerosCnBold';
	color:#000000;
	font-size:18px;
}

.smalltm-text{
	font-family: 'TeXGyreHerosCnBold';
	color:#000000;
	font-size:10px;
	line-height:20px;
}	

.big-rate-text{
	font-family: 'TeXGyreHerosCnBold';
	color:#000000;
	font-size:24px;
	margin-bottom:20px;
}

.imagebottom-img{
margin-top:20px;}
	
	
	.marginright{
	 margin-right:20px;
	}
	
	
	
	
	
	
	/*footer-class*/

.footer-grey-line{
	background:#d7d7d7;
	height:3px;
	margin-bottom:30px;
	margin-top:10px;
	width:100%;
	float:left;
}

.footer-textcopright{
	font-family: 'TeXGyreHerosRegular';
	font-size:12px;
	line-height:20px;
	color:#000000;
	margin-bottom:10px;
}
.bluecolor-text{
	color:#003b8c;
}




/*aboutcompany*/
.aboutcompany-back{
	background:#008cc7 url(../images/about-back.png) center top no-repeat;
	height:auto;
	width:100%;
	float:left;

}


#submenu-about {
    background:url(../images/about-transparent-back.png) repeat-x;
    box-shadow: 0 3px 6px -2px black;
    position: absolute;
    text-align: center;
    top:125px;
    width: 100%;
    z-index: 1;
}

.video-back {
    background: none repeat scroll 0 0 #57595B;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 5px 2px #000000;
    height: auto;
    margin-bottom: 93px;
    margin-top: 120px;
}



.topwhite-heading{
	font-size:36px;
	color:#fff;
	text-shadow:#333 2px 1px 1px;
	line-height:45px;
	margin-bottom:20px;
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.white-text-simple{
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:18px;
	color:#fff;
	text-shadow:#333 1px 1px 1px;
	line-height:26px;
	
}



.black-content{
		color:#000000;
		font-size:14px;
		line-height:18px;
		font-family: 'TeXGyreHerosRegular';
	}
	
	
	.leftcontent ul{
		margin-left:-15px;
	
	}
	
	.leftcontent li{
			margin-bottom:12px;
			font-family: 'TeXGyreHerosRegular';
			color:#000;
			font-size:14px;
			line-height:28px;
	}
	
	
	.margintop20{
		margin-top:25px;
	}
	
	
	.margintop120{
		margin-top:120px;
	}
	
	.margintop120new{
		margin-top:120px;
	}
	
	
	
	
	
	
		.white-texttop{
		 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		 color:#fff;
		 font-size:24px;
		 margin-bottom:20px;
		 line-height:30px;
		 text-shadow:#333 1px 2px 1px;
		}
		
		.whitetextmain{
		 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		 color:#fff;
		 font-size:17px;
		 text-shadow:#333 1px 2px 1px;
		}
		
		.rightpanelvideo-description{
		 width:220px;
		 margin-top:100px;
		 float:right;
		 line-height:36px;
		}
		
		.smalltext-description{
		 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		 font-size:11px;
		 color:#fff;
		 line-height:18px;
		}
		
			
	     .video-panelnew{
		  width:455px;
		  height:278px;
			}
		
		
	.embed-container {   
    position: relative;   
    padding-bottom: 56.25%; /* 16/9 ratio */   
    padding-top: 30px; /* IE6 workaround*/   
    height: 0;   
    overflow: hidden;
}
 
.embed-container iframe,
.embed-container object,
.embed-container embed {   
    position: absolute;   
    top: 0;   
    left: 0;   
    width: 100%;   
    height: 100%;
}


/*video*/

.video-backpage{
	background:#008bc6 url(../images/video-back.png) center top no-repeat;
	width:100%;
	float:left;

}


	.video-back-new{
background:#57595b;
border-radius:5px;
-moz-box-shadow:    3px 3px 5px 2px #0;
-webkit-box-shadow: 3px 3px 5px 2px #000000;
 box-shadow:         3px 3px 5px 2px #000000;
 margin-top:120px;
 height:auto;
 margin-bottom:30px;
}

/*customer-care*/

.topheadingnew-customercare{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:40px;
	color:#000;
	line-height:55px;
	margin-bottom:10px;
}

.customercare-text{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:20px;
	color:#666;
	line-height:30px;
}


/*newstyle-april01,2013*/




.gri-404-404 {
    color: #CECCCD;
    font-family: Tahoma;
    font-size: 92px;
    font-weight: bold;
	margin-top:30px;


}

.gri-404-oops {
    color: #646464;
    font-size: 54px;


}

.gri-404-where {
    color: #646464;
    font-size: 25px;
	margin-top:25px;


}

.margintop404{
	margin-top:100px;
}
.margintop404error{
	margin-top:20px;
}



/*new-style*/

.margintop130 {
    margin-top: 130px;
}

/*newstyle-04-05-2012*/

.causes-back{
	background:#a5846d url(../images/causesmain-back.png) center top no-repeat;
	height:auto;
	width:100%;
	float:left;

}

.feautred-text{
	color:#000;
	font-size:24px;
	line-height:30px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}

.video-back-causes {
    background: none repeat scroll 0 0 #57595B;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 5px 2px #000000;
    height: auto;
    margin-bottom: 10px;
    margin-top: 120px;
}
.white-text-right{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#FFF;
	text-shadow:#000 1px 1px 1px;
	line-height:33px;
	margin-top:110px;
}



/*newstyle10-5-2013*/

.featured-text{
	font-family: 'TeXGyreHerosRegular';
	color:#44c4f3;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	margin-left:7px;
}
	
	
	

.span2 {
    width: 242px;
}

input.span2, textarea.span2, .uneditable-input.span2 {
    width: 170px;
}

.margintop10{
	margin-top:10px;
}


.carousel {
    line-height: 1;
    margin-bottom: 0px;
    position: relative;
}


/* Carousel base class */
.carousel .container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 60px;
}


.carousel-control {
    background: none repeat scroll 0 0 #0b9ee2;
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    line-height: 0.4em;
    margin-top: -10px;
    opacity: 1;
    padding: 6px;
    position: absolute;
    top: 50%;
    transition: all 0.2s ease 0s;
}
.carousel-control:hover {
    background: none repeat scroll 0 0 #0b9ee2;
}
.carousel-control.left {
    left: 0;
}
.carousel-control.right {
    right: 0;
}


.carousel .item {

}
.carousel img {
  min-width: 100%;

}

.carousel-caption {
    background-color: transparent;
    margin-bottom: 0;
    margin-top: -70px;
    padding: 0 20px;
    position: static;
}
.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
  margin-top: 10px;
}
.carousel.carousel-fade .item {
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
}
.unstyled li {
    display: inline;
    vertical-align: baseline;
    padding: 0 16px;
    position: relative;
}





.rightlinks-box {
    border: 1px solid #B9B9B9;
    min-height: 236px;
}
/*may16-2013*/
.products-back {
    background: url("../images/products-banner.png") no-repeat scroll center top #67afea;
    float: left;
    height:480px;
    width: 100%;
}

	
	
	
  .ErrorControl {
    color: #D63301;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight:bold;
}

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: white;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    padding: 0px 0px 0px 2px;
    height: 100px;
    text-align: left;
    list-style-type: none;
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
}

.AutoComplete_ListItemHiliteText {
    font-weight: bolder;
    text-decoration: none;
    font-size: 11px;
    background-color: #bfbfbf;
}
/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #DFDFDF;
    color: #600012;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
    border-bottom: solid 1px #e1e1e1;
}

/*may 21-2013*/
.margin-right35{
	margin-right:35px;
}

 @media (max-width: 768px) {
	 .video-back {
    background: none repeat scroll 0 0 #57595B;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 5px 2px #000000;
    height: auto;
    margin-bottom: 20px;
    margin-top: 81px;
}



	.video-back-new{
background:#57595b;
border-radius:5px;
-moz-box-shadow:    3px 3px 5px 2px #0;
-webkit-box-shadow: 3px 3px 5px 2px #000000;
 box-shadow:         3px 3px 5px 2px #000000;
 margin-top:120px;
 height:auto;
 margin-bottom:0px;
}


.margintop120 {
    margin-bottom: 10px;
    margin-top: 85px;
}
	 

			
	
	.smalltext-description{
		 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		 font-size:10px;
		 color:#fff;
		 line-height:18px;
		}
	
	.topwhite-heading {
    color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 23px;
    line-height: 22px;
    margin-bottom: 10px;
    text-shadow: 2px 1px 1px #333333;
}
.white-text-simple{
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	color:#fff;
	text-shadow:#333 1px 1px 1px;
	line-height:22px;
}


.white-texttop {
    color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 1px;
    text-shadow: 1px 2px 1px #333333;
}	
		.margintop120new {
    margin-top: 10px;
}



          .ErrorControl {
    color: #D63301;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-weight:bold;
}

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: white;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    padding: 0px 0px 0px 2px;
    height: 100px;
    text-align: left;
    list-style-type: none;
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
}

.AutoComplete_ListItemHiliteText {
    font-weight: bolder;
    text-decoration: none;
    font-size: 11px;
    background-color: #bfbfbf;
}
/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #DFDFDF;
    color: #600012;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
    border-bottom: solid 1px #e1e1e1;
}

#submenu {
    background: none repeat scroll 0 0 rgba(208, 208, 208, 0.5);
    box-shadow: 0 3px 6px -2px black;
    position: absolute;
    text-align: center;
    top: 195px;
    width: 100%;
    z-index: 1;
}

.margin-right35{
	margin-right:0px;
}


 
@media (max-width: 480px) {
.video-back {
    background: none repeat scroll 0 0 #57595B;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 5px 2px #000000;
    height: auto;
    margin-bottom: 0px;
    margin-top: 55px;
}

.margintop120 {
    margin-bottom: 10px;
    margin-top: 25px;
}
	
	.smalltext-description{
		 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		 font-size:10px;
		 color:#fff;
		 line-height:18px;
		}
	
	.topwhite-heading{
	font-size:36px;
	color:#fff;
	text-shadow:#333 2px 1px 1px;
	line-height:40px;
	margin-bottom:10px;
 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.white-text-simple{
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:18px;
	color:#fff;
	text-shadow:#333 1px 1px 1px;
	line-height:22px;
}

.margintop150 {
    margin-top: 55px;
}

.video-back-new {
    background: none repeat scroll 0 0 #57595B;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 5px 2px #000000;
    height: auto;
    margin-top: 5px;
}


.span2 {
    width: 280px;
}


	.video-back-new{
background:#57595b;
border-radius:5px;
-moz-box-shadow:    3px 3px 5px 2px #0;
-webkit-box-shadow: 3px 3px 5px 2px #000000;
 box-shadow:         3px 3px 5px 2px #000000;
 margin-top:5px;
 height:auto;
 margin-bottom:0px;
}


#submenu {
    background: none repeat scroll 0 0 rgba(208, 208, 208, 0.5);
    box-shadow: 0 3px 6px -2px black;
    position: absolute;
    text-align: center;
    top: 290px;
    width: 100%;
    z-index: 1;
}


.margin-right35{
	margin-right:0px;
}
 }
 
 
@media (max-width: 320px) {
	
	
	.video-back {
    background: none repeat scroll 0 0 #57595B;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 5px 2px #000000;
    height: auto;
    margin-bottom: 0px;
    margin-top: 15px;
}

.margintop120 {
    margin-top: 17px;
	margin-bottom:10px;
}


	.topwhite-heading{
	font-size:36px;
	color:#fff;
	text-shadow:#333 2px 1px 1px;
	line-height:40px;
	margin-bottom:10px;
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.white-text-simple{
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:18px;
	color:#fff;
	text-shadow:#333 1px 1px 1px;
	line-height:22px;
}


	.smalltext-description{
		 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		 font-size:10px;
		 color:#fff;
		 line-height:18px;
		}
		.margintop150 {
    margin-top: 10px;
}

.video-back-new {
    background: none repeat scroll 0 0 #57595B;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 5px 2px #000000;
    height: auto;
    margin-top: 5px;
}
	
	.span2 {
    width: 280px;
}
    #submenu {
    background: none repeat scroll 0 0 rgba(208, 208, 208, 0.5);
    box-shadow: 0 3px 6px -2px black;
    position: absolute;
    text-align: center;
    top: 290px;
    width: 100%;
    z-index: 1;
}


	.video-back-new{
background:#57595b;
border-radius:5px;
-moz-box-shadow:    3px 3px 5px 2px #000;
-webkit-box-shadow: 3px 3px 5px 2px #000000;
 box-shadow:         3px 3px 5px 2px #000000;
 margin-top:5px;
 height:auto;
 margin-bottom:0px;
}
.margin-right35{
	margin-right:0px;
}

 }
 

	

		
		
	
