/*
Theme Name: connec_teen
Author: SOS Media Corp.
Author URI: http://www.sosmediacorp.com/
Version: 1.0
Text Domain: connec_teen

*/

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Istok Web", Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #ca3c08;
	text-decoration: none;
}


a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #F13B3F;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Istok Web, Georgia, serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
font-size: 30px;
margin: 25px 0;
color: #F13B3F;
}

h3 {
font-size: 18px;
margin: 22px 0;
color: #00A6ED;
font-weight: 100;
display:inline-block;
}
#about-us h3 {
text-align: center;
text-transform: uppercase;
font-weight: bold;
display:block;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
font-size: 18px;
font-style: italic;
margin: 24px 110px;
color: #EF3F42;
background: url(images/quote.gif) 0 0 no-repeat;
padding-left: 60px;
padding-top: 15px;
max-width: 60%;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}



/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
margin: 0;
font-size: 20px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
footer button, footer input, footer textarea {
border: 2px solid #DADADA;
border-bottom: 0;
border-right: 0;
font-family: inherit;
padding: 8px 5px;
}

input, textarea {
border: 1px solid #aaa;
font-family: inherit;
padding: 8px 5px;
}


input,
textarea {
	color: #141412;
}

input:focus, textarea:focus {
border-color: #72CDF4;
outline: 0;
}

/* Buttons */
button, input[type="submit"], input[type="button"], input[type="reset"] {
display: inline-block;
padding: 11px 24px 10px;
border: 0;
background: #F13B3F;
color: #fff;
text-decoration: none;
border-bottom: 2px solid #CF1F23;
}


button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	color: #fff;
	background: #D72125;
	border-color: #B61014;
	outline: none;
}


.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #646464;
	font-size: 13px;
	background: #F5F5F5;
	margin: 0 0 24px;
	border: 1px solid #CFCFCF;
	padding: 5px 10px;
	margin-top: 1px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	margin: 0 auto;
	max-width: 950px;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/*Homepage*/
/*Tiles*/
.last {
margin-right: 0 !important;
}
.tile-posts li {
width: 32.5%;
display: table-cell;
float: left;
margin-right: 1%;
height: 310px;
margin-bottom: 1%;
position: relative;
overflow: hidden;
}

ul.tile-posts {
padding: 0;
margin: 20px 0;
}

.tile-posts a.thumb {
width: 100%;
height: 100%;
display: block;
position: absolute;
z-index: 100;
outline: none;
}
.tinfo {
position: absolute;
top: 0;
left: 0;
padding: 20px;
width: 100%;
height: 100%;
}

.dynamic .tinfo {
z-index: 200;
top: 100%;
}

li#funders {
margin-right: 0;
width: 66%;
height: 155px;
background: #fff;
padding: 0 20px;
}
#funders h3 {
font-size: 25px;
margin: 25px 0 5px 0;
color: #333;
}
li#funders table {
border: 0;
margin: 0;
}
#funders td {
border: 0;
}
.entry-content td img {
margin: 0 !important;
}
a.title h3 {
color: #fff;
text-transform: uppercase;
line-height: 1.2;
font-weight:bold;
}

.tinfo.blog a.title h3 {
color: #333;
font-size: 22px;
font-weight: bold;
}

.single a.title h3 {
margin: 0;
color: #fff;
font-size: 18px;
font-weight: 100;
text-transform: none;
}
.single a.title {
display: block;
padding: 7px 15px;
position: absolute;
bottom: 0;
left: 0;
text-decoration: none;
background: #36241d;
z-index: 120;
}

.tinfo.peer-talk {
background: #1cc55f;
}

.tinfo.quiz {
background: #00aced;
}

.tinfo.blog {
	background:#fff;
}


.tile-posts #border {
border: 7px solid #333;
background: url(images/active-thumb.png) right top no-repeat;
position: absolute;
width: 100%;
height: 100%;
z-index: 300;
display:none;
}
.tile-posts li:hover #border {
	display:block;
}
span.tinfo h3 {
color: #fff;
text-transform: uppercase;
font-size: 35px;
font-weight:bold;
}
span.excerpt {
color: #fff;
width: 65%;
display: inline-block;
line-height: 1.3;
}
.excerpt {
	line-height: 1.3;
}

li#partners {
height: 155px;
background: url(images/partners.jpg) 0 0 no-repeat;
}
#partners h3 {
display: block;
padding: 7px 15px;
position: absolute;
bottom: 0;
left: 0;
text-decoration: none;
background: #00b3c7;
z-index: 120;
margin: 0;
color: #fff;
font-size: 18px;
font-weight: 100;
text-transform: none;
}

li#donate a.thumb h3 span {
display: block;
color: #000;
}
li#donate a.thumb h3 {
padding: 55px;
color: #fff;
font-weight: bold;
font-size: 0;
}
li#donate a.thumb {
background: url(images/donate-show-you-care.jpg) 0 0 no-repeat;
}
a.thumb {
	text-decoration: none;
}
.search .hentry {
padding: 0 0 10px 0;
}



/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
 div#page {
 padding-top: 20px;
 }
 .right-span {
 max-width: 32.1%;
 display: inline-block;
 vertical-align: top;
 width: 100%;
 }
 .search-form .search-submit, .search-form .search-submit:hover {
 display: inline-block;
 background: url(images/search.gif) center no-repeat;
 border: none;
 font-size: 0;
 width: 50px;
 height: 50px;
 border-radius: 0;
 }
 #search label {
width: 83%;
display: inline-block;
margin: 0;
}
#search input.search-field {
border: 2px solid #00ACED;
height: 50px;
width: 100%;
display: inline-block;
margin: 0;
}
#search .search-form .search-submit, .search-form .search-submit:hover {
display: inline-block;
background: url(images/search.gif) center no-repeat;
border: none;
font-size: 0;
width: 16%;
height: 50px;
border-radius: 0;
margin: 0;
vertical-align: top;
margin-left: -5px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ddd;
    font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ddd;
   opacity:  1;
   font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ddd;
   opacity:  1;
   font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #ddd;
   font-style: italic;
}

div#chat {
background: #F13B3F;
display: inline-block;
vertical-align: top;
width: 100%;
height: 310px;
margin-top: 10px;
}

div#chat-cont {
margin: 30px auto 0 auto;
display: block;
width: 260px;
}
#chat h2 {
color: #fff;
padding: 10px 20px 0;
font-size: 35px;
}
a#hlStartMessaging {
color: #fff !important;
}

 /*Slider*/
 div#slider {
 max-width: 66.3%;
 display: inline-block;
 margin-right: 1%;
 width: 100%;
 }

 /*Custom top*/
 div#top-info {
 background: #f13b3f;
 }
 div#top-wrap {
 margin: 0 auto;
 max-width: 950px;
 width: 100%;
 color: #fff;
 font-size: 18px;
 }
 div#text-2, div#nav_menu-2 {
 margin: 0;
 max-width: 20%;
 display: table-cell;
 float: left;
 }
 div#text-2 {
 padding: 4px 0;
 max-width: 80%;
 text-align: right;
 }

 /*Social Media Header*/
  ul#menu-social-media {
  	margin:0;
  	padding:0;
  	float:right;
  }
 ul#menu-social-media li {
 display: table-cell;
 width: 36px;
 height: 36px;
 float: left;
 font-size: 0;
 background: url(images/social-h.gif) -1px 0 no-repeat;
 }
 ul#menu-social-media li a {
 	width:100%;
 	height: 100%;
 	display: block;
 }

 ul#menu-social-media li#menu-item-35 {
 	background-position: -37px 0;
 }
 ul#menu-social-media li#menu-item-36 {
 	background-position: -73px 0;
 }
 ul#menu-social-media li#menu-item-37 {
 	background-position: -109px 0;
 }

 .menu-main-menu-container {
 max-width: 80%;
 display: inline-block;
 float: right;
 margin-top: 17px;
 }
 li#menu-item-39 a {
 font-weight: bold;
 }
 .site-header {
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 1000;
 }

.site-header .home-link {
outline: none;
width: 173px;
height: 74px;
display: inline-block;
max-width: 20%;
}

h1.site-title {
font-size: 0;
margin: 0;
background: url(images/connecteen-logo.png) 0 0 no-repeat;
display: inline-block;
width: 241px;
height: 104px;
position: absolute;
top: -35px;
}

div#content {
background: url(images/inner-top.png) 0 0 no-repeat, url(images/inner-bottom.png) bottom right no-repeat;
min-height: 380px;
margin-bottom: 45px;
margin-top: 5px;
padding: 20px 50px;
background-color: #fff;
}

.home div#content {
	background: none;
	min-height: initial;
	margin-bottom: 0;
	margin-top: 5px;
	padding: 0;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

ul#menu-main-menu li a {
text-transform: uppercase;
font-size: 13px;
padding: 20px 0px 20px 15px;
color: #F13B3F;
display: block;
text-decoration: none;
outline:none;
}
ul#menu-main-menu li a:hover {
color: #00ACED;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	font-weight: bold;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
background-color: #fff;
width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	width: 100%;
}

/* About us Content*/
article#post-2 {
padding-top: 0;
}

section#about-us h2.main-header {
font-size: 65px;
font-weight: 100;
color: #fff;
background: #00ACED url(images/about-toggle.gif) center no-repeat;
margin: 0;
line-height: 0.65;
padding-top: 9px;
cursor: pointer;
}
section#about-us h2.main-header.active {
	background-image: url(images/about-toggled.gif);
}
section#about-us {
background: #fff;
}
div#about-cont h2 {
background: #F0F0F0;
padding: 40px 60px;
margin-top: 0;
font-size: 45px;
color: #444;
}
#girl-pink {
position: absolute;
top: 6%;
right: 0;
}

#about-us p.inner {
margin: 0px auto 30px auto;
max-width: 60%;
line-height: 1.2;
}
#about-us blockquote p.inner {
margin: 0;
max-width: 100%;
line-height: 1.3;
}
div#about-cont {
position: relative;
padding-bottom: 90px;
}

.slide {
display: none;
}

.slide.active {
display: block;
}


/*Twitter Tile */
li#twitter {
background: #00ACED;
}
div#logo-tw {
height: 113px;
position:absolute;
top:200px;
background: url(images/connecteen-twitter.png) 0 0 no-repeat;
}
div#logo-tw h3 {
	background: #01ADEF;
	margin-top: 52px;
	color: #fff;
	display: inline-block;
	margin-left: 119px;
	padding: 17px 13px 16px 30px;
	margin-bottom: 0;
	width: 100%;
	font-weight: bold;
}
#feat-tw {
	background: url(images/our-tweets.jpg) 0 0 no-repeat;
	width: 100%;
	height:310px;
	position:absolute;
	top:0;
}
div#act-tw {
background: #00ACED;
padding: 0 15px;
}


/* Accordion Shortcode*/

.entry-content .acc-link:hover {
color: #fff;
background-color: #3196C2;
}
.entry-content .acc-link {
display: block;
background: #00ACED url(images/toggle.png) right center no-repeat;
padding: 10px 20px;
color: #fff;
text-decoration: none;
margin-bottom: 5px;
margin-top: 5px;
cursor: pointer;
}
.acc-content .acc-in {
margin: 0;
padding: 20px;
background: #E2F6FF;
border-top: 0;
display: none;
}
.accordion>p {
margin: 0;
}

.entry-content .one_half.last_column {
margin-right: 0;
margin-left: 3%;
}
.entry-content .one_half {
width: 47%;
margin-right: 3%;
}


/* Button */
body a.button {
background: #F13B3F;
padding: 10px 20px;
color: #fff;
text-decoration: none;
border-bottom: 2px solid #CF1F23;
display:inline-block;
}

body a.button:hover {
	color: #fff;
	background: #D72125;
	border-color: #B61014;
}


/* Contact Forms and Applications*/
td span.wpcf7-form-control-wrap {
display: table-cell;
margin-right: 10px;
margin-bottom: 10px;
}
td span.wpcf7-form-control-wrap.textarea-114, td span.wpcf7-form-control-wrap.textarea-111, td span.wpcf7-form-control-wrap.part3 {
display: block;
}
td textarea, span textarea {
width: 100%;
height: 100px;
}
form table td {
vertical-align: top;
padding: 5px;
}
.FirstN input, .MiddleN input, .LastN input, .FirstNe input, .MiddleNe input, .LastNe input {
width: 95%;
}
td input {
width: 100%;
}
form table {
border-bottom: 0;
background: #F4F4F4;
margin: 5px 0 0 0;
}
td input[type="radio"], td input[type="checkbox"] {
width: auto;
}
span.wpcf7-form-control.wpcf7-radio > span {
margin-right: 40px;
}
span.wpcf7-form-control-wrap.acceptance-701 {
display: inline;
}
div.wpcf7-mail-sent-ok {
margin: 0;
border: 0;
background: #99FF7C;
color: #176B00;
}
.acc-content .wpcf7 {
background: #E2F6FF;
}
div.wpcf7-validation-errors {
margin: 0;
border: 0;
background: #FFFEA9;
color: #8B5F00;
}
div#wpcf7-f56-p23-o2 p, .acc-content form p {
display: inline-block;
margin-right: 12px;
vertical-align: top;
}

/* 3D Magazine */
.postid-21 tr, .postid-21 table, .postid-21 td {
border: 0;
}
.postid-21 td:first-child {
width: 35%;
}
.postid-21 td > p {
border-bottom: 1px solid #ddd;
}


/*Category */
/*Category Peer-Talk*/
.category article, .archive article {
width: 32.5%;
display: table-cell;
float: left;
margin-right: 1.25%;
height: 310px;
margin-bottom: 1%;
position: relative;
overflow: hidden;
background: url(images/article-bottom.gif) right bottom no-repeat;
padding: 20px;
background-color: #fff;
}

.category div#content {
padding-top: 60px;
margin-bottom: 15px;
}

h2.article-title {
font-size: 19px;
}
h2.article-title a:hover {
color: #F13B3F;
}
h2.article-title a {
text-decoration: none;
color: #333;
}
.category .tile-posts #border,.tag .tile-posts #border {
top: 0;
left: 0;
}
.category .tile-posts article:hover #border, .tag .tile-posts article:hover #border {
display: block;
}
.category .tile-posts article:hover h2.article-title a, .tag .tile-posts article:hover h2.article-title a{
color: #F13B3F;
}
header.entry-header.paginate {
background: #FFF;
margin: 5px 0 15px 0;
padding: 10px 0 1px 20px;
}

#cloud-wrap {
width: 100%;
background: url(images/cloud-bg.jpg) center top no-repeat;
background-size: 100%;
height: 370px;
margin-top: -69px;
}
div#tag-cloud {
width: 50%;
text-align: center;
margin: 0 auto;
padding-top: 16%;
}
div#tag-cloud a:hover {
color: #00A2EA;
text-decoration: none;
}
div#tag-cloud a {
color: #333;
}

.tag div#tag-cloud {
padding-top: 7%;
}
.tag div#cloud-wrap {
margin: 5px 0 15px 0;
height: 240px;
background-position: center center;
}

/*Single Blog Post*/
.entry-meta a {
	border: 2px solid #fff;
}

.splash {
background: url(images/blog-img-splash.png) 0 0 no-repeat;
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.img-splash {
  position: relative;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
  max-width: 445px;
  max-height: 365px;
  overflow: hidden;
}

.entry-meta a:hover {
text-decoration: none;
color: #fff;
border: 2px solid #4A4A4A;
}
.entry-meta p, .entry-meta a {
display: inline-block;
background: #F13B3F;
color: #fff !important;
padding: 5px 15px;
margin-right: 5px;
}
.entry-meta a.facebook-share, .entry-meta a.facebook-share:hover, .entry-meta a.twitter, .entry-meta a.twitter:hover {
width: 30px;
height: 35px;
font-size: 0;
background: url(images/social-h.gif) -1px 0 no-repeat;
vertical-align: top;
background-size: cover;
}
.entry-meta a.twitter, .entry-meta a.twitter:hover {
background-position: -33px 0;
}
span.social-links {
margin-left: 5px;
display: inline-block;
vertical-align: top;
}
h3.realted {
color: #FF5358;
text-transform: uppercase;
border-bottom: 1px solid #FF5358;
font-weight: bold;
display:block;
}
.relatedthumb {
width: 120px;
display: inline-block;
vertical-align: top;
margin-right: 3px;
margin-bottom: 10px;
}
.relatedposts a:hover {
background: #ddd;
border-color: #aaa;
text-decoration: none;
color: #333;
}
.relatedposts a {
font-size: 14px;
color: #555;
background: #F4F4F4;
border: 1px solid #D0D0D0;
padding: 5px 10px;
display: inline-block;
margin-bottom: 3px;
border-radius: 4px;
}
.relatedthumb img {
margin-bottom: 10px;
margin-top: 3px;
width:100%;
}
input.Buttons {
color: #4C4C4C;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
margin: 0 0 5px;
color: #323232;
}

.entry-title a, .entry-title a:hover {
color: #323232 !important;
text-decoration: none;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
background: #00A2EA;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #960000;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #F13B3F;
}


.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}


footer.entry-meta {
	margin-top: 24px;
}



.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #F13B3F;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}



/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #aaa;
	display: block;
	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase;
}

.navigation a:hover {
	color: #FFF;
	text-decoration: none;
}

.paging-navigation {
background-color: #333;
margin-bottom: 15px;
}

.paging-navigation .nav-links {
margin: 0 auto;
max-width: 90%;
width: 100%;
}

.paging-navigation a {
font-size: 15px;
font-weight: 300;
color: #9B9B9B;
text-transform: uppercase;
}

.paging-navigation .meta-nav {
display: inline-block;
font-size: 26px;
text-align: center;
}

.paging-navigation .nav-previous .meta-nav {
margin-right: 10px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
text-decoration: none;
}

.post-navigation {
font-size: 17px;
margin-top: -45px;
}

.post-navigation .nav-links {
background: #333;
padding: 0;
margin: 10px 0;
}


.post-navigation a:last-child {
float: right;
text-align: right;
background: #222;
width: 100%;
}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Istok Web", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */


.page-title {
	font: 300 italic 30px "Istok Web", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */
.error404 .entry-title {
	padding-top: 40px;
}
.error404 .page-title {
position: relative;
width: 100%;
background: url(images/404.gif) center center no-repeat;
height: 624px;
margin: 0;
font-size: 0;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 10px;
	word-wrap: break-word;
}

.widget .widget-title {
font: bold 16px "Istok Web", Helvetica, sans-serif;
margin: 0 0 15px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #960000;
}

.widget a:hover {
	color: #F13B3F;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

 div#footer-toggle {
 background: #fff;
 color: #747474;
 font-size: 14px;
 }
 div#fbutton {
 max-width: 950px;
 width: 100%;
 margin: 0 auto;
 background: url(images/toogle-f.gif) 0 center no-repeat;
 padding: 10px;
 cursor: pointer;
 padding-left: 40px;
 }
 div#fbutton.active {
 background-image: url(images/toogled-f.gif);
 }

footer form p {
 margin-bottom: 10px;
 }
 footer textarea {
 height: 100px;
 }
 span.wpcf7-not-valid-tip {
 font-size: 13px;
 }

 footer .menu-main-menu-container {
 max-width: inherit;
 float: none;
 margin: 0;
 }

 footer .menu-social-media-container li {
 width: 40px;
 height: 40px;
 font-size: 0;
 background: url(images/social-f.png) 0 0 no-repeat;
 display: inline-block;
 }
 footer li.menu-item-35 {
 background-position: -43px 0;
 }
 footer li.menu-item-36 {
 background-position: -91px 0;
 }
 footer li.menu-item-37 {
 background-position: -138px 0;
 }

footer .menu-social-media-container li a {
	width:100%;
	height:100%;
	display: block;
	outline: none;
}

aside#nav_menu-4 {
margin-right: 85px;
/*float: right;*/
padding: 0;
margin-top: -30px;
}

#secondary {
	display: none;
}

.site-footer-space {
	background-color:#222222;	
}

.site-footer {
background-color: #222222;
color: #ccc;
font-size: 14px;
text-align: left;
	height:250px;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
color: #4C4C4C;
}

.site-footer .sidebar-container {
background-color: #222;
padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 950px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 950px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: #222222;
	color: #fff;
	float: left;
	margin-right: 50px;
	width: auto;
	margin-bottom:0px;
}

.sidebar .site-footer .widget {
	width: auto;
}

.site-footer .widget ul {
	background-color: #222222;
}
.site-footer .widget aside li {
	background-color: #222222;

}

.site-footer .widget li {
	padding:0px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #fff;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 950px;
	padding: 10px 0;
	width: 100%;
	text-align:left;
	clear:both;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

h3.widget-title {
display: block;
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Istok Web", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:after {
	content: "\f436";
	font-size: 26px;
	padding-left: 8px;
	vertical-align: -8px;
	}
	.error404 .page-title {
		background-size:100%;
	}
	

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 10px 0 0 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title {
		font-size: 35px;
		font-weight: bold;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

}

/* Mobile devices */
@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}
}

@media (max-width: 426px) {
	h1.site-title {
		top: -24px;
	}

	div#nav_menu-2 {
		top: 74px;
	}
}

@media (min-width: 427px) {
	div#nav_menu-2 {
		top: 52px;
	}
}

@media (min-width: 427px) and (max-width: 643px) {
	div#nav_menu-2 {
		top: 52px;
	}
}

@media (min-width: 643px) {
	div#text-2 {
		padding: 4px 10px 4px 0;
	}
}

@media (max-width:519px) {
	div#nav_menu-2 {
		right: -2px;
		width: 144px;
		max-width: none;
		z-index: 2;
		position: absolute;
	}
}
@media (min-width:520px) and (max-width:643px) {
	div#nav_menu-2 {
	right: -2px;
	width: 144px;
	max-width: none;
	z-index: 2;
	position: absolute;
	}
	.site-header .home-link {
	max-width: 53%;
	padding: 0;
	}
}

@media (max-width:643px) {
	div#top-wrap {
	max-width: 100%;
	font-size: 15px;
	color: #fff !important;
	}
	span.tinfo h3 {
	max-width: 80%;
	}
	div#top-wrap a,div#top-wrap a:visited,div#top-wrap a:hover, div#top-wrap a:focus {
		color: #fff !important;
	}
	div#text-2 {
	float: right;
	text-align: left;
	max-width: 68%;
	}

	.navbar {
	background-color: #fff;
	width: 100%;
	}
	.site-header .home-link {
	max-width: 53%;
	padding: 0;
	}
	h1.site-title {
	background-size: 100%;
	width: 53%;
	max-width: 241px;
	}
	h3.menu-toggle {
	float: right;
	background: #333;
	width: 142px;
	top: 36px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
	text-align: center;
	padding: 10px;
	padding-right: 0;
	}
	.menu-main-menu-container {
	margin: 0 5% 0 5%;
	max-width: none;
	width: 90%;
	text-align: right;
	}
	footer .menu-main-menu-container {
	text-align: left;
	}
	ul#menu-main-menu li a {
	border-bottom: 1px solid #F0F0F0;
	padding: 12px 0;
	}
	ul#menu-main-menu li:last-child a {
	border-bottom: none;
	}
	div#page {
	padding-top:0;
	}
	div#slider {
	max-width: none;
	width: 100%;
	margin: 0;
	display: block;
	}
	div#slider {
		display:none;
	}

	.home #slider {
		display: block;
	}
	.right-span {
	max-width: none;
	display: block;
	}
	#search .search-form .search-submit, .search-form .search-submit:hover {
	background-color: #00ACED;
	float: right;
	}
	div#chat {
	margin: 0;
	height:200px;
	}
	#chat h2 {
	padding: 1px 10% 0 10%;
	margin-bottom: 0px;
	font-size: 18px;
	}
	div#chat-cont {
	margin-top: 0;
	}
	body.custom-background {
	background: #00ACED !important;
	}
	.home div#content {
	margin-top: 0;
	}
	#content .entry-header, #content .entry-content, #content .entry-summary, #content footer.entry-meta, #content .featured-gallery, .search.sidebar .page-content, .blog.sidebar .page-content, .sidebar .post-navigation .nav-links, .paging-navigation .nav-links, #content .author-info, .comments-area .comments-title, .comments-area .comment-list, .comments-area .comment-navigation, .comment-respond, .sidebar .site-info, .sidebar .paging-navigation .nav-links {
	padding: 0;
	}
	section#about-us h2.main-header {
	background-position: right center;
	line-height: 0.8;
	}
	#girl-pink {
	content: url(images/girl-pink-hair-mob.gif);
	}
	div#about-cont h2 {
	padding: 20px 60px 20px 20px;
	font-size: 43px;
	line-height: 1.2;
	}
	#about-us h3 {
	padding-right: 30px;
	text-align: left;
	padding-left: 20px;
	}
	#about-us p.inner {
	max-width: none;
	padding: 0 20px !important;
	}
	div#about-cont {
	background-position: 90px bottom;
	padding-bottom: 77%;
	}
	ul.tile-posts {
	margin: 0;
	}
	.tile-posts li {
	width: 100%;
	margin: 0;
	clear: both;
	}
	.tile-posts li img {
	max-width: none;
	width: 100%;
	}
	#feat-tw {
	width: 100%;
	background-size: 100%;
	}
	div#logo-tw {
	width: 100%;
	}
	li#donate a.thumb {
	background-size: 100%;
	background-position: center;
	}
	li#partners {
	background-size: 100%;
	background-position: center;
	}
	li#funders {
	width: 100%;
	height: auto;
	}
	#funders td {
	width: 50%;
	display: inline-block;
	}
	article#post-2 {
	padding: 0;
	}
	.site-footer .widget {
	width: 100%;
	margin: 0 0 10px 0;
	}
	footer input[type="submit"] {
	width: 100%;
	}
	aside#nav_menu-4 {
	margin-right: 0;
	}

	div#content {
	padding: 20px 5px;
	margin-bottom: 0;
	}
	.entry-content .one_half {
	width: 100%;
	margin: 0;
	}
	.entry-content .one_half.last_column {
	margin: 0;
	}
	body {
	width: 100%;
	overflow-x: hidden;
	}
	table {
	word-wrap:break-word;
	overflow:hidden;
	}
	table td {
	width: 100%;
	display: inline-block;
	}
	blockquote {
	margin: 20px;
	max-width: none;
	}
	header.entry-header.paginate {
	margin: 0;
	background: #333;
	}
	header.entry-header.paginate h1 {
	color: #fff;
	}
	.category article, .archive article {
	width: 100%;
	background-size: 100%;
	margin: 0;
	}
	.paging-navigation,.post-navigation .nav-links {
	margin: 0;
	}
	.post-navigation .nav-links {
		padding: 0;
		}
	#cloud-wrap {
	background-size: initial;
	}
	div#tag-cloud {
	width: 90%;
	padding-top: 35%;
	}
	.category div#content {
	margin: 0;
	}
	.tag div#cloud-wrap {
	margin: 0;
	}
	input, textarea {
	width: 100%;
	}
	input[type="checkbox"], input[type="radio"] {
	display: inline-block;
	width: 30px;
	}

}

@media (min-width:644px) and (max-width: 950px) {
	.menu-main-menu-container {
	max-width: 65%;
	margin-top: 10px;
	text-align: right;
	}
	div#top-wrap a,div#top-wrap a:visited,div#top-wrap a:hover, div#top-wrap a:focus {
		color: #fff !important;
	}
	ul#menu-main-menu li a {
	padding: 6px 20px;
	}
	div#slider {
	max-width: 66%;
	}
	.right-span {
	margin: 0;
	max-width: 32%;
	}
	#search label {
	width: 78%;
	}
	#search .search-form .search-submit, .search-form .search-submit:hover {
	width: 19%;
	margin: 0;
	background-color: #00ACED;
	}
	div#chat {
	height: 237px;
	}
	#chat h2 {
	font-size: 28px;
	padding: 10px 20px;
	margin: 10px 0 0 0;
	}
	div#chat-cont {
	margin: 0;
	width: 100%;
	padding-left: 10px;
	}
	#girl-pink {
	content: url(images/girl-pink-hair-mob.gif);
	}
	.tile-posts li img {
	max-width: none;
	margin-left: -16%;
	}
	span.tinfo h3 {
	margin-top: 0px;
	}
	li#donate a.thumb {
	background-position: center top;
	}
	#funders h3 {
	font-size: 18px;
	}
	#funders td {
	padding: 0;
	}
	#funders img.alignright {
	padding-top: 10px;
	}
	.site-footer .widget {
	margin-right: 20px;
	width: 222px;
	}
	aside#nav_menu-4 {
	margin-right: 16px;
	}
	footer .menu-main-menu-container {
	text-align: left;
	}
	h3 {
		display:block;
	}
	h2.article-title {
	margin-top: 0;
	}
	.post-navigation .nav-links {
		padding:0;
	}
	div#logo-tw h3 {
	width: 54%;
	padding-top:5px;
	}
}

@media(min-width: 826px) {
	div#text-2 {
		padding: 7px 0 0 0;
		font-size: 15px;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}


	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

}