@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body {
	background-image: url(images/background-gradient.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	background-color: #000000;
	margin: 0px;
	font-size: 14px;
	color:#000000;
	}
	
	img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

.social {
	position:relative; 
	transition:left 0.7s;
  -webkit-transition:left 0.7s;
  -moz-transition: left 0.7s;
}

.social:hover { 
	left: 15px;
}

.shadow
 {
	-webkit-box-shadow: -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
	-moz-box-shadow:    -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
	box-shadow:         -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
 }
 
a:link {
	color: #20d6ea;
	text-decoration: none;
}

a:visited {
	color: #20d6ea;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: underline;
}

h1 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	text-align: left;
}
h2 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	text-align: left;
}
.widget-title {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: bold;
	font-size: 18px;
	color: #20d6ea;
	text-align: left;
}
input, textarea {
    margin-top: 5px;
	margin-bottom: 5px;
}

/* Mobile Layout: 640px and below. */
  
#top-line {
	width: 100%;
	height: 5px;
	background-color: #20d6ea;
	float: left;
	margin: auto;
	clear: none;
	float: none;
	overflow:auto;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
#wrapper { 
 	width:100%;
	text-align: center;
	margin:0px auto;
	background-image: url(images/background-image.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	overflow:auto;
}
#main_holder {
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin:0px auto;
	display: block;
	}
#main-left {
	width: 90%;
	height: 100%;
	text-align: left;
	font-size: 14px;
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	}
#main-right {
	width: 95%;
	height: 100%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	text-align: left;
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 10px;
	float: left;
	}
#content-holder {
	width: 94%;
	text-align: left;
	height: 100%;
	float:left;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	padding-right: 3%;
	background-image: url(images/background-content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	-webkit-box-shadow: -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
	-moz-box-shadow:    -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
	box-shadow:         -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
 }
#nav-holder
 {
	width: 96%;
	text-align: left;
	height: 100%;
	float:left;
	padding: 2%;
	padding-bottom: 4%;
	background-image: url(images/background-content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	-webkit-box-shadow: -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
	-moz-box-shadow:    -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
	box-shadow:         -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
	 }
 #nav
 {
	width: 100%;
	text-align: left;
	height: 40px;
	float:left;
	position:relative;
	margin-bottom: 65px;
 }
#navmenu ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
	font-size: 12px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: bold;
	display: block;
	}
#navmenu li {
	display: block;
	line-height: 50px; /* this should be the same as your #navmenu height */
	height: 50px; /* this should be the same as your #navmenu height */
	margin: 0; padding: 0; /* only needed if you don't have a reset */
	position: relative;
	float: left;
	width: 29.2%;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	}
#navmenu ul li a {
	text-decoration: none;
	color: #ffffff;
	margin: 0;
	display: block;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #20d6ea;
	}
#navmenu .current-menu-item a, #navmenu .current_page_item a {
	color: #ffffff;
}

#navmenu a:hover {
	color: #ffffff;
	/*background-color: #20d6ea; */
	padding-top: 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
	
#navmenu ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 50px; /* this should be the same height as the top level menu -- height + padding + borders */
	line-height: 50px;
}
#navmenu ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 16.66%; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}
#navmenu ul ul li a { /* target all sub menu item links */
		padding: 0 15px; /* give our sub menu links a nice button feel */
}
#navmenu ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
	color: #ffffff;
	-webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.40);
	-moz-box-shadow:    0px 15px 15px 0px rgba(0, 0, 0, 0.40);
	box-shadow:         0px 15px 15px 0px rgba(0, 0, 0, 0.40);
}
#navmenu ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 200px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */
	border-bottom: 1px solid #ffffff;
}

#social {
	width: 93%;
	height: 35px;
	border-bottom: 1px solid #20d6ea;
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 3%;
	margin-left: 2%;
	margin-right: 2%;
}

#menu-container div{
    height: 35px;
    width: 400px;
    color:#ccc;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	clear: both;
}

#menu-container div:hover{
    color:#fff;
    left: 15px;
    padding-left: -15px;
}

#dividor {
	width: 96%;
	height: 1px;
	border-bottom: 1px solid #20d6ea;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}

#delimiter { clear: both; }

#footer_holder { 
	width:100%;
	margin:0px auto;
	text-align: center;
	height: 350px;
	border-top: 1px solid #20d6ea;
	background-image: url(images/background-footer.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	background-color: #000000;
	}
#footer { 
	width: 100%;
	margin:0px auto;
	text-align: left;
	height: 35px;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	padding-top: 15px;
	margin-bottom: 20px;
	}	
#footer-sidebar {
display:block;
height: 250px;
}
#footer-sidebar-col {
width: 100%;
float: left;
}
#footer-sidebar1 {
float: left;
width: 90%;
margin-left: 5%;
margin-right: 5%;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: normal;
}
#footer-sidebar2 {
float: left;
width: 90%;
margin-left: 5%;
margin-right: 5%;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: normal;
}
#footer-sidebar3 {
float: left;
width: 90%;
margin-left: 5%;
margin-right: 5%;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: normal;
}
#footer-sidebar4 {
float: left;
width: 90%;
margin-left: 5%;
margin-right: 5%;
margin-bottom: 20px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: normal;
}
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* Tablet Layout: 641px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 641px) {

#top-line {
	width: 100%;
	height: 5px;
	background-color: #20d6ea;
	float: left;
	margin: auto;
	clear: none;
	float: none;
	overflow:auto;
}
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
#wrapper { 
 	width:100%;
	text-align: center;
	margin:0px auto;
	background-image: url(images/background-image.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	overflow:auto;
}
#main_holder {
	width: 100%;
	text-align: center;
	margin:0px auto;
	display: block;
	}
#main-left {
	width: 42.5%;
	height: 100%;
	text-align: left;
	font-size: 14px;
	color: #ffffff;
	padding-top: 35px;
	padding-bottom: 10px;
	float: left;
	padding-left: 2.5%;
	padding-right: 2.5%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	}
#main-right {
	width: 50%;
	height: 100%;
	padding-left: 0;
	padding-right: 2.5%;
	text-align: left;
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 10px;
	float: right;
	}
#content-holder {
	width: 94%;
	text-align: left;
	height: 100%;
	float:left;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	padding-right: 3%;
	background-image: url(images/background-content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	-webkit-box-shadow: -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
	-moz-box-shadow:    -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
	box-shadow:         -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
 }
#nav-holder
 {
	width: 96%;
	text-align: left;
	height: 100%;
	float:left;
	padding: 2%;
	padding-bottom: 4%;
	background-image: url(images/background-content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	-webkit-box-shadow: -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
	-moz-box-shadow:    -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
	box-shadow:         -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
 }
 #nav
 {
	width: 100%;
	text-align: left;
	height: 50px;
	float:left;
	position:relative;
	margin-bottom: 65px;
 }
#navmenu ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
	font-size: 12px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: bold;
	display: block;
	}
#navmenu li {
	display: block;
	line-height: 50px; /* this should be the same as your #navmenu height */
	height: 50px; /* this should be the same as your #navmenu height */
	margin: 0; padding: 0; /* only needed if you don't have a reset */
	position: relative;
	float: left;
	width: 29.2%;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	}
#navmenu ul li a {
	text-decoration: none;
	color: #ffffff;
	margin: 0;
	display: block;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #20d6ea;
	}
#navmenu .current-menu-item a, #navmenu .current_page_item a {
	color: #ffffff;
}

#navmenu a:hover {
	color: #ffffff;
	/*background-color: #20d6ea; */
	padding-top: 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
	
#navmenu ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 50px; /* this should be the same height as the top level menu -- height + padding + borders */
	line-height: 50px;
}
#navmenu ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 16.66%; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}
#navmenu ul ul li a { /* target all sub menu item links */
		padding: 0 15px; /* give our sub menu links a nice button feel */
}
#navmenu ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
	color: #ffffff;
	-webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.40);
	-moz-box-shadow:    0px 15px 15px 0px rgba(0, 0, 0, 0.40);
	box-shadow:         0px 15px 15px 0px rgba(0, 0, 0, 0.40);
}
#navmenu ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 200px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */
	border-bottom: 1px solid #ffffff;
}

#social {
	width: 93%;
	height: 35px;
	border-bottom: 1px solid #20d6ea;
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 3%;
	margin-left: 2%;
	margin-right: 2%;
}

#menu-container div{
    height: 35px;
    width: 400px;
    color:#ccc;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	clear: both;
}

#menu-container div:hover{
    color:#fff;
    left: 15px;
    padding-left: -15px;
}

#dividor {
	width: 96%;
	height: 1px;
	border-bottom: 1px solid #20d6ea;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}

#delimiter { clear: both; }

#footer_holder { 
	width:100%;
	margin:0px auto;
	text-align: center;
	height: 350px;
	border-top: 1px solid #20d6ea;
	background-image: url(images/background-footer.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	background-color: #000000;
	}
#footer { 
	width: 100%;
	margin:0px auto;
	text-align: left;
	height: 35px;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	padding-top: 15px;
	}	
#footer-sidebar {
display:block;
height: 250px;
}
#footer-sidebar-col {
width: 100%;
float: left;
}
#footer-sidebar1 {
float: left;
width: 45%;
margin-left: 2.5%;
margin-right: 2.5%;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: normal;
}
#footer-sidebar2 {
float: left;
width: 45%;
margin-left: 2.5%;
margin-right: 2.5%;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: normal;
}
#footer-sidebar3 {
float: left;
width: 45%;
margin-left: 2.5%;
margin-right: 2.5%;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: normal;
}
#footer-sidebar4 {
float: left;
width: 45%;
margin-left: 2.5%;
margin-right: 2.5%;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: normal;
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

#top-line {
	width: 100%;
	height: 5px;
	background-color: #20d6ea;
	float: left;
	margin: auto;
	clear: none;
	float: none;
	overflow:auto;
}
.gridContainer {
	width: 100%;
	max-width: 1400px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	overflow:auto;
}
#wrapper { 
 	width:100%;
	text-align: center;
	margin:0px auto;
	background-image: url(images/background-image.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	overflow:auto;
}
#main_holder {
	width: 100%;
	text-align: center;
	max-width: 980px;
	margin:0px auto;
	display: block;
	}
#main-left {
	width: 40%;
	height: 100%;
	text-align: left;
	font-size: 14px;
	color: #ffffff;
	padding-top: 35px;
	padding-bottom: 30px;
	float: left;
	padding-left: 2.5%;
	padding-right: 7.5%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	}
#main-right {
	width: 50%;
	height: 100%;
	padding-right: 0%;
	text-align: left;
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 30px;
	float: right;
	}
#content-holder {
	width: 94%;
	text-align: left;
	height: 100%;
	float:left;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 3%;
	padding-right: 3%;
	background-image: url(images/background-content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	-webkit-box-shadow: -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
	-moz-box-shadow:    -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
	box-shadow:         -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
 }
#nav-holder
 {
	width: 96%;
	text-align: left;
	height: 100%;
	float:left;
	padding: 2%;
	padding-bottom: 4%;
	background-image: url(images/background-content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	-webkit-box-shadow: -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
	-moz-box-shadow:    -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
	box-shadow:         -10px 10px 20px 5px rgba(32, 214, 234, 0.20);
 }
 #nav
 {
	width: 100%;
	text-align: left;
	height: 30px;
	float:left;
	position:relative;
	margin-bottom: 65px;
 }
#navmenu ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
	font-size: 12px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: bold;
	display: block;
	}
#navmenu li {
	display: block;
	line-height: 50px; /* this should be the same as your #navmenu height */
	height: 50px; /* this should be the same as your #navmenu height */
	margin: 0; padding: 0; /* only needed if you don't have a reset */
	position: relative;
	float: left;
	width: 12.66%;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	}
#navmenu ul li a {
	text-decoration: none;
	color: #ffffff;
	margin: 0;
	display: block;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #20d6ea;
	}
#navmenu .current-menu-item a, #navmenu .current_page_item a {
	color: #ffffff;
}

#navmenu a:hover {
	color: #ffffff;
	/*background-color: #20d6ea; */
	padding-top: 10px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
	
#navmenu ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 50px; /* this should be the same height as the top level menu -- height + padding + borders */
	line-height: 50px;
}
#navmenu ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	width: 16.66%; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}
#navmenu ul ul li a { /* target all sub menu item links */
		padding: 0 15px; /* give our sub menu links a nice button feel */
}
#navmenu ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
	color: #ffffff;
	-webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.40);
	-moz-box-shadow:    0px 15px 15px 0px rgba(0, 0, 0, 0.40);
	box-shadow:         0px 15px 15px 0px rgba(0, 0, 0, 0.40);
}
#navmenu ul ul li ul {
	/* target all second, third, and deeper level sub menus */
	left: 200px; /* this needs to match the sub menu width set above -- width + padding + borders */
	top: 0; /* this ensures the sub menu starts in line with its parent item */
	border-bottom: 1px solid #ffffff;
}

#social {
	width: 93%;
	height: 35px;
	border-bottom: 1px solid #20d6ea;
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 3%;
	margin-left: 2%;
	margin-right: 2%;
}

#menu-container div{
    height: 35px;
    width: 400px;
    color:#ccc;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 3%;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	clear: both;
}

#menu-container div:hover{
    color:#fff;
    left: 15px;
    padding-left: -15px;
}

#dividor {
	width: 96%;
	height: 1px;
	border-bottom: 1px solid #20d6ea;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}

#delimiter { clear: both; }

#footer_holder { 
	width:100%;
	margin:0px auto;
	text-align: center;
	height: 350px;
	border-top: 1px solid #20d6ea;
	background-image: url(images/background-footer.jpg);
	background-repeat: repeat-x;
	background-position:center top;
	background-color: #000000;
	}
#footer { 
	width: 100%;
	max-width: 980px;
	margin:0px auto;
	text-align: left;
	height: 35px;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	padding-top: 15px;
	}
#footer-sidebar-col {
width: 50%;
float: left;
}
#footer-sidebar {
display:block;
height: 250px;
}

#footer-sidebar1 {
float: left;
width: 45%;
margin-left: 2.5%;
margin-right: 2.5%;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: normal;
}
#footer-sidebar2 {
float: left;
width: 45%;
margin-left: 2.5%;
margin-right: 2.5%;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: normal;
}
#footer-sidebar3 {
float: left;
width: 45%;
margin-left: 2.5%;
margin-right: 2.5%;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: normal;
}
#footer-sidebar4 {
float: left;
width: 45%;
margin-left: 2.5%;
margin-right: 2.5%;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: normal;
}
	  
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}