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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Clear Floated Elements
*/

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clear {
  height:1%;
}

/*
  Style HTML Tags
*/

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

body {
  font-family: 'quicksandregular',Arial,Helvetica,sans-serif;
  line-height: 1.5em;
  color: #333333;
  font-size:14px;
  line-height:1.62em;
}

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

a:hover {
  text-decoration:underline;
}

ins {
background: transparent;
}

.red { color: red; }

.green{ color: green; }

.blue { color: blue; }

.yellow { color: yellow; }

.orange { color: orange; }

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: bold;
  margin-bottom:0.5em;
  line-height: 125%;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size:1.4em;
}

h4 {
  font-size:16px;
}

h5 {
  font-size:15px;
}

h6 {
  font-size:14px;
}

p {
  margin-bottom:8px;
  color: #595959;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

table {
  background: #ececec;
  border: 1px solid #bbbbbb;
}

th {
  padding: 5px 4px;
  font-weight: bold;
  border-right: 1px solid #c8c7c7;
  color:#333;
}

td {
  color: #747474;
  text-align: left;
  padding: 5px 10px;
}

code {
  background: rgb(250, 250, 250);
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color:#fdfc9b;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

hr {
  border:none;
  border-top:#EEE 1px solid;
}

dt {
  font-weight:bold;
  margin-bottom:24px;
}

dd {
  margin-left:30px;
  margin-bottom:24px;
}

ul {
  list-style-type:disc;
  margin-left:15px;
  margin-bottom:12px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.3em;
}

cite,
em {
  font-style:italic;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes:none;
  border: 1px solid rgb(226, 220, 220);
  background: rgb(250, 247, 247) url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

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

strong {
  font-weight:bold;
}

strong.item{
background: #efefef;
padding: 2px 4px;
border: 1px solid #ccc;
}

sup,
sub {
  height:0;
  line-height:1;
  vertical-align:baseline;
  position:relative;
  font-size:10px;
}

sup {
  bottom:1ex;
}

sub {
  top:.5ex;
}

img,
video {
  max-width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

b{ font-weight: bold; color: #333; }

.content a img {

}

/*
  Theme Design, Layout and Typography
*/

#header_wrapper{
color: #E2E2E2;
}

#inner_header_wrapper {
  margin:0 auto;
  position: relative;
  background: #ffffff;
  border-bottom: 3px solid #345f9a;
}

#header {
  max-width: 1200px;
  margin: 0 auto;
}

.top_left{ float: left; width: 25%; }

.top_right{ float: right; width: 35%; }

#logo {
float:left;
margin: 15px 0 0 0;
}

#logo img{
width: 250px;
}

#site-title a,
#site-description {
  color: #ddd;
  font-weight: 300;
}

#site-title,
#site-description {
  float:left;
}

#site-title {
  margin: 25px 0;
  font-size:30px;
  font-weight:bold;
}

#site-title a{
  float: left;
}

#site-description {
  color: #E4E4E4;
  margin: 0 0 15px 0;
  float: left;
  clear: both;
  font-size: 1.3em;
  line-height: 100%;
}

.menu_wrapper{
float: left;
width: 40%;
margin: 2em 0;
}

#main-menu {
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 11;
top: 0px;
}

#main-menu ul {
  float:left;
  padding:0;
  margin:0;
  list-style:none;
  font-size:13px;
}

#main-menu li {
  background: none;
  position:relative;
  float:left;
  padding:0;
  margin:0;
  font-size: 14px;
}

#main-menu ul li:first-child {
  padding-left:0;
}

#sidebar-first ul.menu{
  padding: 0;
  margin: 5px 0 5px 0;
  font-size: 1.2em;
}

#footer ul.menu{
  padding: 0;
  margin: 5px 0 5px 0;
}

ul.menu li, ul.links li, .item-list ul li {
  background: url("images/marker.png") no-repeat scroll 4px center rgba(0, 0, 0, 0);
  list-style: none outside none;
  margin: 0 0 8px;
  padding: 0 0 0 15px;
  text-align: left;
}

#main-menu a {
  display: block;
  color: #333;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 5px;
}

#main-menu a:hover,
#main-menu li a.active{
color: #ffffff;
text-decoration: none;
background: #e79b57;
}
#main-menu li li a.active{
  background: #EBEBEB;
  color: #000;
}

.drop-down-toggle {
  position: absolute;
  top: 7px;
  right: 16px;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background: rgb(73, 71, 71);
  border: rgb(170, 170, 170) 2px solid;
}

.drop-down-arrow {
  display:block;
  width:0;
  height:0;
  margin:6px 0 0 3px;
  border-top:5px solid #aaa;
  border-left:transparent 5px solid;
  border-right:transparent 5px solid;
}

#main-menu li li {
  float:none;
  min-width:190px;
  padding:0;
  margin:0;
}

#main-menu li li a {
  color: #000;
  min-width: 150px;
  margin: 0;
  background: rgb(235, 235, 235);
  border-top: 1px solid rgb(206, 206, 206);
  font-size: 11px;
  text-align: left;
  overflow: hidden;
  padding: 5px 10px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#main-menu li li:first-child > a {
  border-top:none;
}

#main-menu li li a:hover {
  background: #1E272E;
  color: #FFF;
}

#main-menu li ul {
  display:none;
  position:absolute;
  z-index:9999;
  min-width:190px;
  height:auto;
  padding:0;
  margin:0;
  border: 1px solid rgb(221, 221, 221);
}

#main-menu li ul ul {
  margin:-33px 0 0 190px !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display:block;
}

#main-menu .nav-toggle {
  display:none;
}

#main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed {
  list-style:none;
}
#main-menu ul.menu li {
  margin: 0;
}

#main-menu ul.menu li li{
  border: 0;
}

#main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
  margin: 0;
  padding: 0;
}

#container {
  clear: both;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.region-slideshow{
  padding: 1% 0;
}

#slider {
  background: transparent;
  position:relative;
  box-shadow: none;
  overflow: visible;
}

.nivo-caption {
  background: #03A6D0;
  line-height: 130%;
  top: 0;
  margin: 0;
  right: 0;
  left: auto;
  padding: 20px;
  color: #FFF;
  width: 30%;
  font-size: 14px;
}

.nivo-caption h2{
  color: rgb(51, 50, 50);
}

.nivo-caption p{
  padding-left: 0;
  color: rgb(87, 83, 83);
}

.slider-wrapper #slider{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-default .nivo-controlNav{
  padding: 20px 0 0 0;
}

.theme-default .nivo-controlNav a:hover img{
  background: #999;
}

#slider a:active {
  outline:none;
}

.slides,
.flex-control-nav {
  margin:0;
  padding:0;
  list-style:none;
}

.slides {
  width:100%;
  overflow:hidden;
}

#slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#slider .slides li:first-child {
  display:list-item;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.flex-control-nav {
  position:absolute;
  right:4%;
  bottom:7.3%;
  text-align:center;
}

.flex-control-nav li {
  display:inline-block;
  margin:0 0 0 15px;
}

.flex-control-nav li:first-child {
  margin:0;
}

.flex-control-nav li a {
  display:block;
  width:24px;
  height:24px;
  box-shadow:0 0 3px #999;
  cursor:pointer;
  background:#e9e9e9;
  color:#333;
  font-weight:bold;
  line-height:24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background:#fff;
}

#slider .post {
  padding:1.83%;
  margin:0;
  box-shadow:none;
  background:none;
}

#slider .entry-container {
  float:right;
  max-width:50%;
}

#slider .slide-image {
	max-width:49%;
	padding:0.47%;
	background:#E9E9E9;
}

#slider .entry-header,
#slider .entry-summary {
  margin-left:5%;
}

#slider .entry-title{
  margin-left:0;
  margin-bottom:15px;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}

.content-sidebar-wrap #content {
  display: inline;
  margin-bottom: 2.7%;
  float:right;
  width:100%;
  margin-top: 0;
  padding: 0 15px;
}

#sidebar-first {
  color: #888;
  float: left;
}

#sidebar-second {
  color: #888;
  float: right;
}

aside#content-header {
  background: #333;
  color: #FFF;
}

aside .region-content-header{
  max-width: 1200px;
  margin: 0 auto;
}

aside .block{
  padding: 5px 10px;
  clear: both;
}

aside #user-login-form input.form-text{
  width: 90%;
}

aside #user-login-form .form-actions{
  padding-top: 0;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width:80%;
}

body.two-sidebars #content {
  width:75%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 80%;
}

body.sidebar-first #sidebar-first {
  width: 19%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 80%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 19%;
}

#post-content {
  padding: 20px;
}

.breadcrumb {
  margin: 10px 20px;
  margin-bottom:10px;
  border-bottom:#eee 1px solid;
}

#head, #content, #sidebar-second, #sidebar-first {
  margin-top: 10px;
}

.node {
  margin:20px 0;
}

.node h2.title a{
  color: rgb(114, 114, 114);
}

.block {
  /*margin-bottom: 5%;
  overflow: auto;*/
  clear: both;
}

.block:last-child{
  margin-top: 0;
}

.block > h2{
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0px;
  padding: 0px 0px 4px 0px;
}

.theme-default .nivo-directionNav a {
  opacity: 9 !important;
}

.nivo-directionNav{
  position: absolute;
  bottom: 55px;
  left: 8px;
}

.theme-default .nivo-caption p,
.theme-default .nivo-caption h3,
.theme-default .nivo-caption h2,
.theme-default .nivo-caption h1{
  color: #fff;
}

.theme-default a.nivo-nextNav{
  left: 45px;
}

.theme-default a.nivo-nextNav:hover{
  background-position: -30px bottom;
}

.theme-default a.nivo-prevNav:hover{
  background-position: left bottom;
}

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
}

#footer-area .block h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

.region-content-left{
  float: left;
  display: inline-block;
  width:30%;
}

.page-node-edit.node-type-profile .region-content{
  float: none;
  width: 100%;
}

.node-type-profile .region-content{
  float: left;
  width: 70%;
}

.abtesting-b.node-type-profile .region-content{
  padding: 0 20px;
}

.region-front-welcome{
  margin: 1% 3%;
  background: #84B41D;
  color: #FFF;
  padding: 2% 3%;
  height: 130px;
  border: 5px solid #F0F0F0;
}

.region-front-welcome h2,
.region-front-welcome p{
  color: #fff;
}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.links {
  color: #000;
  margin-top: 10px;
}

ul.links {
  margin:0;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/

table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/

.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/

.item-list ul {
  margin: 15px 0 0;
  padding: 0;
}

ul.inline {
  clear: both;
}


/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/

.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li{
  float: left;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/

.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/

.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.confirm-parent,
.password-parent {
  width: 100%;
}

div.form-item div.password-suggestions{
  width: 100%;
}

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

.item-list .pager {
margin: 15px 0;
}

.item-list .pager li {
background: transparent;
border-radius: 0;
margin: 0;
margin-right: 4px;
padding: 0;
font-size: 1.6em;
}

.item-list .pager li a{
background: #efefef;
border-radius: 3px;
padding: 5px 8px;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/

.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #1169c2;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

/* Images */

img { outline: 0; vertical-align:top; }

img.scale-with-grid { max-width: 100%; height: auto; }

/* Comments */

.comment h2.title { 
  margin-bottom: 1em; 
}

.comment div.user-picture img { 
  margin-left: 0; 
}

.comment { 
  margin-bottom: 20px; 
  display: table; 
  vertical-align: top; 
}

.comment .attribution {
  display: table-cell; 
  padding: 0 35px 0 0; 
  vertical-align: top; 
  overflow: hidden; 
}

.comment .attribution img { 
  margin: 0; 
  border: 1px solid #d3d7d9; 
}

.comment .attribution .username { 
  white-space: nowrap; 
}

.comment .comment-submitted p { 
  margin: 4px 0; 
  font-size: 1.071em; 
  line-height: 1.2; 
}

.comment .comment-submitted .comment-time { 
  font-size: 0.786em; 
}

.comment .comment-submitted .comment-permalink { 
  font-size: 0.786em; 
  text-transform: lowercase; 
}

.comment .content { 
  font-size: 0.929em; 
  line-height: 1.6; 
}

.comment .comment-arrow { 
  background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid; 
  border-right: 1px solid; 
  height: 40px; 
  margin-left: -36px; 
  margin-top: 15px; 
  position: absolute;
  width: 20px; 
}

.comment .comment-text { 
  padding: 0 25px 10px 35px; 
  display: table-cell; 
  vertical-align: top;
  position: relative; 
  width: 100%; 
  border-left: 1px 
  solid #d3d7d9; 
}

.comment .indented { 
  margin-left: 40px; 
}

.comment-unpublished { 
  margin-right: 5px; 
  padding: 5px 2px 5px 5px; 
}

.comment .comment-text .comment-arrow { 
  border-left: 1px solid #ffffff; 
  border-right: 1px solid #ffffff; 
}

/* -------------- Form Elements   ------------- */

fieldset { 
  background: #ffffff; 
  border: 1px solid #cccccc; 
  margin-top: 10px; 
  margin-bottom: 32px;
  padding: 0 0 10px; 
  position: relative; 
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px; 
  -moz-border-radius: 4px; 
  -webkit-border-radius: 4px; 
  border-radius: 4px; 
}

fieldset legend a{
color:#fff;
}

.fieldset-wrapper { 
  margin-top: 25px; 
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0; 
}

.filter-wrapper { 
  top: 0; padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0; 
  -khtml-border-radius-topleft: 0; 
  -moz-border-radius-topright: 0; 
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0; 
  -webkit-border-top-right-radius: 0; 
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
}

.filter-help a { 
  font-size: 0.857em; 
  padding: 2px 20px 0; 
}

.filter-wrapper .form-item label { 
  margin-right: 10px; 
}

.filter-wrapper .form-item { 
  padding: 0 0 0.5em 0.5em; 
}

.filter-guidelines { 
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed { 
  background: transparent;
  -khtml-border-radius: 0; 
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
   border-radius: 0;
}

fieldset legend { 
  background: #345f9b;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: auto;
  left: -1px;
  line-height: 2;
  padding: 0;
  text-indent: 10px;
  color:#fff;
  width: 100%;
  -khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
  -khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; 
}

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {
  font-size: 0.929em;
}

input.form-submit {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; padding: 8px; font-size: 1.2em; width: 100%; max-width:100%; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

/* Form Buttons */

/*.btn-small{
font-size: 0.9em;
padding: 2px 8px;
}*/

/*
a.btn{
display: inline-block;
color: #FFF;
margin: 10px 0 0;
text-align: center;
cursor: pointer;
}

a.btn:hover{
color: #fff;
}*/

a.btn .subtitle{
font-size: 0.6em;
color: #700D15;
text-shadow: 0 1px 3px rgba(162, 162, 162, 0.8);
}

.btn.big{
font: bold 18px "Myriad Pro",Arial,sans-serif;
padding: 15px 15px;
}

.view-ecoles .views-field-view-node a,
.btn,
.af-button-large,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
background-color: #5FA0E3;
border: 0;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
-ms-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
color: #FFFFFF;
display: inline-block;
font-weight: bold;
padding: 8px 1em 8px 1em;
text-transform: uppercase;
text-align: center;
margin: 10px 10px 0 0;
font-size: 16px;
}

.btn:hover,
.af-button-large:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
color: #FFFFFF;
background-color: #468FDB;
cursor: pointer;
text-decoration: none;
}

a.read_more{
background: #00AC00;
padding: 5px 9px;
text-decoration: none;
margin: 10px 0;
border: 0 !important;
}

a.read_more:hover{ background: green; }

#block-search-form { padding-bottom: 7px; overflow: hidden; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { 
  float: left;
  margin-right: 5px; 
  width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { 
  margin-left: 0; margin-right: 0; height: 25px; width: 25px; padding: 0; cursor: pointer;
  text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; overflow: hidden;
}

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-block-form .form-actions{ float: left; padding: 0; }

#search-block-form .form-actions input { margin: 1px 0; border-radius: 0; }

#search-form .form-item-keys label { display: block; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

.top_right .region-search{ float: right; margin: 5px 0 4px 11px; }

.top_right .region-user-menu ul.menu { float: right; }

.search_block{ margin: 8px 0; }

.top_right .region-user-menu{ width: 100%; padding: 5px; }

.top_right ul.menu li a.active{ text-decoration: underline; }

#top-area {
  clear:both;
  margin-bottom: 1%;
}

#top-area {
  position:relative;
  max-width: 1200px;
  margin: 30px auto;
}

#top-area .block {
  margin: 0;
}

#top-area .block p{
  margin: 0;
}

#top-area .column {
  float: left;
  width: 45%;
  margin: 1.8% 0;
  margin: 0 5px;
}

#top-area .column:last-child{
  float: right;
  margin-right: 0;
}

#footer-area .column:last-child{
  float: right;
}

#top-area h2{
  padding: 9px 10px 0px 10px;
  color: rgb(114, 114, 114);
  margin-bottom: 0;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}

#top-area .column .content{
  padding: 10px;
}

#top-area .column:first-child {
  margin-left:0;
}

#top-area .column-title {
  color:#e0e0e0;
}

#top-area li {
  border-bottom:#555 1px dashed;
}

#footer {
clear: both;
background-color: #345f9b;
}

#footer a{
  color: #41D0FA;
}

#footer a:hover{
  color: #1169c2;
}

#footer_wrapper{
  max-width: 1000px;
  margin: 0 auto;
}

#footer-area {
  position:relative;
  padding: 1.76% 0% 0 0%;
}

#footer-area .column {
  float: left;
  width: 24.2%;
  margin: 0 0 0% 1%;
  color: #fff;
  padding: 1%;
}

#footer-area .column a{
color: #FFFFFF;
text-decoration: underline;
}

#footer-area .column a:hover{
  color: #1169c2;
}

#footer #footer-area .column p{
  color: #fff;
}

#footer-area .column:first-child {
  margin-left:0;
}

#footer-area .column-title {
  color:#e0e0e0;
}

#copyright {
  clear:both;    
  padding:1% 0 0px;
}

#copyright p{
  color: #fff;
}

/*
#block-system-main{
padding: 0 15px;
}*/

.copyright {
  float:left;
  max-width:728px;
}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
}

.footer_credit{
color: #252525;
overflow: auto;
padding: 10px 0px;
background: #345f9b;
}

.footer_credit p{
color: #FFFFFF;
}

.footer_inner_credit{
  max-width: 1000px;
  margin: 0 auto;
}

.social-icons {
  float: right;
}

.social-icons ul {
  margin: 0;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  background: none;
  padding: 3px 0px;
  margin: 0;
}
.social-icons li img:hover{
  opacity: .6;
}
.social-icons li img {
  display: block;
}

.region-user-menu h2{ display: none; }

.region-user-menu ul li{ 
  display: inline-block;
  background: none;
  line-height: 100%;
}

.region-user-menu ul li.last {
  border: 0;
  padding-right: 0;
}

.footer_block{ clear: both; }

.footer_block #footer-area .block > h2{ color: #727272; }

.footer_block .column{ border: 1px solid #F0F0F0; }

.bottom_widget #footer-area .column{ width: 32.5%; }

.top_widget #footer-area .column{ width: 49.5%; }

.clients{ height: 71px; }

.page-blog article{
  padding-bottom: 40px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 40px;
}

.page-blog article footer{
  background: #F3F3F3;
  padding: 5px 10px;
  border: 1px solid #E7E7E7;
}

.flag-favorite a.btn{
font-size: 14px;
background: #CACACA;
}

/* custom */

#foot li{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
list-style: none outside none;
padding: 0;
}

#foot a{
color: #C1CFFA;
text-decoration: underline;
}

#foot a:hover{
color: #FFFFFF;
}

#foot span.nolink{
font-weight: bold;
}

#foot ul.menu{
float: left;
}

#foot .region-footer{
float: right;
}

body.page-user-edit #edit-timezone,
body.page-user-edit #edit-locale{
display:none;
}

.region-content-header{
position:relative;
}

.region-content-bottom{
padding:0 20px;
}

.region-content-footer{
clear: both;
margin: 1em 0;
}

body.front .node-page{
font-size: 1.3em;
margin: 25px 0;
}

body.front #sidebar-second{
width:34%;
}

body.front .block > h2 {
font-size: 20px;
font-weight: bold;
margin: 5px 0px;
text-transform: uppercase;
background: #1169c2;
padding: 3px 5px;
color: #fff;
}

#user-register-form{
padding: 15px;
min-width:250px;
margin-left: auto;
margin-right: auto;
}

#user-register-form .form-type-item,
#user-login .form-type-item{
font-size:1.3em;
font-weight:bold;
}

#user-register-form input[type="text"],
#user-register-form input[type="password"],
#user-login input[type="password"],
#user-login input[type="text"]{
width:100%;
}

.region-footer .block{
float: left;
font-size:11px;
}

.region-footer .block h2{
font-size:14px;
}

/* dropdown language */
#dropdown{
position:relative;
list-style: none outside none;
margin: 0 0 10px 0;
}

#dropdown img{
vertical-align: middle;
}

#dropdown .label{
color: #B9B9B9;
text-transform: uppercase;
font-size: 0.8em;
margin-bottom: 8px;
}

#dropdown li ul li{
float: none;
display: inline;
}

#dropdown li{
list-style: none;
}

#dropdown .caret{
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #A2A2A2;
content: "";
display: inline-block;
height: 0;
vertical-align: top;
width: 0;
margin-top: 5px;
margin-left: 3px;
}

#dropdown .dropdown-button{
padding: 3px 2px;
}

#dropdown li ul{
position: absolute;
visibility: hidden;
right:0;
top:100%;
}

#block-locale-language{
position: initial;
margin: 5px 0;
}

#block-locale-language .content{
float:right;
}

#block-system-user-menu{
clear:both;
}

.region-user-menu #block-locale-language ul li{
border:0px;
padding:0px;
}

.language-switcher-locale-url{
display:inline-block;
text-transform: uppercase;
}

.language-switcher-locale-url a{
color: #333333;
}

.btn-group.open .btn.dropdown-toggle {
background-color: #E6E6E6;
}
.btn-group.open .dropdown-toggle {
background-image: none;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.open > .language-switcher-locale-url {
display: block;
}

.language-switcher-locale-url li > a:hover,
.language-switcher-locale-url li > a:focus,
.dropdown-submenu:hover > a {
text-decoration: underline;
}

.language-switcher-locale-url .active > a,
.language-switcher-locale-url .active > a:hover {
outline: 0;
text-decoration: underline;
color: #333333;
}

form.node-form .form-item-commerce-node-checkout-product{
display:none;
}

form.node-form .fieldset-wrapper .field-widget-text-textfield,
form.node-form .fieldset-wrapper .field-widget-options-select,
form.node-form .fieldset-wrapper .field-widget-number{
height:80px;
}

form.node-form .field-name-field-profile-city-id{
display:none;
}

form.node-form .fieldset-wrapper .form-wrapper,
form.node-form .fieldset-wrapper .form-item-title{
width:45%;
float:left;
min-width: 250px;
margin: 0 5px;
}

form.node-form .fieldset-wrapper .form-wrapper.field-name-field-profile-description,
form.node-form .fieldset-wrapper .form-wrapper.field-type-addressfield,
form.node-form .fieldset-wrapper .form-wrapper.field-type-addressfield .form-wrapper,
form.node-form .fieldset-wrapper .form-wrapper.field-type-datetime .form-wrapper,
form.node-form .fieldset-wrapper .form-wrapper.field-type-datetime{
width:100%;
clear:both;
}

form.node-form fieldset legend span.summary{
display:none;
}

#commerce-checkout-form-checkout fieldset legend span,
form.node-form fieldset legend a{
display: block;
vertical-align: middle;
height: 100%;
font-size: 1.4em;
text-transform: uppercase;
text-align: center;
color: #fff;
}

ul.oks li{
list-style:none;
padding: 7px 0 7px 30px;
background: url(images/ok.png) no-repeat center left #fff;
}

.item-list .pager li.pager-first,
.item-list .pager li.pager-last{
display:none;
}

.field-group-div{
float: left;
width: 70%;
}

.field-label{
margin: 15px 0 5px 0;
}

h1.page-title{
clear: both;
}

.service-links .item-list{
float: right;
}

.service-links li{
float: left;
}

/* subscriptions block */
.view-subscriptions .view-content{
text-align:center;
}

.view-subscriptions .views-row{
width: 20%;
padding: 25px;
background: #f1f1f1;
margin: 2px 0.5%;
text-align: center;
font-size: 14px;
min-width: 250px;
display: inline-block;
vertical-align:top;
overflow: hidden;
}

.view-subscriptions .views-row-2{
background: #B1DBAA;
}

.view-subscriptions ul.features{
margin: 8px 0;
list-style-type: none;
}

.view-subscriptions ul.features li{
margin: 4px 0;
}

.view-subscriptions .views-field-title{
font-size: 1.8em;
margin: 0 0 15px 0;
text-transform: uppercase;
}

.view-subscriptions .views-field-field-product-price-detail{
font-size: 1.6em;
margin-bottom: 20px;
}

.view-subscriptions .views-field-field-product-price-detail .small{
font-size: 0.6em;
}

.view-subscriptions .views-field-commerce-price{
font-size: 0.9em;
font-style: italic;
margin: 18px 15px;
}

#block-views-subscriptions-block{
clear: both;
overflow: hidden;
margin: 0 20px;
}

#block-views-feedbacks-block,
#block-views-videos-block-1{
margin: 25px 0;
clear: both;
}

#block-views-feedbacks-block .view-content{
text-align: center;
}

#block-views-videos-block-1 .view,
#block-views-videos-block-1 .view-content{
vertical-align: top;
text-align: center;
}

ul.links{
float: right;
margin: 10px 0;
}

div.region-user-menu{
text-align: right;
}

/* dashboard */
.page-node-8235 .empty-list{
height: 150px;
padding: 65px;
}

.page-node-8235 #post-content{
text-align:center;
}

.page-node-8235 h2{
color: #1169c2;
font-size: 1.4em;
}

.page-node-8235 #content #block-system-main{
font-size: 1.2em;
margin: 20px 0;
}

.page-node-8235 #content .block{
margin-bottom: 5px;
}

.page-node-8235 .region-content .block-learnlang a.btn{
background-color: #888888;
}

.page-node-8235 #post-content .block-learnlang{
background: #efefef;
width: 300px;
min-height: 290px;
border: 1px solid #E2E2E2;
font-size: 1.2em;
text-align: center;
display: inline-block;
vertical-align:top;
color: #474747;
border-radius: 3px;
padding: 10px;
margin: 5px;
}

#block-learnlang-learnlang-dashboard-stats .numbers{
margin: 10px 0;
}

#block-learnlang-learnlang-dashboard-stats .circular-progressbar{
width:60px;
height:60px;
}

#block-learnlang-learnlang-dashboard-profile .circular-progressbar{
width:120px;
height:120px;
margin:10px auto;
}

#block-learnlang-learnlang-dashboard-purchase .views-row{
width: 100%;
border: 0;
padding: 0;
margin: 0;
}

#block-learnlang-learnlang-dashboard-purchase .views-field-field-profile-photos{
float: left;
margin: 0;
padding: 0;
margin-right: 10px;
}

#block-learnlang-learnlang-dashboard-purchase .views-field-title{
text-align: left;
margin: 0;
padding: 0;
font-size: 1em;
}

.circular-progressbar{
font-size: 2.0em;
width: 140px;
height: 140px;
text-align: center;
margin: 0 auto;
}

#block-learnlang-learnlang-dashboard-credits img{
margin: 15px 0;
}

#block-learnlang-learnlang-dashboard-purchase .views-row{
font-weight: bold;
padding: 10px 10px;
margin: 0 -10px;
text-align:left;
}

#block-learnlang-learnlang-dashboard-purchase .view{
margin:10px 0;
height: 150px;
}

#block-learnlang-learnlang-dashboard-purchase .view a{
font-size: 0.9em;
}

#block-learnlang-learnlang-dashboard-purchase .view .views-row-odd{
background: #E4E4E4;
}

#block-learnlang-learnlang-dashboard-credits .circular-progressbar{
font-size: 1.2em;
width: 120px;
height: 120px;
font-weight: bold;
margin: 10px auto;
}

.progress{
width: 100%;
position: relative;
}

.progress-inner{
background-color: #74D255;
height: 20px;
}

.progress-label{
position: absolute;
top: 0;
left:0;
right:0;
color: #000;
font-weight: normal;
border-top: 1px solid #DADADA;
}

/* newsletter */
.webform-component-email{
width: 20em;
display: inline-block;
}

.webform-client-form .form-actions{
display: inline-block;
}

#content .block-webform{
border-top: 3px dotted #efefef;
padding: 20px 0;
margin: 20px 0;
}

div.messages {
border: 0;
}

#block-views-feedbacks-block .views-row{
width: 30%;
overflow: auto;
background: #EFEFEF;
border: 1px solid #E2E2E2;
padding: 15px;
display: inline-block;
vertical-align: top;
margin: 5px;
}

#block-views-feedbacks-block .views-field-field-feedback-vote div.fivestar-widget-static{
display: inline-block;
}

#block-views-feedbacks-block .views-field-field-feedback-comment{
font-size:1.1em;
font-style: italic;
text-align: center;
}

#block-views-feedbacks-block .views-field-field-feedback-vote{
text-align: center;
margin-top: 15px;
}

#block-views-feedbacks-block .views-field-title{
text-align:right;
font-style: italic;
font-weight: bold;
}

ul.inline li.flag-viewed{
display:none;
}

.circle{
width: 15px;
height: 15px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
font-size: 20px;
color: #fff;
line-height: 10px;
text-align: center;
background: #000;
display: inline-block;
margin-right: 5px;
border: 1px solid #CACACA;
}

.heading{
text-align: center;
border-bottom: 1px solid #6C6C6C;
margin-bottom: 15px;
}

.heading h3{
display: inline-block;
font-weight: 100;
font-size: 16px;
position: relative;
top: 18px;
background: #141414;
padding: 0 12px;
color: #ccc;
}

/* landing page */
.kmc-features {
background: #141414;
text-align:center;
color: #fff;
padding: 20px;
border-top: 5px solid #1169c2;
}

.kmc-features p,
.kmc-features h2{
color: #fff;
}

.kmc-features .feature {
width: 30%;
overflow: auto;
padding: 15px;
display: inline-block;
vertical-align: top;
margin: 5px;
min-width: 220px;
}

#block-views-feedbacks-block h2{
text-align: center;
color: #1169c2;
font-size: 1.7em;
}

#edit-checkout-pane-adwords{
border: none;
}

.node-type-landing-page #post-content{
padding: 0;
}

#block-block-3{
background: #F7F7F7;
}

.node-type-stage .field-name-field-stage-image{
float:left;
padding-right:10px;
}

.node-type-stage .field-name-field-stage-video{
clear:both;
}

.node-type-stage .field-name-field-stage-video,
.node-type-stage .field-name-field-stage-image,
.node-type-stage .field-name-field-stage-description{
margin: 5px 0;
}

.node-type-stage .field-name-field-stage-date{
font-weight:bold;
font-size:1.4em;
margin: 5px 0;
}

.view-shop .views-row {
display: inline-block;
width: 300px;
}

.view-shop .views-field-name{
font-size: 1.2em;
font-weight: bold;
}

.view-id-subscribe .kmc-features {
background: #fff;
}

.view-id-subscribe .kmc-features h1 {
color: #2a2a2a;
}

.view-id-subscribe .kmc-features h2 {
color: #d78100;
font-weight: bold;
}

.view-id-subscribe .kmc-features p {
color: #2f2f2f;
font-size: 1.2em;
}

.view-id-subscribe .btn,
.view-id-subscribe input[type="submit"],
.view-id-subscribe input[type="reset"],
.view-id-subscribe input[type="button"]{
background-color: rgb(0, 124, 203);
font-size: 1.2em;
}

/* Profile page */

.node-type-profile .view-profile-photos li{
background:none;
padding:0;
}

.abtesting-b.node-type-profile #block-views-profile-photos-block img{
width: 336px;
}

.node-type-profile #block-views-profile-photos-block {

}

.node-type-profile .group-personal-details .field-name-field-profile-description{
margin-bottom: 20px;
}

.node-type-profile .profile-ref{
float: right;
font-size: 1.4em;
}

.node-type-profile .group-actions{
text-align: right;
width:100%;
}

.node-type-profile .group-contact-details{
background: #F7F7F7;
clear: both;
overflow: hidden;
height: 100%;
border: 1px solid #D6D6D6;
}

.node-type-profile .group-personal-details {
min-width: 220px;
clear: both;
padding-top: 15px;
display: inline-block;
font-size: 1.3em;
}

.node-type-profile .group-personal-details .field {
border-bottom: 1px dotted #ddd;
float: left;
padding: 7px 0 7px 20px;
width: 100%;
}

.node-type-profile .group-personal-details .field-label-inline .field-label,
.node-type-profile .group-personal-details .field-label-inline .field-items {
min-width: 100px;
font-size: 100%;
margin:0;
}

.node-type-profile .group-personal-details .field-label-inline .field-label {
width: 30%;
}

.node-type-profile .group-personal-details .field-label-inline .field-items {
width: 60%;
margin-left: 5px;
}

.node-type-profile #block-views-profile-photos-block-1 {
clear: both;
padding-top: 15px;
}

.node-type-profile #block-views-profile-photos-block-1 img{
width:200px;
}

.node-type-profile #block-views-profile-photos-block-1 li {
display: inline-block;
}

.page-node-add-profile #edit-actions{
text-align:center;
}

.item-list ul li.item-adsense{
clear: both;
display: block;
width: 100%;
background:none;
padding:0;
}

.item-list ul li.item-profile,
.view-profiles-dashboard .views-row,
.view-browse-profiles .views-row {
display: inline-block;
width: 200px;
margin: 5px;
border: 1px solid #ddd;
padding: 0 10px;
-webkit-border-radius: 10px;
overflow: hidden;
}

.item-list ul li.item-profile .views-field-title,
.view-profiles-dashboard .views-row .views-field-nothing,
.view-browse-profiles .views-row .views-field-nothing {
font-size: 1.4em;
font-weight: bold;
}

.item-list ul li.item-profile .views-field.views-field-field-profile-photos,
.view-profiles-dashboard .views-row .views-field.views-field-field-profile-photos,
.view-browse-profiles .views-row .views-field.views-field-field-profile-photos {
margin: 0 -10px 5px -10px;
}

.item-list ul li.item-profile .views-field.views-field-field-profile-photos img,
.view-profiles-dashboard .views-row .views-field.views-field-field-profile-photos img,
.view-browse-profiles .views-row .views-field.views-field-field-profile-photos img {
border-radius: 5px 5px 0 0;
}

.item-list ul li.item-profile .views-field-field-profile-country,
.view-profiles-dashboard .views-row .views-field-field-profile-country,
.view-browse-profiles .views-row .views-field-field-profile-country {
height: 50px;
}

#block-learnlang-learnlang-payment-details {
font-size: 0.8em;
margin: 25px 0;
}

#block-learnlang-learnlang-payment-details li {
list-style-type: none;
}

body.node-type-landing-page aside#content-header {
background: #FFFFFF;
color: #333333;
}

body.page-buy-certificate .view-access-certificates input[type="submit"]{
background-color: #41ad42;
}

body.page-buy-certificate .view-access-certificates .views-field-commerce-price{
display: inline-block;
font-size: 30px;
line-height: 100%;
margin: 0.5em;
}

body.page-buy-certificate .view-access-certificates{
text-align:center;
}

body.page-buy-certificate .content-sidebar-wrap{
float: inherit;
}

body.page-buy-certificate #content,
body.node-type-landing-page .content-wrapper {
font-size: 1.4em;
line-height: 1.4em;
max-width: 800px;
margin: 0 auto;
display: block;
float: inherit;
}

body.node-type-landing-page .body-wrapper {
clear: none;
text-align: left;
vertical-align: top;
margin: 3em 0;
}

body.node-type-landing-page #top-area .block p {
margin: 8px 0;
}

body.node-type-landing-page aside .block {
margin:0;
padding:0;
}

body.node-type-landing-page aside .region-content-header {
max-width:inherit;
width:100%;
margin:0;
}

body.node-type-landing-page .region-content {
padding: 25px;
text-align: center;
}

body.node-type-landing-page #block-learnlang-learnlang-register{
display: inline-block;
width: 45%;
clear: none;
min-width: 350px;
text-align: left;
vertical-align: top;
}

body.page-buy-certificate #content .action-wrapper,
body.page-buy-certificate #content .desire-wrapper,
#block-views-landing-page-block .action-wrapper,
#block-views-landing-page-block .desire-wrapper,
#block-views-landing-page-block .interest-wrapper{
text-align:center;
margin: 3em 0;
}

body.page-buy-certificate #content .column-text,
#block-views-landing-page-block .column-text {
display: inline-block;
vertical-align: middle;
text-align: left;
width: 78%;
}

body.page-buy-certificate #content .column-img,
#block-views-landing-page-block .column-img{
display: inline-block;
vertical-align: middle;
text-align: center;
width: 20%;
}

#block-views-landing-page-block .container {
position: relative;
max-width: 1100px;
margin: 0 auto;
overflow: hidden;
display: table;
}

#block-views-landing-page-block .hostess .container .box {
display: table-cell;
height: 500px;
text-align: center;
vertical-align: middle;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

#block-views-landing-page-block .hostess .container .box .title {
font: bold 48px "Myriad Pro",Arial,sans-serif;
color: #fff;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

#block-views-landing-page-block .hostess .container .box .caption {
font-size: 2em;
color: #fff;
padding: 15px 0;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

#block-views-landing-page-block .button.register.big {
font-size: 18px;
text-transform: uppercase;
box-shadow: none;
border-bottom: 0;
text-shadow: 0 1px 0 #336507;
padding: 10px;
}

#block-views-landing-page-block .button.register {
width: 310px;
height: 44px;
border-bottom: 1px solid #404040;
line-height: 44px;
text-align: center;
text-shadow: 0 1px 0 #336507;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
color: #fff;
background: none;
background: -moz-linear-gradient(top, #8ccd27 0%, #388901 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8ccd27), color-stop(100%, #388901));
background: -webkit-linear-gradient(top, #8ccd27 0%, #388901 100%);
background: -o-linear-gradient(top, #8ccd27 0%, #388901 100%);
background: -ms-linear-gradient(top, #8ccd27 0%, #388901 100%);
background: linear-gradient(to bottom, #8ccd27 0%, #388901 100%);
filter: progid:dximagetransform.microsoft.gradient(startColorstr=#8ccd27, endColorstr=#388901);
}

.checkout-completion-message{
font-size: 1.8em;
text-align: center;
}

#block-learnlang-learnlang-register .form-actions{
text-align: center;
width: 100%;
}

#block-learnlang-learnlang-register{
font-size: 1.6em;
margin: 25px 0;
}

#learnlang-browse-filters-form{
font-size: 1.6em;
overflow: auto;
padding: 15px 0;
}

#learnlang-browse-filters-form .form-item-city{
float: left;
margin: 0;
}

#learnlang-browse-filters-form .form-item-city input{
height: 36pt;
width: 100%;
}

#learnlang-browse-filters-form .form-submit{
display: block;
float: left;
width: 20%;
margin: 0;
height: 36pt;
margin-left: 10px;
}

#learnlang-browse-filters-form .form-item-languages{
float: left;
margin: 15px;
}

#learnlang-browse-filters-form .form-item-age{
float: left;
margin: 15px 15px 0 0;
clear: both;
}

.form-checkboxes .form-item,
.form-radios .form-item{
background: #f1f1f1;
color: #151515;
padding: 4px 8px;
border-radius: 5px;
display: inline-block;
margin: 2px;
border: 1px solid #d6d6d6;
vertical-align: top;
}

#learnlang-browse-filters-form .form-type-checkbox{
background: #ACACAC;
padding: 4px 8px;
border-radius: 5px;
display: inline-block;
margin: 0;
}

#learnlang-browse-filters-form #edit-fields{
float: left;
width: 75%;
}

#learnlang-browse-filters-form .form-item-languages label{
line-height: 18pt;
text-transform: uppercase;
font-size: 0.8em;
}

#learnlang-browse-filters-form .form-item-languages .form-checkboxes label{
text-transform: capitalize;
line-height: inherit;
}

#learnlang-browse-filters-form .form-item-languages .form-checkboxes{
display: inline-block;
font-size: 0.9em;
}

/* CITIES WIDGET */
#cities-widget{
width:100%;
position: relative;
}

#edit-city-wrapper{
margin:0;
}

ul.cities-list{
list-style: none;
background-color:white;
border:1px solid #ccc;
padding:0 5px 0 5px;
position:absolute;
left:0;
right:0;
top:50px;
display:none;
margin:0;
z-index:99;
}

ul.cities-list li{
border-bottom:1px solid #e4e4e4;
}

ul.cities-list li:hover{
background-color:#51B419;
color:white;
cursor:pointer;
}

ul.cities-list li a{
width:100%;
display:block;
padding:3px;
border-bottom:0;
color: #7E7E7E;
}

ul.cities-list li a:hover{
color:#ffffff;
}

.ad-block-test{
width:100%;
clear: both;
margin: 10px 0;
}

.list-empty{
text-align: center;
font-size: 1.6em;
padding:15px 0;
}

#commerce-checkout-form-complete fieldset{
border: 0;
font-size: 1.6em;
text-align:center;
}

#commerce-checkout-form-complete fieldset legend{
display: none;
}

#commerce-checkout-form-complete fieldset .fieldset-wrapper{
padding: 15px;
}

html.js input.throbbing{
background-image: url(images/throbber.gif);
background-position: 95% center;
background-repeat: no-repeat;
}

/* jPlayer */
div.jp-audio {
width: 100%;
}

div.jp-interface{
border:0;
background-color:inherit;
}

div.jp-playlist,
a.jp-next,
a.jp-previous,
div.jp-audio div.jp-type-single div.jp-progress,
div.jp-audio div.jp-type-single div.jp-volume-bar,
div.jp-audio div.jp-type-single div.jp-current-time,
div.jp-audio div.jp-type-single div.jp-duration,
div.jp-audio div.jp-type-single a.jp-stop,
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute{
display:none;
}

a.jp-play,
a.jp-play:hover,
a.jp-pause:hover,
a.jp-pause {
top: inherit;
left: inherit;
background: inherit;
}

div.jp-interface ul.jp-controls a {
position: inherit;
overflow: inherit;
text-indent: inherit;
}

div.jp-audio div.jp-type-single div.jp-interface{
height: inherit;
}

#block-views-lesson-quiz-page-block .views-field-field-quiz-description{
text-align:center;
}

.node-type-lesson-quiz #block-views-lesson-quiz-page-block{
margin-bottom: 2em;
}

.node-type-quiz #block-views-lesson-quiz-page-block{
width: 75%;
margin: 0 auto 2em;
background-color: #f6f6f6;
padding: 1em 2em;
}

#block-learnlang-learnlang-lesson-sound{
background-color: #f2f2f2;
padding: 25px;
width: 50%;
margin: 0 auto;
text-align: center;
overflow: auto;
margin-bottom: 2em;
}

#block-learnlang-learnlang-lesson-sound .audio-help{
font-style:italic;
}

.course-progress{
margin: 1em 0;
}

.course-progress table{
width:100%;
}

.course-progress table,
.course-progress td{
background:inherit;
border:inherit;
padding: 0 5px 0 0;
}

.course-progress a.courses{
display: inline-block;
background-color: #333333;
padding: 2px 5px;
width: 100%;
}

.course-progress a.lesson{
display: inline-block;
background-color: #f1f1f1;
padding: 2px 5px;
width: 100%;
}

.course-progress a.lesson.learned{
background-color: #e47a36;
}

.course-progress a.lesson.active{
background-color: #639bdb;
}

.lesson-progress a.lesson:hover,
.course-progress a.lesson:hover{
text-decoration:none;
}

.lesson-progress table{
width:100%;
}

.lesson-progress table,
.lesson-progress td{
background:inherit;
border:inherit;
padding: 0;
}

.lesson-progress td.finished{
display:none;
}

.lesson-progress td.lesson{
background-color: #f1f1f1;
padding: 2px 5px;
line-height: 8px;
}

.lesson-progress a.lesson{
display: inline-block;
background-color: #f1f1f1;
padding: 2px 5px;
width: 100%;
line-height: 8px;
}

.lesson-progress td.lesson.done,
.lesson-progress a.lesson.done{
background-color: #e47a36;
}

#question-help{
font-size: 18px;
text-align: center;
margin:5px 0;
}

#question-text{
font-size: 1.8em;
text-align: center;
color: #000000;
}

.view-lesson-study-page .view-content{
text-align: center;
}

.view-lesson-study-page .views-row{
display:inline-block;
width:250px;
text-align: center;
vertical-align: top;
font-size: 16px;
}

.views-field-field-voc-text-native{
margin: 5px 0;
}

.views-field-field-voc-text-learn{
color: #000000;
font-size: 1.4em;
margin: 5px 0;
}

 .views-row.selected .views-field-field-voc-picture img{
border: 8px solid #5fa0e3;
}

.language-row.disabled .flag img,
.views-row.disabled .views-field-field-voc-picture img{
opacity: .5;
}

.views-field-field-voc-picture img{
border: 8px solid #f1f1f1;
}

.views-field-field-voc-picture img.correct{
border: 8px solid #5ecc6b;
}

#learnlang-exam-form .question input,
.talktext input,
.keyboard input{
border-top: 0;
border-right: 0;
border-left: 0;
border-bottom: 3px solid #5fa0e3;
margin-bottom: 0.5em;
text-align: center;
background-color:transparent;
margin-left: 2px;
margin-right: 2px;
}

#learnlang-exam-form .question select{
border: 1px solid #dedede;
background-color: #ffffff;
border-left: 3px solid #5fa0e3;
}

.form-checkboxes .form-item.correct,
.form-radios .form-item.correct,
select.correct,
input.correct{
background-color: #92f270;
}

.form-checkboxes .form-item.incorrect,
.form-radios .form-item.incorrect,
select.incorrect,
input.incorrect{
background-color: #ff9b9b;
}

span.correct-answer{
color: #329210;
}

.keyboard a.key{
background-color: #cccccc;
display: inline-block;
padding: 5px 10px;
margin: 2px;
color:#333333;
}

.keyboard a.key.enabled{
background-color: #f1f1f1;
}

.keyboard a.key.enabled:hover{
background-color: #5FA0E3;
color:#ffffff;
}

.node-language .field-name-field-language-flag img{
border: 8px solid #f1f1f1;
margin: 1em 0;
width: 120px;
}

.view-language-page .views-field{
display: inline-block;
vertical-align: middle;
}

/* levels view */
.view-courses tr,
.view-levels tr,
.view-lessons tr{
background-color: #f1f1f1;
border-bottom: 5px solid #ffffff;
}

.view-courses table,
.view-levels table,
.view-lessons table,
.view-lessons td{
border:0;
}

.view-lessons .views-field-view-node,
.view-courses .views-field-view-node,
.view-levels .views-field-view-node{
text-align:right;
}

.view-courses .views-field-path,
.view-levels .views-field-path,
.view-lessons .views-field-path{
width: 5%;
text-align:center;
vertical-align: middle;
background-color: #333333;
}

.view-courses .views-field-path img,
.view-levels .views-field-path img,
.view-lessons .views-field-path img{
width:32px;
}

.view-courses .views-field-title,
.view-levels .views-field-name,
.view-lessons .views-field-title{
width: 65%;
vertical-align: middle;
padding: 0.5em 1em;
}

.view-lessons .views-field-flagged{
width: 15%;
vertical-align: middle;
}

.view-levels .views-field-field-level-icon-1,
.view-lessons .views-field-field-lesson-image{
vertical-align: middle;
width: 10%;
padding: 0;
text-align: center;
}

.view-levels .views-field-field-level-icon-1{
padding: 1em;
}

.view-lessons .views-field-body,
.view-courses .views-field-body,
.view-levels .views-field-body{
font-size: 1.4em;
}

.view-lessons .views-field-title .category,
.view-courses .views-field-title .category,
.view-levels .views-field-name .category{
padding-bottom: 0.3em;
color: #6b6b6b;
}

.views-field-nothing .flag,
.views-field-flagged .flag {
border-radius: 50%;
width: 35px;
background-color: #d2d2d2;
height: 35px;
text-align: center;
line-height: 35px;
color: #ffffff;
font-weight: bold;
margin:0 auto;
font-size: 13px;
}

.views-field-nothing .flag.progress,
.views-field-flagged .flag.progress{
background-color: #3e3e3e;
}

.views-field-nothing .flag.flagged,
.views-field-flagged .flag.flagged{
background-color: #61a550;
}

.view-lessons .views-field-title,
.view-courses .views-field-title,
.view-levels .views-field-name{
margin: 0.5em 0;
}

.view-lessons .views-field-title .title,
.view-courses .views-field-title .title,
.view-levels .views-field-name .title{
font-size: 1.8em;
margin: 0.5em 0;
font-weight: bold;
}

.view-lessons .views-field-title .desc,
.view-courses .views-field-title .desc,
.view-levels .views-field-name .desc{
font-size: 1.3em;
}

.view-lesson-display .views-row{
width: 100%;
float: left;
margin-right: -100%;
position: relative;
opacity: 1;
display: block;
z-index: 2;
}

.view-lesson-display .views-field-title{
background-color: #ffffff;
opacity: 0.5;
}

.view-lesson-display .views-field-title-1,
.view-lesson-display .views-field-title{
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
padding: 3em 5em;
color: #202020;
}

.view-lesson-theory-page{
padding: 3em 12em;
}

.view-lesson-theory-page #question-help{
text-align:left;
}

.view-lesson-dialog-page{
padding: 0 20%;
}

.view-lesson-dialog-page .talktext {
text-align: left;
line-height: 1.5em;
background-color: #f1f1f1;
padding: 1em 2em;
margin: 0.5em 0;
}

.view-lesson-dialog-page .talktext .learn{
font-size: 1.4em;
line-height: 1.4em;
color: #0c0c0c;
}

.view-lesson-dialog-page .person-1 .talktext{
border-left: 5px solid #208f1d;
}

.view-lesson-dialog-page .person-2 .talktext{
border-right: 5px solid #3c1d8f;
}

.view-lesson-dialog-page .person-3 .talktext{
border-left: 5px solid #ef5656;
}

.view-lesson-dialog-page .person-4 .talktext{
border-right: 5px solid #3ec9c4;
}

.view-lesson-dialog-page .person-5 .talktext{
border-left: 5px solid #dd4716;
}

.view-lesson-dialog-page .talk-bubble::after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: -20px;
right: auto;
top: 38px;
bottom: auto;
border: 12px solid;
}

.view-lesson-dialog-page .person-1::after {
border-color: #208f1d #208f1d transparent transparent;
}
.view-lesson-dialog-page .person-2::after {
border-color: #3c1d8f transparent transparent #3c1d8f;
left: auto;
right: -20px;
}

.view-lesson-dialog-page .talk-bubble {
display: inline-block;
position: relative;
width: 100%;
height: auto;
}

/* pricing */
.views-field-field-sub-duration {
font-weight: bolder;
font-size: 19px;
padding-top: 2px;
}

.views-field-field-sub-price-before-discount {
text-decoration: line-through;
font-size: 28px;
margin: 10px 0 5px 0;
font-weight: bold;
color: #777777;
}

.views-field-field-sub-public-monthly-price {
margin: 0 auto;
text-align: center;
}

.views-field-field-sub-public-monthly-price .left{
display: inline-block;
font-size: 80px;
line-height: 100%;
font-weight: bold;
}

.views-field-field-sub-public-monthly-price .right{
display: inline-block;
margin-left: 2px;
}

.views-field-field-sub-public-monthly-price .float{
font-weight: bold;
font-size: 25px;
text-align: left;
}

.views-field-field-sub-public-monthly-price .unit{
text-align: left;
}

/* superfish */
.sf-menu li{
float:inherit;
}

.sf-menu ul{
width:inherit;
}

.sf-sub-indicator {
background: inherit;
}

/* languages select page */
.page-thanks #post-content,
.page-courses #post-content,
.page-pricing #post-content,
.page-node-8260 #post-content{
text-align: center;
}

.aligned-left{
text-align: left;
}

.view-languages-all .views-row{
display: inline-block;
margin: 1em;
width: 180px;
vertical-align: top;
text-align: center;
}

#block-learnlang-learnlang-lesson-quiz .question {
margin-bottom:2em;
}

#block-learnlang-learnlang-lesson-quiz .question h2{
font-size: 1.4em;
margin-bottom: 0;
font-weight: normal;
}

.node-type-quiz .region-content,
.node-type-lesson-quiz .region-content-bottom{
width:75%;
margin:0 auto;
}

/* form pages */
.node-type-webform #post-content,
.page-node-add-subscription #post-content,
.page-user-coupon #post-content,
.page-user-login #post-content,
.page-user #post-content,
.page-user-register #post-content{
max-width: 500px;
margin: 0 auto;
}

.page-checkout #post-content{
max-width: 600px;
margin: 0 auto;
}

input#edit-field-sub-coupon-und-0-upload-button{
display:none;
}

.field-type-file input[type="submit"]{
font-size:1em;
}

.page-user-coupon .field-name-field-user-coupon-file{
display: none;
}

.field-type-file{
background-color: #ffffff;
padding: 1em 2em;
margin: 1em 0;
border: 1px solid #c5c5c5;
}

form label {
font-weight: bold;
}

div.password-confirm {
margin-top: 0;
}

.password-strength {
margin-top: 0;
}

.views-exposed-form .views-exposed-widget {
float: inherit;
background-color: #ffffff;
overflow: auto;
padding: 0;
}

.views-exposed-form label {
display: block;
background-color: #0c0c0c;
color: #ffffff;
padding: 10px;
text-transform: uppercase;
font-weight: bold;
text-align: center;
}

.views-exposed-form select.form-select {
display: block;
width: 80%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
margin: 1em auto;
}

#block-learnlang-learnlang-not-members,
#block-learnlang-learnlang-coupon-status{
background-color: #ffffff;
padding: 1em 2em;
text-align: center;
font-size: 1.4em;
}

/* error message */

div.error,
table tr.error {
background-image: inherit;
background-color: #b91f1f;
color: #ffffff;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
border: 2px solid #b91f1f;
}

.btn.cta {
background-color: #41ad42;
}

/* system messages */
table.messages td.error,
table.messages td.discount,
table.messages td.warning,
table.messages td.status {
background-color: #f1f1f1;
padding: 1em;
background-image: inherit;
border-color: inherit;
color: inherit;
text-align:center;
width: 80px;
}

table.messages {
background-position: inherit;
background-repeat: inherit;
border: inherit;
padding: 0;
font-size: 1.4em;
overflow: auto;
}

table.messages td {
padding: 0.5em;
margin: 0 0.5em 0 0;
text-align:center;
}

table.messages td.discount {
background-color: #333333;
}

table.discount td.content {
font-size: 26px;
color: white;
background-color: #d47622;
}

table.discount td.content a.btn {
background-color: #333333;
}

table.discount td.content a.btn:hover {
background-color: #555555;
}

table.messages td.status {
background-color: #73c159;
}

table.messages td.error {
background-color: #da4545;
}

table.messages td.warning {
background-color: #ea9d3e;
}

.page-languages .language-row{
background-color: #f1f1f1;
border-bottom: 5px solid #ffffff;
overflow:auto;
padding: 1em;
}

.page-languages .language-row .action{
float:right;
}

.page-languages .language-row .title{
margin: 1em;
float:left;
}

.page-languages .language-row .flag{
float:left;
}

#learnlang-lesson-quiz-form .form-required,
#learnlang-exam-form .form-required{
display:none;
}

#learnlang-lesson-quiz-form .question .form-type-checkboxes .form-item,
#learnlang-lesson-quiz-form .question .form-radios .form-item,
#learnlang-exam-form .question .form-type-checkboxes .form-item,
#learnlang-exam-form .question .form-radios .form-item{
display:inherit;
}

#learnlang-lesson-quiz-form .question .form-item,
#learnlang-exam-form .question .form-item{
display:inline-block;
}

.view-lessons tr.row-quiz{
background-color: #ffe0c4;
}

/* Exam */
.page-exam .form-item .description {
font-size: 1em;
}

#learnlang-exam-form #edit-previous,
#learnlang-exam-form #edit-next,
#learnlang-exam-form #edit-submit{
display: inline-block;
width: 32%;
}

#learnlang-exam-form #next-question,
#learnlang-exam-form #prev-question{
width:75%;
}

#learnlang-exam-form #edit-next{
text-align: right;
}

body.node-type-exam-result h1.page-title,
body.node-type-exam-result #block-system-main{
text-align: center;
}

select#edit-commerce-payment-payment-details-credit-card-exp-month,
select#edit-commerce-payment-payment-details-credit-card-exp-year{
width:15%;
}

.centered{
text-align:center;
}

#block-superfish-1{
display: none;
}

.view-empty{
font-size: 20px;
text-align: center;
}

.view-levels{
margin: 1em 0;
}

#block-learnlang-learnlang-breadcrumb{
margin-bottom:2em;
}

#block-learnlang-learnlang-bug-report{
text-align:right;
}

.view-lesson-display{
clear:both;
overflow:auto;
}

#block-views-level-page-block{
margin-bottom:1em;
}

.cert a{
vertical-align:middle;
}
