/*
	
			    1. BODY
			    2. HEADER, TOP & LOGO
			    3. NAVIGATION MENU
			    4. CONTENT
			    5. FOOTER
			    6. IMAGE HOVER EFFECT [ rel: lightbox/module ]
			    7. FORM
			    8. BUTTON
			    9. TYPOGRAPHY
                10. RESUME
*/

/*-----------------------------------------------------------------------------------------------------------*/


/* ///////////////// 1. BODY CSS //////////////// */

body {                   
        font-family: 'Verdana', Arial, Helvetica;
        font-size: 11px;
        color: #777777;
        letter-spacing: 0.015em;
        background: #FFFFFF;             
}

/*-----------------------------------------------------------------------------------------------------------*/


/* ///////////////// 2. HEADER, TOP & LOGO CSS //////////////// */


#header {
        border-bottom: 1px #FFFFFF solid;
        background: #F3F3F3;       
        background-image: url('../img/diogonal_lines_bg.png');                            
}
#top_wrapper {
        background: #333333;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333');
        background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
        background: -moz-linear-gradient(top,  #555,  #333) !important;
}
#gd_wrapper {
        background: transparent;        
        background-image: url('../img/gd1.png');
        min-height:100px;                
}
#top {
        padding: 10px 0;       
}
#logo { 
        position: relative;
        float: left; 
        width: 240px;
        padding: 8px 0 20px 0;
}
img.logo {
        margin:15px 0px;
}

/*-----------------------------------------------------------------------------------------------------------*/


/* ///////////////// 3. NAVIGATION MENU [ DROP-DOWN STYLE ] CSS //////////////// */

ul.topnav {
    position:relative;
    top: 33px;
	list-style: none;
	padding: 0px 20px 1px 20px;	
	margin: 0;
	float: left;
	width: 640px;
	/*
	background: #333333;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	*/
	border-bottom: 1px solid #fff;
	font-size: 18px; /*14px*/
    z-index: 8000;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li.active {
	background: rgba(255, 255, 255, 0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF, endColorstr=#E5FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF, endColorstr=#E5FFFFFF)";
	zoom: 1;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-box-shadow: 0 1px 3px #CCCCCC;
        -moz-box-shadow: 0 1px 3px #CCCCCC;
        box-shadow: 0 1px 3px #CCCCCC;
}
ul.topnav li.active a {
	color: #E8591E;
}
ul.topnav li a{
	padding: 8px 5px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	color: #E8591E;
}
ul.topnav li span.parent a {
	padding: 12px 10px 8px 15px;
}
ul.topnav li div { /*--Drop down trigger styles--*/
        position: relative;
        top: 10px;
	width: 15px;
	height: 15px;
	float: left;
	background: #E8591E url(../img/menu_arrow.png) no-repeat;
        background-position: 0 0;
        -webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
        border-radius: 2px;
}
ul.topnav li div.subhover {
        background: #FFF url(../img/menu_arrow.png) no-repeat;
        background-position: 0 -15px;
        cursor:pointer;
        position: relative;
}
ul.topnav li ul.subnav, ul.sub_sub_menu {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 34px;
        background: #FFFFFF;
	background: rgba(255, 255, 255, 0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF, endColorstr=#E5FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FFFFFF, endColorstr=#E5FFFFFF)";
	zoom: 1;
	padding: 8px 0;
	display: none;
	float: left;
	width: 200px;
	-webkit-border-bottom-left-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px; 
	border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
	-webkit-box-shadow: 0 1px 3px #CCCCCC;
        -moz-box-shadow: 0 1px 3px #CCCCCC;
        box-shadow: 0 1px 3px #CCCCCC;
        font-family: Verdana;
        font-size: 12px;
}
ul.topnav li ul.subnav li{	
	clear: both;
	width: 200px;	
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 175px;
	padding-left: 20px;
	color: #777777;
	text-transform: uppercase;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #DEDEDE; 
	background: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), to(#DEDEDE)) !important;
	background: -moz-linear-gradient(top,  #E5E5E5,  #DEDEDE) !important; 
}
ul.topnav li ul.subnav li.activate {
        background: #DEDEDE; 
	background: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), to(#DEDEDE)) !important;
	background: -moz-linear-gradient(top,  #E5E5E5,  #DEDEDE) !important;
}
ul.sub_sub_menu {
        top:0;
	margin: -8px 0 0 200px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-left-radius: 0px;
}

/*-----------------------------------------------------------------------------------------------------------*/


/* ///////////////// 4. CONTENT CSS //////////////// */

#main {        
        width: 940px;
        margin: 0 auto;
        padding-bottom: 0px;              
}
#content_wrapper {      
        background: #FFFFFF; 
        background-image: url('http://www.domoquad.com/tf/app/img/pattern.pn');       
}
#middle_wrapper {
        position: relative;
        background: #FFFFFF;
        background-image: url('../img/noise_diag_bg.png');       
}
#bar_wrapper {
        position: relative;
        padding: 20px 0 15px 0;
        background: #FFFFFF;
        background-image: url('../img/noise_diag_bg.png'); 
}
#social_wrapper {
        background: #EEEEEE;      
}
.content_border_top {
        position: absolute; 
        background-image: url('../img/content_border_top.png');
        width: 100%;
        height: 20px;
        left: 0;
        z-index: 5000;                                   
}
.content_border_bottom {
        position: relative;      
        background-image: url('../img/content_border_bottom.png');
        width: 100%; 
        height: 20px; 
        left: 0;
        z-index: 5000;                                                   
}
.content_border_bottom_bottom {
        position: absolute;
        margin-top: -20px;      
        background-image: url('../img/content_border_bottom.png');
        width: 100%; 
        height: 20px; 
        left: 0;
        z-index: 5000;                                                   
}
.content_border_bottom_frontpage {
        position: absolute;
        margin-top: -20px;      
        background-image: url('../img/content_border_bottom.png');
        width: 100%; 
        height: 20px; 
        left: 0;
        z-index: 5000;     
		border-bottom: 2px groove #fff;                                               
}
.two_column {
        min-height: 100px;       
        padding: 30px 0 50px 0;
        border-right: 1px #EEEEEE solid;        
}
.three_column {
        min-height: 100px;
        border-left: 0px #DDDDDD solid;
        padding: 20px;
}
.spotlight_one {
        position: absolute;      
        background-image: url('http://themeforest.quadcodes.com/landing/interactive/img/shadow.png');
        width: 960px; 
        height: 165px;
        margin-top: -10px;
        z-index: 0;
}
.spotlight_two {
        position: absolute;      
        background-image: url('../img/spot2.png');
        width: 960px; 
        height: 50px;
        margin: -92px 0 0 -30px;
        z-index: 0;
}
.spotlight_three {
        position: absolute;      
        background-image: url('http://themeforest.quadcodes.com/landing/interactive/img/shadow.png');
        width: 960px; 
        height: 165px;
        margin: -10px 0 0 -30px;
        z-index: 0;
}
.tour {
        position: relative;
        top: 25px;
        left: 25px;
        width: 412px;
        height: 108px;
        background-image: url('../img/tour.png');
}
#linkbar {
        padding: 5px 0 20px 0;
}
ul.links li {
        float: left;                                     
}
ul.links li a { 
        float: left;
        padding: 8px 20px; 
        text-decoration: none;                       
}
ul.links li a:hover {
        opacity: 0.9;
        filter: alpha(opacity=90);                   
}
ul.links li.browse_title a {
        padding: 8px 20px;
        background-image: url('../img/diogonal_lines_bg.png');
        color: #666666;
        cursor: default;              
}
ul.links li.first a {
        padding: 8px 20px;
        background-color: #000000;
        color: #FFFFFF;              
}
ul.links li.sec a {
        padding: 8px 20px;
        background-color: #CDCDCD;   
        color: #777777;              
}
ul.links li.third a {
        padding: 8px 20px;
        background-color: #EDEDED;  
        color: #666666;               
}
ul.links li.fourth a {
        padding: 8px 20px;
        background-color: #F7F7F7; 
        color: #666666;                
}

/*-----------------------------------------------------------------------------------------------------------*/


/* ///////////////// 5. FOOTER CSS //////////////// */

#footer_wrapper {
        background: #333333;
        color: #FFFFFF;
        background-image: url('../img/diogonal_lines_bg.png');
        border-top: 5px #888 solid;
                  
}
#footer {
        position: relative;
        padding: 30px 0 20px 0;
        z-index: 100;
}
.footer_grid {
        float: left;
        width: 225px;
        margin: 15px 20px 15px 0;
}
.footer_grid_contact {
        float: left;
        width: 440px;
        margin: 15px 20px 15px 0;
}
#footer_links {
	   float:left;
	   width:500px;
}
#footer_contact {
	   float:left;
	   width:440px;
}
ul.footer_links {
        margin: 10px 0 0 0;              
}
ul.footer_links li {
        margin: 10px 0;              
}
ul.footer_links li a {
        color: #AAAAAA; 
        text-decoration: none;             
}
ul.footer_links li a:hover {
        color: #FFFFFF; 
        text-decoration: none;             
}
ul.footer_links_social li {
        float:left;
        margin: 0 10px 0 0; 
        opacity: 1.0;
        filter: alpha(opacity=100);             
}
ul.footer_links_social li:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);             
}
ul.pad {
        margin-bottom: 30px;
}
.fh {
        padding: 0 0 10px 0;
        margin: 0 0 20px 0;
        color:#FFFFFF;
        border-bottom:1px #666 solid;
}
.left {
        float:left;
}
.right {
        float:right;
}
.up {
        margin: 5px 0 0 0;
        padding: 3px 2px 10px 2px;
        background: #222;
        border: 1px #333 solid;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
.up:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
}


/* ///////////////// 5. Form CSS //////////////// */
.input_fname, .input_lname {
        display:inline;
        width: 150px;
        padding: 5px 4px;
        margin: 0 10px 0 0;
        color: #aaa;
        background: #444;
        border: 1px #555 solid;
}
.input_fname:focus, .input_lname:focus {
        color: #fff;
}
.input_email {
        display:block;
        width: 325px;
        padding: 5px 4px;
        margin: 15px 10px 20px 0;
        color: #aaa;
        background: #444;
        border: 1px #555 solid;
}
.input_email:focus {
        color: #fff;
}
.css-arrow-up {
        border-color:transparent transparent #ddd;
        border-style:solid;
        border-width:5px 5px 5px;
        float:left;
        height:0;
        margin:0 7px;
        width:0;
}
ul.footer_links span a {
        color: #FFFFFF;
}

/* ///////////////// 5. BOTTOM CSS //////////////// */

#bottom_wrapper {
        background: #000000;
        color: #FFFFFF;
        border-top: 1px #444 solid;
                  
}
#bottom {
        position: relative;
        padding: 10px 0;
        z-index: 100;
}

/*-----------------------------------------------------------------------------------------------------------*/


/* ///////////////// 6. GALLERY IMAGE HOVER EFFECT CSS //////////////// */

.thumbs {             
        padding: 0 0 15px 25px;
        border-bottom: 1px #DDDDDD solid;
}
.thumbport {
        border: 1px solid #DDDDDD;
        float: left;
        height: 110px;
        margin: 0 9px 9px 0;
        padding: 5px;
        overflow: hidden;
        position: relative;
        width: 190px;
}
.thumbport a {
        display: block;
        position: relative;        
}
.thumbport a img {
        height: 110px;
        left: 0px;
        position: relative;
        top: 0px;
        width: 190px;
}

/* --- Hover image -- */
.thumbport a span {
        position: absolute;
        display: none;
        width: 100%;                
        height: 100%;  
        background-image: url('../img/zoom.png'); 
        background-position: center;
        background-repeat: no-repeat;
        z-index: 100;
}
.shoot a span {
        position: absolute;
        display: none;
        width: 330px;                
        height: 500px;  
        background-image: url('../img/zoom.png'); 
        background-position: center;
        background-repeat: no-repeat;
        z-index: 100;
}

/* --- Hover background -- */
.thumb-background {
        background-color: rgba(0, 0, 0, 0.2);
        color: #FFF;
        text-shadow: #000000 0px 0px 20px;
}
.thumbo-background {
        background-color: rgba(255, 255, 255, 0.2);
        color: #FFFFFF;
        text-shadow: #000000 0px 0px 20px;
}

/*-----------------------------------------------------------------------------------------------------------*/


/* ///////////////// 7. FORM CSS //////////////// */

#contactform {
        padding: 20px 0;
        border-top: 1px #CCCCCC dashed; 
} 
ol.forms {
	   float: left;
	   list-style: none;
	   width: 100%;
}
ol.forms li {
	   clear: left;
	   float: left;
	   line-height: 2.5em;
	   margin-bottom: 0.5em;
	   width: 100%;
}
ol.forms label {
	   cursor: pointer;
	   display: block;
	   float: left;
	   line-height: 2.5em;
	   padding-right: 1%;
	   text-align: right;
	   width: 10%;
}
ol.forms input { 
        width: 39%; 
        padding: 8px; 
        margin-left: 15px;
        border: 1px #DDDDDD solid; 
}
ol.forms input.error_input, ol.forms textarea.error_input { 
        background: #FFFBFB; 
        border: 1px #FF0000 dotted; 
}
ol.forms textarea {
	   height: 10em; 
	   width: 64%;
        padding: 8px;
        margin-left: 15px;
        border: 1px #DDDDDD solid; 
}
ol.forms input:focus, ol.forms textarea:focus {
        background: #FFFFFA
}
ol.forms input, ol.forms textarea, ol.forms button { 
        font: 1em Georgia, "Times New Roman", Times, serif; 
}
ol.forms .error { 
	   display: block;
	   margin: 0 0 0 80px;
        color: #FF0000;
}

ol.forms li.buttons {
	   padding-left: 11%;
	   width: 89%;
}  

/*-----------------------------------------------------------------------------------------------------------*/


/* ///////////////// 8. BUTTON CSS //////////////// */

ul.button_bar {
        padding: 20px 0;
        margin: 20px 0;
        border-top: 1px #CCCCCC dashed;
        border-bottom: 1px #CCCCCC dashed;
        overflow: auto;
}
ul.button_bar li {
        float: left;
        margin: 0 7px;
} 
.button, .button:visited {
        font-family: Arial;
        font-size: 12px; 
        font-weight: bold; 
        line-height: 1; 
        text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	background: #E8591E url('../img/alert-overlay.png') repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #FFFFFF; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
        border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
        margin-top: 5px;
	cursor: pointer;
}
.button:hover {
        background: #2775d6;
        color: #FFFFFF; 
}
.button:active { 
        top: 1px; 
}


/* HEX COLOR VALUES FOR BUTTON */

.green.button, .green.button:visited { 
        background-color: #91BD09; 
}
.green.button:hover { 
        background-color: #749A02; 
}
.blue.button, .blue.button:visited { 
        background-color: #3293D2; 
}
.blue.button:hover { 
        background-color: #007D9A; 
}
.red.button, .red.button:visited { 
        background-color: #E33100; 
}
.red.button:hover { 
        background-color: #872300; 
}
.magenta.button, .magenta.button:visited { 
        background-color: #A9014B; 
}
.magenta.button:hover { 
        background-color: #630030; 
}
.orange.button, .orange.button:visited { 
        background-color: #FF5C00; 
}
.orange.button:hover { 
        background-color: #D45500; 
}
.yellow.button, .yellow.button:visited { 
        background-color: #FFB515; 
}
.yellow.button:hover { 
        background-color: #FC9200; 
}



/*-----------------------------------------------------------------------------------------------------------*/


/* ///////////////// 9. TYPOGRAPHY CSS //////////////// */

h1 {
        margin: 10px 0 10px 0;
        font-family: Calibri, sans-serif;
		font-weight:800;
        font-size: 28px;
        color: #000000;               
        text-shadow: 0px 2px 3px #FFFFFF;             
}
h2 {
	   position: relative;
        margin-top: 5px; 
        font-family: Calibri;
        font-size: 25px;
        color: #555555;              
        text-shadow: 0px 2px 3px #FFFFFF;
        z-index: 10;            
}
h3 {
        font-family: Calibri;
        font-size: 16px;
        color: #000000;        
        text-shadow: 0px 2px 3px #FFFFFF;            
}
.para h3 {
        margin: 10px 0; 
        font-family: Calibri;
        font-size: 16px;
        color: #555555;                 
        text-shadow: 0px 2px 3px #FFFFFF;            
}
h4 {
        margin: 10px 0; 
        font-family: Calibri;
        font-size: 14px;
        color: #000000;                       
        text-shadow: 0px 2px 3px #FFFFFF;            
}
p.note {
        margin: 8px 0;
        font-family: Calibri;
        font-size: 10px;
        color: #888888;        
        line-height: 15px;                   
}
.note_condition {
        position: relative;
        top: -15px;
        margin: 8px; 
        font-family: Calibri;
        font-size: 10px;
        color: #AAAAAA;                                     
}
p {
        font-family: Verdana;
        font-size: 11px;
        color: #777777;
        line-height: 16px;              
}
a { 
        color:#3AC5FF;
        text-decoration: underline;
}
a:hover { 
        color:#018ABB;
        text-decoration: none;  
}
::selection {
        background: #000000; /* Safari */
        color: #FFFFFF;
        }
::-moz-selection {
        background: #000000; /* Firefox */
        color: #FFFFFF;
}


/*-----------------------------------------------------------------------------------------------------------*/


/* ///////////////// 10. RESUME CSS //////////////// */

#resume {
        padding: 0 0 60px 0; 
}
#resume_row_intro {
        border-bottom: 5px #ccc solid;
}
.resume_l_intro {
        width: 120px;
        float: left;
        padding: 20px 0 40px 0;
}
.resume_r_intro {
        float: left;
        width: 600px;
        padding: 20px;
}
img.profile_pic {
        width: 100px;
        height: 100px;
        padding: 5px;
        border: 1px #ddd solid;
        margin: 10px 0;
        background: #F9F9F9;
}
.resume_row {
        border-bottom: 1px #DDDDDD dotted;
}
.resume_l {
        width: 200px;
        float: left;
        padding: 30px 0;
}
.resume_r {
        float: left;
        width: 600px;
        padding: 30px 20px;
        border-left: 1px #DDDDDD dotted; 
}
.resume_r:hover {
        background-image: url('../img/sidebar_bg.png');
        background-repeat: repeat-y;
}  
.resume_below_text {
        width: auto;
        padding: 5px 0px 12px 0;
        margin: -5px 0 0 0;
        border-top: 1px #DDDDDD dotted;
}
.resume_r p.tc {
	   width: 30%;
	   float: left;
	   padding: 10px;
}
.res {
        font-family: Calibri;
        font-size: 15px;
        color: #000000;
        font-weight: bold;
}
ul.resume_list { 
        float: left;
        width: 180px;        
        padding: 10px;
        border-left: 0px #CCCCCC dotted;
}
ul.resume_list li {      
        list-style-image: url("../img/link_marker.gif");      
        margin: 0 0 8px 15px;        
}
ul.resume_list li.parent {
        list-style-image: none;
        font-size: 15px;
        font-weight : light;
        color: #222222; 
        margin: -5px 0 20px 0px;        
}
ul.resume_list li a { 
        text-transform: uppercase;
        font-size: 10px;                
        color: #696969;
        text-decoration: none;
}
ul.resume_list li a:hover {        
        color: #000000;
        text-decoration: underline;
}
/*-----------------------------------------------------------------------------------------------------------*/


/* ///////////////// 11. PROFILE CSS  //////////////// */

#media_container {
    position:relative; 
    margin: 40px auto; 
	width: 100%;  
	padding: 25px 0; 
	border:0px dashed #000000; 
	-moz-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	background: #FFFFFF;
	-moz-box-shadow: 0 0 5px #DDDDDD;
	-webkit-box-shadow: 0 0 5px #DDDDDD;
	box-shadow: 0 0 5px #DDDDDD;
}
#youtube_content {
    margin: auto;
    overflow: hidden;
    width: 750px;
}
/* Social Box ************************************************************ */
/* Mobile Devices */
.social_box_front {
	opacity:1;
}

@media (min-width: 1000px) {
/* Desktops */	
.social_box_front {
	/*border: 2px solid #999;*/
	opacity:0.5;
	max-height:200px;
	overflow:hidden;
	border: solid 0px #fff;
	
	transition: opacity 3s, border 1s, max-height 2.5s;
    -o-transition: opacity 3s, border 1s, max-height 2.5s;
	-webkit-transition: opacity 3s, border 1s, max-height 2.5s;
	-moz-transition: opacity 3s, border 1s, max-height 2.5s;
	
	/*transition-duration:         5.0s;
    transition-delay:            1.5s;
    -o-transition-property:      opacity;
    -o-transition-duration:      5.0s;
    -o-transition-delay:         1.5s;
	-webkit-transition-property: opacity;
    -webkit-transition-duration: 5.0s;
    -webkit-transition-delay:    1.5s;
	-moz-transition-property:    opacity;
    -moz-transition-duration:    5.0s;
    -moz-transition-delay:       1.0s;*/
}
.social_box_front:hover {
	opacity:1;
	max-height:2000px;
	border: solid 1px #fff!important;
	/*transition-property:         opacity;
    transition-duration:         1s,0.5s;
    transition-delay:            1.5s,0s;
    -o-transition-property:      opacity;
    -o-transition-duration:      1s,0.5s;
    -o-transition-delay:         1.5s,0s;
	-webkit-transition-property: opacity;
    -webkit-transition-duration: 1s,0.5s;
    -webkit-transition-delay:    1.5s,0s;
	-moz-transition-property:    opacity;
    -moz-transition-duration:    1s,0.5s;
    -moz-transition-delay:       1.0s,0s;
	-webkit-transition: max-height 3.5s linear;
    -moz-transition: max-height 3.5s linear;
    transition: max-height 3.5s linear;*/
}
}
.social_box_front > h1 {
	text-align: center;
	padding:10px 0 0 0;
	margin-bottom:10px;
	border-bottom:0px solid #000;
}
/* NEW STYLES */
.slider_shadow {
width: 940px;
left: 0px!important;
bottom: -10px!important;
}
#slider {
position: relative!important;
width: 940px!important;
padding: 30px 0 30px 0!important;
}