﻿
@media only screen and (min-device-width:360px) and (max-device-width:1023px) and (orientation : portrait) {

#menu /*-------navigation----------*/
{
    display:none;
}      

 /*.sliderContainer{ display:none;} -------slider----------*/

#sliderFrame img{ width:100%; height:100%;}
#sliderFrame 
{ display:none;}
#sliderFrame 
{
    
    position:relative;
    width:100%;
    height:240px;
    margin:10px auto auto auto; /*center-aligned*/
}

#slider, #slider div.sliderInner {
    width:100%;height:100%;/* Must be the same size as the slider images */
}

#slider {
	background:#fff url(loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto; /*center-aligned*/
    transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}

/* image wrapper */
#slider a.imgLink, #slider div.video {
	z-index:2;
	position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
#slider .video {
	background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider div.mc-caption-bg, #slider div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:10px 0;/* 10px will increase the height.*/
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
#slider div.mc-caption-bg 
{
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:Black;/* or any other colors such as White, or: background:none; */
}
#slider div.mc-caption-bg2 {
    background:none;
}
#slider div.mc-caption {
	font: bold 14px/20px Arial;
	color:#EEE;
	z-index:4;
	text-align:center;
    background:none;
}
#slider div.mc-caption a {
	color:#FB0;
}
#slider div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
#slider div.navBulletsWrapper  {
    top:220px;/* Its position is relative to the #slider */
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
}

/* each bullet */
#slider div.navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(bullet.png) no-repeat 0 0;
    display:inline-block; *display:inline; zoom:1;
    overflow:hidden;cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
}

#slider div.navBulletsWrapper div.active {background-position:0 -11px;}


/* --------- Others ------- */

#slider div.loading 
{
    width:100%; height:100%;
    background:transparent url(loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}

#slider img, #slider>b, #slider a>b {
	position:absolute; border:none; display:none;
}

#slider div.sliderInner {
	overflow:hidden; 
	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position:absolute; top:0; left:0;
}

#slider>a, #slider video, #slider audio {display:none;}

/*--------------------slider-----------------------------------------------------------------------------------------------------*/
body{
	font-family: 'PT Sans', sans-serif;
	line-height: 18px;
	font-size: 16px;	
	color:#000;
	background: #ffffff url(../images/bg.png) repeat top left;
	text-align: justify; 
}
#main_content111{
  width: 340px;
  margin-left: auto; 
    margin-right: auto;	
    padding: 10px;
}
#wrapper {
	min-width: 100%;
	
	overflow:hidden;
}

#topbar{				
	width: 100%;	
	height: 25px;
	/*background-color: #a12d33; 
	background-color: #9e160d;*/
    color: #ffffff;
}

#topbar_align {
	width: 100%;
    margin-left: auto; 
    margin-right: auto;
}

#contact{
	padding-top: 5px;
	font-size: 12px;
	float: left; 
}

#social{
 float: right;
 padding-top: 5px;
}

#header {
    position: relative;  
	min-width: 1000px;
	width:100%;
    margin-left: auto; 
    margin-right: auto;
}
#hlogo{
	float: left; 
}
img.log{ width:70%;}
.htitle{
padding-top:20px;
 float: right;
 text-align: right; 

}

.Htitle2{
	
	font-family: 'PT Sans', sans-serif;
 font-size:18px;
 line-height:25px;
 color: #000;

}

#navigation {
width: 100%;
    margin-left: auto; 
    margin-right: auto;
    float:  left;
    z-index:9999; 
}

#welcome {
 position: relative; 
   width:95%;
   
    margin-left: auto; 
    margin-top:-90px;
    margin-right: auto;
    
}

#welcome2{
   width: 100%;
    margin-left: auto; 
    margin-right: auto;
}



.effect7
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.effect7:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

/*.drop-shadow {
   width: 1000px;
	position:relative;
	background:#FFFFFF;
	border:1px solid #D9D9D9;
}
.drop-shadow:after {
     content:"";
     position:absolute;
     z-index:-2;
}
.drop-shadow:before {
     content:"";
     position:absolute;
     z-index:-2;
}*/


/*.lifted {
   -moz-border-radius:2px;
   border-radius:2px;
}
.lifted:after {
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
    max-width:300px;
    max-height:100px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.5);
    box-shadow:0 15px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);
}
.lifted:before {
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
    max-width:300px;
    max-height:100px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.5);
    box-shadow:0 15px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform:rotate(-3deg);
    -moz-transform:rotate(-3deg);
    -ms-transform:rotate(-3deg);
    -o-transform:rotate(-3deg);
    transform:rotate(-3deg);
}
.lifted:after {
	right:10px;
	left:auto;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}
*/


.cta-content {
	padding:10px;
	background: #FAFAFA;
	min-height:1000px;
	 
}

.clearfix {
	zoom: 1; 
}

.clearfix p{
/* 	font-family: 'Open Sans', sans-serif;*/
	font-family: "Segoe UI";
	color: gray;
	font-size: 16px; 
	line-height: 22px;
}

.relief{
	font-family: "Segoe UI Light"; 
	color: #a12d33;
	font-size: 24px; 			
}

 {
		width: 100%;
	}

.three_fourths 
 {
		width: 100%;
	}
.remove-bottom {
	margin-bottom: 0 !important;
}

h6 {
	line-height: 26px;
	margin-bottom: 12px;
	letter-spacing:1px;
	
}



h5 {
	line-height: 26px;
	margin-bottom: 12px;
	letter-spacing:1px;
	
}



h4 {
	line-height: 26px;
	margin-bottom: 12px;
	letter-spacing:1px;
	
}



h3 {
	line-height: 26px;
	margin-bottom: 12px;
	letter-spacing:1px;
	
}



h2 {
	line-height: 26px;
	margin-bottom: 12px;
	letter-spacing:1px;
	
}



h1 {
	line-height: 26px;
	margin-bottom: 12px;
	letter-spacing:1px;
	
}



#content {
   width: 100%;
    margin-left: auto; 
    margin-right: auto;
/*    padding-top: 25px;*/
}





#content_left {
   width: 90%;
   float: left; 
   margin-left:auto;
   margin-right:auto;
   padding-top: 10px 5px;
}


.drop-shadow2 {
            position:relative;
            float:left;
            width:40%;
            padding:1em;
            margin:2em 10px 4em;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

        .drop-shadow2:after {
            content:"";
            position:absolute;
            z-index:-2;
        }

        .drop-shadow2:before {
            content:"";
            position:absolute;
            z-index:-2;
        }

#content_right {
   width: 90%;
   float: left; 
   margin-left:auto;
   margin-right:auto;
   padding-top: 10px 5px;
}
.slide_up1{text-align: left; float: none; 
           position: absolute; 
           top: 0px; 
           right: auto; 
           bottom: auto; 
           left: 0px; 
           margin: 0px; 
           height: 100%; 
           width: 350px; z-index: auto;
           }
#news {
   width: 1000px;
    margin-left: auto; 
    margin-right: auto;
    padding-top: 10px;
}

.disabled { opacity: 0.5; cursor: default !important; }
.last { margin-right: 0 !important; clear: right; }

.two_third {
		width:100%; float:none; margin-bottom:10px;
}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth {
		width:100%; float:none; margin-bottom:30px;
	}


.widget { position:relative; margin-bottom:20px; }
.widget h4 { font-size:26px; line-height:52px; text-transform:none; /*border-bottom: 1px solid #e5e5e5;*/ font-weight: normal ;  border-bottom: 2px solid #e5e5e5;}

.widget h4 { font-family: 'Lato', sans-serif; font-weight:400; font-style: normal;	 color: #a12d33;	}
.widget li { padding: 10px 0; }
.widget ul li + li {/* border-top: 1px solid #e5e5e5; */}
.widget li a:hover { text-decoration: none; }
.widget .prev,
.widget .next { background-image: url(_theme_styles/images/arrows-vertical.png); width: 20px; height: 14px; cursor: pointer; position: absolute; top: 2px; }
.widget .prev { background-position: 0 0; right: 29px; }
.widget .prev:hover { margin-top: 1px; }
.widget .next { background-position: -29px 0; right: 0; }
.widget .next:hover { margin-top: 1px; }
.widget li.current_page_item { background:#eee; }
.widget li.current_page_item a { color:#000; font-weight:bold; padding-left:10px; }

div.side-nav { margin:0 0 40px; }

.widget .events { width: 100%; position: relative; -webkit-transform-style: preserve-3d; }
.widget .events ul { list-style:none !important; padding:0; }
.widget .events ul li { list-style:none !important; }
.events.sc ul { margin-bottom:30px; }
.widget .events li > a { display: block; padding: 8px 0 8px 78px; width: auto; position: relative; min-height: 68px; }
.widget .events h5 { font-family: 'PT Sans', sans-serif;
	line-height: 18px;
	font-size: 16px;	font-weight: bold; 
line-height: 20px; padding: 0 0 6px; -moz-transition: color linear .2s; -ms-transition: color linear .2s; -o-transition: color linear .2s; -webkit-transition: color linear .2s; transition: color linear .2s; }
.widget .events p { font-family: 'PT Sans', sans-serif;
	line-height: 18px;
	font-size: 16px;
	color:#000 !important;}
.widget .events a { color: #000;  }
.widget .events a:hover{
	color: red; 
	/*text-decoration: underline; 	*/
}

.widget .events .date-area { width: 58px; font-size: 16px; line-height: 16px;   text-align: center; text-transform: uppercase; padding: 10px 0 7px; /*border-bottom: 3px solid;*/ border-radius: 3px; position: absolute; top: 8px; left: 0; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out;color:#fff; background-color: #9e160d;/*background-color: #a12d33;*/border-bottom-color: rgb(/*-33,98,159*/139,0,0);  }
.widget .events .date-area strong { display: block; font-weight: 800; font-size: 13px; line-height: 33px; }
.widget .events .date-area .strongs { display: block; font-weight: 800; font-size: 31px; line-height: 33px; }
.widget .events .ico-time { background: url(_theme_styles/images/ico-time.png) 0 3px no-repeat; padding-left: 18px; }
.widget .events li > a:hover .date-area { /*border-bottom: 2px solid;*/ top: 9px; text-decoration: none; }

.widget .gform_wrapper ul li, #footer .widget .gform_wrapper ul li { padding:0 0 5px; }
.widget .gform_wrapper ul li + li, #footer .widget .gform_wrapper ul li + li { border:none; }
.widget .gform_wrapper .gform_footer .gform_button,
.widget-button { cursor:pointer; border:none; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; padding:5px 10px; font-size:11px; text-transform:uppercase; color:#fff; }

/*.widget .recent { width: 100%; position: relative; -webkit-transform-style: preserve-3d; }
.widget .recent li { width: 100%; min-height: 98px; }
.widget .recent li > div.item { padding: 8px 0 8px 85px; width: auto; position: relative; display: block; }
.widget .recent li img { border-radius: 35px; position: absolute; top: 12px; left: 0; }
.widget .recent p { font-size: 13px; line-height: 20px; }
.widget .recent h6 { padding:1px 0 9px; }*/


.widget { position:relative; margin-bottom:10px; }


	
.widget li { padding: 5px 0; }
.widget ul li + li {/* border-top: 1px solid #e5e5e5; */}
.widget li a { text-decoration: none; }
.widget li a:hover { text-decoration: none; }
.widget .next { background-image: url(../images/arrows-vertical.png); width: 20px; height: 14px; cursor: pointer; position: absolute; top: 25px; }
.widget .prev { background-image: url(../images/arrows-vertical.png); width: 20px; height: 14px; cursor: pointer; position: absolute; top: 25px; }
.widget .prev { background-position: 0 0; right: 29px;   }
.widget .prev:hover { margin-top: 1px; }
.widget .next { background-position: -29px 0; right: 0; }
.widget .next:hover { margin-top: 1px; }
.widget li.current_page_item { background:#eee; }
.widget li.current_page_item a { color:#000; font-weight:bold; padding-left:10px; }

.widget .recent { width: 100%; position: relative; -webkit-transform-style: preserve-3d;}

.widget .recent li { width: 100%; min-height: 10px;}
.widget .recent li > div.item { padding: 5px; width: auto; position: relative; display: block; }
.widget .recent a { color: #000;  }
.widget .recent a:hover{
	color: red; 
	/*text-decoration: underline; 	*/
}

.widget .recent li img { border-radius: 35px; position: absolute; top: 2px; left: 0; }
.widget .recent p { 
	font-family: 'PT Sans', sans-serif;
	line-height: 18px;
	font-size: 16px;
	text-transform:none;
	color:#000 !important;}
.widget .recent h6 { padding:1px 0 9px; }


.caroufredsel_wrapper { width:100% !important; }

.events li > a:hover .date-area,
{ }


div.gdl-header-wrapper{ border-bottom: 2px solid #e5e5e5;/* border-bottom-style: double;  border-bottom-color: #D9D9D9;*/
	margin-bottom: 10px; padding-bottom: 5px; }
div.gdl-header-wrapper{ margin-bottom: 10px;  margin-top: 15px;}	
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
h3.gdl-header-title{ font-size: 18px; line-height: 18px; font-weight: normal; float: left;
	margin: 0px 10px 0px 0px;	font-family: "Segoe UI Light"; color: #a12d33;font-size: 24px;
}

a.view-all-projects{ color: #333333; }
a.view-all-projects{ float: right; font-size: 13px; line-height: 13px; margin-top: 4px; font-style: italic; }

.list_work {

	padding-top:25px;
}

#stuact {
   width: 100%;
   
    margin:50px auto auto auto;
    
}
#stuact1 {
   width: 100%;    
    padding: 10px;
    margin-left: auto; 
    margin-right: auto;
    
}

#stuact1 ul li.mob
{
    width: 100px; float: left; display: block; margin:10px;
    }
div.header1-title{ border-bottom: 2px solid #e5e5e5; border-bottom-style: double;  border-bottom-color: #D9D9D9;
	margin-bottom: 2px; padding-bottom: 2px;  margin-left:auto; margin-right:auto; }
/*h3.header1-title{font-family: 'Lato', sans-serif; font-weight:400; font-style: normal;font-size:26px;	 
                 color: #a12d33;  line-height: 14px; font-weight: normal;}*/

 #main_content111{
  width: 1000px;
  margin-left: auto; 
    margin-right: auto;	
    padding-top: 210px;
    padding-bottom: 10px;
}
#main_content111 h3{
	font-family: "Segoe UI";
	font-size: 22px;
	color: #a12d33; 
    font-weight: normal; 
	border-bottom: 1px dashed black; 
}
#main_content111 p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:25px; 
	color:#000;
	/*font-family: Verdana; 
	font-size: 14px;
    line-height: 16px;*/
/*  border-bottom: 1px solid white; */
    margin-top: 10px;
    margin-bottom: 10px;
}

/*#main_content111 a{
	color: #e93a30;
}

#main_content111 a:hover{
	color: #e93a30;
	text-decoration: underline; 
}
*/

#main_content111 p a {
  color: #e93a30;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  vertical-align: top;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}
#main_content111 p a:hover span {
  background: #e93a30;
  -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  -moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  -ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}



#main_content111 p  a span {
  display: block;
  position: relative;
  padding: 0 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#main_content111 p a span:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 3px;
  color: #fff;
  background: #e93a30;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  -moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  -ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
}

#main_content111 li
{
    margin: 5px 15px 5px 35px;
    font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:18px; 
	color:#000;
}

/*#main_content111 ul {
    list-style: none;
    line-height: 1em;
}

#main_content111 ul li:before {
    content: "";
    line-height: 1em;
    width: .5em;
    height: .5em;
    background-color: red;
    float: left;
    margin: .25em .25em 0;
    border-radius: 75%;
}*/

#main_content111 ul.TickList {
  /*list-style-image: url('tick.png');
  list-style-position: outside; */
  margin: 0px;
padding: 0px;
margin-left: -40px;
list-style-position: inside; 
    }

#main_content111 ul.TickList  li{
/*
vertical-align: middle;*/
list-style-type: none;
padding-left: 39px; /* or whatever you need for you image */
line-height:36px;
background-image: url('tick.png');
background-position: left top; /* or replace 'top' with the appropriate em value */
background-repeat: no-repeat;

}


#main_content111 h4 { font-size:26px; line-height:52px; text-transform:none; /*border-bottom: 1px solid #e5e5e5;*/ font-weight: normal ;  border-bottom: 2px solid #e5e5e5;}

#main_content111 h4 { font-family: 'Lato', sans-serif; font-weight:400; font-style: normal;	 color: #a12d33;	}

#main_content111 h5 { font-family: 'Lato', sans-serif; font-weight:400; font-style: normal;	 color: #a12d33; font-size:20px; font-weight: bold; 	}

#main_content111 .post1{
	border: 4px #ccc solid;
	box-shadow: 2px 2px 5px #000;	
/*	webkit-box-shadow: 0px 4px 10px 4px #999;
	-moz-box-shadow: 0px 4px 10px 4px #999;
	box-shadow: 0px 4px 10px 4px #999;*/
	margin-bottom: 10px;
}

.post{

/* This centers the image */
display: block;
margin-left: auto;
margin-right: auto;

/* This adds the border */
padding:8px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 2px 2px 1px;
background-color:white;
}


#table1
{
    border-color: #000;
    border-width: 0 0 1px 1px;    
    border-collapse: collapse;
    border-style: solid;
    font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:18px;	
}

#table1 td
{
    border-color: #000;
    border-width: 1px 1px 0 0;    
    border-style: solid;  
    margin: 0;
    padding: 3px;
}

#table1 li
{
    margin: 5px 15px 5px 35px;
}


#table1 th
{
    border-color: #000;
    border-width: 1px 1px 0 0;    
    border-style: solid;  
    margin: 0;
    padding: 4px; 
}



#table2
{
    border-color: #000;
    border-width: 0 0 0 0;    
    /*border-collapse: collapse;
    border-style: solid;*/
    font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:18px;
}

#table2 td
{
    border-color: #000;
    border-width: 0px 0px 0 0;    
    border-style: solid;  
    margin: 0;
    padding: 3px;
}

#table2 li
{
    margin: 5px 15px 5px 35px;
}


#table2 th
{
    border-color: #000;
    /*border-width: 1px 1px 0 0;    */
    border-style: solid;  
    margin: 0;
    padding: 4px; 
}



#box-table-a
{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:18px;
	margin: 5px;
	/*width: 480px;*/
	text-align: left;
	border-collapse: collapse;
}
#box-table-a li
{
    margin: 5px 15px 5px 35px;
}

#box-table-a th
{
	font-size: 16px;
	font-weight:bold;
	padding: 8px;
	background: #e8eaeb;
	border-top: 4px solid #e0e0e0;
	border-bottom: 1px solid #fff;
	color: #000;
}
/*#box-table-a td
{
	padding: 8px;
	background: #e3e3e3; 
	color: #000;
	border-top: 1px solid #fff;
}*/

#box-table-a td
{
	padding: 8px;
	color: #000;
	border-top: 1px solid #fff;
}


#box-table-a tr {
    padding: 8px;
	background: #d3d3d3; 
	color: #000;
	border-top: 1px solid #fff
}

#box-table-a tr:nth-child(odd) {
    padding: 8px;
	background: #bdbdbd; 
	color: #000;
	border-top: 1px solid #fff
}


#box-table-a tr:hover td
{
	background: #a8a8a8;	
	color: #fff;
}


#box-table-a td a {
  color: #e93a30;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  vertical-align: top;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}
#box-table-a td a:hover span {
  background: #e93a30;
  -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  -moz-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  -ms-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
  transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}



#box-table-a td a span {
  display: block;
  position: relative;
  padding: 0 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#box-table-a td a span:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 3px;
  color: #fff;
  background: #e93a30;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  -moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  -ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
}



#box-table-b
{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:18px;
	margin: 5px;
	/*width: 480px;*/
	text-align: left;
	border-collapse: collapse;
}
#box-table-b li
{
    margin: 5px 15px 5px 35px;
}

#box-table-b th
{
	font-size: 17px;
	font-weight:bold;
	padding: 8px;
	background: #e8eaeb;
	border-top: 4px solid #e0e0e0;
	border-bottom: 1px solid #fff;
	color: #000;
}
/*#box-table-a td
{
	padding: 8px;
	background: #e3e3e3; 
	color: #000;
	border-top: 1px solid #fff;
}*/

#box-table-b td
{
	padding: 8px;
	color: #000;
	border-top: 1px solid #fff;
}


#box-table-b tr {
    padding: 8px;
	background: #d3d3d3; 
	color: #000;
	border-top: 1px solid #fff
}

/*#box-table-b tr:nth-child(odd) {
    padding: 8px;
	background: #bdbdbd; 
	color: #000;
	border-top: 1px solid #fff
}*/


#box-table-b tr:hover td
{
	background: #a8a8a8;	
	color: #fff;
}


#footer_wrapper #footerhead #footerarea{
	width: 100%;
	
	
	/*_height:100%;min-height:100%*/
}

#footerhead {
   height: 5px;
   /*background-color: #a12d33;*/
   background-color: #9e160d;
}
#footerarea{
  background-color: gray;
  height: 2000px;
  min-height: 1000px; 
  

}

#footerinnerarea{

  width:100%;
  margin-left: auto; 
    margin-right: auto;	
    padding-top: 20px;
      height: 1500px;
}


#footer_quiklinks{
  width: 90%;
  float: left; 
  padding: 10px;
  
}

#footer_quiklinks h3{
font-family: 'Lato', sans-serif; font-weight:400; font-style: normal;font-size:26px;	 
color: #fff;  line-height: 14px; font-weight: normal;     padding-bottom: 20px;
/*	border-bottom: 1px dashed white; */
}
#footer_quiklinks p{
	/*font-family: 'Gentium Book Basic', serif;
	font-weight:500;
	font-size:18px;
	line-height:20px;
	font-weight: normal; 
	font-style: italic; */
	font-family: 'PT Sans', sans-serif;
	line-height: 16px;
	font-size: 16px;
	color: #eee; 
    line-height: 18px;
/*    border-bottom: 1px solid white; */
    margin-top: 10px;
    margin-bottom: 10px;
    
}

/*#footer_quiklinks p:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #eee; 
    line-height: 16px;
    border-bottom: 1px solid black; 
    margin-top: 5px;
    margin-bottom: 5px;
    
}
*/

/*#footer_quiklinks a:active, a:link, a:focus, a:visited{
	color: #eee; 
	text-decoration: none; 
	
	
}

#footer_quiklinks a:hover{
	color: #000; 
	text-decoration: underline; 
	
}*/

a.footer_quiklinks:active,a.footer_quiklinks:link,a.footer_quiklinks:focus,a.footer_quiklinks:visited  {
	color: #eee; 
	text-decoration: none; 
	
	
}

a.footer_quiklinks:hover{
	color: #000; 
	text-decoration: underline; 
	
}

#links_sect{
  width: 100%;
  margin-left: auto;
  margin-right: auto;  
}


#links_sect1{
  width: 100%;
  float: left; 
  padding: 6px;
}

#links_sect1 h3{
	font-family: "Segoe UI";
	font-size: 18px;
	color: #fff; 
    font-weight: normal; 
	border-bottom: 1px dashed white; 
	padding-left: 10px; 
}
#links_sect1 p{
/*	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	line-height:18px;*/
	font-family: 'PT Sans', sans-serif;
	line-height: 18px;
	font-size: 16px;
	
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
}

#links_sect1 img{
	border: 4px #ccc solid;
	box-shadow: 2px 2px 5px #000;	
/*	webkit-box-shadow: 0px 4px 10px 4px #999;
	-moz-box-shadow: 0px 4px 10px 4px #999;
	box-shadow: 0px 4px 10px 4px #999;*/
	margin-bottom: 10px;

}



#links_sect a:active, a:link, a:focus, a:visited{
	color: #000; 
	text-decoration: none; 
	
	
}

#links_sect a:hover{
	color: red; 
/*	text-decoration: underline; */
	
}

}