/*
Theme Name: PDX Pharmaceuticals
Theme URI: http://wordpress.org/themes/PDX
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: PDX Pharmaceuticals

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;

}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 16px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

imput.button { /*green btn */}


table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

.clear{clear:both; font-size:0px;line-height:0px; display:block;}


/* ----------------------- layout ----------*/
body
{
	background:#fff;
}
.wrapper{margin:0 auto; width:100%; overflow-x:hidden;}

/*-- header----*/

.headwrap{ width:100%; background:#232b5c; border-bottom:solid 4px #009de7;}
.headcont{width:1000px; margin:0 auto; position:relative;}
a.logo{ display:block; width:174px; position:absolute; bottom:-115px; left:20px; z-index:99;}
.nav{ float:left;}
.nav ul{ margin:0; padding:0; list-style:none; float:left;}
.nav ul li{ float:left;}
.nav ul li a{ display:block;font-family: 'Oswald', sans-serif; font-weight:300; font-size:16px; line-height:19px; color:#fff; padding:20px 18px; text-transform:uppercase; text-decoration:none;}
.nav ul li a:hover{ background:#009de7;}
.nav ul li.current-menu-item a{ background:#009de7;}

.social{ width:90px; height:41px; float:right; margin-right:15px; margin-top:10px; background:url(images/hex.png) no-repeat left top; position:relative;}
.social a{ display:block; float:left;}
.social a.fb{ width:15px; height:15px;background:url(images/icon-fb.png) no-repeat center center; position:absolute; left:8px; top:5px;}
.social a.twit{ width:15px; height:15px;background:url(images/icon-twit.png) no-repeat center center; position:absolute;left:36px; top:20px;}
.social a.in{ width:15px; height:15px;background:url(images/icon-in.png) no-repeat center center; position:absolute;left:64px; top:5px;}


/*-- slider----*/
.flexslider{ position:relative; width:100%; margin:0 auto 85px;}
.flexslider > ul{ margin:0; padding:0; list-style:none; float:left; width:100%;}
.flexslider > ul li{ float:none; line-height:0; position:relative;}
.flexslider > ul li img{ width:100%; height:auto; min-height:355px;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} 

.flexslider .flex-direction-nav {position: absolute; top:105px; right:0px; width:100%; height:97px; padding:0; margin:0; list-style:none;}
.flexslider .flex-direction-nav li {float: none; margin-left:8px; position:static;}
.flexslider .flex-direction-nav li:first-child{ margin-left:0;}
.flexslider .flex-direction-nav a {display: block; text-indent: -9999px; width: 80px; height: 97px; position: absolute; z-index:99; font-size:0; top:50%;}
.flexslider .flex-direction-nav a.flex-prev {background: url(images/left-nav.png) scroll no-repeat; left: 35px; font-size:0;}
.flexslider .flex-direction-nav a.flex-next {background: url(images/right-nav.png) scroll no-repeat; right: 35px; font-size:0;}

.flexslider .flex-control-nav {text-align: center; margin:0; position:absolute; z-index:99; width:100%; bottom:-30px; left:0px;}
.flexslider .flex-control-nav li {display: inline-block; list-style: none; margin:0 0px 0 5px; text-align: center;}
.flexslider .flex-control-nav li:first-child{ margin:0;}
.flexslider .flex-control-nav li a {width:13px; height:13px; display: block; z-index: 100000; text-indent: -9999px; background: url(images/inactive-li.png) scroll no-repeat 0 0; cursor:pointer;}
a.flex-active{ background:url(images/active-li.png) no-repeat 0 0 !important;}


.bandatawrap{ position:absolute; left:0;top:0; width:100%; height:100%;}
.bandatacont{ width:1000px; margin:0 auto; position:relative; height:100%;}
.bandata{ position:absolute; bottom:0; left:0; background:url(images/bandata-bg.png) repeat; height:123px; width:100%; margin-left:30px;}
.transblue{ display:block; height:123px; position:absolute; left:-2000px;; top:0; width:2000px; background:url(images/bandata-bg.png) repeat;}
.transblue2{ display:block; height:123px; position:absolute; right:-2000px;; top:0; width:2000px; background:url(images/bandata-bg.png) repeat;}
.bandata h1{font-family: 'Yanone Kaffeesatz', sans-serif; font-size:43px; line-height:43px; font-weight:400; color:#fff; text-transform:uppercase; padding:12px 60px 12px 40px; background:url(images/h1-bg.png) repeat; position:absolute; left:0; top:-67px; border-top-left-radius:65px; border-top-right-radius:65px; letter-spacing:1px; width:380px; margin-left:-25px;}
.bandata p{font-family: 'Yanone Kaffeesatz', sans-serif; font-size:23px; line-height:26px; font-weight:400; color:#fff; letter-spacing:1px; width:380px; padding:10px 60px 10px 40px; background:url(images/p-bg.png) repeat; border-bottom-left-radius:65px; border-bottom-right-radius:65px;}


.boxwrap{ width:100%; border-top:solid 2px #c1c1c1; border-bottom:solid 2px #c1c1c1; background:url(images/hex-bg.jpg) repeat center top;}
.infocont{ width:875px; margin:0 auto; padding-bottom:45px;}
.infocont ul{ margin:0; padding:0; list-style:none; float:left;}
.infocont ul li{ float:left; margin-right:70px; width:245px; padding:25px 0 55px; position:relative; min-height:306px;}
.infocont ul li img{ display:block; margin:0 auto 20px;}
.infocont ul li h1{font-family: 'Yanone Kaffeesatz', sans-serif; font-size:37px; line-height:37px; text-align:center; color:#00b8f5; font-weight:400; margin-bottom:15px; text-transform:uppercase;}
.infocont ul li p{font-family: 'Yanone Kaffeesatz', sans-serif; font-size:17px; line-height:25px; color:#666; font-weight:400; margin-bottom:0;}
.nomargin{ margin-right:0 !important;}
.readbutton{ position:absolute; bottom:0; left:0; width:100%;}
.infocont ul li a.readmore{ background:url(images/a-bg.png) repeat; text-decoration:none;}
.infocont ul li a.readmore span{font-family: 'Yanone Kaffeesatz', sans-serif; display:block; margin:0 auto; width:130px; height:20px; line-height:20px; text-transform:uppercase; text-decoration:none; color:#fff; font-size:14px; font-weight:700; text-align:center; border-radius:12px; border:solid 3px #b2b2b2;}

.infocont ul li.list1 h1{ color:#00b8f5;}
.infocont ul li.list2 h1{color:#f13452;}
.infocont ul li.list3 h1{color:#805bd6;}


.infocont ul li.list1 a span{ background: url(images/blue-arr1.jpg) no-repeat 112px center #00b6f5;}
.infocont ul li.list2 a span{background: url(images/red-arr.jpg) no-repeat 112px center #f13452;}
.infocont ul li.list3 a span{ background: url(images/blue-arr.jpg) no-repeat 112px center #805bd6;}

.welcomewrap{ width:100%;; background:#fff;}
.welcome{ width:875px; margin:0 auto; padding:35px 0 40px;}
.welcome h1{font-family: 'Yanone Kaffeesatz', sans-serif; text-align:center; font-size:37px; line-height:40px;color:#00b8f5; font-weight:400; text-transform:uppercase; margin-bottom:15px;}
.welcome p{font-family: 'Yanone Kaffeesatz', sans-serif; font-size:19px; line-height:26px; color:#666; font-weight:400;}


.footwrap{ width:100%; background:#fff;}
.copyright{ width:875px; margin:0 auto;}
.copyright p{font-family:Arial,Helvetica,sans-serif; text-align:center; font-size:11px; line-height:40px; color:#223541; font-weight:400; margin-bottom:0;}
.copyright p a{ text-decoration:none; color:#223541;}

.footnavwrap{ width:100%; background:url(images/footnav-bg.png) repeat-x #003471; border-bottom:solid 1px #fff;}
.navwrap{ width:875px; margin:0 auto;}
.footnav{ width:800px; margin:0 auto;}
.footnav ul{ margin:0; padding:0; list-style:none; float:left;}
.footnav ul li{ float:left; margin-left:5px; margin-left:12px;}
.footnav ul li a{ display:block; color:#fff; text-transform:uppercase; font-size:13px; line-height:18px;font-family: 'Oswald', sans-serif; font-weight:300; text-decoration:none; padding:10px 18px;}
.footend{ width:100%; height:131px; background:url(images/footer-bg.jpg) repeat-x left top;}



html, body {
    height: 100%;
}
.wrapper{ min-height:100%;}
.wrap2 {
    overflow: auto;
    padding-bottom: 193px;
}

.footwrap {
    clear: both;
    height: 210px;
    margin-top: -210px;
    position: relative;
}


/*--- inner1.html----*/

.banner{ width:100%; }
.banner img{ width:100%; height:auto; min-height:132px;}
.innerlogo{ display:block; position:absolute; width:133px; left:20px; top:75px;}
.innerwrap{ width:100%;background:url(images/pattern.png) repeat; padding-bottom:30px;}
.innercont{ width:875px; margin:0 auto;}
.leftcont{ width:610px; float:left;}
.heading{ background:url(images/heading-bg.png) repeat; position:relative; margin-top:-53px;min-height:53px;}
.heading h1{font-family: 'Yanone Kaffeesatz', sans-serif; font-size:43px; line-height:43px; padding:5px 0; color:#fff; font-weight:400; text-transform:uppercase;}
.bluebg{ display:block; height:53px; width:2000px; background:url(images/heading-bg.png) repeat; position:absolute; left:-2000px; top:0;}
.leftcont h3{font-family: 'Yanone Kaffeesatz', sans-serif; font-size:22px; line-height:23px; color:#009de7; font-weight:700; text-transform:uppercase; margin-bottom:10px; margin-top:30px;}
.leftcont h3 span{ display:block; color:#666; text-transform:uppercase;}
.leftcont p{font-family: 'Yanone Kaffeesatz', sans-serif; font-size:17px; line-height:23px; color:#666; font-weight:400; padding-right:15px;}
.leftcont p strong{ color:#009de7; font-weight:400;}
.leftcont > img{ width:100%; height:auto; margin-bottom:10px;}

.rightsidebar{ width:265px; float:right;}
.newshead{ background:url(images/heading-bg2.png) repeat; position:relative; margin-top:-53px;min-height:53px;}
.newshead h2{ font-size:29px; line-height:29px; color:#fff; text-transform:uppercase; font-weight:400;font-family: 'Yanone Kaffeesatz', sans-serif; padding:17px 0 7px 17px;}
.purpbg{ position:absolute; width:2000px; right:-2000px; top:0; display:block; height:53px; background:url(images/heading-bg2.png) repeat;} 

.news{ margin-left:28px; margin-top:30px;}
.news ul{ margin:0; padding:0; list-style:none;}
.news ul li{ margin-bottom:10px;}
.news ul li h4{font-family: 'Yanone Kaffeesatz', sans-serif; font-size:19px; line-height:19px; color:#805bd6; font-weight:700; margin-bottom:8px;text-transform:uppercase;}
.news ul li h5{font-family: 'Yanone Kaffeesatz', sans-serif; font-size:19px; line-height:19px; color:#666; font-weight:700; margin-bottom:8px;}
.news ul li p{font-family: 'Yanone Kaffeesatz', sans-serif; font-size:16px; line-height:21px; color:#666; font-weight:400;}
.news ul li img{ display:block; margin-bottom:8px;}
.news ul li a.readmore{ display:block; width:88px; height:20px; padding:3px; background:url(images/a-bg.png) repeat; border-radius:13px; text-decoration:none; float:right;}
.news ul li a.readmore span{ display:block; font-family: 'Yanone Kaffeesatz', sans-serif; font-size:14px; line-height:20px; font-weight:400; color:#fff; text-transform:uppercase; padding-left:12px; border-radius:13px; background:url(images/gray-readmore.jpg) no-repeat 70px center #999;}

.innfootwrap{ background:url(images/pattern.png) repeat;}

/*--inner2.html--*/
.science{ display:block; float:left; margin-right:15px; margin-bottom:23px;}

/*--inner4.html---*/

.eventwrap{ padding-bottom:80px;}
.newsheading{ position:relative; background:url(images/news-bg.png) no-repeat center top; margin-top:-53px;min-height:53px;}
.newsheading h1{color: #fff;font-family: 'Yanone Kaffeesatz',sans-serif;font-size: 43px;font-weight: 400;line-height: 43px;padding: 5px 0;text-transform: uppercase;}
.purpleft{ display:block; position:absolute; left:-2000px; top:0; height:53px; background:url(images/purpleft.png) repeat; width:2000px;}
.blueright{display:block; position:absolute; right:-2000px; top:0; height:53px; background:url(images/blueright.png) repeat; width:2000px;}

.newsevent{ margin-top:28px;}
.newsevent ul{ margin:0; padding:0; list-style:none;}
.newsevent ul li{ padding-bottom:30px;}
.newsevent ul li img{ display:block; float:left; width:309px; margin:0 12px 0 0;}
.newsevent ul li:last-child{ padding-bottom:0;}

.eventdata{ width:554px; float:left; border-bottom:solid 1px #cecccc;}
.eventdata h4{ clear:none;font-family: 'Yanone Kaffeesatz',sans-serif; font-size:20px; line-height:21px; color:#805bd6; font-weight:700; letter-spacing:1px; text-transform:uppercase; margin-bottom:3px;}
.eventdata h5{ clear:none;font-family: 'Yanone Kaffeesatz',sans-serif; font-size:17px; line-height:20px; color:#666; font-weight:700;}
.eventdata p{font-family: 'Yanone Kaffeesatz',sans-serif; font-size:17px; line-height:20px; color:#666; font-weight:400; margin-bottom:15px;}

.innercont > h3{ color: #009de7;font-family: 'Yanone Kaffeesatz',sans-serif;font-size: 22px;font-weight: 700;line-height: 23px;margin-bottom: 15px; margin-top: 30px;text-transform: uppercase;}
.innercont > p{  color: #666; font-family: 'Yanone Kaffeesatz',sans-serif; font-size: 17px; font-weight: 400;line-height: 23px; margin-bottom:12px;}

/*--inner5.html--*/

.contacts{ margin-top:30px;}
.contacts ul{ margin:0; padding:0; list-style:none; }
.contacts ul li{ padding-bottom:40px;}
.contacts ul li img{ float:left; display:block; margin-right:20px;}
.contacts ul li h3{ clear:none;color: #009de7;font-family: 'Yanone Kaffeesatz',sans-serif;font-size: 22px;font-weight: 700;line-height: 23px; margin-bottom:0px; margin-top:0; text-transform:none;}
.contacts ul li p{ color: #666;font-family: 'Yanone Kaffeesatz',sans-serif;font-size: 19px;font-weight: 400;line-height: 22px; padding-right: 0px;}
.contacts ul li p a{ text-decoration:none; color:#666;}

/*-----------------Iphone Telephone color--------------------*/

a[href^=tel] {
color: #fff;
text-decoration:none;
}

body
{
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
} 
/***************************************************************************************************/
/***************************************************************************************************/
.eventdata h4 a		{color: #805bd6; text-decoration:none;}
.heading h1			{margin-bottom:28px;}