/*
Theme Name: Naviaux Lab
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/


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, 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,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 15px;
}

.ie7 .clearfix {
	zoom: 1; 
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}
a, input[type=reset], input[type=button], input[type=submit], button, .btn{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

input[type=number], input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea{
     -webkit-appearance: none;
     -webkit-border-radius: 0;
}


input[type=reset], input[type=button], input[type=submit], button {
    display: inline-block;
	background: #7bd6ef;
	border:none;
	color: #fff;
	font-size: 24px;
	padding: 17px 80px 17px 20px;
	position: relative;
	min-width: 287px;
}

.entry input[type=reset], .entry input[type=button], .entry input[type=submit], .entry button {
	padding: 13px 20px 14px 20px;
	vertical-align: top;
}
input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover, button:hover {
    background: #3bb4e0;
}

input[type=number], input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], textarea{
     border:none;
     background: #edf0f1;
     padding: 19px;
     color: #000;
     font-style: italic;
     font-size: 16px;
     width: 100%;
     color: #000;
}
.entry input[type=number], .entry input[type=tel], .entry input[type=url], .entry input[type=password], .entry input[type=text], .entry input[type=email]{
     max-width: 400px;
}
input, textarea, select, button {
     outline: none;
}
textarea {
	min-height: 280px;
	max-height: 280px;
    font-size: 16px;
    margin: 0 0 12px;
}
::-webkit-input-placeholder {color: #000;}
:-moz-placeholder {color: #000;}
::-moz-placeholder {color: #000;}
:-ms-input-placeholder {color: #000;}

.form-sign input[type=text]::-webkit-input-placeholder {color: #b3b3b3;}
.form-sign input[type=text]:-moz-placeholder {color: #b3b3b3;}
.form-sign input[type=text]::-moz-placeholder {color: #b3b3b3;}
.form-sign input[type=text]:-ms-input-placeholder {color: #b3b3b3;}

.form-sign input[type=email]::-webkit-input-placeholder {color: #b3b3b3;}
.form-sign input[type=email]:-moz-placeholder {color: #b3b3b3;}
.form-sign input[type=email]::-moz-placeholder {color: #b3b3b3;}
.form-sign input[type=email]:-ms-input-placeholder {color: #b3b3b3;}

input:focus::-webkit-input-placeholder{color: transparent!important;}
input:focus::-moz-placeholder{color: transparent!important;}
input:focus:-moz-placeholder{color: transparent!important;}
textarea:focus::-webkit-input-placeholder{color: transparent!important;}
textarea:focus::-moz-placeholder{color: transparent!important;}
textarea:focus:-moz-placeholder{color: transparent!important;}

/* Normalized Styles
------------------------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {height: 100%;}
body {
	font: 16px/1.2em 'Open Sans', Arial, Helvetica, sans-serif;
	color: #000;
	background: #edf0f1;
	-webkit-text-size-adjust: none; 
}

input, textarea, select, button {
	outline: none;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 28px;
}
h2 {font-size: 24px;}
.entry .link-more,
a {
	text-decoration: none;
	color: #25b1d6;
}

a:hover {
	text-decoration: underline;
}

.btn {
	display: inline-block;
	background: #7bd6ef;
	text-transform: uppercase;
	border:none;
	color: #fff !important;
	font-size: 24px;
	padding: 25px 80px 25px 20px;
	position: relative;
	font-weight: 600;
}
.btn span {
	width: 57px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	background: #3bb4e0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn:hover {
	text-decoration: none !important;
	background: #3bb4e0;
}
.btn:hover span {
	background: #0e7fc5;
}
.btn span:before {
	content: '»';
	font:bold 33px/1em 'MyriadPro', sans-serif;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	border-radius: 50%;
	background: #7bd6ef;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	margin: -20px 0 0 -20px;
}
.mac-os .btn span:before {line-height: 1.2em;}
.link-more {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
}
.btn-support {
	font-size: 28px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background: #7bd6ef;
	display: block;
	padding: 35px;
	font-weight: 600;
	margin: 0 0 5px;
	text-shadow:0 0 5px #7ed6ee;
}
.btn-support:hover {
	text-decoration: none;
	background: #3bb4e0;
}
.btn-add {
	color: #000 !important;
	font-size: 17px;
	background: #edf0f1;
	font-weight: normal;
	padding: 26px 100px 26px 20px;
}
.btn-add:hover {
	background: #7bd6ef;
	color: #fff !important;
}
.btn-add.btn-no_bg:hover {
	color: #000 !important;
	background: #edf0f1;
}
.btn-add span {
	width: 76px;
	background: #7bd6ef;
}
.btn-add span:before {
	width: 50px;
	height: 50px;
	font-size: 44px;
	line-height: 1em;
	margin: -25px 0 0 -25px;
	background: #62c6e2;
}
.btn-add:hover span {background: #199fc4;}
.btn-normal {padding: 17px 80px 17px 20px;}
.btn-search {
	display: inline-block;
	background:none;
	border:none;
	color: #b3b3b3;
	font-size: 14px;
	padding: 0;
	position: relative;
	min-width: inherit;
	position: absolute;
	top: 50%;
	left: 7px;
	margin: -7px 0 0;
}
.btn-search .fa {
	color: #b3b3b3;
	vertical-align: top;
}
.btn-search:hover {background: none;}
.row-holder {margin: 0 -3px;}
.row-holder:after {
	content: '';
	display: block;
	clear: both;
}
.row {
	width: 50%;
	float: left;
	padding: 0 3px 6px;
}
.fa {color: #7bd6ef;}
.btn br {display: block;}
.show-more {
	padding:5px 0 0;
	display: block;
}
.entry .show-more,
.show-more {
	color: #25b1d6;
	font-weight: bold;
	display: table;
}
.show-more:after {
	content:'»';
	margin:0 0 0 5px;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	display: inline-block;
}
.morelink.less:after {
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
/* Container
------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	position: relative;
	min-height: 100%;
}
.container {
	max-width: 1280px;
	margin: 0 auto;
}
.contact-block:after,
.main-frame:after,
.main-holder:after,
.container:after {
	content:'';
	display: block;
	clear: both;
}
.main-container {
	margin-bottom: 50px;
}
.page-template-homepage .main-container {margin-bottom:30px;}
.main-full {background: #fff;}
.main.main-holder {
	padding: 30px 65px 55px;
	margin-bottom: 30px;
}
.main-container .main.main-holder {margin-bottom: 0;}
.main-frame .content-column {
	width: 72%;
	float: left;
	padding: 0 30px 0 0;
}
.main-frame {
	width: 100%;
}
.main-frame .aside {
	width: 25%;
	float: left;
}
.support-logo img {width: 100%;}
.head {margin: 0 0 24px;}
.content-holder {max-width: 730px;}
/* Header
------------------------------------------------------------------------------*/

.header {
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
	z-index: 200;
}
.header.movable-header{
	display: none;
}
.header .form-search {
	display: none;
	float: right;
	margin: 0 75px 0 0;
}
.header .logo-fixed {
	display: none;
}
.header .container {
	padding: 40px 0;
	background: #fff;
	position: relative;
}
#logo {
	width: 154px;
	height: 92px;
	margin: 0 62px;
	display: inline-block;
	vertical-align: middle;
}
.header.moved .logo-fixed a,
#logo a {
	display: block;
	height: 100%;
}


/* Navigation
------------------------------------------------------------------------------*/
.nav {
	display: inline-block;
	vertical-align: middle;
	padding: 20px 0 0;
}
.nav > li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding: 0 20px 20px;
}
.nav > li a {
	color: #000;
	font: bold 15px/1.2em 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	position: relative;
}
.nav > li a:after {
	content:'';
	position: absolute;
	bottom: -5px;
	display: none;
	left: 50%;
	width: 36px;
	height: 5px;
	margin: 0 0 0 -18px;
	background: #7bd6ef;
}
.nav .current-menu-parent > a:after,
.nav .current-menu-item a:after,
.nav li a:hover:after {
	display: block;
}
.nav .current-menu-item ul a:after {display: none;}
.nav > li a:hover {
	text-decoration: none;
}
.nav > li:hover ul {display: block;}
.nav ul {
	width: 185px;
	padding: 20px 25px 5px;
	border-top: 5px solid #43c8eb;
	position: absolute;
	top: 100%;
	left: 50%;
	display: none;
	margin-left: -92px;
	z-index: 10;
	background: #fff;
	text-align: left;
}
.nav ul:after {
	content:'';
	width: 0;
	height: 0;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #43c8eb transparent;
}
.nav ul li {padding: 0 0 5px;}
.nav ul a {
	font:12px/1.2em 'MyriadPro', sans-serif;
}
.nav ul a:hover {text-decoration: underline;}
.nav ul li a:hover:after,
.nav ul a:after {display: none;}
/* Content
------------------------------------------------------------------------------*/

.main {
	max-width: 1280px;
	margin: 0 auto;
	background: #fff;
}
#content {
	width: 69.3%;
	float: left;
}
#content .entry {padding: 0 0 5px;}
#content .btn {
	min-width: 285px;
	font-size: 21px;
	text-align: center;
}
.one-col-page .entry {
	font-size: 14px;
	line-height: 21px;
}
.main-title {
	border-bottom: 5px solid #7bd6ef;
	padding: 0 0 10px;
	font-size: 24px;
}
h3.main-title {font-size: 18px;}
.block-promo {
	width: 100%;
}
.block-promo:after {
	content: '';
	display: block;
	clear: both;
}
.block-content {
	width: 69.6%;
	padding: 0 30px 0 0;
	float: left;
}
.block-promo .text {
	padding: 30px 10px 30px 50px;
	font-size: 14px;
}
.block-promo .text p {margin: 0;}
.block-aside {
	width: 30.3%;
	float: right;
}
.block-aside .btn {text-align: center;}
.block-aside .btn-no_bg {
	display: block;
	text-align: center;
	padding: 36px 100px 36px 20px;
}
.widget-support {text-align: center;}
.block-aside .widget {padding: 0 0 15px;}
.widget-post {
	font-size: 13px;
	line-height: 22px;
	padding: 0 0 22px;
}
.widget-post .description {padding: 6px 15px 6px 0;}
.widget-post h4 {
	font-size: 14px;
	margin: 0;
	font-weight: bold;
}
.widget .image {margin: 0 0 12px;}
.block-aside .image img {
	width: 100%;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    transition: 0.3s ease-in;
}
.titles {
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	font: bold 20px/1.2em 'Open Sans Condensed', sans-serif;
}
.box-list {
	overflow: hidden;
	margin: 0 -34px;
	padding: 0 0 10px;
}
.box-list li {
	float: left;
	width: 50%;
	padding: 0 36px;
}
.box-list li:first-child .box-advice .img-holder {
	vertical-align: top;
	padding: 10px 0 0;
}
.box-advice {background: #fff;}
.box-advice .btn-holder {
	margin: -45px 60px 0 0;
	text-align: right;
}
.box-advice .btn-holder .btn {text-align: left;}
.box-advice .image {
	width: 100%;
	border-top: 17px solid #acb0b1;
	background: #d1d8da url(images/gradient-big.png) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
	height: 450px;
	display: table;
}
.box-advice .img-holder {
	display: table-cell;
	vertical-align: middle;
}
.box-advice .description {
	padding: 35px 30px 40px 40px;
	line-height: 24px;
}
.box-advice .description p {margin: 0 0 5px;}
.item-list {
	margin: 0 -13px 0;
	overflow: hidden;
	font-size: 0;
}
.item-list li {
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	padding: 25px 13px;
}
.item-list .box-science .box,
.item-list .box-science {
	width: 100%;
	font: 17px/1.2em 'MyriadProSemibold';
}
.more-head {
	border-width: 5px 0;
	border-style: solid;
	border-color: #7bd6ef;
	padding: 17px 0;
}
.more-head h2 {
	font-size: 24px;
	font-weight: 600;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0;
	cursor: pointer;
	display: inline-block;
}
.more-head h2:before {
	content: '';
	width: 13px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
	background: url(images/ico-collaps.png) no-repeat 0 100%;
}
.more-content {
	margin: 30px 0 0;
	display: none;
}
.accordion .active .more-head h2:before {background-position: 0 0;}
.one-col-page .entry ul p {margin: 0 0 10px;}
.one-col-page .entry ul li {padding: 0 0 16px;}
.one-col-page .entry p {margin: 0 0 21px;}
.more-content.entry p {margin: 0 0 30px;}
.block-info {
	overflow: hidden;
	margin: 0 0 40px;
}
.block-info .image {
	float: left;
	padding: 0 48px 0 0;
}
.block-info .image img {width: 100%;}
.block-info .description {
	overflow: hidden;
	font-size: 14px;
	padding: 30px 60px 0 0;
}
.block-info .description p {margin: 0 0 10px;}
.block-info .main-title {
	display: inline-block;
	padding-right: 45px;
}
.team-list {
	font-size: 0;
	margin: 0 -10px;
}
.team-list li {
	width: 33.3%;
	padding: 20px 10px;
	font: 14px/1.2em 'MyriadPro';
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.team-list .image {margin: 0 0 10px;}
.block-info .image img,
.slider img,
.team-list .image img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    transition: 0.3s ease-in;
    width: 100%;
}
.block-info .image:hover img,
.slider .box:hover img,
.team-list .image a:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.team-list .image a {display: block;}
.team-list h4 {
	font: 600 16px/1.2em 'MyriadPro';
	margin: 0;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.team-list p {margin: 0 0 5px;}
.contact-block {
	max-width: 975px;
	margin: 0 auto;
	padding: 20px 0 50px;
}
.contact-block .contact-content {
	width: 66.5%;
	float: left;
}
.contact-block .aside {
	width: 29.5%;
	float: right;
	padding: 10px 0 0;
}
.contact-block .aside .main-title {
	margin: 0 0 20px;
	padding: 0 0 25px;
}
.contact-block .aside h3 {
	font-size: 18px;
	font-weight: 600;
}
.contact-list {padding: 0 0 15px;}
.contact-list .fa {
	margin: 0 15px 0 0;
	font-size: 14px;
}
.contact-list li {padding: 0 0 5px;}
.contact-list a {color: #000;}
.captcha-block {
	display: none;
	width: 302px;
	margin: 0 auto 10px;
	text-align: center;
	background: url(images/bg-captcha.png) no-repeat;
}
.box-info {
	font-size: 14px;
	line-height: 20px;
}
.box-info .alignleft {margin-bottom:0;}
.box-info .description {
	border:3px solid  #7bd6ef;
	padding: 25px 15px;
}
.box-info h3 {
	font-size: 20px;
	margin: 0 0 15px;
}
.box-info .btn {
	width: 100%;
	margin: -3px 0 0;
	text-align: center;
	font-size: 24px;
	padding: 24px 80px 24px 20px;
}
.accordion-block .ttl {
	position: relative;
	cursor: pointer;
	padding: 0 0 0 15px;
	display: inline-block;
	margin: 0 0 15px;
}
.accordion-block .ttl:before {
	content: '+';
	position: absolute;
	top: 0;
	left: 0;
	color: #7bd6ef;
	width: 12px;
	text-align: center;
}
.accordion-content {padding: 0 0 15px;}
.accordion-content ol li,
.entry .accordion-content ol li {line-height: 27px;}
.accordion-block .accordion-box.active .ttl:before {
	content: '-'
}
/* Gallery
------------------------------------------------------------------------------*/

.gallery {
	width: 100%;
	position: relative;
}
.gallery .btn {box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);}
.gallery .bx-controls {
	position: absolute;
	top:50%;
	left: 25px;
	margin-top: -60px;
	z-index: 100;
}
.slides li {position: relative;}
.bx-pager-item {padding: 4px 0;}
.bx-pager-link {
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	display: block;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.6); 
}

.bx-pager-link.active,
.bx-pager-link:hover {background-color: rgba(255, 255, 255, 1);}
.slide-info {
	left: 55px;
	bottom: 40px;
	position: absolute;
	z-index: 100;
}
.slider-block {position: relative;}
.slider-box {
	padding: 25px 0;
	text-align: center;
}
.box-science a {color: #000;}
.box-science {
	font-weight: 600;
	text-align: center;
}
.slider-block p {margin: 0 0 15px;}
.box-science .box {
	width: 100%;
	height: 265px;
	display: table;
	margin: 0 0 16px;
	background: #edf0f1 url(images/gradient.png) no-repeat 50% 50%;
}
.slider-lab .box {
	height: auto;
	background: none;
}
.box-science .box:hover {text-decoration: none;}
.box-science .box h3 {
	font:bold 36px/1em 'FuturaPT', sans-serif;
	letter-spacing: 5px;
	text-shadow:0 0 10px #fff;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	background: url(images/ico-mito.png) no-repeat 50% 50%;
}
.box-science .box:hover h3 {background: url(images/ico-mito-hover.png) no-repeat 50% 50%;}
.slider {
	width: 9999px;
	overflow: hidden;
}
.slider li {
	float: left;
}
.slides li {
	position: absolute;
}
.slides img {width: 100%;}
.slider-block .bx-prev,
.slider-block .bx-next {
	position: absolute;
	top: 50%;
	margin: -60px 0 0;
	text-indent: -9999px;
}
.slider-block .bx-prev {
	width: 0;
	height: 0;
	left: -50px;
	border-style: solid;
	border-width: 31.5px 32px 31.5px 0;
	border-color: transparent #edf0f1 transparent transparent;
}
.slider-block .bx-next {
	width: 0;
	height: 0;
	right: -50px;
	border-style: solid;
	border-width: 31.5px 0 31.5px 32px;
	border-color: transparent transparent transparent #edf0f1;
}
.slider-block .bx-prev:hover {
	border-color: transparent #3bb4e0 transparent transparent;
	text-decoration: none;
}
.slider-block .bx-next:hover {
	border-color: transparent transparent transparent #3bb4e0;
	text-decoration: none;
}

/* Sidebar
------------------------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 28%;
}
#sidebar .widget {
	line-height: 27px;
	font-weight: 600;
	padding: 20px 0 0;
	margin: 50px 0 30px;
	border-top: 5px solid #7bd6ef;
}
#sidebar .widget .title {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 16px;
	font-style: normal;
}
.widget-holder,
#sidebar .widget-holder {
	overflow: hidden;
	padding: 0 30px 0 0;
	font-size: 16px;
 	line-height: 27px;
 	font-style: italic;
 	font-weight: normal;
}
.widget-holder img,
#sidebar .widget-holder img {
 	float: left;
 	margin: 0 10px 10px 0;
 }
/* Form
------------------------------------------------------------------------------*/
.form-submit .btn {
	margin: 0 auto;
	display: block;
}

/* Footer
------------------------------------------------------------------------------*/

#footer {
	width: 100%;
	background: #fff;
	position: relative;
}
#footer .container {background: none;}
.footer-holder .container {
	padding: 30px 25px;
}
.footer-bottom  .container {padding: 7px 25px 20px;}
.footer-bottom {
	width: 100%;
	background: #acb0b1;
}
.copyright {
	display: block;
	color: #fff;
	font-size: 13px;
}
.copyright a {color: #fff;}
.footer-logo {
	width: 109px;
	height: 65px;
	margin: 0 70px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.footer-logo a {
	display: block;
	height: 100%;
}
.footer-nav {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0 0;
}
.footer-nav li {
	display: inline-block;
	position: relative;
	padding: 0 7px;
}
.footer-nav li:first-child {padding-left: 0;}
.footer-nav li:before {
	content: '';
	height: 14px;
	background: #000;
	width: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
}
.footer-nav li:first-child:before {background: none;}
.footer-nav a {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
}
.form-sign {
    display: inline-block;
    vertical-align: middle;
    max-width: 320px;
    margin-left: 120px;
}
.form-sign .wpcf7-submit{
	display: none;
}
.form-sign div.wpcf7 img.ajax-loader{
	position: absolute;
	left: calc(50% - 8px);
    top: 100%;
    margin-top: 0.5em;
}
.form-sign p{
	position: relative;
}
.form-search input[type=text],
.form-search input[type=email],
.form-sign input[type=text],
.form-sign input[type=email] {
	border: 1px solid #b9bfc1;
	padding: 10px 14px;
	width: 320px;
	font-size: 13px;
	background: none;
	font-style: normal;
	text-transform: uppercase;
}
.form-search input[type=text],
.form-search input[type=email] {
	width: 250px;
	padding: 7px 15px 7px 25px;
}
/* Wordpress
------------------------------------------------------------------------------*/ 

.textwidget p{ padding: 0 0 10px 0; }

/* Respond */
#respond{
	margin:20px 0 20px 0;
	overflow:hidden;
}
.commentlist #respond{
	margin:0 0 20px 0;
}
#respond .comment-reply-title{
	margin: 0 0 5px 0;
}
#respond .comment-reply-title small{
	font-size: 12px;
	font-weight: normal;
}
#commentform p{
	width:100%;
	overflow:hidden;
	padding: 0 0 10px;
	margin: 0;
}
#commentform p label{
	display: block;
	padding: 0 0 5px;
}
#commentform p textarea{
	width: 100%;
}

/* Comments*/
#comments{
	margin: 0 0 5px 0;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
}
.commentlist li.comment{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ececec;
	background:#f6f6f5;

}
.commentlist li.alt{
	margin: 10px 0 0 0;
	background:#fff;
}
.commentlist li.comment ul li.comment{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist .entry-comment p{
	margin: 10px 0 10px 0;
}
.commentlist .children{ padding: 0; }
.comment.parent .comment {
    padding-left: 1.5em;
}
.comment-body {
    margin-bottom: 1em;
}
/* Typography */

.entry{
	line-height:27px;
	word-wrap: break-word;
}
hr {
	border-color: #7bd6ef;
	border-style: solid;
	margin: 27px 0;
}
.entry .list-numbers,
.list-numbers,
.with-list-numbers ol{
	padding: 0 !important;
	counter-reset: my-badass-counter;
}
.list-numbers li,
.entry .list-numbers li ,
.with-list-numbers ol li{
	list-style: none !important;
	padding: 0 0 6px 35px;
	position: relative;
	margin: 0 0 6px;
}
.list-numbers li:before,
.with-list-numbers ol li:before {
    display: inline-block;
    content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    border:3px solid #7bd6ef;
    font-weight: bold;
    color: #7bd6ef;
}
.entry a{
	text-decoration:none;
	color: #000;
}
.entry a:hover{
	text-decoration:underline;
}
.entry p{
	margin:0 0 27px 0;
}
.entry .postmetadata p{
	margin-bottom: 5px;
}
.main-img,
.entry .img,
.entry .main-img {margin: 0 0 30px;}
.main-img img,
.entry .img img,
.entry .main-img img {width: 100%;}
.entry .box-info p {margin: 0;}
.entry h1{font-size: 28px;}  .entry h2{font-size: 24px;}  .entry h3{font-size: 18px}  .entry h4{}  .entry h5{}  .entry h6{}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{line-height:1.5em; margin: 0 0 20px 0; font-weight: 600; }

.entry ul{ margin: 0 0 20px 0; padding: 0 0 0 20px; }
.entry ul ul, .entry ul ol{ margin: 0; }
.entry ul li{	list-style-type: disc;  line-height: 24px;}
.entry ul ul li{ list-style-type: circle; }
.entry  ul li ol li{ list-style-type: decimal; }

.entry ol{ margin: 0 0 20px 0; padding: 0 0 0 20px; }
.entry ol ol, .entry ol ul{ margin: 0; }
.entry  ol li{ list-style-type: decimal;  line-height: 24px;}
.entry  ol li ol li{ list-style-type: lower-alpha; }
.entry  ol li ul li{ list-style-type: disc; }

.entry table{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}
.entry table td, .entry table th{
	border: 1px solid #ccc;
	padding: 5px;
}
.entry table th{
	background: #eee;
}

/* Calendar */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;padding:3px 0;}
#wp-calendar td{background:transparent;}

/* Begin Images */
img{
	max-width: 100%;
	height: auto;
}
img.wp-smiley{ padding: 0; border: none; }
.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text, .entry .wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0;
}

.al{
	float: left;
}
.ar{
	float: right;
}

/* Various Tags & Classes */
.entry acronym, .entry abbr, .entry span.caps{
	cursor: help;
}
.entry acronym, .entry abbr{
	border-bottom: 1px dashed #dfcfba;
}
.entry blockquote{
	margin: 15px 0 20px 0;
	padding:0 15px 0 40px;
	background: url(images/bgr_blockquote.png) no-repeat;
}
.entry blockquote cite{
	margin: 5px 0 0;
	display: block;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
.entry pre, .entry code{
	font-family:mono-space,monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height:20px;
}
.entry code{
	padding:1px 20px 0 20px;
	background:#f6f6f6 url(images/bgr_code.gif) repeat scroll 0 0;
	border-top: 0;
	border-bottom: 0;
}
sup{
	position: relative;
	top: -5px;
}
sub{
	position: relative;
	top: 5px;
}
code br{
	display: none;
}
.last{
	margin-right:0 !important;
	clear:right;
}
.clear{
	clear: both;
	line-height: 0;
}
.sticky{}
.bypostauthor{}
.page-link{
	padding: 0 0 15px;
}
/* pagination */
.pagination{
	width:100%;
	overflow:hidden;
	padding: 10px 0 20px 0;
}
.single .pagination{
}
.pagination a{
}
.wpcf7-not-valid{
	outline: 1px solid red;
}
span.wpcf7-not-valid-tip{
	display: none;
}
.submit-holder input {
    display: none;
}
.submit-holder{
	position: relative;
}
div.wpcf7 img.ajax-loader {
    margin-left: 0;
    margin-top: 1em;
    margin: 1em auto 0;
    display: block;
	position: absolute;
	left: calc(50% - 8px);
}
div.wpcf7-response-output {
    margin: 1em 0 0;
}

/* Responsive
------------------------------------------------------------------------------*/
.mobile-menu {
	position: absolute;
	top: 20px;
	right: 10px;
}
.mobile-menu .icon-bar {
    background-color: #acb0b1;
    width: 30px;
    height: 4px;
    display: block;
    margin-top: 4px;
    border-radius: 3px;
}
.mobile-menu {
    margin: 0;
    padding: 10px;
}
.mobile-menu .icon-bar:nth-of-type(2) {
    top: 1px;
}
.mobile-menu .icon-bar:nth-of-type(3) {
    top: 2px;
}
.mobile-menu .icon-bar {
    position: relative;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.mobile-menu.active .icon-bar:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
}
.mobile-menu.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}
.mobile-menu.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}
.mobile-block {
	display: none;
	margin: 0 -25px;
}
.mobile-nav {
	width: 100%;
	background: #acb0b1;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
.mobile-nav a {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 17px 55px 17px 25px;
	text-align: left;
	position: relative;
}
.mobile-nav a:hover {text-decoration: none;}
.mobile-nav li {border-bottom: 1px solid #fcfcfc;}
.mobile-nav ul li:first-child {border-top: 1px solid #fcfcfc;}
.mobile-nav ul a {
	font-size: 18px;
	background: #7bd6ef;
}
.block-aside .mobile-show,
.mobile-show,
.mobile-nav ul {display: none;}
.drops {
	position: absolute;
	height: 100%;
	width: 42px;
	right: 0;
	top: 0;
	color: #fff; 
}
.drops:before {
	content:'\f13a';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	color: #fff;
    font: 24px/53px 'FontAwesome';
}
.drops.actives:before {
	content:'\f139';
}
.mobile-text {display: none;}
.with-content:after{
	content: "";
	display: block;
	clear: both;
}
@media screen and (min-width: 1000px) {
	.header.moved {
		background: #fff;
		position: fixed;
		text-align: left;
		-webkit-transition: all 0.4s ease-in-out, height 0.4s ease-in-out;
		transition: all 0.4s ease-in-out, height 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out, height 0.4s ease-in-out;
	}
	.header.moved:after {
		content: '';
		height: 9px;
		width: 100%;
		position: absolute;
		bottom: -9px;
		background: url(images/header-shadow.png) repeat-x;
	}
	.header.moved #logo {display: none;}
	.header.moved .form-search {
		display: block;
		position: relative;
	}
	.header.moved .logo-fixed {
		width: 166px;
		height: 33px;
		display: inline-block;
		vertical-align: middle;
		margin: -5px 15px 0 35px;
	}
	.header.moved .nav > li {padding: 0 25px 13px;}
	.header.moved .container {
		padding: 10px 10px 5px;
	}
	.header.moved .nav {padding: 8px 0 0;}
}
@media screen and (max-width: 1420px) {
	.slider-block .bx-prev {left: 10px;}
	.slider-block .bx-next {right: 10px;}
	.slider-block .bx-prev  {border-color: transparent #acb0b1 transparent transparent;}
	.slider-block .bx-next {border-color: transparent transparent transparent #acb0b1;}
	.slider-box {padding: 25px 0;}
	.content-holder {max-width: inherit;}
	.box-science {font-size: 15px;}
	.box-science p {padding: 0 35px;}
	.slider-block .bx-prev,
	.slider-block .bx-next  {margin-top: -65px;}
}
@media screen and (max-width: 1360px) {
	.box-list {margin: 0;}
	.box-list li {padding: 0 15px;}
	.main.main-holder {padding: 50px 25px;}
	.slider-box {padding: 25px 15px;}
	
	.header .form-search {margin: 0;}
	.header.moved .logo-fixed {margin-left: 0;}
}
@media screen and (max-width: 1200px) {
	.form-search input[type=text] {width: 160px;}
	.header.moved .nav > li {
		padding: 0 20px 13px;
	}
	.form-sign {margin: 0 0 0 30px;max-width: 250px;}
	.form-sign input[type=text], .form-sign input[type=email] {width: 250px;}
	.footer-logo {margin: 0 30px 0 0;}
}
@media screen and (max-width: 1000px) {
	.block-promo .text,
	.slider-box {padding: 25px;}
	.inner-page .main-container {margin: 0;}
	.page-add .main-container .main.main-holder {
		margin-top: 20px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.mobile-text,
	.mobile-block,
	.mobile-text .main-img{
		display: block;
	}
	.widget-holder {padding: 0;}
	.header.moved:after,
	.header.moved .form-search,
	.header.moved .logo-fixed,
	.support-logo,
	.head,
	.main-img {display: none;}
	.entry .img,
	.entry .main-img {
		margin-left: -25px;
		margin-right: -25px;
	}
	.main-container .main.main-holder {padding-top: 0;}
	.inner-page .main.main-holder {padding-top: 30px;}
	#wrapper {min-height: inherit;}
	.nav {display: none;}
	.header .container {padding: 0;}
	.header #logo {
		width: 94px;
		height: 56px;
		margin: 15px 0;
	}
	.box-list li,
	.block-aside,
	.block-content {
		width: 100%;
		float: none;
		padding: 0;
	}
	.box-list {margin: 30px 0 0;}
	.header {
		position: relative !important;
	}
	.block-aside .description {
		padding:15px 25px;
	}
	br {display: none;}
	.page-template-homepage .main-container {margin: 0;}
	.box-advice {background: none;}
	.box-list .btn-add {
		background: #3bb4e0;
		color: #fff !important;
	}
	.form-sign {padding: 0;margin: 0;}
	#footer {
		text-align: center;
		margin: 0 !important;
	}
	.wrapper-holder {padding: 0 !important;}
	.contact-block .aside,
	.contact-block .contact-content,
	.main-frame .aside,
	.main-frame .content-column,
	.one-col-page #content,
	#sidebar,
	#content {
		width: 100%;
		float: none;
		padding: 0;
	}
	#sidebar {display: none;}
	.main-frame .content-column {padding: 0 0 10px;} 
	.team-list li,
	.item-list li {width: 50%;}
	.item-list li {padding: 13px;}
	.block-info .image {
		float: none;
		padding: 0;
	}
	.footer-nav {padding: 15px 0;}
	.contact-block {padding: 0;}
	.block-info .description {padding-right: 0;}
	.block-info {margin: 0 0 10px;}
	.page-template-contact .main {background:#edf0f1;}
	.form-submit textarea,
	.form-submit input {
		background: #fff;
	}
	.contact-list {padding: 0 0 25px;}
	.captcha-block {
		margin: 0 0 10px;
	}
	.form-submit .btn {margin: 0;}
	.captcha-block {background: url(images/bg-captcha-mobile.png) no-repeat;}
	.footer-logo {
		float: left;
	}
}
@media screen and (max-width: 768px) {
	#content .btn {min-width: inherit;}
	.box-science p {display: none;}
	.item-list .box-science .box {margin: 0;}
	.titles {text-align: left;}
	.slider-block .bx-prev,
	.slider-block .bx-next {
		border:none;
		font-size: 0;
		margin-top: -30px;
		display: block;
		vertical-align: middle;
		color: #acb0b1;
		text-indent: 0;
		font-size: 0;
		width: 60px;
		height: 60px;
	}
	.slider-block .bx-prev {left: 0;}
	.slider-block .bx-next {right: 0;}
	.slider-block .bx-next:before {
		content:'\f054';
		font: 42px/1.2em 'FontAwesome';
	}
	.slider-block .bx-prev:before {
		content:'\f053';
		font: 42px/1.2em 'FontAwesome';
	}
	.slider-block .bx-next:hover,
	.slider-block .bx-prev:hover {color: #3bb4e0;}
	.gallery .btn {display: none;}
	.bx-pager-item {
		display: inline-block;
		padding: 0 3px;
	}
	.gallery .bx-controls {
		top: inherit;
		margin: 0;
		width: 100%;
		left: 0;
		bottom: 15px;
		text-align: center;
	}
	.btn-support,
	.box-advice .btn-holder,
	.widget-support .image {display: none;}
	.btn.mobile-show {
		display: inline-block;
	}
	.mobile-show {display: block;}
	.footer-holder,
	.box-advice .link-more,
	.block-content .link-more {display: none;}
	.box-advice .description p,
	.block-promo .text p {margin: 0 0 18px;}
	.block-promo .text {padding: 30px 25px 35px;}
	.box-advice .description {
		padding: 30px 0 0;
	}
	.box-advice {padding: 0 20px 35px;}
	.footer-bottom {background: #fff;}
	.copyright a,
	.copyright {color: #acb0b1;}
	.copyright a {font-weight: 600;}
	.footer-logo {
		float: left;
		margin: 0 30px 0 0;
	}
	#footer {text-align: left;}
	.copyright  {
		overflow: hidden;
		padding: 20px 0;
	}
	.footer-bottom .container {padding-top: 20px;}
	.box-science .box h3 {
	    background: url(images/ico-mito-hover.png) no-repeat 50% 50%;
	}
	.support-holder {
		background: #edf0f1;
		padding: 30px 25px;
	}
	.btn {
		font-size: 16px;
		line-height: 21px;
		padding: 15px 80px 15px 20px;
	}
	.btn-add.btn-no_bg:hover {
		background: #acb0b1;
		color: #fff !important;
	}
	.block-aside .btn-no_bg,
	.btn-add {
		background: #acb0b1;
		color: #fff !important;
		font-size: 15px;
		line-height: 21px;
		font-weight: 600;
		padding: 25px 25px 15px;
	}
	.btn-add span {
		width: inherit;
		background: none !important;
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin: -11px 0 0;
	}
	.btn-add span:before {
		display: inline-block;
		position: relative;
		margin: 0 0 0 15px;
		left: inherit;
		top: inherit;
		width: 40px;
		height: 40px;
		font-size: 33px;
		line-height: 33px;
	}
	.widget-post h4 {margin: 0 0 5px;}
}
@media screen and (max-width: 767px) {
	.box-advice .image {
		padding: 10px 20px;
		height: auto;
	}
	.block-info .image img,
	.team-list .image img {
	    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter …\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	    -webkit-filter: grayscale(0%);
	}
	.main-container {margin-bottom: 20px;}
}
@media screen and (max-width: 680px) {
	.team-list li,
	.item-list li {width: 100%;}
	.box-science {
		width: 100% !important;
		margin: 0 !important
	}
	.row-holder {margin: 0;}
	.row {
		width: 100%;
		padding: 0 0 6px;
	}
	.form-submit .btn {min-width: 170px;}
	.captcha-block {
/*
		width: 170px;
		height: 40px;
		background-size: 170px 40px;
		line-height: 37px;
		font-size: 13px;
*/
	}
	.entry ul {padding-left: 0;}
	.entry ul li {list-style: none;}
}
@media screen and (max-width: 460px) {
	.btn-add,
	.btn {
		font-size: 14px;
	}
}
/* Fonts
------------------------------------------------------------------------------*/ 

@font-face {
    font-family: 'FuturaPT';
    src: url('fonts/FuturaPT-Book.eot');
    src: url('fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaPT-Book.woff') format('woff'),
         url('fonts/FuturaPT-Book.ttf') format('truetype'),
         url('fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'FuturaPT';
    src: url('fonts/FuturaPT-Heavy.eot');
    src: url('fonts/FuturaPT-Heavy.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaPT-Heavy.woff') format('woff'),
         url('fonts/FuturaPT-Heavy.ttf') format('truetype'),
         url('fonts/FuturaPT-Heavy.svg#FuturaPT-Heavy') format('svg');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
@font-face {
	font-family: 'MyriadPro';
	src: url('fonts/MyriadPro-Regular.eot');
	src: url('fonts/MyriadPro-Regular.eot') format('embedded-opentype'),
	url('fonts/MyriadPro-Regular.woff') format('woff'),
	url('fonts/MyriadPro-Regular.ttf') format('truetype'),
	url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
 @font-face {
	font-family: 'MyriadPro';
	src: url('fonts/MyriadPro-Bold.eot');
	src: url('fonts/MyriadPro-Bold.woff') format('woff'),
	url('fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
 @font-face {
	font-family: 'MyriadPro';
	src: url('fonts/MyriadPro-BoldIt.eot');
	src: url('fonts/MyriadPro-BoldIt.woff') format('woff'),
	url('fonts/MyriadPro-BoldIt.svg#MyriadPro-BoldIt') format('svg');
	font-weight: bold;
	font-style: italic;
}
 @font-face {
	font-family: 'MyriadPro';
	src: url('fonts/MyriadPro-It.eot');
	src: url('fonts/MyriadPro-It.woff') format('woff'),
	url('fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('fonts/myriadpro-semibold.eot');
    src: url('fonts/myriadpro-semibold.eot') format('embedded-opentype'),
	url('fonts/myriadpro-semibold.woff') format('woff'),
	url('fonts/myriadpro-semibold.ttf') format('truetype'),
	url('fonts/myriadpro-semibold.svg#MyriadProSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'MyriadProCondensed';
    src: url('fonts/myriadpro-cond.eot');
    src: url('fonts/myriadpro-cond.eot') format('embedded-opentype'),
         url('fonts/myriadpro-cond.woff2') format('woff2'),
         url('fonts/myriadpro-cond.woff') format('woff'),
         url('fonts/myriadpro-cond.ttf') format('truetype'),
         url('fonts/myriadpro-cond.svg#MyriadProCondensed') format('svg');
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'MyriadProCondensed';
    src: url('fonts/myriadpro-boldcond.eot');
    src: url('fonts/myriadpro-boldcond.eot') format('embedded-opentype'),
         url('fonts/myriadpro-boldcond.woff2') format('woff2'),
         url('fonts/myriadpro-boldcond.woff') format('woff'),
         url('fonts/myriadpro-boldcond.ttf') format('truetype'),
         url('fonts/myriadpro-boldcond.svg#MyriadProBoldCondensed') format('svg');
    font-weight: bold;
	font-style: normal;
}