/*  
Theme Name: IEEE
Theme URI: http://www.sixhalfdozen.com/
Version: 1.0.0
Author: 6HD
Author URI: http://www.sixhalfdozen.com/
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: 14px/150% "proxima-nova",sans-serif;
	color: #666;
	background: #E7E7E7;
}
a {
	color: #579399;
	outline: none;
	text-decoration: underline;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
p:last-child {
	margin: 0;
	padding: 0;
}
small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
.bg-white{
	background: #FFFFFF;
	width: 100%;
	min-width: 978px;
}
.bg-red{
	background: #990A36;
	width: 100%;
	min-width: 978px;
	padding: 25px 0;
}
.color-white{
	color: #FFFFFF;
}
/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 0 0 15px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=email], input[type=tel], textarea, input[type=search], input[type=email] {
	background: #FFFFFF;
	border: solid 1px #ddd;
	padding: 6px 10px;
	-webkit-appearance: none;
	font-size: 90%;
	line-height: 150%;
	margin: 10px 0;
}
.full-width input[type=text], .full-width input[type=search], .full-width input[type=email], .full-width input[type=tel] {
	width: 455px;
}

.full-width input[type=text]{
	width: 96%;
}
/* text area */
.full-width textarea {
	line-height: 150%;
	width: 96%;
}

/* form input:focus */
textarea:focus, input[type=email]:focus, input[type=text]:focus,, input[type=tel]:focus, input[type=search]:focus , input[type=email]:focus {
	outline: none;
	background: #f9f9f9;
}

/* form button */
input[type=reset], input[type=submit], button{
	background: #206E8A;
	color: #fff;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
}
.tribe-events-button {
	background: #206E8A!important;
	color: #fff;
	border: none;
	padding: 7px 20px!important;
	cursor: pointer!important;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	border-radius: 5px!important;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover, .tribe-events-button:hover {
	background: #000;
	color: #fff;
}
.tribe-events-button:hover {
	background: #000!important;
	color: #fff!important;
}


.wpcf7-submit{
	font-family: "museo-slab",serif!important;
	color: #206E8A!important;
	background: transparent!important;
	padding: 5px 15px!important;
	border: 1px solid #206E8A!important;
	text-decoration: none!important;	
}
.wpcf7-submit:hover{
	border: 1px solid #000000!important;
	color: #000000!important;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
/* main page width */
.pagewidth {
	width: 978px;
	margin: 0 auto;
}

/* content */
#content {
	width: 583px;
	float: right;
	padding: 25px 0 40px 0;
	display: none;
}

/* sidebar */
#sidebar {
	width: 370px;
	float: left;
	padding: 25px 0 40px 0;
	display: none;
}


/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 125px;
}
#header-image{
	width: 100%;
	min-width: 978px;
	height: 200px;
	background: url('images/header-image-default.jpg') no-repeat center center;
	background-size: cover;
}
/* 
SITE LOGO
================================================ */
#site-logo {
	position: absolute;
	top: 30px;
	left: 340px;
	margin: 0;
	text-decoration: none;
	display: block;
	width: 300px;
	height: 40px;
	background: url('images/logo.jpg') no-repeat center center;
	background-size: cover;
}

#site-logo:hover {
	text-decoration: none;
}

#slideshow{
	width: 100%;
	min-width: 978px;
	height: 400px;
	overflow: hidden;
}
.slide{
	width: 100%;
	min-width: 978px;
	height: 400px;
}
.slide1{
	background: url('images/slide1.jpg') no-repeat center center;
	background-size: cover;
}
.slide2{
	background: url('images/slide2.jpg') no-repeat center center;
	background-size: cover;
}
.slide-content{
	position: relative;
}
.slide-content-block{
	position: absolute;
	top: 40px;
	right: 18px;
	width: 375px;
	padding: 25px 25px 75px 25px;
	background: url('images/bg_slide.png') no-repeat bottom center;
}
.tilte-slide-content-block{
	font-family: "museo-slab",serif;
	font-size: 20px;
    line-height: 120%;
    font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 15px 0;
}
.content-slide-content-block{
	font-size: 16px;
    line-height: 120%;
    font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 0 25px;
}
.link-slide-content-block{
	font-family: "museo-slab",serif;
	color: #FFFFFF;
	padding: 5px 15px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}
.link-slide-content-block:hover{
	border: 1px solid #E7E7E7;
	color: #E7E7E7;
}
/* 
MAIN NAVIGATION
================================================ */
#main-nav-wrap{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0%;
	bottom: -15px;
	z-index: 100;
	width: 100%;
	height: 28px;
	overflow: hidden;
	background: url('images/bg-menu.png') no-repeat center center;
}
#main-nav {
	text-align: center;
	margin: 0;
	padding: 0 0 0 9%;
	width: 91%;
	overflow: hidden;
}

#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

/* main level link */
#main-nav a {
	display: block;
	padding: 5px 22px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "museo-slab",serif;
	font-size: 12px;
}
#main-nav li:last-child a {
	padding: 5px 0px 5px 22px;
}
/* main level link :hover */
#main-nav a:hover {
	color: #E7E7E7;
}

/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	color: #E7E7E7;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #FFFFFF;
}


/************************************************************************************
BLOCK BENEFITS
*************************************************************************************/
.bg-blue{
	width: 100%;
	min-width: 978px;
	background: #0E4559;
}
#block-benefits{
	padding: 40px 0 25px 0;
	position: relative;
}
.title-benefits{
	position: absolute;
	left: 0;
	top: -15px;
	height: 32px;
	width: 978px;
	overflow: hidden;
	text-align: center;
	background: url('images/bg-menu.png') no-repeat center center;
	color: #FFFFFF;
	line-height: 200%;
	font-size: 16px;
	font-family: "museo-slab",serif;
	letter-spacing: 2px;
}
.content-benefits{
	padding: 0 0 0 230px;
	background: url('images/img_benefits.png') no-repeat center left;
	color: #FFFFFF;
}
/************************************************************************************
TWITTER
*************************************************************************************/
#block-twitter{

}
.content-twitter{
	padding: 25px 0 25px 230px;
	background: url('images/img_twitter.png') no-repeat 50px 0px;
	color: #206E8A;	
	min-height: 70px;
}

/************************************************************************************
SURVEY
*************************************************************************************/
.wpss .wpss-progress-bar, .wpss fieldset{
	border: none!important;
}
.wpss_prev_next a{
	font-family: "museo-slab",serif;
    color: #206E8A;
    padding: 5px 15px;
    border: 1px solid #206E8A;
    text-decoration: none;
}
.wpss .wpss-progress-bar{
	background-color: #FFFFFF!important;
	padding: 0px!important;
}
.wpss .wpss-progress-bar span {
    display: block;
    height: 100%;
    width: 0;
    background-color: #206E8A!important;
}
.wpss-question{
	font-weight: bold;
	color: #206E8A;
	border-bottom: 1px solid #000000;
}
.wpss .answers{
	margin: 25px 0 0 0;
}
/************************************************************************************
SCHEDULE PAGE
*************************************************************************************/
.bg-red .page-title, .bg-red {
	color: #FFFFFF;
	text-align: center;
}


/************************************************************************************
SCHEDULE
*************************************************************************************/
#block-schedule{
	padding: 25px 0;
}
.title-schedule{
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 2px;
	font-family: "museo-slab",serif;
}
/************************************************************************************
EVENTS
*************************************************************************************/
#content-full-width{
	padding: 25px 0 40px 0;
}
.tribe-events-back, .tribe-events-cost, .tribe-events-divider, .tribe-events-sub-nav, .ecs-all-events, .tribe-events-event-image{
	display: none!important;
}
.tribe-events-single-event-title{
    margin: 0 0 15px!important;
    padding: 0;
    font-family: "museo-slab",serif;
    color: #206E8A;
    text-transform: uppercase;
    font-size: 20px!important;
    line-height: 120%!important;
    font-weight: bold;
}
.tribe-events-schedule h2{
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
.single-tribe_events .tribe-events-event-meta {
    background: transparent!important;
    border: none!important;
    margin: 15px 0 0 0!important;
}
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group{
	padding: 0 3% 0 0!important;
}
.single-tribe_events .page-title{
	margin: 0;
}
.tribe-events-notices {
    background: #0E4559!important;
    border: none!important;
    color: #FFFFFF!important;
    margin: 0 0 15px!important;
    padding: 8px 35px 8px 14px;
    text-shadow: none!important;
    -webkit-border-radius: none!important;
    border-radius: none!important;
}
.shd-event-list{
	margin: 0!important;
	list-style-type: none!important;
}
.shd-event-list li{
	padding: 10px!important;
	margin: 0px!important;
	float: left;
	width: 44%;
}
.ecs-event-list{
	margin: 0!important;
	list-style-type: none!important;
}
.ecs-event-list li{
	padding: 2% 5%;
	margin: 0px!important;
}
.ecs-event-list li:nth-child(odd){
	background: #FFFFFF;
}
.ecs-event .entry-title{
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
	float: right;
	width: 53%;
}
.tribe-events-single-event-description a{
	font-family: "museo-slab",serif;
	color: #206E8A;
	padding: 5px 15px;
	border: 1px solid #206E8A;
	text-decoration: none;	
}
.tribe-events-single-event-description a:hover{
	border: 1px solid #000000;
	color: #000000;
}
/************************************************************************************
HOME
*************************************************************************************/
.image-sidebar-block-home{
	display: block;
	width: 370px;
	height: 230px;
	background: url('images/flag.jpg') no-repeat center center;
	background-size: cover;
}
#upcoming-schedule-block{
	margin: 25px 0;
	padding: 0;
	color: #FFFFFF;
	text-align: center;
	list-style-type: none;
}
#upcoming-schedule-block li{
	float: left;
	margin: 0 2% 0 0;
	width: 32%;
	min-height: 390px;
	background: url(images/bg-home-schedule.png) no-repeat center bottom;
}
#upcoming-schedule-block li:last-child{
	margin: 0;
}


.button-subscribe{
	display: block;
	width: 75px;
margin: 15px auto 0px auto;
}
.button-subscribe-header{
	display: block;
	width: 75px;
	position: absolute;
	top: 40px;
	right: 130px;
	color: #0E4559;
	border: 1px solid #0E4559;
}
/************************************************************************************
MEMBERS PAGE
*************************************************************************************/

#members-list-wrap{
	border-top: 1px solid #000000;
}
.link-blue{
	font-family: "museo-slab",serif;
	color: #206E8A;
	padding: 5px 15px;
	border: 1px solid #206E8A;
	text-decoration: none;
}
.link-blue:hover{
	border: 1px solid #0E4559;
	color: #0E4559;
}
.single-member{
	float: left;
	width: 46%;
	padding: 20px 2%;
}
.single-member:nth-child(4n+1), .single-member:nth-child(4n+2){
	background: #FFFFFF;
}
/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 15px;
	padding: 0;
	font-family: "museo-slab",serif;
	color: #206E8A;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 120%;	
	font-weight: bold;
}
.upcoming-events-featured{
	list-style-type: none;
	background: #FFFFFF;
	margin: 10px 0 5px 0 ;
	padding: 10px;
	display: none;
}
.upcoming-events-featured li{
	margin: 0 0 10px 0;
}
.upcoming-events-featured li:last-child{
	margin: 0;
}
.color-red{
	color: #990A36;
	cursor: pointer;
}
.red-arrow{

}
/************************************************************************************
POST
*************************************************************************************/
.post {
	margin-bottom: 50px;
}
.post:last-child {
	margin-bottom: 0px;
}

/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	margin: 0 0 5px;
	padding: 0;
}
.post-title a {
}

/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	margin: 0 0 7px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-comment a {
	background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #000;
}
.pagenav .current {
	text-decoration: none;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #333;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #000;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.sidebar-block{
	background: url('images/bg-sidebar.png') no-repeat bottom center;
	padding: 0 0 70px 0;
}
.image-sidebar-block{
	display: block;
	width: 370px;
	height: 230px;
	border-bottom: 4px solid #E7E7E7;
	background: url('images/sidebar_image_default.jpg') no-repeat center center;
	background-size: cover;
}
.tilte-sidebar-block{
	color: #FFFFFF;
	text-align: center;
	padding: 25px 15px 10px 15px;
	font-family: "museo-slab",serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
}
.content-sidebar-block{
	color: #FFFFFF;
	text-align: center;
	padding: 0px 15px;
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	padding: 25px 0;
	clear: both;
}




/* footer text */
.footer-text {
	font-size: 100%;
	clear: both;
	text-align: center;
}
.font-size-125{
	font-size: 125%;
}
#header #social-buttons-wrap{
	width: 120px;
	min-height: 30px;
    padding: 0;
    list-style-type: none;	
	position: absolute;
	top: 40px;
	right: 0;
}
#social-buttons-wrap {
	width: 185px;
	min-height: 35px;
    margin: 0 auto 25px auto;
    padding: 0;
    list-style-type: none;
}
#header #social-buttons-wrap li {
    margin: 0 5px;
    padding: 0;
    float: left;
}
#social-buttons-wrap li {
    margin: 0 15px;
    padding: 0;
    float: left;
}
.social-button {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px!important;
	line-height: 200%!important;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;		
}
.social-button:hover{
	color: #990A36;
}
.fb{
	background: #547BB6;
}
.tw{
	background: #78C5E9;
}
.ln{
	background: #1380C1;
}
/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }

#wp-admin-bar-wp-logo, #wp-admin-bar-comments, #wp-admin-bar-customize{
	display: none;
}

@media screen and (max-width: 970px) {

	#header, .slide-content{
		display: none;
	}
	#slideshow, .slide, #header-image, .bg-white, .bg-red, .bg-blue{
		min-width: 100%;
	}
	#slideshow{
		height: 200px;
	}
	#content, #block-benefits, #block-twitter{
		width: 90%;
		padding: 10% 5%;
	}
	#sidebar{
		width: 90%;
		padding: 0% 5% 10% 5%;
	}
	.footer-text{
		width: 90%;
		padding: 2% 5%;
	}
	.title-benefits{
		background: #1F6D89;
		line-height: 40px;
		height: auto;
	}
	.content-benefits{
		padding: 40px 0 0 0;
		background: none;
	}
	.title-benefits, .pagewidth{
		width: 100%;
	}
	.link-slide-content-block{
		padding: 5px;
	}
	.image-sidebar-block-home, .image-sidebar-block{
		width: 100%;
	}
	#upcoming-schedule-block li, #upcoming-schedule-block li:last-child{
		width: 90%;
		margin: 2% 5%;
		background-size: cover;
	}
	.sidebar-block{
		background-size: cover;
		padding: 0 0 20% 0;
	}
	.single-member{
		width: 90%;
		padding: 5%;
	}
	.single-member:nth-child(4n+1), .single-member:nth-child(4n+2) {
		background: none;
	}	
	.single-member:nth-child(odd){
		background: #FFFFFF;
	}
	input[type=text], input[type=search], input[type=email], input[type=tel], .full-width textarea, .full-width input[type=text] {
		width: 80%;
		min-width: 80%;
		margin: 2% 5%;
		padding: 1% 4%;
	}	
	form .left, form .right{
		float: none;
	}
	input[type=reset], input[type=submit], button{
		margin: 0% 5% 5% 5%;
	}
	#content-full-width {
    padding: 5%;
	}
	.content-twitter{
		background: none;
		padding: 0;
	}
	
}