html {position: relative;min-height: 100%;}
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
    font-family: 'bebas_neueregular';
    src:url(../font/BebasNeue-webfont.ttf) format('truetype');
}
body{
	font-family:"Lucida Grande",Lucida Sans Unicode,Verdana,sans-serif;
	background:url(../images/bg.png) repeat;
    overflow: scroll;
    overflow-x: hidden;
}
a 
{
  	outline:none;
}
.wrap{
	width:92%;
	margin:0 auto;
	 transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.container {
	width: 100%;
	position: relative;
	padding-bottom:5%;
}

.container > header {
	width:100%;
	margin: 0 auto;
	position: relative;
}
.header{
	background:#206897 ;
	border-bottom: 5px solid #124f76;
}
.header_top {
	float:right;
	margin:0;
}
 /** Social Icons **/


.home-icons li {
	display:inline-block;
	height: 40px;
	background: none;
	padding: 0px;
	margin-left:10px;
	vertical-align:top;
}

.home-icons a.home-ico {
	background-position: 0px bottom;
	width:60px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background: url(../images/home-icons.png);
	transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	margin-top:0.8em;
}
.home-icons a.home-ico {
	background-position: -60px bottom;
}
.home-icons a.home-ico:hover {
	background-position: -60px top;
}
.home-icons a.home-ico.active {
	background-position: -60px top;
}
.home-icons a.upload {
	background-position: 0px bottom;
	width:132px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background: url(../images/upload.png);
	transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	margin-top:0.8em;
}
.home-icons a.upload {
	background-position: -132px bottom;
}
.home-icons a.upload:hover {
	background-position: -132px top;
}
.home-icons a.upload.active {
	background-position: -132px top;
}
.home-icons a.logout {
	background-position: 0px bottom;
	width:68px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background: url(../images/logout-home.png);
	transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	margin-top:0.8em;
}
.home-icons a.logout {
	background-position: -68px bottom;
}
.home-icons a.logout:hover {
	background-position: -68px top;
}
 /*-------------
SEARCH
-------------*/
.search_box{
	margin-top:20px;
     position:relative;
    outline:none;
    background: -webkit-linear-gradient(#eee, #fff);
    background: -moz-linear-gradient(#eee, #fff);
    background: -o-linear-gradient(#eee, #fff);
    background: -ms-linear-gradient(#eee, #fff);
    background: linear-gradient(#eee, #fff);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.text-box{
	padding:7px 10px;
	font-size:0.9em;
    color: #555;
    background:#fff;
    border:none;
    outline: none;
	width:17em;
}
.search_box input[type="submit"]{
	border:none;
	cursor:default;
	background:#fff url(../images/blog-icon1.png) no-repeat 0px 9px;
	width: 25px;
	float:right;
	padding:7px 0;
}
button.submit
{
 	background:#fff;
	margin-left:3px;
	padding:5.5px 2px;
	border:1px solid #fff;
	cursor:pointer;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

/**** End Search Box ****************/
  .logo{
	float:left;
	font-family: 'bebas_neueregular';
 }
  .logo h1{
	color:#FFF;
	text-shadow:-2px 3px 1px rgba(61, 60, 60, 0.52);
	padding:10px 0 0;
 }
.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	-webkit-box-shadow: 0 8px 6px -6px #666;
     -moz-box-shadow: 0 8px 6px -6px #666;
          box-shadow: 0 8px 6px -6px #666;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color:#D6E6E7;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}
.og-expander {
	position: absolute;
	background:#D6E6E7;
	top: auto;
	left: 0;
	max-height:500px;
	overflow-y:visible;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}
.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}
.og-close {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 20px;
	right: 25px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	top:50%;
	background: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	overflow-y:visible;
	position: relative;
}

.og-details {
	padding: 0 40px 0 20px;
}

.og-fullimg {
	text-align: center;
	overflow:hidden;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	font-size: 2em;
	padding:0;
	margin-bottom: 10px;
	color:#124f76;
	font-family: 'bebas_neueregular';
    text-shadow:1px 1px 1px #FFF, 1px 2px 1px #888;
}

.og-details p {
	font-size: 0.8123em;
	line-height:1.8em;
	color: #000;
}

.og-details a {
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	margin: 30px 0 0;
    cursor:pointer;
	outline: none;
	background: #fff;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: linear-gradient(top, #fbfbfb, #e1e1e1);
  display: -moz-inline-stack;
  color: #666666;
  text-shadow: 0 1px 1px white;
  border: 1px solid #C9C7C7;
  font-size:1.3em;
  font-weight:bold;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right:10px;
}
.og-details a:hover {
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);
  background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
  background: -o-linear-gradient(top, #ffffff, #dcdcdc);
  background: linear-gradient(top, #ffffff, #dcdcdc);
  cursor: default;
}
.og-details a:active{
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: #eeeeee;
  color: #bbbbbb;
}
.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
/***** Details Page *****/
/**** Details Page *****/
.content h3{
	padding:10px 0;
}	
.content h3 a{
	font-size:2.5em;
    color:#616161;
    padding-bottom:10px;
    font-family: 'bebas_neueregular';
}
.box1 h3 a:hover{
	text-decoration:underline;
	color:#444;
}
.box1{	
    padding:15px 0;
}
.blog-img img{
	padding:5px;
	background:#FFF;
	border:1px solid #DDD;
	margin:20px 0;	
}
.blog-data{
   	width:100%;
}
.blog-data span a{
	color:#EB7F1A;
	font-size:1em;
}
.blog-data span a:hover{
	text-decoration:underline;	
}
.blog-data p{
    font-size:0.8em;
    line-height:2em;
    color:#6D6B6B;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*----artical-links---*/
.artical-links{
	padding: 10px 0px;
	border: 1px solid rgba(192, 192, 192, 0.22);
	border-left: none;
	margin-top: 5px;
	border-right: none;
}
.artical-links ul li{
	display:inline-block;
}
.artical-links ul li:last-child{
	float:right;
}
.artical-links ul li img{
	vertical-align:middle;
	padding-right:10px;
}
.artical-links ul li a{
	font: 400 14px/22px Arial;
	color: #ADADAB;
	padding-left: 20px;
}
.artical-links ul li a:hover{
	color:#797D7E;
}
/****** Comment Area ******/
.comments-area h3{
	color: rgb(80, 80, 80);
	font-size: 1.5em;
	 font-family: 'bebas_neueregular';
	text-transform: uppercase;
	padding: 0px 0px 7px 0px;
	margin-bottom: 15px;
	border-bottom: 5px solid #D5D5D5;
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.05);
}
.comments-area h3 img{
	vertical-align:middle;
	padding-right:5px;
}
.comments-area{
	margin-top:20px;
	color: #666;
}
.comments-area p{
	position: relative;
	padding: 5px 0;
}
.comments-area label{
	display: block;
	 font-family: 'bebas_neueregular';
	font-size:1.1em;
	padding-bottom: 5px;
}
/*.comments-area span{
	color: #F05F3D;
	position: absolute;
	left: 4px;
	top: 33px;
	font-size: 1.4em;
}*/
.comments-area input[type="text"],input[type="password"],.comments-area textarea{
	padding: 5px 10px;
	width: 30%;
	color: #444;
	font-size:1.2em;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#FFF;
    border:1px solid #ccc;
	outline: none;
	display: block;
	
}
.comments-area input[type="submit"]{
	outline-style:none;
	outline-width:medium;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	padding:8px 10px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8543f), color-stop(100%, #d9331a));
  background: -webkit-linear-gradient(top, #e8543f, #d9331a);
  background: -moz-linear-gradient(top, #e8543f, #d9331a);
  background: -o-linear-gradient(top, #e8543f, #d9331a);
  background: linear-gradient(top, #e8543f, #d9331a);
  background-color: #e54028;
  color: white;
  text-shadow:0px 1px 0px rgba(255, 255, 255, 0.16);
  border:none;
  cursor:pointer;
}
.comments-area [type="submit"]:hover{
  background-color: #e54028;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb6855), color-stop(100%, #d9331a));
  background: -webkit-linear-gradient(top, #eb6855, #d9331a);
  background: -moz-linear-gradient(top, #eb6855, #d9331a);
  background: -o-linear-gradient(top, #eb6855, #d9331a);
  background: linear-gradient(top, #eb6855, #d9331a);
}
.comments-area [type="submit"]:active{
   color: #952312;
   background: #cd5240;
}
.comments-area textarea{
	width: 40%;
	height: 70px;
}
/*---comment box--*/
.comment{
	position:relative;
	margin:25px 0;
}
.comment h2{
	margin:0;
	border:1px solid #C4C4C4;
	padding:10px 15px;
}
.comment h2 a,
.comment h2{
	font-weight:normal;
	font-size:12px;
	color:rgb(155, 155, 155);
	margin:0 0 10px 0;
}
.comment box{
	float:left;
}
.comment box div{
	padding:5px;
	border:none;
}
.comment h2{
	-moz-border-radius:.4em;
	-webkit-border-radius:.4em;
	border-radius:.4em;
	font-size: 1.3em;
	padding: 7px;
	 font-family: 'bebas_neueregular';
}
.comment h2 span{
	color:#F05F3D;
}
.comment ul.list{
	margin:0;
	padding:0;
	list-style:none;
}
.comment .list li{
	display:block;
	padding:10px 0;
	margin:0 0 18px 0;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
}
.comment .preview,
.comment .data{
	float:left;
}
.comment .preview{
	width:85px;
	padding:0 10px;
	margin-right:15px;
}
.comment .preview img{
	background: #fff;
}
.comment .preview img,
.comment .preview a{
	display:block;
	padding: 3px;
}
.comment .data{
	width:92%;
	padding:10px;
	border: 1px solid #DDD;
	background:#FFF;
	position:relative;
}
.data span.comment-arrow{
	background:url(../images/comment-arrow.png) no-repeat;
	height:32px;
	width:20px;
	position:absolute;
	top:12px;
	left:-18px;
}
.comment .data .title{
	color:#666;
	font-size:16px;
	margin:0 0 5px 0;
	 font-family: 'bebas_neueregular';
}
.comment .data a{
	color:#F05F3D;
}
.comment .data .title a{
	font-size:1em;
	 font-family: 'bebas_neueregular';
}
.comment .data p{
	margin:0;
	padding:0;
	font-size:0.8123em;
    line-height:1.8em;
    color:#6D6B6B;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.leave-reply{
	margin: 10px 0;
}
.leave-comment a{
	font-size: 1.1em;
}
.leave-reply{
	color: #F05F3D;
	margin: 10px 0;
	font-size: 1em;
	-webkit-border-radius:.3em;
	   -moz-border-radius:.3em;
			border-radius:.3em;
	padding: 7px;
	background: #ddd;
}
/*--respond---*/
#respond{
	color: #666;
	position: relative;
}
#reply-title{
	color: #777;
	font-size: 1em;
	 font-family: 'bebas_neueregular';
}
a#cancel-comment-reply-link{
	color:#F05F3D;
	padding-left:5px;
}
.comment-notes{
	color:rgb(155, 155, 155);
}
#commentform p{
	position: relative;
	padding: 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}
#commentform label{
	display: block;
	 font-family: 'bebas_neueregular';
	padding-bottom: 5px;
	font-size:1.1em;
}
#commentform span{
	color:#F05F3D;
	position: absolute;
	font-size:1.5em;
}
#commentform input[type="text"]{
	padding: 10px 15px;
	width:30%;
	color: #555;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: rgb(155, 155, 155);
	box-shadow: 0.2px 0.2px 1px #3C3C3C;
	outline: none;
	display: block;
}
#commentform input[type="submit"]{
	color:#F05F3D;
	background: #fff;
	padding:8px 12px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: linear-gradient(top, #fbfbfb, #e1e1e1);
  display: -moz-inline-stack;
  color: #666666;
  text-shadow: 0 1px 1px white;
  border: 1px solid #C9C7C7;
  font-size:0.9em;
  text-transform:uppercase;
  font-weight:bold;
}
#commentform [type="submit"]:hover{
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);
  background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
  background: -o-linear-gradient(top, #ffffff, #dcdcdc);
  background: linear-gradient(top, #ffffff, #dcdcdc);
}
#commentform [type="submit"]:active{
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: #eeeeee;
  color: #bbbbbb;
}
#commentform textarea{
	padding: 10px 15px;
	width:50%;
	color: #555;
	font-size: 16px;
	outline: none;
	height: 100px;
	display: block;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(155, 155, 155);
	box-shadow: 0.2px 0.2px 1px #3C3C3C;
	font-size:1em;
}
/**** End Comment Area ****/
/**** Inner Contact styling ***/
#contactable #contactable_inner {
	background-image:url(../images/contact.png);
	color:#FFFFFF;
	background-color:#333333;
	cursor:pointer;
	height:102px;
	left:0;
	margin-left:-5px; 
	*margin-left:-5px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:102px;
	*margin-top:10px;
	width:44px;
	z-index:100000;
}

#contactable #contactForm {
	background-color:#333;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	left:0;
	margin-left:-400px;
	*margin-left:-434px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	top:200px;
	width:394px;
	*width:394px;
	z-index:99;
}

#contactable form#contactForm input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:325px;
	padding:5px;
	border:1px solid #dfdfdf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-bottom:10px;
}

#contactable form#contactForm .submit {
	outline-style:none;
	outline-width:medium;
	width:325px;
	font-size:1em;
	font-weight:bold;
	padding:8px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8543f), color-stop(100%, #d9331a));
  background: -webkit-linear-gradient(top, #e8543f, #d9331a);
  background: -moz-linear-gradient(top, #e8543f, #d9331a);
  background: -o-linear-gradient(top, #e8543f, #d9331a);
  background: linear-gradient(top, #e8543f, #d9331a);
  background-color: #e54028;
  border-color: #c22d18;
  color: white;
  text-shadow:0px 1px 0px rgba(255, 255, 255, 0.16)
  border:none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	cursor:pointer;
}
#contactable form#contactForm .submit:hover{
  color: #952312;
   background: #cd5240;
  background-color: #e54028;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb6855), color-stop(100%, #d9331a));
  background: -webkit-linear-gradient(top, #eb6855, #d9331a);
  background: -moz-linear-gradient(top, #eb6855, #d9331a);
  background: -o-linear-gradient(top, #eb6855, #d9331a);
  background: linear-gradient(top, #eb6855, #d9331a);
}
#contactable form#contactForm .submit:active{
  color: #952312;
}
#contactable form#contactForm p {
	width:325px;
	font-size:0.9em;
	padding-bottom:10px;
}

#contactable form#contactForm .disclaimer {
	*margin-left:20px;
}

#contactable #contactForm .red {
	color:	#F5410F;
}

#contactable #overlay {
	background-color:#666666;
	display:none;
	height:100%;
	left:0;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
} 
#contactable .error { background-color: #EDBE9C; }

#contactable #name.error { background-color: #EDBE9C; } 
#contactable #email.error { background-color: #EDBE9C; }
#contactable #comment.error { background-color: #EDBE9C; }

#contactable form#contactForm label{
	*margin-left:20px;
	margin-bottom:-10px;
	display:block;
	 font-family: 'bebas_neueregular';
	font-size:1.2em;
	letter-spacing:1px;
}

#contactable form#contactForm #loading {
	background: url(images/ajax-loader.gif) no-repeat;
	width:55px;
	height:55px;
	margin: 100px auto;
	display:none;
}

#contactable #callback {
	font-family: georgia;
	font-size:1.1em;
	color: #FFF;
	width:325px;
	margin: 100px auto;	
	display:none;
}
#contactable .holder {
	margin:0 auto;
	*margin-left:20px;
	padding-top:20px;	
}
 .copy_right{
    padding:15px 0;
	background:#206897;
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	text-align:center;   
    margin-top:35px;
    border-top:2px ridge #124f76;  
  }
   .copy_right p{
 	font-size:0.8123em;
 	color: #fff;
 	line-height:1.8em;
  }
   .copy_right p a{
 	color: #fff;
 	font-size:1em;
 	text-decoration:underline;
  }
   .copy_right p a:hover{
 	color:#F05F3D;
 	text-decoration:none;
  }
  
/**************** Media Quries ************************/

 @media all and (max-width:1024px){
 	.wrap{
 		width:90%;
 	}
 	.og-details h3 {
 		font-size:1em;
 		padding:0 0 10px;
 		margin-bottom:0;
 	}
 	.comment .preview {
 		margin-right:13px;
 	}
 	.comment .data {
	  width: 89%;
    }
 }
 @media all and (max-width:800px){
 	.wrap{
 		width:95%;
 	}
 	.og-details a {
 		margin:0;
 	}
 	.og-details h3 {
 		font-size:1em;
 	}
 	.comments-area input[type="text"], .comments-area textarea {
 		width:50%;
 	}
 	.comments-area textarea {
        width: 65%;
  }
  .comment .preview {
 		margin-right:10px;
 	}
 	.comment .data {
	  width: 87%;
    }
    .comment .data p {
    	font-family:Arial, Helvetica, sans-serif;
    }
    #commentform input[type="text"] {
    	width:50%;
    }
    #commentform textarea {
    	width:65%;
    }
    #commentform p {
    	font-size:0.8123em;
    	line-height:1.8em;
    }
	
 }
 @media all and (max-width:640px){
 	.wrap{
 		width:95%;
 	}
 	.social-icons li {
 		margin-left:0;
 	}
	.search_box
	{
	  margin:20px auto !important;
	  width:310px;
	  margin:5px 0 10px 0;
	}
   .logo{
 		width:100%;
 	}
	.header_top {
		text-align:center;
		float:none;
	}
	.header
	{
	 padding-bottom:10px;
	}
	.logo h1 {
 		padding:0;
 		text-align:center;
 	}
  .comments-area input[type="text"], .comments-area textarea {
  	width:95%;
  }
  #commentform input[type="text"] {
	width: 95%;
  }
  #commentform textarea {
	width: 95%;
 }
 .comment .preview {
	margin-right:8px;
 }
 .comment .data {
    width:84%;
 }
 .og-grid li{
 	margin:10px 2px 0 2px;
 }
 .og-expander-inner {
    padding: 20px 30px;
 }
 .og-fullimg{
    display:none;
 }
  .og-details {
    width: 100%;
	float: none;
	padding-top: 25px;
}
.og-close {
	right:10px;
}
.og-details a {
	margin:30px 0 0;
 }
 .og-details h3 {
 	font-size:1em;
 }
  .pagination
	{
	  margin-bottom:20px !important;
	}
}
 @media all and (max-width:480px){
 	.wrap{
 		width:95%;
 	}
 	.logo{
 		width:100%;
 	}
	.header_top {
		text-align:center;
		float:none;
	}
	.text-box
	{
	 width:232px;
	}
	.home-icons
	{
	 margin-bottom:15px;
	}
	.home-icons li
	{
	  height:auto;
	}
	.search_box
	{
	  margin:auto !important;
	  width:300px;
	}
	.header
	{
	 padding-bottom:10px;
	}
 	.logo h1 {
 		padding:0;
 		text-align:center;
 	}
 	.social-icons {
 		text-align:center;
 	}
 	.search_box {
 		margin:5px 0 10px 0;
 	}
 	.og-close {
 		right:5px;
 		top:10px;
 	}
 	.og-details h3 {
		font-size:1em;
		padding-bottom:0;
   }
 	.artical-links ul li a {
		font: 400 13px/22px Arial;
		padding-left: 5px;
 	}
 	.artical-links ul li img {
		padding-right: 3px;
   }
   .comment .data {
		width: 78%;
  }
   .pagination
	{
	  margin-bottom:30px !important;
	}
}
@media all and (max-width:320px){
 	.wrap{
 		width:95%;
 	}
	.logo{
 		width:100%;
 	}
	.header_top {
		text-align:center;
		float:none;
	}
	.home-icons
	{
	 margin-bottom:15px;
	}
	.home-icons li
	{
	  height:auto;
	}
	.search_box
	{
	  margin:auto !important;
	  width:280px;
	}
	.text-box
	{
	 width:215px;
	}
	.header
	{
	 padding-bottom:10px;
	}
 	.logo h1 {
 		padding:0;
 		text-align:center;
 	}
 	.og-expander-inner {
		padding: 20px 0px;
   }
   .og-details {
	 padding: 0 10px 0 10px;
     margin-top:25px;
  }
  .content h3 a {
  	font-size:1.5em;
  }
  .blog-img img {
  	margin:0;
  }
  .blog-data p {
  	line-height:1.8em;
  }
  .artical-links ul li {
  	line-height:2em;
  }
  .comment .preview {
		margin-right: 5px;
		padding:0 5px;
		width:75px;
  }
  .comment .data {
		width: 72%;
  }
  #contactable #contactForm {
  	width:275px;
  	padding-left:15px;
  }
  #contactable form#contactForm input, textarea {
  	width:97%;
  }
  #contactable form#contactForm .submit {
  	width:240px;
  }
  #contactable form#contactForm p {
	width: 255px;
 }
 .pagination
{
  margin-bottom:30px !important;
}
}
.faq_list dt {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px 28px;
    position: relative;
}
.faq_list span.marker {
    color: #e2492e;
    display: block;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0;
}

.faq_list dd {
    color: #333;
    margin: 0 0 1em;
    padding: 0 0 0 28px;
    position: relative;
	font-size:13px;
}


.main .inner-bg {
    background: url(../images/box-inner-bg.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 24px 20px 28px 29px;
	border:2px solid #206897;
    position: relative;
	border-radius:5px;
}
span.star
{
 color:#FF0000;
 float:left;
 margin:0 2px;
}

.box-title {
    background: url(../images/box-title-marker.png) no-repeat scroll left 8px rgba(0, 0, 0, 0);
    margin:0 0 20px;
    padding-left: 28px;
	padding-bottom:10px;
	border-bottom:1px dotted #333;
	font-size: 2em;
	color:#124f76;
	font-family: 'bebas_neueregular';
    text-shadow:1px 1px 1px #FFF, 1px 2px 1px #888;
}
.info, .success, .warning, .error {
    margin: 10px 0px;
    padding:12px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
}
.info i, .success i, .warning i, .error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}
.pagination
{
  margin:auto;
  text-align:center;
  display:table;
}
.pagination ul
{
  margin:20px auto;
}
.pagination>ul>li{
    list-style: none;
    padding:2px 6px;
    border:1px solid #ff8400;
    background: #ff9421;
    margin-left: 5px;
    float: left;
	font-size:12px;
    color: #fff;
}
.pagination>ul>li>a{color:#fff;text-decoration: none;}
.pagination>ul>.selected{
    border:1px solid #124f76;
    background: #206897;
}
.border-bottom
{
	background: url(../images/border-bottom.png) no-repeat center;
	height:13px;
}
span.image-holder {
    background-image: url("../images/button-zoom.png");
    bottom: 1px;
    height: 38px;
    position: absolute !important;
    right: 0;
    width: 39px;
}

.alert-popup {
    background: rgba(9, 67, 105, .95);
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
    opacity: 0;
    padding: 15px 40px 15px 15px;
    position: fixed;
    transform: translateY(100%);
    transition: all .4s linear;
    width: 100%;
    z-index: 99999;
}

.alert-popup.active {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 767px) {
    .alert-top.active {
        bottom: 100%;
        transform: translateY(100%);
    }
}

.alert-popup a {
    display: inline-block;
    text-decoration: underline;
	color: #f58220;
}

.alert-popup a:hover {
    color: #fff;
}

.alert-popup .cta-button-wrapper {
    margin-top: 1em;
}

.alert-popup .cta-button-wrapper a,
.alert-popup .cta-button-wrapper input,
.alert-popup .cta-button-wrapper button {
    background: #f58220;
    border: 1px solid #f58220;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    padding: .5em 1.2em;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease 0s;
	cursor: pointer;
}

.alert-popup .cta-button-wrapper a:hover,
.alert-popup .cta-button-wrapper input:hover,
.alert-popup .cta-button-wrapper button:hover {
    background: #286090;
    border-color: #204d74;
    color: #fff;
}

.alert-popup .close-alert {
    background: #071b34;
    border-color: #ddfaff;
    border-style: solid;
    border-width: 0 0 0 2px;
    bottom: 0;
    color: #fff;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
	cursor: pointer;
}

.alert-popup .close-alert i {
    display: inline-block;
    margin-bottom: 4px;
    vertical-align: middle;
}


.alert-popup .close-alert:after,
.alert-popup .close-alert:before {
	background: #fff;
	content: '';
	height: 4px;
	left: 24%;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 52%;
	
}
.alert-popup .close-alert:after {
	transform: rotate(45deg);
}
.alert-popup .close-alert:before {
	transform: rotate(-45deg);	
}

@media screen and (min-width: 768px) {
    .alert-popup {
        border-radius: 8px;
        bottom: 15px;
        font-size: 16px;
        right: 15px;
        padding: 25px;
        text-align: center;
        width: 355px;
    }
    .alert-popup .close-alert {
        border-radius: 50%;
        border-width: 2px;
        height: 30px;
        right: -10px;
        top: -10px;
    }
}

.copy_right p a {
	color: #f58220;
	padding-left: 10px;
}
.copy_right p a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 990px) {
	.copy_right {
		position: inherit;
		margin-top: 0px;
	}
 }