/*
Design:   EuroART93
XHTML/CSS:  EuroART93
*/
/* ==================================================
    =Reset
===================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
body {
  line-height: 1;
  font-size:16px;
}
body,
html {
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==================================================
    =Less CSS
===================================================== */
.box-shadow-none {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ir {
  text-indent: -9999px;
  outline: none;
}
.cf {
  zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/* ==================================================
    =General
===================================================== */
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.alignleft {
  float: left;
}
.aligncenter {
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft.clear,
.alignright.clear,
.aligncenter.clear {
  float: none;
}
img.alignleft,
table.alignleft,
.image-container.alignleft {
  margin: 5px 10px 5px 0;
}
img.alignright,
table.alignright,
.image-container.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  display: block;
  margin: 10px auto;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.mobile-show {
  display: block !important;
}
.mobile-hide {
  display: none !important;
}
.cf:before,
.cf:after,
.container:before,
.container:after,
.widget:before,
.widget:after,
form ol > li:before,
form ol > li:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.cf:after,
.clear,
.container:after,
.widget:after,
form ol > li:after {
  clear: both;
}
.cf,
.container,
.widget,
form ol > li {
  zoom: 1;
}
/* ==================================================
    =Main tags
===================================================== */
/* Defined in html element when using rem unit */
html {
  font: normal 62.5% 'adelle', Arial, sans-serif;
  color: #444;
  background-color: #fff;
}
/* apply a natural box layout model to all elements */
/* http://paulirish.com/2012/box-sizing-border-box-ftw/ */
/* Buggy in IE7, avoid if developing for IE7 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ==================================================
    =Typography
===================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
.user-content ul,
.user-content ol,
.user-content dl {
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}
h1 {
  font: 400 32px/1.3 'adelle', Arial, sans-serif;
}
h2 {
  font: 400 24px/1.2 'adelle', Arial, sans-serif;
}
h3 {
  font: 400 22px/1.2 'adelle', Arial, sans-serif;
}
h4 {
  font: 400 20px/1.2 'adelle', Arial, sans-serif;
}
h5 {
  font: 400 16px/1.2 'adelle', Arial, sans-serif;
}
h6 {
  font: 400 14px/1.2 'adelle', Arial, sans-serif;
}
a {
  color: #444444;
  text-decoration: none;
}
/* Styling */
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
sup {
  vertical-align: text-top;
  font-size: 75%;
}
sub {
  vertical-align: bottom;
  font-size: 75%;
}
blockquote {
  font-style: italic;
}
/* User generated  */
.user-content ul {
  list-style: disc;
  margin-left: 24px;
}
.user-content ul ul {
  margin-left: 20px;
  margin-bottom: 0;
}
.user-content ul li {
  margin-bottom: 0;
}
.user-content ol {
  margin-left: 24px;
  list-style: decimal;
  font-family: 'proxima-nova', sans-serif;
  font-size: 15px;
  color: #6d6d6d;
  line-height: 24px;
}
.user-content ol ol {
  list-style: lower-latin;
  margin-bottom: 0;
}
.user-content ul ul,
.view ol ol {
  margin-bottom: 0;
}
.user-content li li {
  font-size: 1em;
}
/* Table */
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
table thead th {
  border-top: none;
  font-weight: bold;
  color: #fff;
  background: #222222;
}
table tbody th {
  text-transform: uppercase;
  font-weight: bold;
  color: #444;
}
table td,
table th {
  padding: 5px;
  vertical-align: middle;
}
table tr:nth-child(even) td,
table tr:nth-child(even) th {
  background-color: #eeeeee;
}
/* Normal form */
.normal-form input[type="text"],
.normal-form input[type="password"],
.normal-form input[type="datetime"],
.normal-form input[type="datetime-local"],
.normal-form input[type="date"],
.normal-form input[type="month"],
.normal-form input[type="time"],
.normal-form input[type="week"],
.normal-form input[type="number"],
.normal-form input[type="email"],
.normal-form input[type="url"],
.normal-form input[type="search"],
.normal-form input[type="tel"],
.normal-form input[type="color"],
.normal-form textarea,
.normal-form select {
  -webkit-appearance: none;
}
/* Button styling */
.button {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  font: bold 14px/20px 'adelle', Arial, sans-serif;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border: none;
  background: #222222;
  text-align: center;
  overflow: visible;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.button:hover {
  color: #fff;
  background-color: #080808;
}
/* ==================================================
    =Placeholders
===================================================== */
.place-1:focus::-webkit-input-placeholder {
  color: transparent;
}
.place-1:focus::-moz-placeholder {
  color: transparent;
}
.place-1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.place-1::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
input.place-1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
textarea.place-1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.place-2:focus::-webkit-input-placeholder {
  color: transparent;
}
.place-2:focus::-moz-placeholder {
  color: transparent;
}
.place-2::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #959595;
}
.place-2::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #959595;
  opacity: 1;
}
input.place-2:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #959595;
}
textarea.place-2:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #959595;
}
/* ==================================================
    =User content
===================================================== */
.user-content h1 {
  font-size: 41px;
}
.user-content h2 {
  font-size: 18px;
  color: #7a7a7a;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
.user-content p {
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  color: #6d6d6d;
  line-height: 24px;
}
.user-content blockquote {
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
  padding-left: 22px;
  border-left-width: 2px;
  border-left-style: solid;
  margin-bottom: 20px;
}
.user-content .strong-text p {
  font-family: 'adelle', sans-serif;
  font-size: 18px;
  color: #7a7a7a;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.user-content iframe {
  width: 100%;
  margin-bottom: 20px;
}
.user-content ul li {
  font-family: 'proxima-nova', sans-serif;
  font-size: 15px;
  color: #6d6d6d;
  line-height: 24px;
}
.category-1 .user-content h1,
.category-1 .user-content h2,
.category-1 .user-content blockquote {
  color: #297fb6;
}
.category-1 .user-content blockquote {
  border-color: #297fb6;
}
/* ==================================================
    =Grid
===================================================== */
.grid {
  margin: 0 1%;
}
.grid.no-margin {
  margin: 0;
}
.grid-wrapper {
  zoom: 1;
}
.grid-wrapper:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.grid-1 {
  width: 98%;
}
.grid-2 {
  width: 48%;
  float: left;
}
.grid-3 {
  width: 31.33%;
  float: left;
}
.grid-2-3 {
  width: 64.66%;
  float: left;
}
/* ==================================================
    =Objects
===================================================== */
/* Inputs */
input,
textarea {
  border: none;
  background: none;
}
input:focus,
textarea:focus {
  outline: none;
}
/* Buttons */
.btn-1 {
  display: inline-block;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: none;
  border-style: solid;
  border-width: 2px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 8px 18px 7px 18px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  position: relative;
}
.btn-1.color-1 {
  color: #6f6f6f;
  border-color: #297fb6;
}
.btn-1.color-1:hover {
  color: #fff;
  background-color: #297fb6;
}
.btn-1.color-2 {
  color: #6f6f6f;
  border-color: #eb3c72;
}
.btn-1.color-2:hover {
  color: #fff;
  background-color: #eb3c72;
}
.btn-1.color-3 {
  color: #6f6f6f;
  border-color: #6a9c09;
}
.btn-1.color-3:hover {
  color: #fff;
  background-color: #6a9c09;
}
.btn-1.color-4 {
  color: #6d6d6d;
  border-color: #e700c9;
}
.btn-1.color-4:hover {
  color: #fff;
  background-color: #e700c9;
}
.btn-1.color-5 {
  color: #fff;
  border-color: #eb3c72;
}
.btn-1.color-5:hover {
  background-color: #eb3c72;
}
.btn-1.color-6 {
  color: #d5efff;
  border-color: #d5efff;
}
.btn-1.color-6:hover {
  color: #297fb6;
  background-color: #d5efff;
}
.btn-1.color-7 {
  color: #6d6d6d;
  border-color: #c7820a;
}
.btn-1.color-7:hover {
  color: #fff;
  background-color: #c7820a;
}
.btn-1.color-8 {
  color: #fff;
  border-color: #eaffc3;
}
.btn-1.color-8:hover {
  color: #85b627;
  background-color: #eaffc3;
}
.btn-1.color-9 {
  color: #fff;
  border-color: #fff;
}
.btn-1.color-9:hover {
  color: #e32568;
  background-color: #fff;
}
.btn-1.color-10 {
  color: #6f6f6f;
  border-color: #e700c9;
}
.btn-1.color-10:hover {
  color: #fff;
  background-color: #e700c9;
}
.btn-1.next {
  padding-right: 26px;
}
.btn-1.next:after {
  content: '';
  display: block;
  width: 5px;
  height: 8px;
  position: absolute;
  top: 10px;
  right: 12px;
}
.btn-1.share {
  padding-left: 34px;
}
.btn-1.share:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 9px;
}
.btn-1.color-1.next:after {
  background-image: url(../img/icons/arrow-right-6.png);
}
.btn-1.color-1.next:hover:after {
  background-image: url(../img/icons/arrow-right-7.png);
}
.btn-1.color-2.next:after {
  background-image: url(../img/icons/arrow-right-3.png);
}
.btn-1.color-2.next:hover:after {
  background-image: url(../img/icons/arrow-right-7.png);
}
.btn-1.color-3.next:after {
  background-image: url(../img/icons/arrow-right-9.png);
}
.btn-1.color-3.next:hover:after {
  background-image: url(../img/icons/arrow-right-7.png);
}
.btn-1.color-4.next:after {
  background-image: url(../img/icons/arrow-right-9.png);
}
.btn-1.color-4.next:hover:after {
  background-image: url(../img/icons/arrow-right-7.png);
}
.btn-1.color-5.next:after {
  background-image: url(../img/icons/arrow-right-7.png);
}
.btn-1.color-5.next:hover:after {
  background-image: url(../img/icons/arrow-right-7.png);
}
.btn-1.color-6.next:after {
  background-image: url(../img/icons/arrow-right-1.png);
}
.btn-1.color-6.next:hover:after {
  background-image: url(../img/icons/arrow-right-6.png);
}
.btn-1.color-7.next:after {
  background-image: url(../img/icons/arrow-right-9.png);
}
.btn-1.color-7.next:hover:after {
  background-image: url(../img/icons/arrow-right-7.png);
}
.btn-1.color-8.next:after {
  background-image: url(../img/icons/arrow-right-7.png);
}
.btn-1.color-8.next:hover:after {
  background-image: url(../img/icons/arrow-right-8.png);
}
.btn-1.color-9.next:after {
  background-image: url(../img/icons/arrow-right-7.png);
}
.btn-1.color-9.next:hover:after {
  background-image: url(../img/icons/arrow-right-3.png);
}
.btn-1.color-10.next:after {
  background-image: url(../img/icons/arrow-right-9.png);
}
.btn-1.color-10.next:hover:after {
  background-image: url(../img/icons/arrow-right-7.png);
}
.btn-1.color-10.share:after {
  background-image: url(../img/icons/share-2.png);
}
.btn-1.color-10.share:hover:after {
  background-image: url(../img/icons/share.png);
}
.btn-2 {
  display: inline-block;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 14px;
  margin-bottom: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-2.color-1 {
  background-color: #297fb6;
}
.btn-2.color-2 {
  background-color: #f10044;
}
.btn-2.color-3 {
  background-color: #6a9c09;
}
.btn-2.color-4 {
  background-color: #e700c9;
}
.btn-2.color-5 {
  background-color: #cb8a1a;
}
.btn-2.share {
  background-image: url(../img/icons/share.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 42px;
}
.btn-2.mail {
  background-image: url(../img/icons/mail-3.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 46px;
}
.btn-2.date {
  background-image: url(../img/icons/calendar-2.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  padding-left: 46px;
}
.btn-2.color-1:hover {
  background-color: #35a5ec;
}
.btn-2.color-2:hover {
  background-color: #ff1053;
}
.btn-2.color-3:hover {
  background-color: #8bbe27;
}
.btn-2.color-4:hover {
  background-color: #ff2de4;
}
/* Breadcrumbs */
.breadcrumbs {
  display: inline-block;
  position: relative;
  padding: 4px 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(../img/icons/arrow-right-7.png) top left no-repeat;
  position: relative;
  top: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li a {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.breadcrumbs.category-1 {
  background: #297fb6;
}
.breadcrumbs.category-2 {
  background: #f10044;
}
.breadcrumbs.category-3 {
  background: #6a9c09;
}
.breadcrumbs.category-4 {
  background: #e700c9;
}
.breadcrumbs.category-5 {
  background: #cb8a1a;
}
/* Forms */
.label-1 {
  font-family: 'lato', sans-serif;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.input-date {
  font-family: 'lato', sans-serif;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 9px 10px 9px 14px;
  background: url(../img/icons/calendar-3.png) 92% center no-repeat;
}
/* ==================================================
    =Layout
===================================================== */
body {
  background-color: #e8e8e8;
}
#wrapper {
  width: 1170px;
  margin: 0 auto;
}
#page-header {
  position: relative;
  z-index: 1;
  height: 245px;
}
.mobile-header {
  display: none;
}
.mobile-menu {
  display: none;
}
.top-header {
  height: 50px;
  background-color: #31597f;
}
.top-header .group {
  width: 270px;
  float: left;
  padding-top: 14px;
}
.top-header div.fancy-select ul.options {
  top: 36px;
}
.top-header div.fancy-select ul.options li {
  padding-left: 25px;
}
.social-header {
  float: right;
  position: relative;
  padding-top: 7px;
  margin-right: 14px;
}
.social-header li {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 16px;
}
.social-header:after {
  content: '';
  display: block;
  width: 1px;
  height: 38px;
  position: absolute;
  top: 6px;
  right: 0;
  background: #5e91b4;
}
.font-sizer {
  float: right;
  width: 36px;
  height: 50px;
  padding-top: 7px;
  text-align: center;
  position: relative;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  transition-delay: 0.2s;
  margin-right: 28px;
}
.font-sizer:after {
  content: '';
  display: block;
  width: 1px;
  height: 38px;
  position: absolute;
  top: 6px;
  right: -14px;
  background: #5e91b4;
}
.font-sizer p {
  width: 34px;
  height: 34px;
  font-family: 'adelle', sans-serif;
  font-size: 18px;
  line-height: 34px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  background: #194269;
  color: #fff;
  cursor: pointer;
  padding-left: 3px;
  margin-left: 1px;
  margin-bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow */
  user-select: none;
}
.font-sizer p span {
  display: inline-block;
  position: relative;
  font-size: 10px;
  top: -5px;
}
.font-sizer a {
  line-height: 30px;
  color: #297fb6;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.font-sizer .selected a,
.font-sizer a:hover {
  color: #fff;
}
.font-sizer .size-1 {
  font-size: 15px;
}
.font-sizer .size-2 {
  font-size: 18px;
}
.font-sizer .size-3 {
  font-size: 22px;
}
.font-sizer ul {
  display: none;
  background: #194269;
  padding-top: 5px;
  padding-bottom: 14px;
  margin-top: 8px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.font-sizer.active {
  background: #194269;
  transition-delay: 0s;
}
.header-login {
  float: right;
  padding-top: 7px;
  margin-right: 15px;
}
.header-login a {
  font-size: 15px;
  color: #fff;
  line-height: 34px;
  font-weight: 700;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header-login a:hover {
  color: #bfdff4;
}
.header-login i {
  display: inline-block;
  float: right;
  width: 34px;
  height: 34px;
  margin-left: 10px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  background: #d9f0ff url(../img/icons/user.png) center center no-repeat;
}
.site-branding-slat {
  height: 115px;
  background: #e8e8e8;
}
.site-branding {
  float: left;
  margin-top: 20px;
  margin-left: 15px;
}
.site-logo {
  margin-bottom: 0;
}
.site-logo a {
  display: inline-block;
  width: 246px;
  height: 73px;
  background: url(../img/background/logo-1.png) top left no-repeat;
  text-indent: -999px;
  overflow: hidden;
}
.logo-print {
  display: none;
}
.advertise-header {
  float: right;
  margin-top: 12px;
}
.sticky-nav {
  height: 80px;
  width: 1170px;
  background: #fff;
  -webkit-box-shadow: 0 -30px 50px 0 #d0d0d0;
  box-shadow: 0 -30px 50px 0 #d0d0d0;
}
.sticky-nav .sticky-wrapper {
  position: relative;
}
.sticky-nav nav {
  float: left;
}
.sticky-nav .sticky-inner {
  float: left;
  width: 100%;
  height: 80px;
  background: #fff;
  position: relative;
  z-index: 10;
}
#page-content {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
}
.main-nav a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.main-nav > li {
  display: inline-block;
  float: left;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-nav > li:hover a:before,
.main-nav > li.active a:before,
.main-nav > li.current-menu-parent a:before,
.main-nav > li.current-menu-item a:before {
  display: none;
}
.main-nav > li:hover a:after,
.main-nav > li.active a:after,
.main-nav > li.current-menu-parent a:after,
.main-nav > li.current-menu-item a:after {
  background-image: url(../img/icons/arrow-bottom-6.png);
}
.main-nav > li:hover > a,
.main-nav > li.active > a,
.main-nav > li.current-menu-item > a,
.main-nav > li.current-menu-parent > a {
  color: #fff;
}
.main-nav > li > a {
  display: inline-block;
  padding: 31px 30px 31px 34px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-nav > li > a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 54px;
  position: absolute;
  top: 13px;
  right: 0;
  background: #c9c9c9;
}
.main-nav > li > a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 5px;
  position: relative;
  top: -3px;
  margin-left: 10px;
}
.nav-color-1 a {
  color: #297fb6;
}
.nav-color-1 a:after {
  background: url(../img/icons/arrow-bottom-2.png) top left no-repeat;
}
.nav-color-1:hover,
.nav-color-1.active {
  background: #297fb6;
}
.nav-color-1.current-menu-item {
  background: #297fb6;
}
.nav-color-1.current-menu-parent {
  background: #297fb6;
}
.nav-color-1 .sub-nav li.active a {
  background-color: #297fb6;
  color: #fff;
}
.nav-color-1 .sub-nav li.active a:after {
  border-color: transparent transparent transparent #297fb6;
}
.nav-color-1 .sub-nav li.current-menu-parent a,
.nav-color-1 .sub-nav li.current-menu-item a {
  background-color: #297fb6;
  color: #fff;
}
.nav-color-1 .sub-nav li.current-menu-parent a:after,
.nav-color-1 .sub-nav li.current-menu-item a:after {
  border-color: transparent transparent transparent #297fb6;
}
.nav-color-2 a {
  color: #f10044;
}
.nav-color-2 a:after {
  background: url(../img/icons/arrow-bottom-3.png) top left no-repeat;
}
.nav-color-2:hover,
.nav-color-2.active {
  background: #f10044;
}
.nav-color-2.current-menu-item {
  background: #f10044;
}
.nav-color-2.current-menu-parent {
  background: #f10044;
}
.nav-color-2 .sub-nav li.active a {
  background-color: #f10044;
  color: #fff;
}
.nav-color-2 .sub-nav li.active a:after {
  border-color: transparent transparent transparent #f10044;
}
.nav-color-2 .sub-nav li.current-menu-parent a,
.nav-color-2 .sub-nav li.current-menu-item a {
  background-color: #f10044;
  color: #fff;
}
.nav-color-2 .sub-nav li.current-menu-parent a:after,
.nav-color-2 .sub-nav li.current-menu-item a:after {
  border-color: transparent transparent transparent #f10044;
}
.nav-color-3 a {
  color: #6a9c09;
}
.nav-color-3 a:after {
  background: url(../img/icons/arrow-bottom-4.png) top left no-repeat;
}
.nav-color-3:hover,
.nav-color-3.active {
  background: #6a9c09;
}
.nav-color-3.current-menu-item {
  background: #6a9c09;
}
.nav-color-3.current-menu-parent {
  background: #6a9c09;
}
.nav-color-3 .sub-nav li.active a {
  background-color: #6a9c09;
  color: #fff;
}
.nav-color-3 .sub-nav li.active a:after {
  border-color: transparent transparent transparent #6a9c09;
}
.nav-color-3 .sub-nav li.current-menu-parent a,
.nav-color-3 .sub-nav li.current-menu-item a {
  background-color: #6a9c09;
  color: #fff;
}
.nav-color-3 .sub-nav li.current-menu-parent a:after,
.nav-color-3 .sub-nav li.current-menu-item a:after {
  border-color: transparent transparent transparent #6a9c09;
}
.nav-color-4 a {
  color: #e700c9;
}
.nav-color-4 a:after {
  background: url(../img/icons/arrow-bottom-5.png) top left no-repeat;
}
.nav-color-4:hover,
.nav-color-4.active {
  background: #e700c9;
}
.nav-color-4.current-menu-item {
  background: #e700c9;
}
.nav-color-4.current-menu-parent {
  background: #e700c9;
}
.nav-color-4 .sub-nav li.active a {
  background-color: #e700c9;
  color: #fff;
}
.nav-color-4 .sub-nav li.active a:after {
  border-color: transparent transparent transparent #e700c9;
}
.nav-color-4 .sub-nav li.current-menu-parent a,
.nav-color-4 .sub-nav li.current-menu-item a {
  background-color: #e700c9;
  color: #fff;
}
.nav-color-4 .sub-nav li.current-menu-parent a:after,
.nav-color-4 .sub-nav li.current-menu-item a:after {
  border-color: transparent transparent transparent #e700c9;
}
.nav-wrapper {
  zoom: 1;
  width: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  padding: 20px 20px 24px 20px;
  opacity: 0;
  visibility: hidden;
}
.nav-wrapper:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.sub-nav {
  width: 250px;
  float: left;
  padding-right: 40px;
}
.sub-nav a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  background-color: #fff;
  padding: 5px 10px;
  padding-right: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-nav a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
  opacity: 0;
  visibility: hidden;
}
.sub-nav li.active a:after {
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-groups {
  zoom: 1;
  min-height: 295px;
  float: left;
  border-left: 1px solid #c9c9c9;
}
.category-groups:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.category-content {
  display: none;
}
.category-content.active {
  display: block;
}
.nav-articles {
  zoom: 1;
  float: left;
  width: 715px;
  padding: 0 14px;
}
.nav-articles:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.nav-advertise {
  float: right;
  min-height: 295px;
  border-left: 1px solid #c9c9c9;
  padding-left: 27px;
  width: 162px;
}
.nav-advertise .widget {
  margin-bottom: 30px;
}
.widget.nav-article {
  float: left;
  width: 50%;
  padding: 0 14px;
}
.widget.nav-article img {
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
}
.widget.nav-article .title {
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
}
.widget.nav-article:hover .title {
  text-decoration: underline;
}
.menu-item-has-children:hover .nav-wrapper {
  opacity: 1;
  visibility: visible;
}
.search-box {
  width: 350px;
  float: right;
  position: relative;
  top: 18px;
  margin-right: 20px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
}
.search-place {
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  left: 20px;
}
.input-search {
  float: left;
  width: 100%;
  font-family: 'adelle', sans-serif;
  font-size: 18px;
  color: #959595;
  padding: 6px 40px 6px 20px;
  background: transparent;
  border: 2px solid #cfcfcf;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.input-search:focus {
  color: #fff;
  border-color: #31597f;
  background: #31597f;
}
.button-search {
  float: left;
  background: url(../img/icons/search-icon.png) center center no-repeat;
  width: 48px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-box.active {
  border-color: #cfcfcf;
}
.search-box.active #button-search {
  background-image: url(../img/icons/search-icon-2.png);
}
.article-line {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 10px;
  left: 0;
  padding-left: 36px;
  z-index: -1;
}
.article-line .category-title {
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  float: left;
  line-height: 70px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-right: 20px;
}
.article-line h2 {
  float: left;
  font-size: 18px;
  line-height: 70px;
  color: #fff;
}
.article-line .buttons-wrapper {
  float: right;
  margin-top: 26px;
}
.article-line a {
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  float: left;
  color: #fff;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 36px;
  padding-left: 20px;
}
.article-line .share {
  background: url(../img/icons/share.png) left center no-repeat;
  padding-left: 26px;
}
.article-line .send {
  background: url(../img/icons/mail-3.png) left center no-repeat;
  padding-left: 28px;
}
.article-line .to-top {
  background: url(../img/icons/arrow-top-1.png) left center no-repeat;
  padding-left: 20px;
}
.article-line.category-1 {
  background: #2980b6;
}
.article-line.category-1 .category-title {
  color: #99d7ff;
}
.article-line.category-2 {
  background: #f10044;
}
.article-line.category-2 .category-title {
  color: #ffcddc;
}
.article-line.category-3 {
  background: #6a9c09;
}
.article-line.category-3 .category-title {
  color: #e2edcc;
}
.article-line.category-4 {
  background: #e700c9;
}
.article-line.category-4 .category-title {
  color: #ffe7fc;
}
.container {
  width: 96%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
/* Flip animation ---------------------------------------*/
.soc-icon .flip {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  left: 0;
}
.soc-icon .flip .inner {
  position: relative;
  width: 43px;
  height: 51px;
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
}
.soc-icon .front {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  z-index: 900;
  /* webkit */
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  /* moz */
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -moz-transition: all 300ms ease-in-out;
  /* ms */
  -ms-transform: rotateX(0deg) rotateY(0deg);
  -ms-transform-style: preserve-3d;
  -ms-backface-visibility: hidden;
  -ms-transition: all 300ms ease-in-out;
  /* opera */
  -o-transform: rotateX(0deg) rotateY(0deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  -o-transition: all 300ms ease-in-out;
  /* default */
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: all 300ms ease-in-out;
}
.soc-icon .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 51px;
  z-index: 800;
  /* webkit */
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  /* moz */
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -moz-transition: all 300ms ease-in-out;
  /* ms */
  -ms-transform: rotateY(-180deg);
  -ms-transform-style: preserve-3d;
  -ms-backface-visibility: hidden;
  -ms-transition: all 300ms ease-in-out;
  /* opera */
  -o-transform: rotateY(-180deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  -o-transition: all 300ms ease-in-out;
  /* default */
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: all 300ms ease-in-out;
}
.soc-icon:hover .flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  border-right: none;
}
.soc-icon:hover .flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -ms-transform: rotateX(0deg) rotateY(0deg);
  -o-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}
/* Flip animation ---------------------------------------*/
#promo {
  background: #fff;
}
#promo .slide {
  height: 525px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
#promo .inner {
  position: absolute;
  left: 60px;
  bottom: 13px;
}
#promo a {
  display: block;
}
#promo .custom-pagination {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 10px;
}
#promo .custom-pagination li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  margin: 3px;
  cursor: pointer;
}
#promo .custom-pagination .active {
  background: #eb3c72;
  border-color: #eb3c72;
}
#promo .custom-pagination .active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #eb3c73 transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
}
#promo .sub-title {
  display: block;
  clear: both;
  float: left;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  padding: 5px 10px;
  margin-bottom: 8px;
}
#promo h2 {
  display: block;
  float: left;
  font-size: 43px;
  clear: both;
  margin-bottom: 7px;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#promo h2 span {
  padding: 2px 16px;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#promo p {
  float: left;
  font-size: 17px;
  color: #7a7a7a;
  max-width: 570px;
}
#promo p span {
  display: inline;
  line-height: 25px;
  padding: 2px 15px 7px 18px;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#promo .category-1 .sub-title {
  background: #297fb6;
}
#promo .category-1 h2 {
  color: #297fb6;
}
#promo .category-2 .sub-title {
  background: #f10044;
}
#promo .category-2 h2 {
  color: #f10044;
}
#promo .category-3 .sub-title {
  background: #89ba2b;
}
#promo .category-3 h2 {
  color: #89ba2b;
}
#promo .category-4 .sub-title {
  background: #e700c9;
}
#promo .category-4 h2 {
  color: #e700c9;
}
#promo .owl-prev,
#promo .owl-next {
  width: 45px;
  height: 40px;
  position: absolute;
  top: 280px;
  text-indent: -999px;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
}
#promo .owl-prev {
  left: 0;
  border-radius: 0px 20px 20px 0;
  background-image: url(../img/icons/button-left-1.png);
  background-position: 12px 8px;
}
#promo .owl-next {
  right: 0;
  border-radius: 20px 0px 0px 20px;
  background-image: url(../img/icons/button-right-1.png);
  background-position: 9px 8px;
}
#promo .owl-prev:hover {
  background-color: #31597f;
  background-image: url(../img/icons/button-left-2.png);
}
#promo .owl-next:hover {
  background-color: #31597f;
  background-image: url(../img/icons/button-right-2.png);
}
#promo h2 {
  width: 100%;
}
#promo .slide:hover h2 {
  color: #fff;
}
#promo .slide:hover p {
  color: #fff;
}
#promo .slide:hover .category-1 h2 span {
  background: #297fb6;
}
#promo .slide:hover .category-1 p span {
  background: #297fb6;
}
#promo .slide:hover .category-2 h2 span {
  background: #f10044;
}
#promo .slide:hover .category-2 p span {
  background: #f10044;
}
#promo .slide:hover .category-3 h2 span {
  background: #89ba2b;
}
#promo .slide:hover .category-3 p span {
  background: #89ba2b;
}
#promo .slide:hover .category-4 h2 span {
  background: #e700c9;
}
#promo .slide:hover .category-4 p span {
  background: #e700c9;
}
#main {
  zoom: 1;
  background: #fff;
}
#main:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.main-content {
  width: 780px;
  float: left;
  border-right: 1px solid #c8c8c8;
  padding-bottom: 20px;
}
.side-content {
  width: 390px;
  float: left;
}
.widget {
  zoom: 1;
}
.widget:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.widget-header {
  zoom: 1;
  float: left;
  width: 100%;
  padding-top: 11px;
}
.widget-header:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.widget-header .btn-1 {
  float: right;
  margin-right: 12px;
}
.widget-title {
  float: left;
  font-family: 'lato', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.widget-title span {
  padding: 0px 15px 2px 18px;
  border-radius: 0 3px 3px 0;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
}
.widget-list-1 {
  margin-top: 5px;
  margin-bottom: 25px;
  padding-left: 1%;
  padding-right: 1%;
}
.widget-list-1 li {
  display: inline-block;
  border-right-width: 1px;
  border-right-style: solid;
  padding: 6px 10px 3px 10px;
  position: relative;
  margin-bottom: 10px;
}
.widget-list-1 li.active {
  border: 0;
}
.widget-list-1 li.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
}
.widget-list-1 li:last-child {
  border: none;
}
.widget-list-1 li a {
  font-family: 'lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #919191;
  letter-spacing: 1px;
  text-transform: uppercase;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.widget-list-1 li a:hover {
  color: #1c70a5;
}
.widget-list-1 li {
  border-color: #919191;
}
.widget-list-1 li a {
  letter-spacing: 1px;
}
.widget-list-1 li.active {
  background: #297fb6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.widget-list-1 li.active a {
  color: #fff;
}
.widget-list-1 li.active:after {
  border-color: #297fb6 transparent transparent transparent;
}
.small-article-1 {
  margin-bottom: 20px;
}
.small-article-1 .img-box {
  display: block;
  float: left;
  width: 160px;
  height: 100px;
  position: relative;
}
.small-article-1 .img-box img {
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.small-article-1 .img-box:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  position: absolute;
  top: 11px;
  right: 0;
}
.small-article-1 .article-content {
  display: block;
  width: 210px;
  float: left;
  padding-left: 12px;
}
.small-article-1 h3 {
  font-family: 'lato', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.small-article-1 h3 span {
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  width: 2px;
  height: 10px;
  background: #fff;
  position: relative;
  top: 1px;
  margin: 0 5px;
}
.small-article-1 .article-content a {
  font-family: 'adelle', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.small-article-1 .article-content a:hover {
  text-decoration: underline;
}
.mid-article-1 {
  zoom: 1;
  margin-bottom: 20px;
}
.mid-article-1:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.mid-article-1 .img-box {
  display: block;
  float: left;
  position: relative;
  margin: 0 2% 0 0;
}
.mid-article-1 .img-box img {
  width: 100%;
  height: auto;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mid-article-1 .img-box:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  position: absolute;
  top: 21px;
  right: -6px;
}
.mid-article-1 .img-box .category-title {
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  top: 16px;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 14px;
  margin-bottom: 0;
}
.mid-article-1 .article-content {
  float: left;
}
.mid-article-1 .article-content .title {
  display: block;
  margin-bottom: 15px;
}
.mid-article-1 .article-content p {
  display: inline;
  font-family: 'proxima-nova', sans-serif;
  font-size: 15px;
  color: #6d6d6d;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}
.mid-article-1 .article-content .more {
  display: inline-block;
  width: 5px;
  height: 8px;
  text-indent: -999px;
  overflow: hidden;
  margin-left: 5px;
}
.mid-article-1 .small-title {
  font-family: 'proxima-nova', sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 2px;
}
.mid-article-1 .small-title span {
  margin: 0 7px;
  font-style: normal;
}
.mid-article-1 .title {
  font-family: 'adelle', sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}
.mid-article-1 .title:hover {
  text-decoration: underline;
}
.category-article {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  zoom: 1;
}
.category-article:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.category-article img {
  width: 100%;
  height: auto;
  float: left;
  opacity: 0.4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-article a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category-article .category-title {
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  top: 22px;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 14px;
  margin-bottom: 0;
}
.category-article .category-title:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  position: absolute;
  top: 5px;
  left: 0px;
  border-color: transparent transparent transparent #fff;
}
.category-article .inner {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px 10px 10px;
}
.category-article h3 {
  font-family: 'adelle', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.category-article .bottom-title {
  font-family: 'lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.category-article img {
  opacity: 0.6;
}
.category-article.low-opacity img {
  opacity: 0.4;
}
.category-article:hover img {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.category-article.category-1 {
  background: #297fb6;
}
.category-article.category-1 .category-title {
  background: #297fb6;
}
.category-article.category-1 .bottom-title {
  color: #82c6f2;
}
.category-article.category-5 {
  background: #cb8a1a;
}
.category-article.category-5 .category-title {
  background: #fff;
}
.category-article.category-5 .bottom-title {
  color: #fff;
}
.category-link {
  margin-bottom: 20px;
}
.category-link img {
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.advertise-728 {
  margin-bottom: 20px;
}
.advertise-728 a {
  display: block;
}
.advertise-728 img {
  display: block;
  margin: 0 auto;
}
.widget-category-1 {
  background-color: #fff;
}
.widget-category-1 .widget-title span {
  background-color: #297fb6;
}
.widget-category-1 .mid-article-1 .img-box:after {
  border-color: transparent transparent transparent #297fb6;
}
.widget-category-1 .mid-article-1 .img-box .category-title {
  background: #297fb6;
}
.widget-category-1 .mid-article-1 .small-title,
.widget-category-1 .mid-article-1 .title {
  color: #1c70a5;
}
.widget-category-1 .mid-article-1 .more {
  background: url(../img/icons/arrow-right-6.png) top left no-repeat;
}
.widget-category-1 .small-article-1 .img-box:after {
  border-color: transparent #fff transparent transparent;
}
.widget-category-1 .small-article-1 .article-content a {
  color: #297fb6;
}
.widget-category-1 .small-article-1 h3 {
  color: #919191;
}
.widget-category-1 .small-article-1 h3 span {
  background: #919191;
}
.widget-category-2 {
  background-color: #fff;
}
.widget-category-2 .widget-title span {
  background-color: #f10044;
}
.widget-category-2 .mid-article-1 .img-box:after {
  border-color: transparent transparent transparent #fff;
}
.widget-category-2 .mid-article-1 .img-box .category-title {
  background: #f10044;
}
.widget-category-2 .mid-article-1 .small-title {
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.widget-category-2 .mid-article-1 .small-title span {
  font-style: normal;
  display: inline-block;
}
.widget-category-2 .mid-article-1 .small-title,
.widget-category-2 .mid-article-1 .title {
  color: #f10044;
}
.widget-category-2 .mid-article-1 .more {
  background: url(../img/icons/arrow-right-3.png) top left no-repeat;
}
.widget-category-2 .small-article-1 .img-box:after {
  border-color: transparent #fff transparent transparent;
}
.widget-category-2 .small-article-1 .article-content a {
  color: #f10044;
}
.widget-category-2 .small-article-1 h3 {
  color: #919191;
}
.widget-category-2 .small-article-1 h3 span {
  background: #919191;
}
.widget-category-2 .category-article {
  background: #f10044;
}
.widget-category-2 .category-article .category-title {
  background: #f10044;
}
.widget-category-2 .category-article .bottom-title {
  color: #fff;
}
.widget-category-2 .category-article h3 {
  margin-bottom: 5px;
}
.widget-category-2 .category-article .inner-date {
  padding-left: 50px;
  padding-bottom: 6px;
}
.widget-category-3 {
  background-color: #fff;
}
.widget-category-3 .widget-title span {
  background-color: #6a9c09;
}
.widget-category-3 .mid-article-1 .img-box:after {
  border-color: transparent transparent transparent #6a9c09;
}
.widget-category-3 .mid-article-1 .img-box .category-title {
  background: #6a9c09;
}
.widget-category-3 .mid-article-1 .small-title,
.widget-category-3 .mid-article-1 .title {
  color: #6a9c09;
}
.widget-category-3 .mid-article-1 .small-title {
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.widget-category-3 .mid-article-1 .more {
  background: url(../img/icons/arrow-right-4.png) top left no-repeat;
}
.widget-category-3 .small-article-1 .img-box:after {
  border-color: transparent #fff transparent transparent;
}
.widget-category-3 .small-article-1 .article-content a {
  color: #6a9c09;
}
.widget-category-3 .small-article-1 h3 {
  color: #5A5A5A;
}
.widget-category-3 .small-article-1 h3 span {
  background: #5A5A5A;
}
.widget-category-3 .category-article {
  background: #6a9c09;
}
.widget-category-3 .category-article .category-title {
  background: #6a9c09;
}
.widget-category-3 .category-article .bottom-title {
  color: #fff;
}
.widget-category-3 .category-article h3 {
  margin-bottom: 5px;
}
.widget-category-3 .category-article .inner-date {
  padding-left: 50px;
  padding-bottom: 6px;
}
.widget-category-3.fill {
  background-color: #85b627;
}
.widget-category-3.fill .widget-title span {
  background-color: #6a9c09;
}
.widget-category-3.fill .small-article-1 .img-box:after {
  border-color: transparent #84b627 transparent transparent;
}
.widget-category-3.fill .small-article-1 .article-content a {
  color: #fff;
}
.widget-category-3.fill .small-article-1 h3 span {
  color: #fff;
}
.widget-category-4 {
  background-color: #fff;
}
.widget-category-4 .widget-title span {
  background-color: #e700c9;
}
.widget-category-4 .mid-article-1 .img-box:after {
  border-color: transparent transparent transparent #e700c9;
}
.widget-category-4 .mid-article-1 .img-box .category-title {
  background: #e700c9;
}
.widget-category-4 .mid-article-1 .small-title,
.widget-category-4 .mid-article-1 .title {
  color: #e700c9;
}
.widget-category-4 .mid-article-1 .small-title {
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.widget-category-4 .mid-article-1 .more {
  background: url(../img/icons/arrow-right-5.png) top left no-repeat;
}
.widget-category-4 .small-article-1 .img-box:after {
  border-color: transparent #fff transparent transparent;
}
.widget-category-4 .small-article-1 .article-content a {
  color: #e700c9;
}
.widget-category-4 .small-article-1 h3 {
  color: #919191;
}
.widget-category-4 .small-article-1 h3 span {
  background: #919191;
}
.widget-category-4 .category-article {
  background: #e700c9;
}
.widget-category-4 .category-article .category-title {
  background: #e700c9;
}
.widget-category-4 .category-article .bottom-title {
  color: #fff;
}
.widget-category-4 .category-article h3 {
  margin-bottom: 5px;
}
.widget-category-4 .category-article .inner-date {
  padding-left: 50px;
  padding-bottom: 6px;
}
.widget-category-5 {
  background-color: #fff;
}
.widget-category-5 .widget-title span {
  background-color: #cb8a1a;
}
.widget-category-5 .small-article-1 .img-box:after {
  border-color: transparent #fff transparent transparent;
}
.widget-category-5 .small-article-1 .article-content a {
  color: #cb8a1a;
}
.widget-category-5 .small-article-1 h3 {
  color: #919191;
}
.widget-category-5 .small-article-1 h3 span {
  background: #919191;
}
.side-content {
  width: 390px;
  float: left;
}
.side-content .widget:last-child {
  border-bottom: none;
}
.side-content .advertise-300 {
  width: 100%;
  height: 300px;
  padding-top: 25px;
  padding-left: 0;
}
.side-content .advertise-300 a {
  display: block;
}
.side-content .advertise-300 img {
  display: block;
  margin: 0 auto;
}
.side-widget {
  padding-left: 20px;
  padding-top: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}
.side-widget .section-title {
  display: inline-block;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 35px;
  margin-bottom: 10px;
  position: relative;
}
.side-widget .section-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
}
.side-widget h2 {
  font-family: 'adelle', sans-serif;
  font-size: 28px;
  line-height: 33px;
}
.side-widget p {
  font-family: 'proxima-nova', sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 18px;
  font-weight: 500;
  padding-right: 40%;
}
.side-widget.category-1 .section-title {
  background: #297fb6;
}
.side-widget.category-1 .section-title:after {
  border-color: #297fb6 transparent transparent transparent;
}
.side-widget.category-2 .section-title {
  background: #f10044;
}
.side-widget.category-2 .section-title:after {
  border-color: #f10044 transparent transparent transparent;
}
.side-widget.category-3 .section-title {
  background: #6a9c09;
}
.side-widget.category-3 .section-title:after {
  border-color: #6a9c09 transparent transparent transparent;
}
.side-widget.category-4 .section-title {
  background: #eb3c72;
}
.side-widget.category-4 .section-title:after {
  border-color: #eb3c72 transparent transparent transparent;
}
.side-widget.side-custom {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.side-widget.side-custom h2 {
  margin-bottom: 5px;
}
.side-widget.side-custom .tagline {
  font-weight: 600;
}
.side-widget.dark-content h2 {
  color: #fff;
}
.side-widget.dark-content .tagline {
  color: #fff;
}
.side-widget.dark-content p {
  color: #fff;
}
.side-widget.light-content {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.side-widget.light-content h2 {
  color: #000;
}
.side-widget.light-content .tagline {
  color: #000;
}
.side-widget.light-content p {
  color: #000;
}
.competition {
  background-color: #297fb6;
  background-image: url(../img/background/competition.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.competition .section-title {
  color: #297fb6;
  background: #fff;
}
.competition .section-title:after {
  border-color: #ffffff transparent transparent transparent;
}
.competition h2 {
  color: #d4eeff;
}
.recipe {
  height: 226px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recipe .section-title {
  background: #ad6e00;
}
.recipe .section-title:after {
  border-color: #ad6e00 transparent transparent transparent;
}
.recipe h2 {
  color: #ad6e00;
}
.recipe .btn-1 {
  position: absolute;
  top: 20px;
  right: 10px;
}
.info-widget {
  min-height: 250px;
  background: url(../img/background/woman-1.jpg) right bottom no-repeat;
}
.info-widget .section-title {
  color: #fff;
  background: #eb3c72;
}
.info-widget .section-title:after {
  border-color: #eb3c72 transparent transparent transparent;
}
.info-widget h2 {
  color: #297fb6;
}
.info-widget p {
  color: #6d6d6d;
  padding-right: 185px;
}
.small-news {
  padding-top: 20px;
  padding-left: 18px;
  padding-bottom: 0;
}
.small-news .widget-list-1 li {
  margin-right: 10px;
}
.small-news .widget-list-1 li:before {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background: #297fb6;
  position: absolute;
  top: 4px;
  right: -10px;
}
.small-news .widget-list-1 li:last-child:before {
  display: none;
}
.small-news .small-article-1 {
  zoom: 1;
  margin-bottom: 15px;
}
.small-news .small-article-1:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.small-news .small-article-1 .img-box {
  width: 130px;
  height: 80px;
  position: relative;
  overflow: hidden;
}
.small-news .small-article-1 .img-box:after {
  display: none;
}
.small-news .small-article-1 .article-content {
  padding-top: 0;
}
.small-news .small-article-1 h3 {
  margin-bottom: 2px;
}
.small-news .small-article-1 .color-1 {
  color: #ff8400;
}
.small-news .small-article-1 .color-2 {
  color: #297fb6;
}
.small-news .small-article-1 .color-3 {
  color: #7fb021;
}
.small-news .small-article-1 .color-4 {
  color: #959595;
}
.small-news .small-news-title {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.small-news .small-news-title p {
  display: inline-block;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 14px;
  margin-bottom: 0;
  margin-right: 10px;
  position: relative;
}
.small-news .small-news-title p:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
}
.small-news.widget-category-2 .small-news-title p {
  background: #f10044;
}
.small-news.widget-category-2 .small-news-title p:after {
  border-color: #f10044 transparent transparent transparent;
}
.slider-2 {
  padding-bottom: 30px;
  background: #d9f0ff;
}
.slider-2 .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
  -webkit-transition: all 3s ease;
  -ms-transition: all 3s ease;
  transition: all 3s ease;
}
.slider-2 .slide {
  height: 350px;
  background: #376c99;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
}
.slider-2 .small-title {
  display: inline-block;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  color: #fff;
  background: #eb3c72;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 15px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.slider-2 .small-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #eb3c72 transparent transparent transparent;
}
.slider-2 .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 70px;
}
.slider-2 h2 {
  font-family: 'adelle', sans-serif;
  font-size: 50px;
  color: #fff;
  text-align: center;
}
.slider-2 p {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding: 0 30%;
}
.slider-2 .btn-1 {
  padding: 9px 28px 9px 22px;
}
.slider-2 .owl-pagination {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 45px;
}
.slider-2 .owl-page {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  margin: 4px;
  cursor: pointer;
}
.slider-2 .owl-page.active {
  background: #eb3c72;
  border-color: #eb3c72;
}
.slider-2 .owl-page.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #eb3c73 transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.slider-2:hover .image-wrapper {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.slider-3 {
  background: #d9f0ff;
}
.slider-3 .slide {
  position: relative;
  overflow: hidden;
}
.slider-3 .color-1 {
  background: #22be60;
}
.slider-3 .color-2 {
  background: #11689f;
}
.slider-3 .color-3 {
  background: #874cad;
}
.slider-3 .color-4 {
  background: #e73871;
}
.slider-3 .inner {
  position: relative;
  zoom: 1;
}
.slider-3 .inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.slider-3 h2 {
  font-family: 'adelle', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 15px 0px 15px;
  margin-bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
.slider-3 h2:after {
  content: '';
  position: absolute;
  left: 15px;
}
.slider-3 .img-box h2:after {
  width: 27px;
  height: 21px;
  top: -25px;
  background: url(../img/icons/img-icon.png) top left no-repeat;
}
.slider-3 .video-box h2:after {
  width: 26px;
  height: 26px;
  top: -30px;
  background: url(../img/icons/video-icon.png) top left no-repeat;
}
.slider-3 img {
  width: 100%;
  float: left;
  opacity: 0.4;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
.slider-3 a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.slider-3 .small-title {
  display: inline-block;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  color: #fff;
  background: #297fb6;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 10px;
  margin-bottom: 0px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider-3 .more {
  width: 100%;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px;
  text-align: center;
  opacity: 0;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: absolute;
  bottom: -50px;
}
.slider-3 .next {
  display: inline-block;
  width: 5px;
  height: 8px;
  text-indent: -999px;
  overflow: hidden;
  background: url(../img/icons/arrow-right-7.png) top left no-repeat;
  margin-left: 5px;
}
.slider-3 .owl-prev,
.slider-3 .owl-next {
  display: inline-block;
  width: 86px;
  height: 40px;
  text-indent: -999px;
  overflow: hidden;
  background-image: url(../img/icons/nav-buttons.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.slider-3 .owl-prev {
  background-position: 0px -120px;
  left: -45px;
}
.slider-3 .owl-next {
  background-position: 0px -40px;
  right: -45px;
}
.slider-3 .owl-prev:hover {
  background-position: 0px -80px;
}
.slider-3 .owl-next:hover {
  background-position: 0px 0px;
}
.slider-3 .slide:hover img {
  transform: translate3d(0, -45px, 0);
}
.slider-3 .slide:hover h2 {
  transform: translate3d(0, -65px, 0);
}
.slider-3 .slide:hover .more {
  opacity: 1;
  transform: translate3d(0, -28px, 0);
}
.register-slat {
  background: #d9f0ff;
  padding: 30px 0 20px 0;
  zoom: 1;
}
.register-slat:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.register-slat .col {
  width: 50%;
  float: left;
  min-height: 265px;
}
.register-slat .col-1 {
  border-right: 0.5px solid #7fb1d2;
  background: url(../img/background/register-bg-1.png) bottom left no-repeat;
  padding: 40px 50px 0 220px;
}
.register-slat .col-2 {
  background: url(../img/background/register-bg-2.png) bottom left no-repeat;
  padding: 40px 10px 0 170px;
}
.register-slat .col-2 p {
  padding-right: 50px;
}
.register-slat h2 {
  font-family: 'adelle', sans-serif;
  font-size: 35px;
  color: #297fb6;
  margin-bottom: 5px;
}
.register-slat p {
  font-family: 'proxima-nova', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #6d6d6d;
}
.register-slat .contact {
  font-family: 'adelle', sans-serif;
  font-size: 22px;
  color: #eb3c72;
  font-weight: 600;
  line-height: 24px;
  margin-top: 35px;
}
.register-slat .col-2 ul {
  zoom: 1;
}
.register-slat .col-2 ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.register-slat .col-2 ul li {
  display: inline-block;
  float: left;
  margin: 17px;
}
.register-slat .col-2 ul li:first-child {
  margin-left: 0;
}
.register-slat .col-2 li {
  position: relative;
}
.register-slat .col-2 li:after {
  content: '';
  display: block;
  width: 1px;
  height: 34px;
  background: #8d8d8d;
  position: absolute;
  right: -18px;
  top: 11px;
}
.register-slat .col-2 li:last-child:after {
  display: none;
}
.register-slat .col-2 li a {
  display: inline-block;
  width: 56px;
  height: 56px;
  text-indent: -999px;
  background: #297fb6;
  overflow: hidden;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
.register-slat .col-2 li a:after {
  content: '';
  display: block;
  width: 52px;
  height: 52px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  border: 2px solid #297fb6;
  background: #d9f0ff;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.register-slat .col-2 .facebook a {
  background-image: url(../img/icons/facebook-4.png);
}
.register-slat .col-2 .facebook a:after {
  background-image: url(../img/icons/facebook-3.png);
}
.register-slat .col-2 .google a {
  background-image: url(../img/icons/google-4.png);
}
.register-slat .col-2 .google a:after {
  background-image: url(../img/icons/google-3.png);
}
.register-slat .col-2 .instagram a {
  background-image: url(../img/icons/instagram-6.png);
}
.register-slat .col-2 .instagram a:after {
  background-image: url(../img/icons/instagram-5.png);
}
.register-slat .col-2 .twitter a {
  background-image: url(../img/icons/twitter-4.png);
}
.register-slat .col-2 .twitter a:after {
  background-image: url(../img/icons/twitter-5.png);
}
.register-slat .col-2 .mail a {
  background-image: url(../img/icons/mail-2.png);
  background-position: center 8px;
}
.register-slat .col-2 .mail a:after {
  background-image: url(../img/icons/mail-1.png);
  background-position: center 8px;
}
.register-slat .col-2 li:hover a:after {
  opacity: 0;
  visibility: hidden;
}
#page-footer {
  background: #31597f;
  padding-top: 25px;
  padding-bottom: 30px;
  zoom: 1;
}
#page-footer:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#page-footer .slat {
  zoom: 1;
}
#page-footer .slat:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#page-footer .slat-1 {
  margin-bottom: 45px;
}
#page-footer .slat-1 p {
  float: left;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  color: #c1d8e0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 16px;
}
#page-footer .slat-1 p a {
  color: #c1d8e0;
}
#page-footer .slat-1 ul {
  float: right;
  margin-top: 16px;
  zoom: 1;
}
#page-footer .slat-1 ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#page-footer .slat-1 ul li {
  display: inline-block;
  float: left;
  border-right: 1px solid #c1d8e0;
  padding: 0 10px;
}
#page-footer .slat-1 ul li:last-child {
  border-right: 0;
}
#page-footer .slat-1 li a {
  font-family: 'lato', sans-serif;
  font-size: 11px;
  color: #c1d8e0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#page-footer .slat-1 li a:hover {
  color: #fff;
}
#page-footer .col {
  float: left;
}
#page-footer .col ul {
  width: 195px;
}
#page-footer .list-title {
  font-family: 'lato', sans-serif;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
#page-footer li {
  padding: 3px 0;
}
#page-footer li a {
  font-family: 'proxima-nova', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #b8def7;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#page-footer li a:hover {
  color: #fff;
}
#page-footer .col-1 ul {
  width: 390px;
  zoom: 1;
}
#page-footer .col-1 ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
#page-footer .col-1 li {
  display: inline-block;
  float: left;
  width: 195px;
}
.footer-logo {
  float: left;
  margin-right: 30px;
}
.footer-logo a {
  display: block;
  width: 146px;
  height: 40px;
  background: url(../img/background/logo-2.png) top left no-repeat;
  text-indent: -999px;
  overflow: hidden;
  margin-bottom: 0;
}
#page-footer .slat-2 .col-5 ul {
  width: auto;
}
#page-footer .slat-2 .col-5 ul li {
  width: auto;
  margin-bottom: 8px;
}
#page-footer .slat-2 .col-5 li {
  position: relative;
}
#page-footer .slat-2 .col-5 li a {
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 2px solid #d9f0ff;
  background: #31597f;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
#page-footer .slat-2 .col-5 li a:after {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background: #d9f0ff;
  position: absolute;
  top: -2px;
  left: -2px;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  visibility: visible;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-footer .slat-2 .col-5 .facebook a {
  background-image: url(../img/icons/facebook-4.png);
  background-size: 12px;
}
#page-footer .slat-2 .col-5 .facebook a:after {
  background-image: url(../img/icons/facebook-5.png);
  background-size: 12px;
}
#page-footer .slat-2 .col-5 .google a {
  background-image: url(../img/icons/google-4.png);
  background-size: 22px;
}
#page-footer .slat-2 .col-5 .google a:after {
  background-image: url(../img/icons/google-5.png);
  background-size: 22px;
}
#page-footer .slat-2 .col-5 .twitter a {
  background-image: url(../img/icons/twitter-4.png);
  background-size: 23px;
}
#page-footer .slat-2 .col-5 .twitter a:after {
  background-image: url(../img/icons/twitter-3.png);
  background-size: 23px;
}
#page-footer .slat-2 .col-5 .instagram a {
  background-image: url(../img/icons/instagram-4.png);
  background-size: 23px;
}
#page-footer .slat-2 .col-5 .instagram a:after {
  background-image: url(../img/icons/instagram-3.png);
  background-size: 23px;
}
#page-footer .slat-2 .col-5 .google {
  margin-bottom: 0;
}
#page-footer .slat-2 .col-5 li:hover a:after {
  opacity: 0;
  visibility: hidden;
}
/* -------------------------------------------------------------------------------- Article */
.article-header {
  position: relative;
  max-height: 365px;
  overflow: hidden;
}
.article-header img {
  width: 100%;
  height: auto;
}
.article-header .buttons-wrapper {
  position: absolute;
  bottom: 28px;
  right: 100px;
}
.article-header .buttons-wrapper .btn-2 {
  margin-left: 20px;
}
.article-page .article-header {
  margin-bottom: -100px;
}
.article-page .side-content {
  margin-top: 100px;
}
.article-breadcrumbs {
  margin-left: 60px;
}
.article-widget {
  position: relative;
}
.article-widget .inner {
  width: 719px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 10px;
  margin-left: 60px;
}
.article-widget .details {
  zoom: 1;
  margin-bottom: 10px;
}
.article-widget .details:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.article-widget .details .img-box {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}
.article-widget .details .img-box img {
  width: 100%;
}
.article-widget .details .info p {
  float: left;
  font-family: 'proxima-nova', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #6d6d6d;
  line-height: 18px;
  margin-top: 8px;
  margin-left: 10px;
}
.article-widget .details .meta {
  float: right;
  margin-top: 18px;
}
.article-widget .details .meta p {
  display: inline-block;
  text-align: right;
  font-family: 'proxima-nova', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #6d6d6d;
  line-height: 18px;
  text-transform: uppercase;
  margin-right: 20px;
}
.article-widget .time {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/time.png) top left no-repeat;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.article-widget .comment {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/comment.png) top left no-repeat;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.article-widget .article-gallery {
  margin-bottom: 20px;
  width: 780px;
  left: -74px;
  position: relative;
}
.article-widget .tags {
  padding-left: 75px;
}
.article-widget .comments-wrapper .comments-title {
  padding-left: 75px;
}
.article-widget.category-1 .article-gallery {
  background: #297fb6;
}
.article-widget.category-1 .info .gallery-title {
  color: #99d7ff;
}
.article-widget.category-1 .revealing-content .title {
  color: #297fb6;
}
.article-widget.category-1 .revealing-content li.active {
  background: #ceecff;
}
.article-widget.category-1 .revealing-content .hidden-content p {
  color: #297fb6;
}
.article-widget.category-1 .tags li a {
  background: #297fb6;
  border-color: #297fb6;
}
.article-widget.category-1 .tags li:hover a {
  background: #fff;
  color: #297fb6;
}
.article-widget.category-1 .comments-wrapper .comments-title {
  background: #297fb6;
}
.article-widget.category-2 h1,
.article-widget.category-2 h2,
.article-widget.category-2 blockquote {
  color: #f10044;
}
.article-widget.category-2 blockquote {
  border-color: #f10044;
}
.article-widget.category-2 .meta {
  float: right;
}
.article-widget.category-2 .time {
  background: url(../img/icons/time-2.png) top left no-repeat;
}
.article-widget.category-2 .comment {
  background: url(../img/icons/comment-2.png) top left no-repeat;
}
.article-widget.category-2 .revealing-content .title {
  color: #f10044;
}
.article-widget.category-2 .revealing-content li.active {
  background: #ffe7ee;
}
.article-widget.category-2 .revealing-content .hidden-content p {
  color: #f10044;
}
.article-widget.category-2 .article-gallery {
  background: #f10044;
}
.article-widget.category-2 .info .gallery-title {
  color: #ffcad9;
}
.article-widget.category-2 .gallery-slider-1 .owl-prev {
  background-image: url(../img/icons/button-left-3.png);
}
.article-widget.category-2 .gallery-slider-1 .owl-prev:hover {
  background-color: #f10044;
  background-image: url(../img/icons/button-left-2.png);
}
.article-widget.category-2 .gallery-slider-1 .owl-next {
  background-image: url(../img/icons/button-right-3.png);
}
.article-widget.category-2 .gallery-slider-1 .owl-next:hover {
  background-color: #f10044;
  background-image: url(../img/icons/button-right-2.png);
}
.article-widget.category-2 .tags .tags-title {
  background-image: url(../img/icons/tag-2.png);
}
.article-widget.category-2 .tags li a {
  background: #f10044;
  border-color: #f10044;
}
.article-widget.category-2 .tags li:hover a {
  background: #fff;
  color: #f10044;
}
.article-widget.category-2 .comments-wrapper .comments-title {
  background: #f10044;
}
.article-widget.category-3 h1,
.article-widget.category-3 h2,
.article-widget.category-3 blockquote {
  color: #6a9c09;
}
.article-widget.category-3 blockquote {
  border-color: #6a9c09;
}
.article-widget.category-3 .meta {
  float: right;
}
.article-widget.category-3 .time {
  background: url(../img/icons/time-3.png) top left no-repeat;
}
.article-widget.category-3 .comment {
  background: url(../img/icons/comment-3.png) top left no-repeat;
}
.article-widget.category-3 .revealing-content .title {
  color: #6a9c09;
}
.article-widget.category-3 .revealing-content li.active {
  background: #e2edcc;
}
.article-widget.category-3 .revealing-content .hidden-content p {
  color: #6a9c09;
}
.article-widget.category-3 .article-gallery {
  background: #6a9c09;
}
.article-widget.category-3 .info .gallery-title {
  color: #e2edcc;
}
.article-widget.category-3 .gallery-slider-1 .owl-prev {
  background-image: url(../img/icons/button-left-4.png);
}
.article-widget.category-3 .gallery-slider-1 .owl-prev:hover {
  background-color: #6a9c09;
  background-image: url(../img/icons/button-left-2.png);
}
.article-widget.category-3 .gallery-slider-1 .owl-next {
  background-image: url(../img/icons/button-right-4.png);
}
.article-widget.category-3 .gallery-slider-1 .owl-next:hover {
  background-color: #6a9c09;
  background-image: url(../img/icons/button-right-2.png);
}
.article-widget.category-3 .tags .tags-title {
  background-image: url(../img/icons/tag-3.png);
}
.article-widget.category-3 .tags li a {
  background: #6a9c09;
  border-color: #6a9c09;
}
.article-widget.category-3 .tags li:hover a {
  background: #fff;
  color: #6a9c09;
}
.article-widget.category-3 .comments-wrapper .comments-title {
  background: #6a9c09;
}
.article-widget.category-4 h1,
.article-widget.category-4 h2,
.article-widget.category-4 blockquote {
  color: #e700c9;
}
.article-widget.category-4 blockquote {
  border-color: #e700c9;
}
.article-widget.category-4 .meta {
  float: right;
}
.article-widget.category-4 .time {
  background: url(../img/icons/time-4.png) top left no-repeat;
}
.article-widget.category-4 .comment {
  background: url(../img/icons/comment-4.png) top left no-repeat;
}
.article-widget.category-4 .revealing-content .title {
  color: #e700c9;
}
.article-widget.category-4 .revealing-content li.active {
  background: #ffe7fc;
}
.article-widget.category-4 .revealing-content .hidden-content p {
  color: #e700c9;
}
.article-widget.category-4 .article-gallery {
  background: #e700c9;
}
.article-widget.category-4 .info .gallery-title {
  color: #ffe7fc;
}
.article-widget.category-4 .gallery-slider-1 .owl-prev {
  background-image: url(../img/icons/button-left-5.png);
}
.article-widget.category-4 .gallery-slider-1 .owl-prev:hover {
  background-color: #e700c9;
  background-image: url(../img/icons/button-left-2.png);
}
.article-widget.category-4 .gallery-slider-1 .owl-next {
  background-image: url(../img/icons/button-right-5.png);
}
.article-widget.category-4 .gallery-slider-1 .owl-next:hover {
  background-color: #e700c9;
  background-image: url(../img/icons/button-right-2.png);
}
.article-widget.category-4 .tags .tags-title {
  background-image: url(../img/icons/tag-4.png);
}
.article-widget.category-4 .tags li a {
  background: #e700c9;
  border-color: #e700c9;
}
.article-widget.category-4 .tags li:hover a {
  background: #fff;
  color: #e700c9;
}
.article-widget.category-4 .comments-wrapper .comments-title {
  background: #e700c9;
}
.article-widget.category-5 h1,
.article-widget.category-5 h2,
.article-widget.category-5 blockquote {
  color: #cb8a1a;
}
.article-widget.category-5 blockquote {
  border-color: #cb8a1a;
}
.article-widget.category-5 .meta {
  float: right;
}
.article-widget.category-5 .time {
  background: url(../img/icons/time-5.png) top left no-repeat;
}
.article-widget.category-5 .comment {
  background: url(../img/icons/comment-4.png) top left no-repeat;
}
.article-widget.category-5 .revealing-content .title {
  color: #cb8a1a;
}
.article-widget.category-5 .revealing-content li.active {
  background: #ffe7fc;
}
.article-widget.category-5 .revealing-content .hidden-content p {
  color: #cb8a1a;
}
.article-widget.category-5 .article-gallery {
  background: #cb8a1a;
}
.article-widget.category-5 .info .gallery-title {
  color: #ffe7fc;
}
.article-widget.category-5 .gallery-slider-1 .owl-prev {
  background-image: url(../img/icons/button-left-5.png);
}
.article-widget.category-5 .gallery-slider-1 .owl-prev:hover {
  background-color: #cb8a1a;
  background-image: url(../img/icons/button-left-2.png);
}
.article-widget.category-5 .gallery-slider-1 .owl-next {
  background-image: url(../img/icons/button-right-5.png);
}
.article-widget.category-5 .gallery-slider-1 .owl-next:hover {
  background-color: #cb8a1a;
  background-image: url(../img/icons/button-right-2.png);
}
.article-widget.category-5 .tags .tags-title {
  background-image: url(../img/icons/tag-4.png);
}
.article-widget.category-5 .tags li a {
  background: #cb8a1a;
  border-color: #cb8a1a;
}
.article-widget.category-5 .tags li:hover a {
  background: #fff;
  color: #cb8a1a;
}
.article-widget.category-5 .comments-wrapper .comments-title {
  background: #cb8a1a;
}
.article-gallery {
  zoom: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
}
.article-gallery:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.article-gallery .info {
  width: 248px;
  height: 254px;
  float: left;
  padding-top: 20px;
  position: relative;
}
.article-gallery .info p {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-align: right;
}
.article-gallery .info .gallery-title {
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  text-transform: none;
  text-align: right;
}
.article-gallery .info .share {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  padding-left: 25px;
  background-image: url(../img/icons/share.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.article-gallery .gallery-slider-1 {
  width: 495px;
  float: right;
}
.gallery-slider-1 .slide {
  width: 100%;
  height: 254px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.gallery-slider-1 .slide a {
  display: block;
  width: 100%;
  height: 254px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.gallery-slider-1 .owl-prev,
.gallery-slider-1 .owl-next {
  width: 45px;
  height: 40px;
  position: absolute;
  top: 108px;
  text-indent: -999px;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
}
.gallery-slider-1 .owl-prev {
  left: 0;
  border-radius: 0px 20px 20px 0;
  background-image: url(../img/icons/button-left-1.png);
  background-position: 12px 8px;
}
.gallery-slider-1 .owl-next {
  right: 0;
  border-radius: 20px 0px 0px 20px;
  background-image: url(../img/icons/button-right-1.png);
  background-position: 9px 8px;
}
.gallery-slider-1 .owl-prev:hover {
  background-color: #31597f;
  background-image: url(../img/icons/button-left-2.png);
}
.gallery-slider-1 .owl-next:hover {
  background-color: #31597f;
  background-image: url(../img/icons/button-right-2.png);
}
.revealing-content {
  margin-bottom: 20px;
}
.revealing-content li {
  padding: 18px 28px 18px 70px;
  border-top: 1px solid #c8c8c8;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.revealing-content li:last-child {
  border-bottom: 1px solid #c8c8c8;
}
.revealing-content li.active .title {
  background-image: url(../img/icons/plus-2.png);
}
.revealing-content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  background: url(../img/icons/plus-1.png) left center no-repeat;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
}
.revealing-content .hidden-content {
  display: none;
  padding-left: 36px;
}
.revealing-content .hidden-inner {
  margin-top: 10px;
}
.revealing-content .hidden-content p {
  font-family: 'proxima-nova', sans-serif;
  font-size: 15px;
  line-height: 22px;
}
.tags {
  margin-bottom: 20px;
}
.tags .tags-title {
  font-family: 'lato', sans-serif;
  font-size: 11px;
  color: #808080;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  padding-left: 25px;
  background: url(../img/icons/tag.png) left center no-repeat;
}
.tags ul {
  zoom: 1;
}
.tags ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.tags li {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.tags li a {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 10px;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments-wrapper {
  margin-bottom: 30px;
}
.comments-wrapper .comments-title {
  font-family: 'adelle', sans-serif;
  font-size: 18px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-top: 28px;
  padding-bottom: 55px;
  margin-bottom: -40px;
}
.comments-box {
  background: #fff;
  margin-left: 65px;
  padding-left: 10px;
  padding-top: 10px;
  border-top-left-radius: 3px;
}
/* -------------------------------------------------------------------------------- Calendar */
.calendar {
  position: relative;
}
.calendar-wrapper {
  width: 628px;
  min-height: 255px;
  position: absolute;
  top: 80px;
  right: 0;
  background: #e32568;
  padding-top: 20px;
  padding-bottom: 22px;
  display: none;
}
.calendar-button {
  display: block;
  float: right;
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: relative;
  background-color: #e32568;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/calendar.png);
}
.calendar.active .calendar-button {
  background-image: url(../img/icons/close.png);
}
.calendar-navigation {
  position: relative;
}
.calendar-navigation .month {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.calendar-navigation .calendar-nav {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.calendar-navigation .prev {
  left: 0;
  background-image: url(../img/icons/arrow-left-1.png);
}
.calendar-navigation .next {
  right: 0;
  background-image: url(../img/icons/arrow-right-7.png);
}
.calendar-table {
  float: left;
  width: 42%;
  padding: 0 22px;
}
.calendar-table table {
  margin-bottom: 0;
}
.calendar-table table tr:nth-child(even) td,
.calendar-table table tr:nth-child(even) th {
  background: transparent;
}
.calendar-table table th {
  background: transparent;
}
.calendar-table table td,
.calendar-table table th {
  font-family: 'adelle', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 2px;
}
.calendar-table table p {
  display: inline-block;
  width: 27px;
  line-height: 22px;
  height: 27px;
  margin-bottom: 0;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.calendar-table table p.active {
  cursor: pointer;
  border: 2px solid #fff;
}
.event-box {
  float: left;
  width: 58%;
  min-height: 210px;
  padding: 0 22px 0 25px;
  border-left: 1px solid #fff;
  position: relative;
}
.event-box .section-title {
  display: inline-block;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #e32568;
  background: #fff;
  padding: 0 35px;
  margin-bottom: 30px;
  position: relative;
}
.event-box .section-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
}
.event-box .date {
  width: 81px;
  height: 81px;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: url(../img/background/date-box.png) top left no-repeat;
  padding-top: 14px;
  position: absolute;
  top: 45px;
  left: 25px;
}
.event-box .date strong {
  font-family: 'adelle', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}
.event-box .title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding-left: 100px;
  margin-bottom: 10px;
}
.event-box .location {
  font-family: 'lato', sans-serif;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 100px;
}
.event-box .inner {
  margin-bottom: 50px;
  min-height: 100px;
}
.calendar-mobile {
  display: none;
}
/* -------------------------------------------------------------------------------- Student life */
.category-head {
  zoom: 1;
  position: relative;
  background: #fff;
  padding-bottom: 20px;
}
.category-head:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.category-head .inner {
  zoom: 1;
}
.category-head .inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.category-head .category-head-article {
  float: left;
  width: 780px;
  overflow: hidden;
}
.category-head .category-head-article img {
  width: 100%;
  float: left;
}
.category-head .side-widget {
  float: right;
  width: 390px;
  padding-top: 15px;
  border-bottom: 0;
  background: none;
}
.category-head .small-article-1 {
  margin-bottom: 18px;
}
.category-head-article {
  position: relative;
}
.category-head-article .content-wrapper {
  position: absolute;
  left: 20px;
  bottom: 0;
}
.category-head-article .content-wrapper .content-top {
  zoom: 1;
}
.category-head-article .content-wrapper .content-top:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.category-head-article .content-wrapper .tagline {
  float: left;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 14px;
  margin-bottom: 0;
  margin-right: 10px;
}
.category-head-article .content-wrapper .article-info {
  font-family: '', sans-serif;
  float: left;
  font-size: 11px;
  color: #6d6d6d;
  font-weight: 500;
  line-height: 22px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 14px;
}
.category-head-article .content-wrapper .article-info strong {
  font-size: 14px;
  font-weight: 500;
}
.category-head-article .content-wrapper .date {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icons/time.png) top left no-repeat;
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.category-head-article .content-wrapper .divider {
  display: inline-block;
  width: 1px;
  height: 16px;
  position: relative;
  top: 3px;
  background: #6d6d6d;
  margin: 0 5px;
}
.category-head-article .content-wrapper h2 {
  font-size: 43px;
  line-height: 55px;
  margin-right: 50px;
  margin-bottom: 0;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.category-head-article .content-wrapper h2 span {
  background: #fff;
  padding: 0px 15px 2px 18px;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.category-head.category-1 .inner {
  background: #e5eff6;
}
.category-head.category-1 .tagline {
  background: #297fb6;
}
.category-head.category-1 h2 {
  color: #297fb6;
}
.category-head.category-1 .category-head-article:hover h2 {
  color: #fff;
}
.category-head.category-1 .category-head-article:hover h2 span {
  background: #297fb6;
}
.category-head.category-2 .inner {
  background: #e5e5e5;
}
.category-head.category-2 .tagline {
  background: #f10044;
}
.category-head.category-2 h2 {
  color: #f10044;
}
.category-head.category-2 .content-wrapper .date {
  background: url(../img/icons/time-2.png) top left no-repeat;
}
.category-head.category-3 .inner {
  background: #e2edcc;
}
.category-head.category-3 .tagline {
  background: #6a9c09;
}
.category-head.category-3 h2 {
  color: #6a9c09;
}
.category-head.category-3 .content-wrapper .date {
  background: url(../img/icons/time-3.png) top left no-repeat;
}
.category-head.category-4 .inner {
  background: #ffe7fc;
}
.category-head.category-4 .tagline {
  background: #e700c9;
}
.category-head.category-4 h2 {
  color: #e700c9;
}
.category-head.category-4 .content-wrapper .date {
  background: url(../img/icons/time-4.png) top left no-repeat;
}
.category-head.category-5 .inner {
  background: #ffe7fc;
}
.category-head.category-5 .tagline {
  background: #cb8a1a;
}
.category-head.category-5 h2 {
  color: #cb8a1a;
}
.category-head.category-5 .content-wrapper .date {
  background: url(../img/icons/time-5.png) top left no-repeat;
}
.small-news.widget-category-2 .article-content a {
  color: #f10044;
}
.small-news.widget-category-3 .article-content a {
  color: #6a9c09;
}
.small-news.widget-category-4 .article-content h3,
.small-news.widget-category-4 .article-content a {
  color: #e700c9;
}
.small-news.border-news {
  padding-top: 20px;
  padding-right: 18px;
}
.small-news.border-news .small-article-1 {
  border-bottom: 1px solid #c9c9c9;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.small-news.border-news .small-article-1:last-child {
  border: none;
  padding-bottom: 0;
}
.small-article-1 .date,
.mid-article-1 .date,
.category-article .inner-date .date {
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px 0 7px 0;
  background: #f10044;
}
.small-article-1 .date strong,
.mid-article-1 .date strong,
.category-article .inner-date .date strong {
  font-family: 'adelle', sans-serif;
  font-size: 24px;
  line-height: 24px;
}
.category-link-2 {
  margin-bottom: 12px;
}
.category-link-2 .inner {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 12%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.category-link-2 .section-title {
  display: inline-block;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 10px;
  min-width: 165px;
  margin-bottom: 40px;
  position: relative;
}
.category-link-2 .section-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
}
.category-link-2 h2 {
  font-size: 36px;
  color: #fff;
}
.category-link-2 p {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}
.category-link-2.category-2 .section-title {
  background-color: #f10044;
  color: #fff;
}
.category-link-2.category-2 .section-title:after {
  border-color: #f10044 transparent transparent transparent;
}
/* -------------------------------------------------------------------------------- Info single */
.article-header.category-2 .buttons-wrapper {
  right: 14px;
}
.article-header.category-2 .buttons-wrapper .btn-2 {
  margin-left: 10px;
}
.article-page.with-side-box .side-content {
  margin-top: 0;
}
.side-box {
  width: 390px;
  float: right;
  background: #e5e5e5;
  padding: 22px 40px 15px 40px;
  margin-top: 98px;
}
.side-box .title-box {
  zoom: 1;
  margin-bottom: 8px;
}
.side-box .title-box:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.side-box h2 {
  float: left;
  width: 220px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  padding-left: 20px;
  padding-top: 20px;
}
.side-box .title-box.date p {
  float: left;
  width: 81px;
  height: 81px;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  background: url(../img/background/date-box-2.png) top left no-repeat;
  padding-top: 14px;
  margin-bottom: 0;
}
.side-box .title-box.date strong {
  font-family: 'adelle', sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}
.side-box .title-box.discount {
  margin-bottom: 0;
}
.side-box .title-box.discount p {
  float: left;
  width: 75px;
  height: 66px;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  background: #6a9c09;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 8px;
  margin-bottom: 0;
}
.side-box .title-box.discount strong {
  font-family: 'adelle', sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}
.side-box .cooking-icon {
  display: block;
  float: left;
  width: 68px;
  height: 68px;
  background: #2b7db9 url(../img/icons/cooking-icon.png) center center no-repeat;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  margin-left: 8px;
}
.side-box .inner {
  position: relative;
  padding-left: 26px;
  padding-top: 18px;
}
.side-box .inner:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background: url(../img/background/border-vertical-1.png) top left repeat-y;
  position: absolute;
  top: 0;
  left: 40px;
}
.side-box .info-item {
  position: relative;
  padding-left: 42px;
  padding-top: 4px;
}
.side-box .info-item:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: center center;
}
.side-box p,
.side-box a {
  display: block;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 14px;
}
.side-box ul {
  margin-bottom: 20px;
}
.side-box ul li {
  display: block;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #7a7a7a;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-left: 14px;
}
.side-box ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 0;
  background: #7a7a7a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.side-box.category-1 h2 {
  color: #2b7db9;
}
.side-box.category-1 p span {
  color: #2b7db9;
}
.side-box.category-1 .info-item.info:before {
  background-image: url(../img/icons/info-3.png);
}
.side-box.category-1 .info-item.location:before {
  background-image: url(../img/icons/location-3.png);
}
.side-box.category-1 .info-item.phone:before {
  background-image: url(../img/icons/phone-3.png);
}
.side-box.category-1 .info-item.mail:before {
  background-image: url(../img/icons/mail-6.png);
}
.side-box.category-1 .info-item.web:before {
  background-image: url(../img/icons/web-3.png);
}
.side-box.category-1 .info-item.time:before {
  background-image: url(../img/icons/time-5.png);
}
.side-box.category-1 .info-item.puzzle:before {
  background-image: url(../img/icons/puzzle.png);
}
.side-box.category-2 h2 {
  color: #f10044;
}
.side-box.category-2 p span {
  color: #f10044;
}
.side-box.category-2 .info-item.info:before {
  background-image: url(../img/icons/info-1.png);
}
.side-box.category-2 .info-item.location:before {
  background-image: url(../img/icons/location-1.png);
}
.side-box.category-2 .info-item.phone:before {
  background-image: url(../img/icons/phone-1.png);
}
.side-box.category-2 .info-item.mail:before {
  background-image: url(../img/icons/mail-4.png);
}
.side-box.category-2 .info-item.web:before {
  background-image: url(../img/icons/web-1.png);
}
.side-box.category-3 .title-box {
  padding-left: 3px;
}
.side-box.category-3 h2 {
  padding-top: 12px;
  color: #6a9c09;
}
.side-box.category-3 p span {
  color: #6a9c09;
}
.side-box.category-3 .info-item.info:before {
  background-image: url(../img/icons/info-2.png);
}
.side-box.category-3 .info-item.location:before {
  background-image: url(../img/icons/location-2.png);
}
.side-box.category-3 .info-item.phone:before {
  background-image: url(../img/icons/phone-2.png);
}
.side-box.category-3 .info-item.mail:before {
  background-image: url(../img/icons/mail-5.png);
}
.side-box.category-3 .info-item.web:before {
  background-image: url(../img/icons/web-2.png);
}
/* -------------------------------------------------------------------------------- Info single */
.widget.category-head-article.full-width {
  width: 100%;
}
.widget.category-head-article.full-width .content-wrapper {
  bottom: 45px;
}
.widget.category-head-article.full-width .content-wrapper span {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.widget.category-head-article.full-width .breadcrumbs {
  margin-left: 0;
}
/* -------------------------------------------------------------------------------- Info list */
.category-head.no-margin {
  padding-bottom: 0;
}
.filter {
  width: 100%;
  height: 70px;
  padding: 0 20px;
  zoom: 1;
}
.filter:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.filter .title {
  float: left;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding-top: 28px;
  margin-right: 35px;
}
.filter .col-1,
.filter .col-2 {
  float: left;
}
.filter .col-1 {
  margin-top: 12px;
}
.filter .col-1 .group {
  float: left;
  margin-right: 22px;
}
.filter .col-1 .label-1 {
  margin-right: 8px;
}
.filter .col-1 .input-date {
  width: 150px;
  position: relative;
  top: 2px;
}
.filter .col-1 {
  float: left;
}
.filter .col-2,
.filter .col-3 {
  margin-left: 10px;
  margin-top: 27px;
}
.filter .col-2 p,
.filter .col-3 p {
  float: left;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-right: 10px;
  margin-bottom: 0;
}
.filter .col-2 .group,
.filter .col-3 .group {
  float: left;
}
.filter .col-3 {
  float: right;
}
.filter.category-1 {
  background: #297fb6;
}
.filter.category-1 .title {
  color: #e5eff6;
}
.filter.category-2 {
  background: #f10044;
}
.filter.category-2 .title {
  color: #fecbda;
}
.filter.category-3 {
  background: #6a9c09;
}
.filter.category-3 .title {
  color: #e2edcc;
}
.filter.category-4 {
  background: #e700c9;
}
.filter.category-4 .title {
  color: #ffe7fc;
}
.widget-list .mid-article-1 {
  margin-bottom: 30px;
}
.list-widget {
  zoom: 1;
  margin-top: 25px;
  margin-bottom: 20px;
}
.list-widget:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.list-widget p {
  float: left;
  font-size: 18px;
  padding-top: 6px;
}
.list-widget ul {
  zoom: 1;
  float: right;
}
.list-widget ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.list-widget ul li {
  display: inline-block;
  float: left;
  margin: 0 5px;
}
.list-widget ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #6f6f6f;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #6f6f6f;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-widget .prev a,
.list-widget .next a {
  text-indent: 999px;
  overflow: hidden;
  position: relative;
  left: 0;
}
.list-widget .prev a {
  background: url(../img/icons/arrow-left-2.png) 10px center no-repeat;
}
.list-widget .prev a:hover {
  left: -5px;
}
.list-widget .next a {
  background: url(../img/icons/arrow-right-9.png) 11px center no-repeat;
}
.list-widget .next a:hover {
  left: 5px;
}
.widget-category-1 .list-widget p {
  color: #297fb6;
}
.widget-category-1 .list-widget .prev a,
.widget-category-1 .list-widget .next a {
  border-color: #297fb6;
}
.widget-category-1 .list-widget ul li a:hover {
  border-color: #297fb6;
}
.widget-category-1 .list-widget ul li a.selected {
  border-color: #297fb6;
}
.widget-category-2 .list-widget p {
  color: #f10044;
}
.widget-category-2 .list-widget .prev a,
.widget-category-2 .list-widget .next a {
  border-color: #f10044;
}
.widget-category-2 .list-widget ul li a:hover {
  border-color: #f10044;
}
.widget-category-2 .list-widget ul li a.selected {
  border-color: #f10044;
}
.widget-category-3 .list-widget p {
  color: #6a9c09;
}
.widget-category-3 .list-widget .prev a,
.widget-category-3 .list-widget .next a {
  border-color: #6a9c09;
}
.widget-category-3 .list-widget ul li a:hover {
  border-color: #6a9c09;
}
.widget-category-3 .list-widget ul li a.selected {
  border-color: #6a9c09;
}
.widget-category-4 .list-widget p {
  color: #e700c9;
}
.widget-category-4 .list-widget .prev a,
.widget-category-4 .list-widget .next a {
  border-color: #e700c9;
}
.widget-category-4 .list-widget ul li a:hover {
  border-color: #e700c9;
}
.widget-category-4 .list-widget ul li a.selected {
  border-color: #e700c9;
}
/* Calendar style */
body #ui-datepicker-div {
  width: 270px;
  border-radius: 2px;
}
body .ui-widget-header {
  background: none;
  border: none;
}
body table thead th {
  background: none;
  text-transform: uppercase;
}
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
  background: none;
  color: #fff;
  font-size: 11px;
  padding-top: 4px;
  padding-bottom: 4px;
}
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover {
  border-color: #fff;
  background: #fff;
}
body table tr:nth-child(even) td,
body table tr:nth-child(even) th {
  background: none;
}
body .ui-datepicker .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body .ui-datepicker .ui-datepicker-prev {
  left: 0;
}
body .ui-datepicker .ui-datepicker-next {
  right: 0;
}
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  border-color: #fff;
}
body .ui-widget-content .ui-state-highlight.ui-state-hover,
body .ui-widget-header .ui-state-highlight.ui-state-hover {
  background: #fff;
}
body .ui-datepicker .ui-datepicker-prev.ui-state-hover,
body .ui-datepicker .ui-datepicker-next.ui-state-hover {
  background: none;
  border: none;
  top: 2px;
}
body .ui-datepicker .ui-datepicker-prev.ui-state-hover {
  left: -2px;
}
body .ui-datepicker .ui-datepicker-next.ui-state-hover {
  right: -2px;
}
body .ui-datepicker .ui-datepicker-prev span,
body .ui-datepicker .ui-datepicker-prev.ui-state-hover span {
  background: url(../img/icons/arrow-left-1.png) center center no-repeat;
  border: none;
}
body .ui-datepicker .ui-datepicker-next span,
body .ui-datepicker .ui-datepicker-next.ui-state-hover span {
  background: url(../img/icons/arrow-right-7.png) center center no-repeat;
  border: none;
}
.info-list #ui-datepicker-div,
.main-cat-2 #ui-datepicker-div {
  background: #f10044;
}
.info-list .ui-widget-content .ui-state-hover,
.main-cat-2 .ui-widget-content .ui-state-hover,
.info-list .ui-widget-header .ui-state-hover,
.main-cat-2 .ui-widget-header .ui-state-hover,
.info-list .ui-widget-content .ui-state-active,
.main-cat-2 .ui-widget-content .ui-state-active,
.info-list .ui-widget-header .ui-state-active,
.main-cat-2 .ui-widget-header .ui-state-active {
  color: #f10044;
}
.info-list .ui-widget-content .ui-state-highlight,
.main-cat-2 .ui-widget-content .ui-state-highlight,
.info-list .ui-widget-header .ui-state-highlight,
.main-cat-2 .ui-widget-header .ui-state-highlight {
  background: #fe91b0;
}
.student-life-list #ui-datepicker-div,
.cooking-list #ui-datepicker-div,
.main-cat-5 #ui-datepicker-div {
  background: #297fb6;
}
.student-life-list .ui-widget-content .ui-state-hover,
.cooking-list .ui-widget-content .ui-state-hover,
.main-cat-5 .ui-widget-content .ui-state-hover,
.student-life-list .ui-widget-header .ui-state-hover,
.cooking-list .ui-widget-header .ui-state-hover,
.main-cat-5 .ui-widget-header .ui-state-hover,
.student-life-list .ui-widget-content .ui-state-active,
.cooking-list .ui-widget-content .ui-state-active,
.main-cat-5 .ui-widget-content .ui-state-active,
.student-life-list .ui-widget-header .ui-state-active,
.cooking-list .ui-widget-header .ui-state-active,
.main-cat-5 .ui-widget-header .ui-state-active {
  color: #297fb6;
}
.student-life-list .ui-widget-content .ui-state-highlight,
.cooking-list .ui-widget-content .ui-state-highlight,
.main-cat-5 .ui-widget-content .ui-state-highlight,
.student-life-list .ui-widget-header .ui-state-highlight,
.cooking-list .ui-widget-header .ui-state-highlight,
.main-cat-5 .ui-widget-header .ui-state-highlight {
  background: #329adc;
}
.discounts-list #ui-datepicker-div,
.main-cat-3 #ui-datepicker-div {
  background: #6a9c09;
}
.discounts-list .ui-widget-content .ui-state-hover,
.main-cat-3 .ui-widget-content .ui-state-hover,
.discounts-list .ui-widget-header .ui-state-hover,
.main-cat-3 .ui-widget-header .ui-state-hover,
.discounts-list .ui-widget-content .ui-state-active,
.main-cat-3 .ui-widget-content .ui-state-active,
.discounts-list .ui-widget-header .ui-state-active,
.main-cat-3 .ui-widget-header .ui-state-active {
  color: #6a9c09;
}
.discounts-list .ui-widget-content .ui-state-highlight,
.main-cat-3 .ui-widget-content .ui-state-highlight,
.discounts-list .ui-widget-header .ui-state-highlight,
.main-cat-3 .ui-widget-header .ui-state-highlight {
  background: #83be10;
}
.fun-list #ui-datepicker-div,
.main-cat-4 #ui-datepicker-div {
  background: #e700c9;
}
.fun-list .ui-widget-content .ui-state-hover,
.main-cat-4 .ui-widget-content .ui-state-hover,
.fun-list .ui-widget-header .ui-state-hover,
.main-cat-4 .ui-widget-header .ui-state-hover,
.fun-list .ui-widget-content .ui-state-active,
.main-cat-4 .ui-widget-content .ui-state-active,
.fun-list .ui-widget-header .ui-state-active,
.main-cat-4 .ui-widget-header .ui-state-active {
  color: #e700c9;
}
.fun-list .ui-widget-content .ui-state-highlight,
.main-cat-4 .ui-widget-content .ui-state-highlight,
.fun-list .ui-widget-header .ui-state-highlight,
.main-cat-4 .ui-widget-header .ui-state-highlight {
  background: #f25fdf;
}
.profile .ui-datepicker .ui-datepicker-prev span,
.profile .ui-datepicker .ui-datepicker-prev.ui-state-hover span {
  background: url(../img/icons/arrow-left-2.png) center center no-repeat;
}
.profile .ui-datepicker .ui-datepicker-next span,
.profile .ui-datepicker .ui-datepicker-next.ui-state-hover span {
  background: url(../img/icons/arrow-right-9.png) center center no-repeat;
}
.profile .ui-widget-header,
.profile table thead th {
  color: #959595;
}
.profile #ui-datepicker-div {
  background: #fff;
}
.profile .ui-widget-content .ui-state-hover,
.profile .ui-widget-header .ui-state-hover,
.profile .ui-widget-content .ui-state-active,
.profile .ui-widget-header .ui-state-active {
  color: #959595;
}
.profile .ui-widget-content .ui-state-highlight,
.profile .ui-widget-header .ui-state-highlight {
  background: #f8f8f8;
}
.profile .ui-widget-content .ui-state-default,
.profile .ui-widget-header .ui-state-default {
  color: #959595;
}
.profile .ui-widget-content .ui-state-active,
.profile .ui-widget-header .ui-state-active,
.profile .ui-widget-content .ui-state-hover,
.profile .ui-widget-header .ui-state-hover {
  border-color: #cccccc;
  background: #f8f8f8;
}
/* -------------------------------------------------------------------------------- Fun */
.fun-article {
  float: left;
  background: #ffe7fc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.fun-article .img-box {
  position: relative;
}
.fun-article img {
  width: 100%;
}
.fun-article .section-title {
  display: inline-block;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 20px;
  margin-bottom: 10px;
  position: absolute;
  top: 15px;
  left: 10px;
  color: #fff;
  background: #e700c9;
}
.fun-article .section-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #e700c9 transparent transparent transparent;
}
.fun-article .btn-1 {
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
}
.fun-article .content-box {
  padding: 30px 20px;
}
.fun-article .content-box p {
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #e700c9;
  text-align: center;
  margin-bottom: 0;
}
.small-news-content {
  display: none;
}
.small-news-content.active {
  display: block;
}
/* -------------------------------------------------------------------------------- Student-life-list */
.category-head.category-1 .category-head-article:hover h2 span {
  color: #297fb6;
  background: #fff;
}
.widget.widget-list .mid-article-1 .img-box:after {
  display: none;
}
/* -------------------------------------------------------------------------------- Popups */
.modal-container {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(46, 94, 125, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.modal-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.popup-box {
  width: 630px;
  position: absolute;
  top: -100%;
  left: 50%;
  background: #fff;
  margin-left: -315px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup-box .inner {
  padding: 0 25px 35px 25px;
  zoom: 1;
}
.popup-box .inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.popup-box h2 {
  font-family: 'adelle', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 50px;
  background: url(../img/background/popup-header.jpg) center center no-repeat;
  background-size: cover;
  padding-left: 20px;
  margin-bottom: 30px;
}
.popup-box h3 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #6d6d6d;
  margin-bottom: 20px;
}
.popup-box p {
  font-family: 'proxima-nova', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #6d6d6d;
}
.popup-box p a {
  color: #297fb6;
  text-decoration: underline;
}
.popup-box .col {
  width: 50%;
  float: left;
  padding-top: 5px;
}
.popup-box .col-1 {
  padding-right: 25px;
}
.popup-box .col-2 {
  padding-left: 25px;
  border-left: 1px solid #cfcfcf;
}
.popup-box .group {
  width: 100%;
  margin-bottom: 10px;
}
.popup-box .group-inner {
  width: 100%;
  zoom: 1;
}
.popup-box .group-inner:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.popup-box.active {
  top: 0;
}
.popup-close {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icons/close-2.png) 0 0 no-repeat;
  position: absolute;
  top: 15px;
  right: 20px;
  text-indent: -999px;
  overflow: hidden;
}
.input-1 {
  width: 100%;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 34px;
  color: #6d6d6d;
  border: 2px solid #cfcfcf;
  padding-left: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.input-1.mail {
  background: url(../img/icons/mail-7.png) 14px center no-repeat;
}
.input-1.user {
  background: url(../img/icons/user-2.png) 14px center no-repeat;
}
.input-1.pass {
  background: url(../img/icons/pass.png) 14px center no-repeat;
}
.input-1.calendar {
  background: url(../img/icons/calendar-4.png) 14px center no-repeat;
}
.input-1.college {
  background: url(../img/icons/college.png) 14px center no-repeat;
}
.input-1.location {
  background: url(../img/icons/location-4.png) 14px center no-repeat;
}
.error .input-1 {
  border-color: #ff0000;
}
.label-2.error {
  color: #ff0000;
}
.checkbox-1 {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  background: url(../img/icons/checkbox-1.png) 0 0 no-repeat;
  margin-right: 10px;
  background-position: 0 0px !important;
}
.checkbox-1.checked {
  background-position: 0 -20px !important;
}
.label-2 {
  float: left;
  font-family: 'proxima-nova', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #6d6d6d;
  margin-top: 3px;
}
.btn-3 {
  display: block;
  border: 0;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'lato', sans-serif;
  font-size: 12px;
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  cursor: pointer;
  background-repeat: no-repeat;
  padding: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-3:focus {
  outline: none;
}
.btn-3.color-1 {
  background-color: #e32568;
}
.btn-3.color-1:hover {
  background-color: #cd225e;
}
.btn-3.color-2 {
  background-color: #3b5998;
}
.btn-3.color-2:hover {
  background-color: #30487c;
}
.btn-3.color-3 {
  background-color: #d84a38;
}
.btn-3.color-3:hover {
  background-color: #bc4131;
}
.btn-3.next {
  background-image: url(../img/icons/arrow-right-7.png);
  background-position: 92% center;
}
.btn-3.facebook {
  background-image: url(../img/icons/facebook-7.png);
  background-position: 9% center;
}
.btn-3.google {
  background-image: url(../img/icons/google-7.png);
  background-position: 8% center;
}
.popup-1 .inner {
  padding-bottom: 20px;
}
.popup-1 .col-2 .btn-3 {
  margin-bottom: 12px;
}
.popup-1 .col {
  margin-bottom: 20px;
}
.popup-1 .col-1 .checkbox-1 {
  margin-left: 20px;
}
.popup-3 .inner {
  padding-bottom: 30px;
  padding-top: 15px;
}
.popup-3 h3,
.popup-3 p {
  text-align: center;
}
.popup-3 p {
  margin-bottom: 30px;
}
.popup-3 .col-2 {
  border: none;
}
.popup-4 .inner {
  padding-bottom: 30px;
  padding-top: 15px;
}
.popup-4 h3,
.popup-4 p {
  text-align: center;
}
.popup-4 p {
  margin-bottom: 30px;
}
.popup-4 .col-2 {
  border: none;
}
/* -------------------------------------------------------------------------------- Profile */
.profile-wrapper {
  zoom: 1;
  background: #e5f0f6;
}
.profile-wrapper:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.profile-wrapper .col-1 {
  float: left;
  width: 32%;
}
.profile-wrapper .col-2 {
  float: left;
  width: 68%;
  background: #fff;
}
.profile-wrapper .img-box {
  width: 147px;
  height: 147px;
  border: 3px solid #fff;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  overflow: hidden;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  position: relative;
}
.profile-wrapper .img-box img {
  width: 100%;
  height: auto;
}
.profile-wrapper .img-box:hover .upload-btn {
  opacity: 1;
}
.profile-wrapper .profile-info {
  text-align: center;
  margin-bottom: 50px;
}
.profile-wrapper .profile-info h2 {
  font-family: 'adelle', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #297fb6;
}
.profile-wrapper .col-1 ul {
  padding: 0 20px;
}
.profile-wrapper .col-1 ul li {
  position: relative;
  border-top: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.profile-wrapper .col-1 ul li:after {
  content: '';
  display: block;
  width: 5px;
  height: 8px;
  position: absolute;
  top: 27px;
  right: 13px;
  background: url(../img/icons/arrow-right-6.png) 0 0 no-repeat;
}
.profile-wrapper .col-1 ul li:hover a,
.profile-wrapper .col-1 ul li.active a {
  color: #e32568;
}
.profile-wrapper .col-1 ul li:hover:after,
.profile-wrapper .col-1 ul li.active:after {
  background: url(../img/icons/arrow-right-3.png) 0 0 no-repeat;
}
.profile-wrapper .col-1 ul li:last-child {
  border-bottom: 1px solid #fff;
}
.profile-wrapper .col-1 ul li a {
  display: block;
  font-family: 'lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #297fb6;
  padding: 25px 0 25px 52px;
}
.profile-wrapper .user-data {
  background-image: url(../img/icons/user-4.png);
}
.profile-wrapper .user-data:hover,
.profile-wrapper .user-data.active {
  background-image: url(../img/icons/user-3.png);
}
.profile-wrapper .user-pass {
  background-image: url(../img/icons/pass-3.png);
}
.profile-wrapper .user-pass:hover,
.profile-wrapper .user-pass.active {
  background-image: url(../img/icons/pass-2.png);
}
.profile-wrapper .user-out {
  background-image: url(../img/icons/out-2.png);
}
.profile-wrapper .user-out:hover,
.profile-wrapper .user-out.active {
  background-image: url(../img/icons/out-1.png);
}
.profile-wrapper .col-2 {
  padding: 20px 30px 0 30px;
}
.profile-wrapper .profile-col h2 {
  font-family: 'adelle', sans-serif;
  font-size: 36px;
  color: #e32568;
}
.profile-wrapper .profile-col > p {
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #6d6d6d;
  line-height: 20px;
}
.profile-wrapper .img-box .upload-file {
  opacity: 0;
  visibility: hidden;
}
.profile-wrapper .img-box .upload-btn {
  font-family: 'lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border: none;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: rgba(39, 100, 139, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.profile-wrapper .img-box .upload-btn:after {
  content: '';
  display: block;
  width: 25px;
  height: 5px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -12px;
  background: url(../img/background/circles.png) 0 0 no-repeat;
}
.profile-wrapper .img-box .upload-btn:focus {
  outline: none;
}
.profile-wrapper .img-box .file-wrapper {
  width: 100%;
}
.profile-wrapper .img-box .file-wrapper .upload-file {
  position: absolute;
}
.profile-wrapper .img-box .file-wrapper .file-name {
  display: inline-block;
  padding: 15px 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.profile-wrapper .img-box .file-wrapper .name-wrapper {
  overflow: hidden;
}
.profile-col {
  padding-bottom: 20px;
  display: none;
}
.profile-col .group {
  border-top: 1px solid #c9c9c9;
  padding: 30px 10px;
  zoom: 1;
}
.profile-col .group:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.profile-col .group-inner {
  float: left;
  width: 50%;
  position: relative;
}
.profile-col .group .group-inner:first-child {
  padding-right: 30px;
}
.profile-col .label-3 {
  display: block;
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #6d6d6d;
  margin-top: 10px;
}
.profile-col .sub-text .label-3 {
  margin-top: 5px;
}
.profile-col .sub-text p {
  font-family: 'proxima-nova', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #6d6d6d;
  line-height: 20px;
  margin-bottom: 0;
}
.profile-col .sub-text p a {
  color: #e32568;
}
.profile-col .select-6 div.fancy-select div.trigger {
  background-image: url(../img/icons/college.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}
.profile-col .m-bottom {
  margin-bottom: 30px;
}
.profile-col .input-date {
  padding: 0 0 0 40px;
  position: relative;
}
.profile-col .date-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 5px;
  top: 18px;
  right: 15px;
  background: url(../img/icons/arrow-bottom-7.png) 0 0 no-repeat;
}
.profile-col .submit-btn {
  width: 240px;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #6f6f6f;
  letter-spacing: 1px;
  line-height: 24px;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #cfcfcf;
  cursor: pointer;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.profile-col .submit-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 8px;
  top: 10px;
  right: 13px;
  background: url(../img/icons/arrow-right-4.png) 0 0 no-repeat;
}
.profile-col .submit-btn:hover {
  color: #fff;
}
.profile-col .submit-btn:hover:after {
  background: url(../img/icons/arrow-right-7.png) 0 0 no-repeat;
}
.profile-col .submit-btn:focus {
  outline: none;
}
.profile-col .submit-btn.color-1 {
  border-color: #e32568;
}
.profile-col .submit-btn.color-1:hover {
  background: #e32568;
}
.profile-col .submit-btn.color-2 {
  border-color: #6a9c09;
}
.profile-col .submit-btn.color-2:hover {
  background: #6a9c09;
}
.profile-col .submit-btn.push-right {
  float: right;
}
.profile-col.active {
  display: block;
}
.profile-col-2 .group-submit .group-inner {
  width: 100%;
}
.profile-col-2 .group-submit .group-inner:first-child {
  padding-right: 0;
}
.profile-box a {
  display: block;
  zoom: 1;
}
.profile-box a:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.profile-box .img-box {
  float: left;
  width: 34px;
  height: 34px;
  overflow: hidden;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  margin-right: 10px;
}
.profile-box .img-box img {
  width: 100%;
  height: auto;
}
.profile-box p {
  float: left;
  margin-bottom: 0;
}
.nav-color-1 .nav-wrapper {
  border-bottom: 4px solid #297fb6;
}
.nav-color-2 .nav-wrapper {
  border-bottom: 4px solid #f10044;
}
.nav-color-3 .nav-wrapper {
  border-bottom: 4px solid #6a9c09;
}
.nav-color-4 .nav-wrapper {
  border-bottom: 4px solid #e700c9;
}
.header-login {
  position: relative;
}
.login-option {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  width: 110px;
  top: 50px;
  right: -15px;
  background: #3a6a97;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-option li {
  text-align: center;
  padding: 0 15px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-option a {
  font-family: 'lato', sans-serif;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.login-option li:hover {
  background: #fff;
}
.login-option li:hover a {
  color: #3a6a97;
}
.profile-box.active .login-option {
  opacity: 1;
  visibility: visible;
}
.filter-btn {
  display: inline-block;
  font-family: 'lato', sans-serif;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 16px;
  border-width: 2px;
  border-style: solid;
  background: transparent;
  border-color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 7px 20px;
  position: relative;
  top: -9px;
  margin-left: 20px;
}
.filter-btn:focus {
  outline: none;
}
.filter-btn:hover {
  background: #fff;
}
.filter.category-1 .filter-btn:hover {
  color: #297fb6;
}
.filter.category-2 .filter-btn:hover {
  color: #f10044;
}
.filter.category-3 .filter-btn:hover {
  color: #6a9c09;
}
.filter.category-4 .filter-btn:hover {
  color: #e700c9;
}
/* ==================================================
    =Media Queries
===================================================== */
@media only screen and (max-height: 700px) {
  .sticky-wrapper.is-sticky .sticky-nav,
  .sticky-wrapper.is-sticky .sticky-nav .sticky-inner {
    height: 60px;
  }
  .sticky-wrapper.is-sticky .main-nav .menu-item-has-children > a {
    padding: 21px 30px 21px 34px;
  }
  .sticky-wrapper.is-sticky .main-nav .menu-item-has-children > a:before {
    height: 34px;
  }
  .sticky-wrapper.is-sticky .search-box {
    top: 9px;
  }
  .sticky-wrapper.is-sticky .calendar-button {
    width: 60px;
    height: 60px;
    background-size: 35px;
  }
  .sticky-wrapper.is-sticky .calendar-wrapper {
    top: 60px;
  }
  .article-line {
    height: 50px;
    top: 0px;
  }
  .article-line.active {
    top: -10px;
  }
  .article-line .category-title,
  .article-line h2 {
    line-height: 50px;
  }
  .article-line .buttons-wrapper {
    margin-top: 18px;
  }
}
/* ==================================================
    =High def devices
===================================================== */
.radio-1 {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  background: url(../img/icons/checkbox-1.png) 0 0 no-repeat;
  margin-right: 10px;
}
.radio-box {
  margin-top: 5px;
}
.radio-box .label-2 {
  float: none;
}
@media only screen and (min-width: 768px) {
  .font-small #promo .sub-title {
    font-size: 10px;
  }
  .font-small #promo h2 {
    font-size: 48px;
  }
  .font-small #promo p {
    font-size: 15px;
  }
  .font-small .small-article-1 .article-content p {
    font-size: 10px;
  }
  .font-small .small-article-1 .article-content a {
    font-size: 16px;
    line-height: 20px;
  }
  .font-small .mid-article-1 .img-box .category-title {
    font-size: 10px;
  }
  .font-small .mid-article-1 .article-content .small-title {
    font-size: 10px;
  }
  .font-small .mid-article-1 .title {
    font-size: 22px;
  }
  .font-small .mid-article-1 .article-content p {
    font-size: 13px;
  }
  .font-small .category-article .category-title {
    font-size: 10px;
  }
  .font-small .side-widget .section-title {
    font-size: 10px;
  }
  .font-small .side-widget h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .font-small .side-widget p {
    font-size: 14px;
  }
  .font-small .slider-2 .small-title {
    font-size: 10px;
  }
  .font-small .slider-2 h2 {
    font-size: 40px;
  }
  .font-small .slider-2 p {
    font-size: 14px;
    line-height: 18px;
  }
  .font-small .slider-3 h2 {
    font-size: 18px;
  }
  .font-small .category-head-article .content-wrapper .tagline {
    font-size: 10px;
  }
  .font-small .category-head-article .content-wrapper .article-info {
    font-size: 10px;
  }
  .font-small .category-article h3 {
    font-size: 18px;
  }
  .font-small .category-article .bottom-title {
    font-size: 10px;
  }
  .font-small .category-head-article .content-wrapper h2 {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 10px;
  }
  .font-small .breadcrumbs li a {
    font-size: 10px;
  }
  .font-small .article-widget .details .meta p {
    font-size: 10px;
  }
  .font-small .user-content h1 {
    font-size: 35px;
  }
  .font-small .category-head-article .content-wrapper .article-info strong {
    font-size: 11px;
  }
  .font-small .user-content .strong-text p {
    font-size: 18px;
  }
  .font-small .user-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .font-small .side-widget .small-news-title p {
    font-size: 10px;
  }
  .font-small .revealing-content .hidden-content p {
    font-size: 14px;
    line-height: 22px;
  }
  .font-small .tags li a {
    font-size: 10px;
  }
  .font-big #promo .sub-title {
    font-size: 13px;
  }
  .font-big .small-article-1 .article-content p {
    font-size: 12px;
  }
  .font-big .mid-article-1 .img-box .category-title {
    font-size: 12px;
  }
  .font-big .mid-article-1 .article-content .small-title {
    font-size: 13px;
  }
  .font-big .mid-article-1 .article-content p {
    font-size: 16px;
  }
  .font-big .category-article .category-title {
    font-size: 12px;
  }
  .font-big .side-widget .section-title {
    font-size: 12px;
  }
  .font-big .side-widget p {
    font-size: 18px;
  }
  .font-big .slider-2 p {
    font-size: 20px;
    line-height: 24px;
  }
  .font-big .slider-3 h2 {
    font-size: 22px;
  }
  .font-big .register-slat p {
    font-size: 18px;
  }
  .font-big .category-head-article .content-wrapper .tagline {
    font-size: 12px;
  }
  .font-big .category-head-article .content-wrapper .article-info {
    font-size: 13px;
  }
  .font-big .category-article h3 {
    font-size: 24px;
  }
  .font-big .category-article .bottom-title {
    font-size: 12px;
  }
  .font-big .breadcrumbs li a {
    font-size: 12px;
  }
  .font-big .article-widget .details .meta p {
    font-size: 14px;
  }
  .font-big .user-content .strong-text p {
    font-size: 20px;
  }
  .font-big .user-content p {
    font-size: 17px;
  }
  .font-big .side-box ul li {
    font-size: 13px;
    margin-bottom: 2px;
  }
  .font-big .side-box p,
  .font-big .side-box a {
    font-size: 13px;
  }
  .font-big .side-widget .small-news-title p {
    font-size: 13px;
  }
  .font-big .revealing-content .hidden-content p {
    font-size: 17px;
  }
  .font-big .tags li a {
    font-size: 12px;
  }
}
#wallpaper-banner {
  display: none;
  width: 1600px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -800px;
  background: red;
}
.tooltip-content {
  position: absolute;
  z-index: 9999;
  left: -44%;
  bottom: 100%;
  text-align: left;
  font-size: 0.765em;
  line-height: 1.4;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2a3035;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale3d(0.7, 0.3, 1);
  transform: scale3d(0.7, 0.3, 1);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  background: #e32568;
  margin-bottom: 15px;
}
.tooltip-text {
  color: #fff;
  font-family: adelle, sans-serif;
  font-size: 14px;
  white-space: nowrap;
  padding: 6px 10px;
  margin-bottom: 0;
}
.tooltip-content:after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #e32568;
  border-width: 10px;
  margin-left: -10px;
}
.calendar-button:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}
.is-sticky .tooltip-content {
  bottom: -80%;
}
.is-sticky .tooltip-content:after {
  top: -65%;
  border-color: transparent;
  border-bottom-color: #e32568;
}
@media only screen and (max-width: 1250px) {
  .tooltip-content {
    left: auto;
    right: 0;
  }
  .tooltip-content::after {
    left: auto;
    right: 30px;
  }
}
@media only screen and (max-height: 700px) {
  .is-sticky .tooltip-content {
    bottom: -100%;
  }
}
.widget-list-1 li.active-fun {
    background: #E700C9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
 }   
.widget-list-1 li.active-fun a  {
color: white;
 }   

p.wp-caption-text {
    font-size: 13px;
    line-height: 20px;
}/*
body {
    zoom: 87% !important;
    /*-moz-transform: scale(0.87) !important;
}*/
/*za uskrs
body {
    background-color: transparent !important;
    background-image: url('http://x-ica.com/ea/wp-content/uploads/bg.jpg') !important;
    background-attachment: fixed !important;
}
.site-branding-slat {
    height: 115px;
    background: transparent;
}*/
.wp-embed-footer {
    display: table;
    width: 100%;
    margin-top: 10px !important;
}
div.sharedaddy, div.sharedaddy {
    clear: both;
    display: none !important;
}
#jp-relatedposts h3.jp-relatedposts-headline {
    margin: 0 0 1em;
    display: inline-block;
    float: left;
    font-size: 9pt;
    font-weight: 700;
    font-family: inherit;
    display: none !important;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    float: left;
    width: 33%;
    margin: 0 0 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none !important;
}
/*esi2016 smanjena trazilica*/
.search-box {
    width: 255px !important;
}
/*
.fb-page {
  left: -175px;
}
.fb-like {
    margin-left: -175px;
}*/
.gold a {
    color: #d2b100;
}
.gold:hover  {
    background-color: #d2b100;
}

.safariduha a {
    color: #F8A1BE;
}
.safariduha:hover  {
    background-color: #F8A1BE;
}
.safariduha a:after {
    display: none !important;
}

.safariduha:hover:after  {
    display: none;
}

.safariduha.current-menu-item {
    background-color: #F8A1BE;
}

.safariduha.current-menu-item a:after {
    display: none;
}

#undefined-sticky-wrapper > div > div > div > nav > ul > li.gold.menu-item.menu-item-type-taxonomy.menu-item-object-category.current-menu-item.menu-item-has-children.menu-item-68213 {
  background-color: #d2b100;
}

.reklama {
  width: 970px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 500px){
  .article-widget .user-content img {
    width: 100%;
    height: auto;
  }
}
table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #333333;
	border-collapse: collapse; 
}
table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #333333;
}
table td {
	border: 1px solid #333333;
	padding: 5px;
}
.main-contentx {
    width: 100%;
    border-right: 1px solid #c8c8c8;
    padding-bottom: 30px;
}
div#ez-toc-container {
    padding: 10px;
    background: #eaeaea;
    margin: 10px;
}
.user-content h3 {
    font-size: 18px;
    color: #6a9c09;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0;
}
a.btnref {
    background: #e32568;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}
a.btnref:hover {
    background: #a31d4c;
}