@charset "utf-8";
/* CSS Document */

/**********************************************/
/*************** Footer Section ***************/
/**********************************************/
.sub_button {color: #000;background-color: #ED3A1E;font: bold 16px/1.4em basic,sans-serif;box-sizing: border-box;border-radius: 0px;box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);padding: 5px;border-width: medium;border-style: none;border-color: -moz-use-text-color; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none;border-image: initial;cursor: pointer;}
#footer{width:100%;float:left;background-image: url(../images/footer-bg.png);min-height:380px;margin-top:20px;}
#footertop{width:100%;float:left;background-image: url(../images/footer-top.png);background-repeat: repeat-x;background-position: left top;}
#footerbottom{background-color:white;width:100%;box-shadow:0px -1px 5px #d0cfcf;margin-top:25px;min-height:46px;position: fixed;left: 0px;bottom: 0px;z-index:3000;}
#copyright{	width:50%;	float:left;	font-family: 'HelveticaLTStdRoman',Arial, Helvetica, sans-serif;	font-size:10pt;	color:#7e7e7e;padding-top:16px;}
#copyright a, #copyright a:visited,#copyright a:hover{font-family: 'HelveticaLTStdRoman',Arial, Helvetica, sans-serif;font-size:10pt;color:#7e7e7e;}
.footerwrap{max-width:1000px;float:none;margin:0px auto 0px auto;}
footer{position:relative;height:275px;clear:both;width:100%;margin-bottom:100px;top:10px;}
#FooterOne, #FooterTwo, #FooterTree {position: absolute;}
#FooterTwo{position: absolute;right: 225px;top:250px;color:white;}
#FooterTree{position: absolute;left: 225px;top:250px;color:white;}
.footer_left{float:left;padding:12px;margin-top:15px;width:170px;margin-right:76px;}
.FooterRow{top:100px;line-height:1.4em;font: normal normal normal 12px/1.1em Arial,Sans-serif;color: rgb(255, 255, 255); margin:0px auto;  }
.FooterRow2{line-height:1.4em;font: normal normal normal 12px/1.1em Arial,Sans-serif;color: rgb(255, 255, 255); margin:0px auto; top:40px; margin-bottom:25px; min-height: 30px; position: relative;}

footer p{padding-top:15px;line-height:20px;text-align:center;color:white;font: 12px/1.1em Arial,sans-serif;}
.fbrow {float:left; width:100%; margin: 0 auto;}
.fbIframe{background-color:#222222; border:none; overflow:hidden; width:50%; height:200px; text-align:center; display:inline-block;}
/******Footer 3D Image**************/
.container{
width:100%;
height:100%;
margin:0px auto;
background-color:transparent;


background: -moz-linear-gradient(top,  #131313 0%, #1c1c1c 9%, #2b2b2b 57%, #111111 96%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#131313), color-stop(9%,#1c1c1c), color-stop(57%,#2b2b2b), color-stop(96%,#111111)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #131313 0%,#1c1c1c 9%,#2b2b2b 57%,#111111 96%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #131313 0%,#1c1c1c 9%,#2b2b2b 57%,#111111 96%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #131313 0%,#1c1c1c 9%,#2b2b2b 57%,#111111 96%); /* IE10+ */
background: linear-gradient(top,  #131313 0%,#1c1c1c 9%,#2b2b2b 57%,#111111 96%); /* IE10+ */
background: linear-gradient(to bottom,  #131313 0%,#1c1c1c 9%,#2b2b2b 57%,#111111 96%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#131313", endColorstr='#111111',GradientType=0 ); /* IE6-9 */
}


@media screen and (max-width: 767px){
.fbIframe{background-color:#222222; border:none; overflow:hidden; width:70%; height:200px; text-align:center; display:inline-block; }
.FooterRow{top:100px;line-height:1.4em;font: normal normal normal 12px/1.1em Arial,Sans-serif;color: rgb(255, 255, 255); }
.FooterRow2{line-height:1.4em;font: normal normal normal 12px/1.1em Arial,Sans-serif;color: rgb(255, 255, 255); margin:0px auto; top:40px; margin-bottom:25px; min-height: 30px; position: relative;}

}

@media screen and (max-width: 500px){
.fbIframe{background-color:#222222; border:none; overflow:hidden; width:95%; height:220px; text-align:center; display:inline-block; }
.FooterRow{top:100px;line-height:1.4em;font: normal normal normal 12px/1.1em Arial,Sans-serif;color: rgb(255, 255, 255); margin:0px auto;  }
.FooterRow2{width:90%; line-height:1.2em;font: normal normal normal 11px/1em Arial,Sans-serif;color: rgb(255, 255, 255); margin:0px auto; top:20px; margin-bottom:15px; min-height: 30px; position: relative;}

}
