/*
Theme Name: Awaken
Theme URI: http://themezhut.com/themes/awaken
Author: ThemezHut
Author URI: http://themezhut.com/
Description: Awaken WordPress theme is an elegant magazine/news WordPress theme. It has a magazine layout with two main widget areas. And the theme is featured with three post widgets to display posts in different styles. This theme consists with a responsive layout which is created using twitter bootstrap. Some of the main features of this theme are theme options panel, featured slider, ad widgets, youtube video widget and social media. Find more information about this theme at http://www.themezhut.com/themes/awaken. View the demonstration at http://www.themezhut.com/demo/awaken.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: awaken
Tags: red,white,light,right-sidebar,two-columns,custom-background,custom-menu,editor-style,featured-images,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,rtl-language-support

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.

Awaken is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/
/* font-family: "MyriadProRegular"; */
@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: "MyriadProRegular";
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {-webkit-text-size-adjust: none;}
a  {
font-family: "MyriadProRegular";
font-size: 12pt;
}
em {
font-family: "MyriadProItalic";
font-size: 12pt;
}
span {
font-family: "MyriadProRegular";
font-size: 12pt;
}
p, body, li, ul {
font-family: "MyriadProRegular";
font-size: 12pt;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
height: 100%;

}

p {
   max-height: 999999px;
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 10px;
  font-weight: bold;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: 0;
  color: #8fbe3e;
}


a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "MyriadProRegular";
  font-weight: inherit;
  margin: 1em 0;
}

h1 {
  font-size: 20pt;
  color: #11507f;
}

h2 {
  font-size: 16pt;
  color: #11507f;
}

h3 {
  font-size: 14px;

}

h4 {
  font-size: 12px;

}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
}

h6 {
  font-size: 13px;
  font-size: 1.3rem;
}

p {
  margin-bottom: 1.5em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  background: #f8f8f8;
  margin: 1.5em 0;
  padding: 1.5em;
  border-left: 2px solid #fa5742;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
}

table, th, td {
  border: 1px solid #ededed;
}

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  background: #f8f8f8;
  font-weight: bold;
  padding: 8px 15px;
}

td {
  padding: 5px 15px;
}

.site-footer table, .site-footer th, .site-footer td {
  border: 1px solid #434343;
}
.site-footer th {
  background: #222;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: #fa5742;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 10px 20px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #555;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  top: 1px;
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666666;
  border: 1px solid #eeeeee;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}
.container {width: 1300px;}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #11507f;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:visited {
  
}
a:hover, a:focus, a:active {
  color: #8fbe3e;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation,
.top-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul,
.top-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul,
.top-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul,
.top-navigation ul ul ul {
  left: -999em;
  top: -10px;
}
.main-navigation ul ul li:hover > ul,
.top-navigation ul ul li:hover > ul {
  left: 100%;
}
.main-navigation ul ul a,
.top-navigation ul ul a {
  width: 200px;
font-size: 15px;
}
.main-navigation ul li:hover > ul,
.top-navigation ul li:hover > ul {
  left: auto;
}
.main-navigation li,
.top-navigation li {
  float: left;
  position: relative;
font size: 14px !important;

}
.main-navigation a,
.top-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation ul {
font-size: 15px;
}
.top-navigation {
  font-family: "MyriadProRegular";
  font-size: 12px;
  font-size: 1.2rem;
}
.top-navigation a {
  color: #11507f;
  line-height: 16px;
  padding: 8.5px 12px;
font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top-navigation a:hover {
  color: #8fbe3e;
}
.top-navigation ul ul {
  background-color: #333333;
  padding: 10px;
}
.top-navigation ul ul a {
  color: #cccccc;
  line-height: 15px;
  padding: 10px 10px;
}
.top-navigation ul ul a:hover {
  background: #222222;
}
.top-navigation .menu-item-has-children > a:after,
.top-navigation .page_item_has_children > a:after {
  color: #fff;

  display: inline-block;
  float: right;
  font-family: FontAwesome;
  font-size: 10px;
  margin: 2px 0 0 10px;
}
@media (max-width: 1000px) {
  .top-navigation {
    display: block;
  }
}

.top-navigation ul > li > a:before {
  content: '|';
  position: absolute;
  right: -1px;
  color: #8fbe3e;
}

.top-navigation ul > li > ul > li > a:before,
.top-navigation ul > li > ul > li:first-child > a:before {
  display: none;
}
.main-navigation ul > li > ul > li > a:before,
.main-navigation ul > li > ul > li:first-child > a:before {
  display: none;
}


.main-navigation ul > li > a:before {
  content: '|';
  position: absolute;
  right: -1px;
  color: #11507f;
}
.main-navigation {
  background: #fff;
border-bottom: 1px solid #11507f;
border-top: 1px solid #11507f;
  font-family: "MyriadProRegular";
  font-size: 14px !important;
 
  font-weight: 500;
  text-transform: uppercase;


}

.main-navigation a {
  color: #11507f;
  line-height: 18px;
  padding: 15px 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
font-size: 12.5pt;
}
.main-navigation a:hover {
  background: #fff;
  color: #8fbe3e;
}

.main-navigation ul ul {
  background-color: #fff;
  font-size: 14px !important;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: none;
  padding: 10px;
}


.main-navigation ul ul a {
  color:  #11507f;
  line-height: 20px;
  padding: 10px 15px;
}
.main-navigation ul ul a:hover {
  color: #8fbe3e;
}
.main-navigation li.current-menu-item {
 color: #11507f;
}
.main-navigation li.current-menu-item a {
color: #8fbe3e;
}

@media (max-width: 1000px) {
  .main-navigation {
    display: block;
  }
}

#fa-custom-icon {
  font-size: 20px;
  line-height: 18px;
}

#fa-custom-iconwt {
  font-size: 20px;
  line-height: 18px;
  margin-right: 10px;
}

/* Small menu */
.menu-toggle {
  display: none;
}

.top-nav {
  background: none;
margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu,
  .top-navigation.toggled .nav-menu {
    display: block;
  }

  .main-navigation ul,
  .top-navigation ul {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.post-navigation {
  padding: 1em 0;
  border-top: 2px solid #444;
  border-bottom: 2px solid #444;
}
.post-navigation a {
  color: #444;
}
.post-navigation a:hover {
  color: #fa5742;
}

.nav-previous,
.nav-next {
  font-size: 16px;
  font-weight: 600;
}

.nav-previous:before {
  content: "\f177";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 10px 0 0;
}

.nav-next:after {
  content: "\f178";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 0 0 10px;
}

.paging-navigation {
  margin: 1em 0;
  padding: 1em 0;
  text-align: center;
}
.paging-navigation li {
  display: inline;
}

.page-numbers {
  list-style: none;
}
.page-numbers a {
  border: 1px solid #11507f;
  color: #11507f;
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.page-numbers a:hover {
  border: 1px solid #8fbe3e;
}
.page-numbers .current {
 border: 1px solid #8fbe3e;
  color: #11507f;
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.meta-nav-prev:before {
  content: "\f177";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 5px 0 0;
}

.meta-nav-next:before {
  content: "\f178";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 0 0 5px;
}

.awaken-navigation-container {
  position: relative;

}

.awaken-search-box-container {
  display: none;
}

.awaken-search-button-icon {
  cursor: pointer;
  float: left;
  position: relative;
  top: 0;
  right: 0;
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #000;
padding: 0 20px;
}

.awaken-search-button-icon:before {
  content: '\f002';
  cursor: pointer;
font-size: 20px;
  display: inline-block;
  font-family: 'FontAwesome';
}

.awaken-search-box-container {
  background: #fff;
  border: 1px solid #8fbe3e;
float: left;
  display: block;
  padding: auto;
  position: relative;
  right: 0;
  margin-top: 0px;
  width: 300px;
height: 28px;
  z-index: 999;

margin-right: 20px;
}

#awaken-search-form input[type="submit"] {
  border-radius: 0;
  box-shadow: none;
  background-color: #11507f;
float: right;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  padding: 0;

  text-shadow: none;
  text-transform: uppercase;
  width: 85px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
#awaken-search-form input[type="submit"]:hover {
  background: #8fbe3e;
}
#awaken-search-form input[type="submit"]:focus {
  outline: none;
}
#awaken-search-form input[type="text"] {
  background: #fff;
  border: none;
  color: #222;
  float: left;
  height: 26px;
  margin: 0;
  padding: 0 10px;
  width: 213px;
}
#awaken-search-form input[type="text"]:focus {
  outline: none;
}

/* Mobile Navigation*/




/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  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-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 2.5em;
  /* Make sure select elements fit in widgets */
}
.widget select {
  max-width: 100%;
}

.main-widget-area ul {
  list-style: none;
  margin: 0;
}
.main-widget-area ul li {
  margin: 0.4em 0;
  padding: 0 1.2em;
}
.main-widget-area ul li a {
  color: #383732;
}
.main-widget-area ul li a:hover {
  text-decoration: none;
  color: #fa5742;
}
.main-widget-area .widget-title {
  background: #fa5742;
  color: white;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  margin: 0 0 1px 0;
  padding: 0 1.2em;
  text-transform: uppercase;
}

.widget-title-container {
  border-bottom: 2px solid #fa5742;
  margin-bottom: 20px;
}

.awt-container {
  border-bottom: 2px solid #fa5742;
  margin-bottom: 25px;
}

.awt-title {
  background: #fa5742;
  color: white;
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  margin: 0 0 1px 0;
  padding: 0 1.2em;
  text-transform: uppercase;
}

.ams-post {
  display: block;
  clear: both;
  margin-bottom: 23px;
  overflow: hidden;
}

.ams-thumb {
  width: 120px;
  height: 85px;
  float: left;
}
.ams-thumb img {
  float: left;
}

.ams-title {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 0 1em 0;
  font-weight: 500;
  line-height: 1.3;
}
.ams-title a {
  color: #353434;
  text-decoration: none;
}
.ams-title a:hover {
  color: #fa5742;
}

.ams-meta {
  color: #9f9f9f;
  font-size: 14px;
  margin-bottom: 10px;
}

.ams-details {
  margin-left: 140px;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

.awaken-block-post {
  margin-bottom: 40px;
}

/* 300x250 Ad widget */
.awaken-medium-rectangle-widget {
  text-align: center;
}
.awaken-medium-rectangle-widget img {
  margin-top: 15px;
  max-width: 100%;
}

/* Video Widget */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.awaken-featured-container {
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
}

.awaken-slider-container {
  position: relative;
  width: 100%;
  box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.awaken-slider-container img {
  z-index: -2;
  max-width: 100%;
  position: relative;
}

/* Home page featured slider */
.awaken-featured-slider {
  float: left;
  width: 65.964912280701754385964912280702%;
}
@media screen and (max-width: 766px) {
  .awaken-featured-slider {
    width: 100%;
  }
}

.awaken-slider-details-container {
  color: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.4;
  margin: 0;
  width: 100%;
  display: inline-block;
  text-shadow: 0px 1px 1px #000;
}
.awaken-slider-details-container a {
  text-decoration: none;
}
.awaken-slider-details-container p {
  margin-bottom: 1em;
}
.awaken-slider-details-container .moretag {
  display: none;
}

.awaken-slider-title {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 30px 32px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  text-shadow: 0px 1px 1px #000;
}
.awaken-slider-title:hover {
  color: #fa5742;
  text-shadow: none;
}
@media screen and (max-width: 766px) {
  .awaken-slider-title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#progress {
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 0px;
  background: #fa5742;
  z-index: 500;
}

.cycle-prev,
.cycle-next {
  margin-top: -40px;
  position: absolute;
  top: 50%;
  z-index: 1000;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.cycle-prev a,
.cycle-next a {
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  display: block;
  padding: 20px;
  font-size: 2.5em;
}

.cycle-prev a:hover,
.cycle-next a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.cycle-prev {
  left: 10px;
}

.cycle-next {
  right: 10px;
}

.awaken-featured-posts {
  float: right;
  width: 34.035087719298245614035087719298%;
}


.afp {
  position: relative;
  width: 100%;
  height: auto;
  box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.afp img {
  max-width: 100%;
  position: relative;
  z-index: -2;
}

.afp-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  text-shadow: 0px 1px 1px #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.afp-title a {
  color: #f5f5f5;
  text-decoration: none;
  line-height: 23px;
  padding: 30px;
  display: block;
}
.afp-title a:hover {
  color: #fa5742;
  text-shadow: none;
}


/* Popular, Comments, Tags Tabs */
#awt-widget {
  background: #444;
  margin-bottom: 25px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #fa5742;
}
#awt-widget li {
  padding: 0;
  margin: 0;
  width: 33.33333%;
  text-align: center;
  border-bottom: 1px solid #fff;
}
#awt-widget li a {
  color: #fff;
  border: none;
}
#awt-widget li a:hover {
  background: #555;
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  #awt-widget li {
    width: auto;
  }
}

#awt-widget > li > a {
  padding: 6px 15px;
}

#awt-widget > li.active > a, .nav-tabs > li.active > a:hover,
#awt-widget > li.active > a:focus {
  border: none;
  background: #fa5742;
}

.nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
}

.awaken_avatar {
  float: left;
  postion: relative;
  margin: 0 20px 20px 0;
}

.acmmnt-body {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.awc-container {
  margin-bottom: 20px;
}

.awaken_comment_author,
.awaken_comment_post {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

#awaken-tags a {
  padding: 2px 5px;
  background: #444;
  color: #ddd;
  line-height: 27px;
  border-radius: 3px;
  font-size: 15px;
  text-decoration: none;
}
#awaken-tags a:hover {
  background: #fa5742;
  color: #fff;
}

.widget_three_block_widget {
  margin: 0;
}

.site-footer {
  color: #eeeeee;

    bottom: 0;
    width: 100%;
opacity: 0.7;
margin-top: 0px;
}
.site-footer a {
  color: white;
  text-decoration: none;
}
.site-footer a:hover {
  color: grey;
}

.footer-site-info {
  background: #222;
  font-size: 14px;
  font-size: 1.4rem;
  
}
.footer-site-info p {
  margin-bottom: 0;
}

.footer-widget-area ul {
  list-style: none;
  margin: 0;
}
.footer-widget-area ul li {
  margin: 0.4em 0;
  padding: 0;
}
.footer-widget-area .widget {
  margin: 40px 0;
}

.footer-widget-title {
  color: whitesmoke;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Site Main
--------------------------------------------------------------*/
.site-branding {
  min-height: 100px;
}

.site-title {
  font-family: 'ubuntu', sans-serif;
  font-size: 44px;
  font-weight: 500;
  margin: 30px 0 0 20px;
}
.site-title a {
  color: #11507f
  text-decoration: none;
}
.site-title a:hover {
  color: #8fbe3e;
}

.site-description {
  color: #7e7e7e;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  margin: 0 0 30px 20px;
}

.site-logo {
  display: inline;
  float: left;
width: 200px;
padding: 0 0 30px 0;
}

.site-title-text {
  float: left;
}

.site-header {
  margin-bottom: 20px;
}

.site-footer {
  background: #323232;
  margin-top: 40px;

}

.fr {
  text-align: right;
}

/*--------------------------------------------------------------
10.2 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.byline:before {
  content: "\f007";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 10px 0 15px;
}

.posted-on:before {
 
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 10px 0 0;
}

.comments-link:before {
  content: "\f0e6";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 10px 0 15px;
}

.edit-link:before {
  content: "\f044";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 10px 0 15px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
margin-bottom: 10%;
}
.page-content a:hover,
.entry-content a:hover,
.entry-summary a:hover {
  text-decoration: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-entry-title,
.archive-page-title,
.search-page-title {
 
width: 100%;
  color: #11507f;
  display: inline-block;
  font-family: "MyriadProRegular";
  font-size: 22px;
  
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0 0;
  padding: 0 0;
  text-transform: uppercase;
  word-wrap: break-word;
}

.archive-page-title {
  padding-left: 0;
}

.page-entry-header,
.archive-page-header,
.search-page-header {
  border-bottom: 0px solid #8fbe3e;
  margin-bottom: 1.5em;
}

.page-entry-footer {
  margin: 30px 0;
  padding: 10px 0;
}

.archive-title-span {
  padding: 0.4em 1em;
  margin-right: 1em;
  background: #BBBBBB;
}

.search-title-span {
 color: #11507f;
  display: inline-block;
  font-family: "MyriadProRegular";
  font-size: 22px;
  
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin: 0 0 0 0;
  padding: 0 0;
  text-transform: uppercase;
  word-wrap: break-word;
}

.page-header {
  margin: 0 0 40px 0;
  border-bottom: none;
  padding: 0;
}

.page-title {
  margin: 0;
}

.taxonomy-description {
  font-style: italic;
  margin-bottom: 40px;
}

/* Normal Post */
.sticky .genpost-entry-title:before {
  content: "\f08d";
  color: #555;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  margin: 0 15px 0 0;
}

.genpost-entry-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
 
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 4px;
  word-wrap: break-word;
}
.genpost-entry-title a {
  color: #11507f;
font-size: 20px;
  text-decoration: none;
}
.genpost-entry-title a:hover {
  color: #8fbe3e;
}

.genpost-entry-content {
  margin: 10px 0 30px 0;
}

.genpost-entry-meta,
.single-entry-meta,
.genpost-entry-footer {
  color: #9f9f9f;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.genpost-entry-meta a,
.single-entry-meta a,
.genpost-entry-footer a {
  color: #9f9f9f;
  text-decoration: none;
}
.genpost-entry-meta a:hover,
.single-entry-meta a:hover,
.genpost-entry-footer a:hover {
  color:  #11507f;
}

.genpost-featured-image {
  margin-bottom: 1em;
}
.genpost-featured-image img {
  width: 100%;
}

.single-entry-header {
  margin-bottom: 1.5em;
}

.single-entry-title {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 2px 0;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: normal;
  word-wrap: break-word;
}

.single-entry-footer {
  padding: 20px 0;
  margin-bottom: 15px;
}

.categorized-under,
.tagged-under {
  display: inline;
  padding: 4px 10px;
  background: #333;
  margin-right: 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
}

.awaken-category-list,
.awaken-tag-list {
  display: inline;
}
.awaken-category-list a,
.awaken-tag-list a {
  padding: 4px 10px;
  background: #555;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 25px;
  color: #f5f5f5;
}
.awaken-category-list a:hover,
.awaken-tag-list a:hover {
  background: #fa5742;
  color: #fff;
}

.moretag {
  color: #11507f !important;
}
.moretag:hover {
  color: #8fbe3e !important;
}

/*--------------------------------------------------------------
10.3 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.4 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  max-width: 747px;
  margin: 40px 0;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
  max-width: 1040px;
  padding-left: 60px;
  padding-right: 376px;
}

.comments-title {
  margin: 20px 0;
}

.comment-list,
.comment-list .children {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.comment-list .children {
  margin: 0 0 0 40px;
}

.comment-list > li:after,
.comment-list .children > li:before {
  background: url(images/dotted-line.png) repeat left top;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.comment-list > li:last-child:after {
  display: none;
}

.comment-body {
  padding: 24px 0;
  position: relative;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #E7E7E7;
}

.comment-author .avatar {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
}

.comment-author .fn {
  word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
  color: #fa5742;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}

.says {
  display: none;
}

.no-avatars .comment-author {
  margin: 0 0 5px;
  max-width: 100%;
  position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
  width: 100%;
}

.comment-list .edit-link {
  margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
  margin: 10px 0;
}

.comment-meta,
.comment-meta a {
  color: #a2a2a2;
  font-size: 13px;
}

.comment-meta a:hover {
  color: #555555;
}

.comment-metadata {
  margin-bottom: 20px;
}

.ping-meta {
  color: #a2a2a2;
  font-size: 13px;
  line-height: 2;
}

.comment-awaiting-moderation {
  color: #a2a2a2;
}

.comment-awaiting-moderation:before {
  content: "\f021";
  margin-right: 10px;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f122";
  margin-right: 10px;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
}

/* Comment form */
.comment-respond {
  background-color: #f5f5f5;
  padding: 40px;
  margin: 30px 0;
  max-width: 747px;
}

.comment .comment-respond {
  margin-bottom: 20px;
  padding: 20px;
}

.comment-reply-title small a {
  color: #131310;
  display: inline-block;
  float: right;
  height: 20px;
  overflow: hidden;
  width: 20px;
}

.comment-reply-title small a:hover {
  color: #ed331c;
  text-decoration: none;
}

.comment-reply-title small a:before {
  content: "\f05c";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
  padding: 0;
}

.comment-form .comment-notes {
  margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 30px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
  float: left;
  padding: 10px 0;
  width: 100px;
}

.comment-form .required {
  color: #FF8778;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  max-width: 300px;
  width: 60%;
}

.comment-form textarea {
  width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
  color: #686758;
  font-size: 14px;
}

.form-allowed-tags code {
  font-size: 10px;
  margin-left: 3px;
  white-space: pre-wrap;
}

.comment-list .pingback,
.comment-list .trackback {
  padding-top: 24px;
}

.comment-navigation {
  border-bottom: 1px solid #E7E7E7;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 747px;
  padding: 20px 0;
  width: 100%;
}

.no-comments {
  background-color: #eeeeee;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.sidebar .no-comments {
  padding-left: 60px;
  padding-right: 376px;
}

.comment-reply-title {
  margin-top: 0;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}


.button-link {
float: left;
 border-bottom: 1px solid #11507f; 
  font-size: 13pt;
  color: #11507f;
  display: inline-block;
  font-weight: 400;
  text-align: left;
  min-height: 50px;
line-height: 20px;
  width: 100%;
  margin-top: 0px;
padding: 15px 0px;
}


a.button-link:hover {
  border-bottom: 1px solid #8fbe3e; 
color: #8fbe3e;
}




.page-id-116 .page-entry-header {
display: none;
}
.page-id-116 .site-header {
  margin-bottom: 0px;
}
.page-id-116 .content-area {
  margin-top: 5px;
}
/*--------------------------------------------------------------
CATLIST
--------------------------------------------------------------*/
.homeblocks1 {
margin: 0px auto;
display: inline-block;
width: 100%;
}
.hblock1 {

border-right: 1px solid #ddd;
float: left;
margin-right: 0px;
display: block;
width: 33.33%;
padding: 20px 30px;
height: 450px;
}

.hblock2 {

border-right: 1px solid #ddd;
float: left;
margin-right: 0px;
display: block;
width: 33.33%;
padding: 20px 30px;
height: 450px;
}

.hblock3 {

float: left;
height: 450px;
display: block;
width: 33.33%;
padding: 20px 30px;
}
.homeblocks2 {
margin: 30px auto;
display: inline-block;
width: 100%;

}
.homeblocks21 {

display: inline-block;
width: 100%;

}
.hblock21 {
width: 100%;
float: left;
padding: 20px 0px;
}

.hblock-news {
padding: 20px;
float: left;
border-top: 1px solid #ddd;;
border-right: 1px solid #ddd;;
border-bottom: 1px solid #ddd;;
width: 50%;
height: 420px;
}

.hblock-news .lcp_catlist {
width: 95%;
}
.hblock-news .lcp_catlist li:before {
    content: "• ";
    color: #8fbe3e;
    font-size: 18px;
}
.hblock-signup {
padding: 20px;
float: left;

border-right: 1px solid #ddd;;
height: 250px;
width: 50%;
}

.hblock-signup .newsletter table {
background: none;
border: none;
box-shadow: none;
margin-left: -10px;
}
.hblock-signup .newsletter-td-submit{
text-align: left;
}


.hblock22 {
width: 50%;
float: left;
}
.hblock-event {
    padding-left: 40px;
    padding-right: 0px;
padding-top: 20px;
float: left;
border-top: 1px solid #ddd;;

border-bottom: 1px solid #ddd;;
width: 50%;
height: 420px;
}

.hblock-inprogress {
padding: 20px 40px ;
float: left;
height: 250px;
width: 50%;
height: 400px;
}

.hblock-inprogress .lcp_catlist li:before {
    content: "• ";
    color: #8fbe3e;
    font-size: 18px;
}
/*--------------------------------------------------------------
CATLIST
--------------------------------------------------------------*/
.lcp_catlist {
font-family: "Source Sans Pro", sans-serif;
font-size: 14px;
}
.lcp_catlist .dclass {
margin-left: 10px;
font-size: 14px;
font-family: "Source Sans Pro", sans-serif;
}
.lcp_catlist .dclass:before {
content: '|';
color: #8fbe3e;
font-size: 16px;
margin-right: 5px;
}
.lcp_paginator {
color: #11507f;
margin-top: 20px;
}

li.lcp_paginator {
margin-right: 10px;
}
.lcp_catlist li {
margin-bottom: 9px;
font-size: 12px;
}
.lcp_catlist a {
font-size: 15px;
}

.lcp_catlist a:hover {
color: #11507f;
text-decoration: underline;
}
.homeblocks a:hover {
color: #11507f;
text-decoration: underline;
}
.page-id-116 .lcp_catlist {
line-height: 1.2;
}
/*--------------------------------------------------------------
EXPERTS
--------------------------------------------------------------*/
.experts {
width: 100%;
height: auto;
float: left;
display: inline-block;
margin-bottom: 40px;
border-bottom: 1px solid #8fbe3e;
}
.expphoto {
width:15%;
float: left;
margin-right: 15px;
}
.expinfo {
width:54%;
float: left;
margin-right: 15px;
}
.expinfo11 {
width:80%;
float: left;
margin-right: 15px;
}
.exptags {
width: 28%;
border-left: 1px solid #8fbe3e;
float: left;
padding: 0 0 0 15px;
}
/*--------------------------------------------------------------
CATLIST PRESS
--------------------------------------------------------------*/
.lcp_catlist .catlisttitle {
font-size: 20px;
margin-bottom: 10px;
font-family: "MyriadProRegular";

}
.lcp_catlist a:hover {
text-decoration: none;
color: #8fbe3e;
}
.lcp_catlist .catlisttitle:hover {
color: #8fbe3e;
text-decoration: none;
}
.lcp_catlist .catlistmoretag {
color: #11507f;
font-size: 18px;
float: right;
margin-top: 40px;
font-family: "MyriadProRegular";

}
.lcp_catlist .catlistmoretag:hover {
color: #8fbe3e;
text-decoration: none;
}

.lcp_catlist .dclass1 {
margin-left: 10px;
font-size: 14px;
font-family: "MyriadProRegular";

}
.lcp_catlist .dclass1:before {
content: '|';
color: #8fbe3e;
font-size: 16px;
margin-right: 5px;
}
.catlist11 li {
margin-bottom: 15px;
padding: 0px 0 25px 0;
border-bottom: 1px solid #8fbe3e;
}
.catlist11 .catlisttitle {
font-size: 20px;
margin-bottom: 10px;
font-family: "MyriadProRegular";

}
.catlist11 .catlisttitle:hover {
color: #8fbe3e;
text-decoration: none;
}
.catlist11 .catlistmoretag {
color: #11507f;
font-size: 18px;
display: block;
margin-top: 15px;
font-family: "MyriadProRegular";

}
.catlist11 .catlistmoretag:hover {
color: #8fbe3e;
text-decoration: none;
}

.catlist11 .dclass1 {
margin-left: 0px;
font-size: 14px;
font-family: "MyriadProRegular";

}
.catlist11 .dclass1:before {
content: '|';
color: #8fbe3e;
font-size: 16px;
margin-right: 2px;
}
.page-id-59 .entry-content {
padding: 0 0px;
}
.catlist11, .lcp_catlist {
list-style: none;
margin: 0 0 0 0;
}
/*--------------------------------------------------------------
CONTACTS
--------------------------------------------------------------*/
.contactsblock {
display: inline-block;
width: 100%;
float: left;
background-color: rgba(201,229,228,0.5);
}
.contacts1 {
float: left;
width: 29%;

padding: 10px 20px;
}
.contact-form {
border-left: 3px solid white;
float: left;
width: 71%;
padding: 10px 20px;
}
.cfdetails {
width: 100%;
float: left;
display: inline-block;
margin-right: 10px;
}
.cfdetails-email {
float: left;
width: 30%;
margin-right: 10px;
}
.cfdetails-mobile {
float: left;
}

/*--------------------------------------------------------------
CONTACT FORM
--------------------------------------------------------------*/
.wpcf7 {
color: #11507f;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="password"], .wpcf7 input[type="search"],  .wpcf7 input[type="tel"] {
width: 100%;
border: 1px solid #eeeeee;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
padding: 3px;
}
.contactform {
display: inline-block;
float: left;
margin-bottom: 30px;
}
.textform1 {
float: left;
width: 32%;
color: #11507f;
margin-right: 15px;
margin-bottom: 20px;
}
.emailform1 {
float: left;
width: 32%;
color: #11507f;
margin-right: 15px;
}

.telform1 {
float: left;
width: 32%;
color: #11507f;

}
.textform {
margin-right: 10px;
width: 100%;
}
.emailform {
margin-right: 10px;
width: 100%;
}
.telform {
margin-right: 10px;
width: 100%;
}
.subjectform1 {
margin-bottom: 20px;
}
.wpcf7-captchar {
width: 30%:
}
input.wpcf7-form-control.wpcf7-captchar {
width: 100px;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-your-captcha {
height: 40px;
width: 100px;
}
.wpcf7 input[type="submit"] {
background-color: #11507f;
}
.wpcf7 input[type="submit"]:hover {
background-color:  #8fbe3e;
}
div.wpcf7-validation-errors {
  border: 2px solid #8fbe3e;
}

/*--------------------------------------------------------------
PRESS AND REPORTS TEMPLATE
--------------------------------------------------------------*/

.presspost {
float: left;
width: 100%;
display: inline-block;
margin-bottom: 10%;
}

.presscontent {
float: left;
width: 75%;
padding: 0 20px;

}
.presscontent .attachments {
display: none;
}
.attachments img{
width: 30px;
}
.attachments a{
font-size: 11pt;
font-family: "MyriadProRegular";
}
.attachments dd {
width: 80%;
}
.attachments strong{
display: none;
}
.attachments .caption {
padding: 5px 0 0 0.5em;
color: white;
font-size: 9px;
}
.pressside {
float: left;
width: 22%;
border-left: 1px solid #8fbe3e;
}

/*--------------------------------------------------------------
SUBSCRIPTION FORM
--------------------------------------------------------------*/
.subform {
float: left;
width: 100%;
margin-top: 20px;
padding: 0px 15px;
}
.subform .newsletter.newsletter-subscription {

}
.subform .newsletter table {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border: 1px solid #eee;
  background-color: #f9f9f9;
 box-shadow: none;
  width: auto;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
background: #11507f;
}
button, input[type="button"], input[type="reset"], input[type="submit"]:hover {
background: #8fbe3e;
}

/*--------------------------------------------------------------
FOUNDERS
--------------------------------------------------------------*/
.founders {
width: 100%;
height: auto;
float: left;
display: inline-block;
margin-top: 10px;
margin-bottom: 40px;
border-bottom: 1px solid #8fbe3e;
}
.foundphoto {
width:15%;
float: left;
margin-right: 25px;
}
.foundinfo {
width:80%;
float: left;
}
/*--------------------------------------------------------------
EXPERTS REPORTS
--------------------------------------------------------------*/
.expertsreports {
width: 100%;
float: left;
padding: 0px 15px;
margin-top: 20px;
margin-bottom: 30px;

}
.expertsreports p {
margin-bottom: -5px;
}
.expertsreports-name {
width: 100%;
float: left;
}
/*--------------------------------------------------------------
SEARCH RESULTS
--------------------------------------------------------------*/
.hilite {  color: #11507f; }


/*--------------------------------------------------------------
РАЗНОЕ
--------------------------------------------------------------*/
.single .byline, .group-blog .byline {
display: none;
}
.newsletter-td-privacy {
font-size: 13px;
}
.col-xs-12.col-sm-12.col-md-8 {
float: left;
}
.page-content, .entry-content, .entry-summary {

}

}
.page-id-69 .entry-content {
margin-top: 0;
}
.page-id-31 .lcp_catlist {
margin-top: 0px;
}
.page-id-31 .lcp_catlist .dclass {
margin-left: 0px;
}
.page-id-31 .lcp_catlist .dclass:before {
display: none;
}
.page-id-31 .lcp_catlist li {
line-height: 1;
margin-top: 0px;
}
.page-id-31 .lcp_catlist li:before {
    content: "• ";
    color: #8fbe3e; 
font-size: 18px;
}
.page-id-31 .lcp_catlist .dclass:after {
content: '|';
color: #8fbe3e;
font-size: 16px;
margin-left: 5px;
}
ul.post-meta {
list-style: none;
margin: 0px;
}
.postmetaside {
float: left;
width: 100%;
margin-left: 15px;
margin-bottom: 20px;
}
.page-id-31 .lcp_catlist a {
line-height: 1.2;
font-size: 15px;
}
.page-id-31 .lcp_catlist p {
margin-bottom: 13px;
}
span.page-id-31 .lcp_catlist {
font-size: 14pt;

}
.attachments {
    width: 100%;
    margin-left: 10px;
 margin-top: 0px;
    font-size: 15px;
    float: left;
}
span.post-meta-key {
font-size: 20px;
color: #11507f;
font-family: "MyriadProRegular";
}
span.post-meta-key:after  {
display: block;
    content: url(http://ces.org.ua/wp-content/uploads/2015/07/штрих1.jpg);
margin-top: -18px;
	}
br.post-meta-key {
margin-top: -10px;
}
/*--------------------------------------------------------------
FILTERS
--------------------------------------------------------------*/
option.level-0[value="6"], option.level-0[value="9"],option.level-0[value="10"],option.level-0[value="1"], option.level-0[value="4"], option.level-0[value="52"], option.level-0[value="53"],option.level-0[value="54"], option.level-0[value="55"], option.level-0[value="61"], option.level-0[value="18"], option.level-0[value="16"],option.level-0[value="17"],option.level-0[value="19"], option.level-0[value="78"], option.level-0[value="21"], option.level-0[value="22"] {
display: none;
}

#ofcategory, #ofpost_tag, #oftype, #ofexperts, #ofstudy {
width: 100%;
}
.searchandfilter  ul{
margin: 0;
padding-left: 15px;
display: block;
width: 100%;
}
.searchandfilter  li{
width: 100%;
margin-top: 10px;
display: block;
}
input.postform {
width: 100%;
    line-height: 24px;
}

/*--------------------------------------------------------------
Areas of study
--------------------------------------------------------------*/
.areasofstudy {
display: block;
float: left;
width: 100%;

}
.areas1 {
display: block;
float: left;
width: 100%;
margin-bottom: 20px;
}
.areas11 {
width: 48%;
float: left;
height: 450px;

padding-right: 30px;
}
.areas12 {
width: 49%;
float: left;
height: 550px;
}
.areas2 {
display: block;
float: left;
width: 100%;
margin-bottom: 20px;

}
.areas3 {
display: block;
float: left;
width: 100%;

}
.areas4 {
display: block;
float: left;
width: 100%;
}
.areasimage {
float: left;

}
.areasinfo {
float: left;
width: 70%;
}

/*--------------------------------------------------------------
DIFFERENT
--------------------------------------------------------------*/
.pressdownload {
margin-bottom: 0px;
}


.asocial-icon {
  line-height: 35px;
  font-size: 25px;

  text-align: right;
}
.asocial-area {
    float: right;
    text-align: center;
  }
.asocial-icon a {
  color: #11507f;
  padding: 2px 6px;
font-size: 25px;
}
.facebook a:hover {
  color: #8fbe3e;
}

.twitter a:hover {
  color: #8fbe3e;
}

.googleplus a:hover {
  color: #dd4b39;
}

.linkedin a:hover {
  color: #8fbe3e;
}

.youtube a:hover {
  color: #cc181e;
}

.flickr a:hover {
  color: #2b7bb9;
}

.rss a:hover {
  color: #FB6405;
}

.instagram a:hover {
  color: #3f729b;
}

table, th, td {
border: none;
}
.menu-m2-container {
float: right;
}
.mailtoexpert {
margin-right: 15px;
margin-top: -4px;
}
.mailtoexpert:hover {
background-image: url('http://ces.org.ua/wp-content/uploads/2015/08/E-mail-copy.png');
}
.page-id-116.page-content,
.page-id-116.entry-content,
.page-id-116.entry-summary {
margin-bottom: 0px;
}


.su-tabs.su-tabs-style-default {
padding: 3px 0 0 0;
}
span.su-tabs-current {
margin-left: 5px;
}
.su-tabs.span {
margin-left: 5px;
}

footer#colophon {
height: 60px;
}
.agreement {
float: left;
}
.copyright {
float: left;
}
.footeradress {
float: right;
text-align: right;
}
div#primary {
min-height: 650px;
}

.subform1 {
float: left;
width: 100%;
margin-top: 20px;
padding: 0px 15px;
display: none;
}

.single-post.postid-880 .pressdownload {
display: none;
}
.single-post.postid-880 .subform {
display: none;
}
.single-post.postid-880 .expertsreports {
margin-top: -5px;
}

@media (max-width: 320px)  {
  .container {
    width: 320px;
  }
}

.single-post.postid-1049 .pressdownload {
display: none;
}
.single-post.postid-1049 .expertsreports {
margin-top: -5px;
}
.single-post.postid-1049 .single-entry-meta {
display: none;
}
.single-post.postid-1049 .linkback {
display: none;
}

.single-post.postid-1128 .subform1 {
display: none;
}
.single-post.postid-1220 .subform1 {
display: block;
}

.menu-item-2099 a{
padding: 15px 30px;


}
li#menu-item-2099 {
float: right;
}
img._mi._before._image {
width: 28px;
margin-top: -4px;
}
#menu-item-2099 ul > li > a:before {
display: none;
}
li#menu-item-2099 a:before{
display: none;
}

    @import url('https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext');
    #mlb2-3928382,
    #mlb2-3928382 *,
    #mlb2-3928382 a:hover,
    #mlb2-3928382 a:visited,
    #mlb2-3928382 a:focus,
    #mlb2-3928382 a:active {
        overflow: visible;
        position: static;
        background: none;
        border: none;
        bottom: auto;
        clear: none;
        cursor: default;
        float: none;
        letter-spacing: normal;
        line-height: normal;
        text-align: left;
        text-indent: 0;
        text-transform: none;
        visibility: visible;
        white-space: normal;
        max-height: none;
        max-width: none;
        left: auto;
        min-height: 0;
        min-width: 0;
        right: auto;
        top: auto;
        width: auto;
        z-index: auto;
        text-shadow: none;
        box-shadow: none;
        outline: medium none;
    }
    
    #mlb2-3928382 a:hover {
        cursor: pointer !important;
    }
    
    #mlb2-3928382 h4 {
        font-weight: normal;
    }
    
    #mlb2-3928382 .subscribe-form {
        padding: 20px;
        width: 100% !important;
        border: 2px solid #FFFFFF !important;
        background: #FFFFFF none !important;
        border-radius: 0px !important;
        box-sizing: border-box !important;
    }

     #mlb2-3928382 .subscribe-form-2 {
        padding: 20px;
        width: auto !important;
        border: 2px solid #FFFFFF !important;
        background: #FFFFFF none !important;
        border-radius: 0px !important;
        box-sizing: border-box !important;
    }

    #mlb2-3928382 .subscribe-form .form-section {
        margin-bottom: 0px;
        width: 100%;
    }
    
    #mlb2-3928382 .subscribe-form .form-section.mb10 {
        margin-bottom: 10px;
        float: left;
    }
    
    #mlb2-3928382 .subscribe-form .form-section.mb0 {
        margin-bottom: 0px;
    }
    
    #mlb2-3928382 .subscribe-form .form-section h4 {
        margin: 0px 0px 10px 0px !important;
        padding: 0px !important;
        color: #184e82 !important;
        font-family: 'MyriadProRegular' !important;
        font-size: 28px !important;
        line-height: 100%;
        text-align: left !important;
    }
    
    #mlb2-3928382 .subscribe-form .form-section p,
    #mlb2-3928382 .subscribe-form .form-section li {
        line-height: 150%;
        padding: 0px !important;
        margin: 0px 0px 10px 0px;
        color: #000000 !important;
        font-family: 'MyriadProRegular', sans-serif !important;
        font-size: 14px !important;
    }
    
    #mlb2-3928382 .subscribe-form .form-section a {
        font-size: 14px !important;
    }
    
    #mlb2-3928382 .subscribe-form .form-section .confirmation_checkbox {
        line-height: 150%;
        padding: 0px !important;
        margin: 0px 0px 5px 0px !important;
        color: #000000 !important;
        font-family: 'Tahoma', sans-serif !important;
        font-size: 12px !important;
        font-weight: normal !important;
    }
    
    #mlb2-3928382 .subscribe-form .form-section .confirmation_checkbox input[type="checkbox"] {
        margin-right: 5px !important;
    }
    
    #mlb2-3928382 .subscribe-form .form-section .form-group {
        margin-bottom: 15px;
    }
    
    #mlb2-3928382 .subscribe-form .form-section .form-group label {
        float: left;
        margin-bottom: 10px;
        width: 100%;
        line-height: 100%;
        font-weight: bold;
        color: #000000 !important;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px !important;
    }
    
    #mlb2-3928382 .subscribe-form .form-section .checkbox {
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
    
    #mlb2-3928382 .subscribe-form .form-section .checkbox label {
        color: #000000 !important;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 14px !important;
    }
    
    #mlb2-3928382 .subscribe-form .form-section .checkbox input {
        margin: 0px 5px 0px 0px;
    }
    
    #mlb2-3928382 .subscribe-form .form-section .checkbox input[type=checkbox] {
        -webkit-appearance: checkbox;
    }
    
    #mlb2-3928382.ml-subscribe-form .form-group .form-control {
        width: 100%;
        font-size: 13px;
        padding: 10px 10px;
        height: auto;
        font-family: Arial;
        border-radius: 0px;
        border: 1px solid #cccccc !important;
        color: #000000 !important;
        background-color: #FFFFFF !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        clear: left;
    }
    
    #mlb2-3928382.ml-subscribe-form button {
        border: none ;
        cursor: pointer ;
        width: 100% ;
        border-radius: 0px ;
        height: 40px ;
        background-color: #184e82 ;
        color: #FFFFFF ;
        font-family: 'MyriadProRegular';
        font-size: 18px ;
        text-align: center ;
        padding: 10px ;
	vertical-align: baseline;
    }
    #mlb2-3928382.ml-subscribe-form button:hover {
background-color: #8fbe3e ;

	}
    #mlb2-3928382.ml-subscribe-form button.gradient-on {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
        background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    }
    
    #mlb2-3928382.ml-subscribe-form button.gradient-on:hover {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
        background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    }
    
    #mlb2-3928382.ml-subscribe-form button[disabled] {
        cursor: not-allowed!important;
    }
    
    #mlb2-3928382.ml-subscribe-form .form-section.ml-error label {
        color: red!important;
    }
    
    #mlb2-3928382.ml-subscribe-form .form-group.ml-error label {
        color: red!important;
    }
    
    #mlb2-3928382.ml-subscribe-form .form-group.ml-error .form-control {
        border-color: red!important;
    }
    
  

/*   ============================= */
/*   ============================= */
/*   ============================= */
.copyrate{
  font-size: 14px;
}
.copyrate a{
  font-size: 14px;
}

#nav-search span {
  position: absolute;
  left: auto!important;
  top: 13px;
  right: 0px;
}

#nav-toggle, #nav-search {
  position: relative;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  height: 35px;
  width: 38px;
  background: none;
  border: none;
  outline: none;
  margin-top: 8px;
}

#nav-toggle, #nav-search {position: relative;font-weight: 400;display: inline-block;cursor: pointer;height: 35px;width: 38px;background: none;border: none;outline: none;margin-top: 8px;font-size: 20px;padding: 0 0 3px 47px;color: #fff;}
#nav-toggle span, #nav-search span {position: absolute;left: 0;top: 13px;}

#nav-toggle span, 
#nav-toggle span:before,
#nav-toggle span:after {cursor: pointer;border-radius: 1px;height: 5px;cursor: pointer;border-radius: 1px;height: 5px;width: 35px;background: white;position: absolute;display: block;content: '';dth: 35px;background: white;position: absolute;display: block;content: '';}
#nav-toggle span:before {top: -10px;}
#nav-toggle span:after {bottom: -10px;}
#fix_menu{position: fixed;left: 0;right: 0;top: 36px;height: 45px;padding: 0 0 0 11px;z-index: 10;right: 0;top: 0px;height: 45px;padding: 0 0 0 11px;z-index: 10;background-color: #8ebe3f;display: none;}
#fix_menu.to_top{top: 0;}

#nav-search span, 
#nav-search span:before,
#nav-search span:after {cursor: pointer;border-radius: 1px;height: 5px;cursor: pointer;border-radius: 1px;height: 5px;width: 35px;background: white;position: absolute;display: block;content: '';dth: 35px;background: white;position: absolute;display: block;content: '';}
#nav-search span:before {top: -10px;}
#nav-search span:after {bottom: -10px;}


#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {transition: all 500ms ease-in-out;}


#nav-toggle.active span {background-color: transparent;}


#nav-toggle.active span:before, #nav-toggle.active span:after {top: 0;}


#nav-toggle.active span:before {transform: rotate(45deg);}
#nav-toggle.active span:after {transform: rotate(-45deg);}

#nav-search span, #nav-search span:before, #nav-search span:after {transition: all 500ms ease-in-out;}

#nav-search.active span {background-color: transparent;}

#nav-search.active span:before, #nav-search.active span:after {top: 0;}

#nav-search.active span:before {transform: rotate(45deg);}
#nav-search.active span:after {transform: rotate(-45deg);}
#nav-search img{
  max-width: 26px;
}



@media screen and (max-width: 980px){
  #fix_menu {
    display: block;
  }
  .awaken-navigation-container{
    display: none;
    max-width: 250px;
  }
   .awaken-navigation-container.active{
    display: block; 
  }
  .main-navigation ul > li > a:before {
    display: none;
}
  #nav-search{
    position: absolute!important;
    right: 110px;
    padding: 0 0 0px 0px;
  }

  .awaken-search-box-container{
    position: fixed;
    width: 100%;
    top: 44px;
    left: 0;
    z-index: 8;
    background-color: #fff;
    padding: 5px 0;
    height: auto;
    border:  none;
    border-bottom: 1px solid #8ebe3f;
    display: none;
  }
  .awaken-search-box-container.active{
    display: block;
  }

  #awaken-search-form input[type="text"] {
   border: 1px solid #8ebe3f;
 }
 .awaken-search-box-container .awaken-search-box{
  max-width: 300px;
  margin: auto;
}
#top-navigation{
  position: fixed;
  top: 10px;
  right: 10px;
  width: 90px;
  z-index: 11;
  color: #fff;
}
#top-navigation a{

  color: #fff;
}
#masthead{
  margin-top: 50px;
}
}




#left.menu_show{
  display: block;
}
#menu.menu_show{
  display: block;
}


/*  ============================= */



@media screen and (max-width: 1300px){

  body { 
    height: auto;
  }

  .container {
    width: 100%;
  }
  .hblock1 { 
    min-width: 313px; 
  }
  .homeblocks1{
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-align-content: stretch;
   -ms-flex-line-pack: stretch;
   align-content: stretch;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
 }
 .homeblocks1 div[class*="hblock"]{
  min-width: 313px; 
  float: none;
  box-sizing: border-box;
  border: none;
  height: auto;
  padding-left: 0;
  margin-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.homeblocks2 > div > div{
  float: none;
  display: inline-block;
  max-width: 47%;
  vertical-align: top;
} 
}

@media screen and (max-width: 980px){
  #menu-m1 > li > a{
    padding: 10px 0 10px 7px;
  }
   #menu-m1 .sub-menu li > a{
    padding: 4px 0 4px 21px;
  }
  .main-navigation ul ul, .top-navigation ul ul { 
    float: none;
    display: block!important;
    position: static; 
    padding: 0;
    box-shadow: none;
}
.awaken-navigation-container li{
      display: block;
    float: none;
}
  .awaken-navigation-container{
    position: fixed;
    top: 45px;
    left: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;

  }
  #mlb2-3929278 .subscribe-form{
    width: 100%!important;
    margin: auto;
  }
  .subscribe-form{
    margin-right: 0;
  }
  .main-navigation ul, .top-navigation ul {
    display: inline-block;
  }

  .homeblocks2 > div > div{
    display: block;
    width: 100%;
    min-width: 100%!important;
  } 
  #colophon .copyright{
    margin-left: 0!important;
  }
  #colophon .row{
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-align-content: stretch;
   -ms-flex-line-pack: stretch;
   align-content: stretch;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   text-align: center;
 }
 footer#colophon {
  height: auto;
}
.footeradress{
  margin-top: 20px!important;
}
}

@media screen and (max-width: 500px){
  .asocial-area{
    width: 100%;
  }

  .top-nav .col-md-4{
    width: 100%;
  }
  #awaken-search-form #s{
    width: calc(100% - 86px);px);
}
.site-logo {
  margin-top: 10px;
  display: block;
  float: none;
  width: 200px;
  margin: auto;
}
}

@media screen and (max-width: 980px){
  #mlb2-3929278 .subscribe-form{
    width: 100%!important;
    margin: auto;
  }
  .homeblocks2 .hblock21{
    min-width: 1px!important; 
}
.hblock22{
   min-width: 1px!important;
}
.homeblocks1 > p:first-of-type{
  display: none;
}
article .entry-content{
  margin-top: 0;
}
.hblock1{
  padding-top: 0;
}
}
@media screen and (max-width: 1300px){
  .hblock-event iframe{
    height: auto!important;
  }
.page-template-template-adout{

}
  .hblock-signup {
    padding:  0px;
    float: none;
    border-right: 1px solid #ddd;
    height: auto;
    width: 100%;
}
.hblock-event {
    padding-left: 10px;
    
    width: 100%;
    height: auto;
}
}
@media screen and (max-width: 980px){
.hblock-news {
    padding: 20px;
    float: none; 
    width: 100%;
    height: auto;
}
ul.lcp_paginator,    {
    margin: 0 0 1.5em 0em;
}
 .entry-content ul  {
    margin: 0 0 1.5em 1em;
}
  #secondary{
  width: 100%!important;
  float: none!important;
}
  #primary{
  width: 100%!important;
  float: none!important;
  padding: 0px 0 0 0px!important;
}
.page-template-template-adout .button-link {
       padding: 5px 0px;
    min-height: auto;
}
.page-template-template-adout .expinfo {
    width: 100%;
    float: none;
    margin-right: 15px;
}
.page-template-template-adout .exptags {
    width: 100%;
    border-left: none;
    float: none; 
}
.page-template-template-contacts .contacts1 {
    float: none;
    width: 100%;
    padding: 10px 20px;
}
.page-template-template-contacts #contform > div {
    float: none;
    width: 100%;
   
    margin-bottom: 10px;
}
.page-template-template-contacts#contform ~.subjectform1{
float: none;
    width: 100%;
  
    margin-bottom: 10px;
}
.page-template-template-contacts#contform ~ .subjectform1 ~ p{
float: none;
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
}
.page-template-template-contacts .contact-form { 
    float: none;
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 10px 20px;
}
.page-template-template-areasofstudy .areasofstudy > div[class*="areas"]{ 
    float: none;
    width: 100%; 
    overflow: hidden;
    margin-bottom: 20px;
}
.page-template-template-areasofstudy .areasofstudy  div[class*="areas"]{ 
    height: auto;
}
.page-template-template-areasofstudy .areasofstudy .areasimage{
  display: none;
}
.single-post .pressside {
    float: none;
    width: 100%;
    border-left: none;
}
.single-post .presscontent {
    float: none;
    width:  100%;
    padding: 0 20px;
}
}
@media screen and (max-width: 700px){
.page-template-template-areasofstudy .areasofstudy  div[class*="areas"]{ 
    float: none;
    width: 100%; 
    overflow: hidden; 
}
.page-template-template-areasofstudy .areas3 div{
  margin-bottom: 0!important;
}

}
