/* Gradients
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Bordered
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Rounded
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Opacity
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Transition
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Shawows
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Fonts
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Spacing
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Other
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Grid System 12 Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
/* Reset Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
html {
  overflow-y: scroll;
  /* 1 */

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 3 */

  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  height: 35px;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid #c4c5c7;
  height: 25px;
  font-size: 12px;
  padding: 5px;
  color: #5f6062;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: none;
}
/* Float & Align
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.float-left {
  float: left  !important;
}
.float-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/* Clearfix
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
/* Links
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
/* Typography
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Framework TYPO
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.story {
  line-height: 1.5;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: square;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: none;
}
.story table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.story table td,
.story table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.story table th {
  font-weight: bold;
}
.story pre,
.story code {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 15px 10px 0px;
}
.story address {
  display: inline-block;
  padding: 20px;
  background: #eaeaea;
  line-height: 20px;
  margin-bottom: 15px;
}
.story blockquote {
  font-style: italic;
  border-left: 2px dotted #9b9b9b;
  padding-left: 15px;
  margin: 1em 3em;
}
.story blockquote p:before {
  content: '"';
}
.story blockquote p:after {
  content: '"';
}
.story .wp-caption {
  box-shadow: 1px 1px 2px #bebebe;
  width: auto;
}
.story .wp-caption p.wp-caption-text {
  background: #ffffff;
  text-align: center;
  color: #a1a1a1!important;
  margin: 0!important;
}
.story dl {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 20px 10px 0px;
}
.story dl dt {
  width: 150px;
  float: left;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  text-transform: uppercase;
}
.story dl dd {
  margin-left: 160px;
  margin-bottom: 10px;
  line-height: 18px;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */

  height: auto;
  /* Override height to match resized width for correct aspect ratio. */

}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
/* Flexslider Default Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.flexslider {
  position: relative;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
/*.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}*/
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  position: relative;
}
/* Clearfix for the .slides element
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* Gradients
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Bordered
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Rounded
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Opacity
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Transition
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Shawows
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Fonts
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Spacing
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Other
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Grid System 12 Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
/* Vars
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Header
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
header {
  background: rgba(255, 255, 255, 0.4);
}
header .topnav .drop-menu {
  display: none;
}
header .topnav {
  min-height: 50px;
  width: 100%;
  background: #292929;
}
header .topnav nav ul {
  display: inline-block;
  background: url(images/navtop.jpg) right top repeat-y;
  float: left;
}
header .topnav nav ul ul {
  display: none;
}
header .topnav nav ul li.current-menu-item a {
  color: #17997f;
}
header .topnav nav ul li {
  display: inline-block;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Doppio One', sans-serif;
  background: url(images/navtop.jpg) left top repeat-y;
  color: #ffffff;
}
header .topnav nav ul li a {
  line-height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .topnav nav ul li a:hover {
  color: #17997f;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
header .topnav nav .searchbox {
  line-height: 50px;
  display: inline-block;
  float: right;
  background: url(images/navtop.jpg) right top repeat-y;
  color: #ffffff;
  text-transform: uppercase;
}
header .topnav nav .searchbox input.sfield {
  font-family: 'Doppio One', sans-serif;
  border: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  background: none;
  width: 75px;
}
header .topnav nav .searchbox input.submit {
  width: 17px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url(images/sb.png) 0 0 no-repeat;
  margin-right: 15px;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}
header .topnav nav .searchbox input.submit:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  background: url(images/sb.png) 0 -18px;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
}
header .headerbox {
  min-height: 140px;
}
header .headerbox .logo {
  width: auto;
  height: auto;
  float: left;
}

.logo p {
    display: inline-block; 
    color: #166966; 
    font-size: 21px; 
    font-family: Sans-serif
}
header .headerbox .logo span {
  display: block;
  color: #333333;
  font-size: 14px;
  margin-left: 28px;
  margin-top: 2px;
}
header .headerbox .logo h1 {
  margin: 0;
  line-height: 140px;
  display: inline-block
}
header .headerbox .logo h1 a {
  width: 209px;
  /*height: 64px;*/
  background: url(images/logo.png) center center no-repeat;
  display: block;
  /*margin-top: 30px;*/
  text-indent: -9999px;
}
header .headerbox .adds {
  display: inline-block;
  float: left;
  line-height: 140px;
}
nav.mainmenu {
  width: 100%;
  min-height: 65px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.6);
}
nav.mainmenu ul.main-menu {
  width: 100%;
  position: relative;
}
nav.mainmenu ul.main-menu > li {
  float: left;
  display: block;
  text-align: center;
  min-height: 65px;
  line-height: 65px;
  border: none;
}
nav.mainmenu ul.main-menu > li > a {
  background: url(images/menu.gif) right 50% no-repeat;
  display: block;
  outline: 0;
  line-height: 65px;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
  font-family: 'Doppio One', sans-serif;
  letter-spacing: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
nav.mainmenu ul.main-menu > li > a:hover {
  color: #17997f;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
nav.mainmenu ul.main-menu > li .megamenu {
  z-index: 9999;
  font-family: 'Arimo', sans-serif;
  text-align: left;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #252628;
  color: #ffffff;
  border-top: 3px solid #17997f;
}
nav.mainmenu ul.main-menu > li .megamenu a {
  color: #ffffff;
  background: none;
}
nav.mainmenu ul.main-menu > li .megamenu .col1of4,
nav.mainmenu ul.main-menu > li .megamenu .col2of4,
nav.mainmenu ul.main-menu > li .megamenu .col3of4,
nav.mainmenu ul.main-menu > li .megamenu .col4of4 {
  width: 21%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 14px;
}
nav.mainmenu ul.main-menu > li .megamenu .col1of2,
nav.mainmenu ul.main-menu > li .megamenu .col2of2 {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 14px;
}
nav.mainmenu ul.main-menu > li .megamenu .title {
  border-bottom: 1px solid #333333;
  font-size: 16px;
  line-height: 25px;
  color: #4d4d4d;
  margin-bottom: 10px;
}
nav.mainmenu ul.main-menu > li .megamenu ul {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 18px;
}
nav.mainmenu ul.main-menu > li .megamenu ul li {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  float: none;
  padding: 0;
  margin: 0;
  min-height: 0;
  text-align: left;
  line-height: 18px;
}
nav.mainmenu ul.main-menu > li .megamenu ul li a {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  text-transform: none;
  margin: 0;
  padding: 0;
  line-height: 24px;
  background: none;
  background: url(images/li.gif) left 50% no-repeat;
  padding-left: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
nav.mainmenu ul.main-menu > li .megamenu ul li a:hover {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding-left: 15px;
}
nav.mainmenu ul.main-menu > li .megamenu .postmenu .posttitle {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}
nav.mainmenu ul.main-menu > li .megamenu .postmenu .posttitle a {
  line-height: 16px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
nav.mainmenu ul.main-menu > li .megamenu .postmenu .posttitle a:hover {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
nav.mainmenu ul.main-menu > li .megamenu .postmenu .postdate {
  font-size: 12px;
  color: #8b8b8b;
}
nav.mainmenu ul.main-menu > li:hover:after {
  content: "";
  width: 19px;
  height: 10px;
  background: url(images/mega.png) no-repeat;
  position: absolute;
  bottom: 0;
}
nav.mainmenu ul.main-menu li:hover > .megamenu {
  display: block;
}
nav.mainmenu ul.main-menu:after {
  content: "";
  clear: both;
  display: block;
}
figure.hover {
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
figure.hover img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
figure.hover a {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  color: #ffffff;
  line-height: 14px;
}
figure.hover figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 153, 127, 0.3);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
figure.hover figcaption a {
  position: relative;
}
.ProductSpec {
    margin: 10px 0; 
    text-align: center; 
    color: #00a185 !important
}
figure.hover figcaption a span {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  line-height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #17997f;
  margin-top: -15px;
  margin-left: -15px;
  text-align: center;
  font-family: 'Arimo', sans-serif;
  font-size: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
figure.hover:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
figure.hover:hover figcaption {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
figure.hover:hover figcaption a span {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
figure.mainposthover {
  position: relative;
}
figure.mainposthover img {
  max-width: 100%;
  height: auto;
}
figure.mainposthover figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(76, 89, 95, 0.75);
}
figure.mainposthover figcaption h2 {
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Doppio One', sans-serif;
  color: #ffffff;
}
figure.mainposthover figcaption h2 a {
  color: #ffffff;
}
figure.mainposthover figcaption h2 a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
figure.mainposthover figcaption span.date {
  color: #ffffff;
  display: block;
  font-size: 13px;
  line-height: 16px;
  padding-left: 22px;
  background: url(images/calendar-icon-white.png) left 50% no-repeat;
}
.readmore a {
  background: #17997f;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Doppio One', sans-serif;
  padding: 7px 12px 7px 12px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.readmore a:hover {
  background: #333333;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* Body
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
body {
  font-size: 14px;
  color: #333333;
  background-size: cover;
}
body.main {
  background: url('../images/bg-2.jpg') center center fixed no-repeat;
}
body .wrapper {
  width: 980px;
  margin: 0 auto;
}
body a {
  color: #333333;
}
/*nav.mainmenu .drop-menu2 {
  display: none;
}*/

  nav.mainmenu .drop-menu2 {
    font-family: 'Doppio One', sans-serif;
    z-index: 100;
    width: 190px;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -95px;
    display: block!important;
    text-align: center;
    font-size: 18px;
    padding: 6px 10px;
    background: #333;
    border-radius: 10px 10px 10px 10px;
  }
  
    nav.mainmenu {
    position: relative;
  }
  nav.mainmenu .wrapper {
    display: none;
  }
  
  
  
  /*FIX - RIPORTA LO STESSO MENU DEL MOBILE SUL DESKTOP, PER TORNARE AL MENU PRECEDENTE CANCELLA FINO A FINE COMMENTO*/
    nav.mainmenu .drop-menu2 {
    font-family: 'Doppio One', sans-serif;
    z-index: 100;
    width: 190px;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -95px;
    display: block!important;
    text-align: center;
    font-size: 18px;
    padding: 6px 10px;
    background: #333;
    border-radius: 10px 10px 10px 10px;
  }
  nav.mainmenu .drop-menu2 > a {
    font-size: 18px;
    display: block;
    color: #fff;
  }
  nav.mainmenu .drop-menu2 > a:hover {
    opacity: 0.7;
  }
  nav.mainmenu .drop-menu2 ul.ul-drop {
    width: 190px !important;
    height: auto;
    display: none;
    padding: 10px 0;
  }
  nav.mainmenu .drop-menu2 ul.ul-drop li {
    width: 100%;
    line-height: 30px !important;
    position: relative;
    text-align: center;
  }
  nav.mainmenu .drop-menu2 ul.ul-drop li:hover {
    background: rgba(23, 153, 127, 0.3);
    border-radius: 20px;
  }
  nav.mainmenu .drop-menu2 ul.ul-drop li:hover > a {
    color: #fff;
  }
  nav.mainmenu .drop-menu2 ul.ul-drop li a {
    padding: 6px 15px;
    height: 29px;
    font-size: 12px;
    line-height: 29px;
    color: #fff;
  }
  /*CANCELLA FINO A QUI */
  
/* Content Section
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.content {
  margin: 50px 0px 50px 0px;
}
.left {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.right {
  width: 48%;
  float: right;
  margin-left: 2%;
}
.flexslider {
  position: relative;
}
.flexslider .flex-direction-nav {
  position: absolute;
  top: 100px;
  right: 0;
  margin-right: -9px;
  width: 66px;
  height: 39px;
  overflow: hidden;
  background: url(images/sltr.png) right bottom no-repeat;
}
.flexslider .flex-direction-nav li {
  width: 33px;
  height: 34px;
  float: left;
}
.flexslider .flex-direction-nav li .flex-prev {
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #3d4b54 url(images/slleft.png) 50% 50% no-repeat;
  width: 33px;
  height: 34px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.flexslider .flex-direction-nav li .flex-prev:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.flexslider .flex-direction-nav li .flex-next {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #17997f url(images/slright.png) 50% 50% no-repeat;
  width: 33px;
  height: 34px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.flexslider .flex-direction-nav li .flex-next:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.flexslider ul.slides li {
  position: relative;
  background-color: #333333; 
}
.flexslider ul.slides li .boxwithtext {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #17997f;
  background: rgba(76, 89, 95, 0.75);
  text-align: left;
  padding: 10px;
}
.flexslider ul.slides li .boxwithtext h2.title {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Doppio One', sans-serif;
  margin-bottom: 7px;
}
.flexslider ul.slides li .boxwithtext h2.title a {
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.flexslider ul.slides li .boxwithtext h2.title a:hover {
  color: #17997f;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.flexslider ol.flex-control-thumbs li:nth-child(4n+4) {
  margin-right: 0px;
}
.flexslider ol.flex-control-thumbs li {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  display: inline-block;
  float: left;
  margin: 20px 23px 0px 0px;
  cursor: pointer;
  background: #17997f url(images/zoom-icon.png) 50% 50% no-repeat;
}

  .flexslider ol.flex-control-thumbs li {
    width: 23.5%;
    margin: 20px 1% 0 1%;
    cursor: pointer;
    background: #17997f url(images/zoom-icon.png) 50% 50% no-repeat;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    display: inline-block;
    float: left;
    height: 80px;
    overflow: hidden
  }
  .flexslider ol.flex-control-thumbs li:first-child {
    margin-right: 1%;
    margin-left: 0
  }
  .flexslider ol.flex-control-thumbs li:last-child {
    margin-left: 1%;
    margin-right: 0
  }
  
.flexslider ol.flex-control-thumbs li img {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  min-height: 100%
}
.flexslider ol.flex-control-thumbs li img:hover {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.flexslider ol.flex-control-thumbs:after {
  content: "";
  clear: both;
}
.hometab {
  background: #f8f8f8;
  position: relative
}
.hometab .tabnav {
  overflow: hidden;
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  background: #3d4b54;
}
.hometab .tabnav .item {
  width: 25%;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  float: left;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hometab .tabnav .item:hover {
  background: #17997f;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hometab .tabnav .item span {
  padding-left: 7px;
}
.hometab .tabnav .item.active {
  background: #17997f;
}
.hometab .tabnav .item.popular span {
  background: url(images/heart.png) left 50% no-repeat;
}
.hometab .tabnav .item.recent span {
  background: url(images/clock.png) left 50% no-repeat;
}
.hometab .tabnav .item.comment span {
  background: url(images/comments.png) left 50% no-repeat;
}
.hometab .tabnav .item.like span {
  background: url(images/like.png) left 50% no-repeat;
}
.hometab .tabcontent .item:first-child {
  display: block;
}
.hometab .tabcontent .item {
  display: none;
}
.hometab .tabcontent .item .blogpost {
  background: #eeeeee;
  padding: 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-bottom: 5px;
}
.hometab .tabcontent .item .blogpost:hover {
  background: #dfdede;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hometab .tabcontent .item .blogpost .image {
  width: 90px;
  float: left;
}
.hometab .tabcontent .item .blogpost .textpart {
  margin-left: 100px;
  overflow: hidden;
  font-size: 13px;
}
.hometab .tabcontent .item .blogpost .textpart h2.title {
  margin-bottom: 7px;
  font-size: 16px;
  font-family: 'Doppio One', sans-serif;
  text-transform: uppercase;
}
.hometab .tabcontent .item .blogpost .textpart h2.title a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hometab .tabcontent .item .blogpost .textpart h2.title a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.hometab .social {
  background: #eeeeee;
  width: 100%;
  height: 50px;
  margin-top: 18px;
  /*position: absolute;*/
  display: none;
  /*bottom: 0*/
}


.hometab .social .socialbut:first-child {
  margin-left: 20px;
}
.hometab .social .socialbut {
  width: 24px;
  height: 22px;
  margin-top: 14px;
  display: inline-block;
  float: left;
  margin-left: 7px;
  margin-right: 7px;
  text-indent: -9999px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.hometab .social .socialbut:hover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.hometab .social .socialbut.fb {
  background: url(images/social.png) -145px 0 no-repeat;
}
.hometab .social .socialbut.fb:hover {
  background: url(images/social.png) -145px -22px no-repeat;
}
.hometab .social .socialbut.tw {
  background: url(images/social.png) -107px 0 no-repeat;
}
.hometab .social .socialbut.tw:hover {
  background: url(images/social.png) -107px -22px no-repeat;
}
.hometab .social .socialbut.it {
  background: url(images/social.png) 0 0 no-repeat;
}
.hometab .social .socialbut.it:hover {
  background: url(images/social.png) 0 -22px no-repeat;
}
.hometab .social .socialbut.flir {
  background: url(images/social.png) -36px 0 no-repeat;
}
.hometab .social .socialbut.flir:hover {
  background: url(images/social.png) -36px -22px no-repeat;
}
.hometab .social .socialbut.pin {
  background: url(images/social.png) -72px 0 no-repeat;
}
.hometab .social .socialbut.pin:hover {
  background: url(images/social.png) -72px -22px no-repeat;
}
.hometab .social .socialbut.vim {
  background: url(images/social.png) -178px 0 no-repeat;
}
.hometab .social .socialbut.vim:hover {
  background: url(images/social.png) -178px -22px no-repeat;
}
.hometab .social .socialbut.gog {
  background: url(images/social.png) -213px 0 no-repeat;
}
.hometab .social .socialbut.gog:hover {
  background: url(images/social.png) -213px -22px no-repeat;
}
span.star {
  width: 17px;
  height: 17px;
  margin-left: 3px;
  background: url(images/star.png) 50% 50% no-repeat;
  display: block;
  float: left;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
span.star:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
span.star.greenstar {
  background: url(images/gstar.png) 50% 50% no-repeat;
}
span.star.whitestar {
  background: url(images/star-w.png) 50% 50% no-repeat;
}
/* World Home Box
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.worldbox {
  margin-top: 15px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.worldbox .boxtitle {
  position: relative;
  min-height: 78px;
  background: rgba(255, 255, 255, 0.5) url(images/tit.png) 40px bottom no-repeat;
  color: #333333;
  font-size: 35px;
  font-family: 'Doppio One', sans-serif;
  text-transform: uppercase;
  padding-left: 15px;
  line-height: 74px;
  border-bottom: 2px solid #252628;
}
.boxtitle {
  position: relative;
  min-height: 78px;
  background: rgba(255, 255, 255, 0.5) url(images/tit.png) 40px bottom no-repeat;
  color: #333333;
  font-size: 35px;
  font-family: 'Doppio One', sans-serif;
  text-transform: uppercase;
  padding-left: 15px;
  line-height: 74px;
  border-bottom: 2px solid #252628;
}
.worldbox .boxtitle .custom-direction-nav .flex-direction-nav {
  position: absolute;
  top: 22px;
  right: 0;
  margin-right: -9px;
  width: 66px;
  height: 39px;
  overflow: hidden;
  background: url(images/sltr.png) right bottom no-repeat;
}
.worldbox .boxtitle .custom-direction-nav .flex-direction-nav li {
  width: 33px;
  height: 34px;
  float: left;
}
.worldbox .boxtitle .custom-direction-nav .flex-direction-nav li .flex-prev {
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #3d4b54 url(images/slleft.png) 50% 50% no-repeat;
  width: 33px;
  height: 34px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.worldbox .boxtitle .custom-direction-nav .flex-direction-nav li .flex-prev:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.worldbox .boxtitle .custom-direction-nav .flex-direction-nav li .flex-next {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #17997f url(images/slright.png) 50% 50% no-repeat;
  width: 33px;
  height: 34px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.worldbox .boxtitle .custom-direction-nav .flex-direction-nav li .flex-next:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.worldbox .boxcontent {
  background: #eeeeee;
}
.worldbox .boxcontent .worldslider {
  margin: 15px 5px 15px 5px;
}
.worldbox .boxcontent .worldslider .item {
  width: 310px;
  margin: 0 auto;
}
.worldbox .boxcontent .worldslider .item .title {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 34px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-bottom: 1px solid #333333;
}
.worldbox .boxcontent .worldslider .item .title a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.worldbox .boxcontent .worldslider .item .date {
  display: inline-block;
  float: left;
 /* background: url(images/calendar-icon.png) left 50% no-repeat;*/
  /*padding-left: 22px;*/
  line-height: 16px;
  font-size: 15px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.worldbox .boxcontent .worldslider .item .rate {
  display: inline-block;
  float: right;
}
/* Technology Home Box
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.technologybox .sectioncontent {
  margin: 15px 5px 15px 5px;
}
.technologybox .itemthird {
  width: 33.3%;
  float: left;
}
.technologybox .itemthird .mainpost {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
}
.technologybox .itemthird .mainpost .excerptbox {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
}
.technologybox .itemthird .blogpost {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.technologybox .itemthird .blogpost .image {
  width: 130px;
  float: left;
}
.technologybox .itemthird .blogpost .rightpart {
  margin-left: 140px;
  overflow: hidden;
}
.technologybox .itemthird .blogpost .rightpart h2 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: none;
}
.technologybox .itemthird .blogpost .rightpart h2 a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.technologybox .itemthird .blogpost .rightpart h2 a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.technologybox .itemthird .blogpost .rightpart .dateandcomments {
  font-size: 13px;
  margin-bottom: 10px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.technologybox .itemthird .blogpost .rightpart .dateandcomments .date {
  background: url(images/calendar-icon.png) left 50% no-repeat;
  line-height: 16px;
  padding-left: 22px;
  margin-right: 5px;
}
.technologybox .itemthird .blogpost .rightpart .dateandcomments .comments {
  background: url(images/speech-bubbles.png) left 50% no-repeat;
  line-height: 16px;
  padding-left: 22px;
}
.technologybox .itemthird .blogpost .rightpart .rate {
  margin-left: -3px;
}
/* Sport Home Box
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.sportbox .sectioncontent {
  margin: 15px 5px 15px 5px;
}
.sportbox .itemthird {
  width: 33.3%;
  float: left;
}
.sportbox .itemthird .mainpost {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
}
.sportbox .itemthird .mainpost .excerptbox {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
}
/* Events Home Box
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.eventsbox {
  margin-top: 15px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.eventsbox .eventfig:first-child {
  display: block;
}
.eventsbox .eventfig {
  display: none;
  position: relative;
}
.eventsbox .eventfig img {
  max-width: 100%;
  height: auto;
}
.eventsbox .eventfig figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: rgba(57, 68, 76, 0.7);
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.eventsbox .eventfig figcaption:hover {
  background: rgba(57, 68, 76, 0.85);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.eventsbox .eventfig figcaption h2 {
  font-size: 30px;
  margin-bottom: 0;
  font-family: 'Doppio One', sans-serif;
  padding: 50px 30px 20px 30px;
  color: #ffffff;
}
.eventsbox .eventfig figcaption span.date {
  display: inline-block;
  margin-bottom: 30px;
  color: #ffffff;
  /*background: url(images/calendar-icon-white.png) left 50% no-repeat;*/
  /*padding-left: 22px;*/
  font-size: 16px;
  font-family: 'Doppio One', sans-serif;
  /*text-transform: uppercase;*/
  line-height: 18px;
}
.eventsbox .eventtablist {
  height: 40px;
  line-height: 40px;
  background: #3d4b54;
}
.eventsbox .eventtablist .item {
  width: 25%;
  float: left;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.eventsbox .eventtablist .item.active {
  background: #17997f;
}
.eventsbox .eventtablist .item:hover {
  background: #17997f;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* Video Home Box
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.videobox .twothirds {
  width: 66.6%;
  float: left;
}
.videobox .itemthird {
  width: 33.3%;
  float: left;
}
.videobox .sectioncontent {
  margin: 15px 5px 15px 5px;
}
.videobox .videoembed {
  width: 630px;
  margin: 0 auto;
}
.videobox .blogpost {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.videobox .blogpost .image {
  width: 130px;
  float: left;
}
.videobox .blogpost .rightpart {
  margin-left: 140px;
  overflow: hidden;
}
.videobox .blogpost .rightpart h2 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: none;
}
.videobox .blogpost .rightpart h2 a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.videobox .blogpost .rightpart h2 a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.videobox .blogpost .rightpart .dateandcomments {
  font-size: 13px;
  margin-bottom: 10px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.videobox .blogpost .rightpart .dateandcomments .date {
  background: url(images/calendar-icon.png) left 50% no-repeat;
  line-height: 16px;
  padding-left: 22px;
  margin-right: 5px;
}
.videobox .blogpost .rightpart .dateandcomments .comments {
  background: url(images/speech-bubbles.png) left 50% no-repeat;
  line-height: 16px;
  padding-left: 22px;
}
.videobox .blogpost .rightpart .rate {
  margin-left: -3px;
}
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* All Box
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.box {
  margin-top: 15px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.box .btitle {
  font-family: 'Doppio One', sans-serif;
  position: relative;
  min-height: 78px;
  background: rgba(255, 255, 255, 0.5) url(images/tit.png) 40px bottom no-repeat;
  color: #333333;
  font-size: 35px;
  text-transform: uppercase;
  padding-left: 15px;
  line-height: 74px;
  border-bottom: 2px solid #252628;
}
.box .bcontent {
  background: #fff;
}
.box .bcontent .bsection {
  padding: 20px 20px 25px;
}
.box h2 {
  font-family: 'Doppio One', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.box p {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.bcontent>#map{
    width:100%; 
    height: 405px
}
.box .two-lines {
  width: 100%;
  border-top: 1px solid #cccccc;
  height: 2px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
  margin-top: 5px;
}

.col-12 .category a {
    color: #16a085; 
}

#prod-list .toggle_container .block ul li a:hover{
    color: #00a185;
}
#prod-list .toggle_container .block ul li{
    margin: 5px 0
}

.box .load-line {
  text-align: center;
}
.box .load {
  margin: 10px 0 20px 0;
  background: #17997f;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Doppio One', sans-serif;
  padding: 7px 12px 7px 12px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box .load:hover {
  background: #333333;
}
/* Gallery
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.box.gallery .filter {
  -webkit-border-radius: 20px 3px 3px 20px;
  -moz-border-radius: 20px 3px 3px 20px;
  border-radius: 20px 3px 3px 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 22px;
  right: 0;
  margin-right: -9px;
  width: 180px;
  height: 34px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #17997f url("images/drop.png") no-repeat 10px center;
  cursor: pointer;
}
.box.gallery .filter .triang {
  position: absolute;
  background: url(images/sltr.png) right 110% no-repeat;
  width: 10px;
  height: 6px;
  right: 0px;
  bottom: -6px;
}
.box.gallery .filter .filt {
  font-size: 13px;
  color: #fff;
  line-height: 34px;
  margin: 0;
  padding-left: 40px;
}
.box.gallery .filter .drop-list {
  display: none;
  width: 145px !important;
  z-index: 3;
  position: absolute;
  top: 34px;
  right: 9px;
  background: #545454;
}
.box.gallery .filter .drop-list li {
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 24px;
  text-transform: none;
  padding-left: 30px;
  background: url("images/dot-w.png") no-repeat 15px center;
}
.box.gallery .filter .drop-list li:first-child {
  margin-top: 10px;
}
.box.gallery .filter .drop-list li:last-child {
  margin-bottom: 10px;
}
.box.gallery .filter .drop-list li:hover {
  background: #e6e6e6 url("images/dot-g.png") no-repeat 15px center;
  color: #16a085;
}
.box.gallery .col-4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.box.gallery .col-4:nth-child(3n+1) {
  padding-right: 10px;
}
.box.gallery .col-4:nth-child(3n+2) {
  padding-left: 5px;
  padding-right: 5px;
}
.box.gallery .col-4:nth-child(3n+3) {
  padding-left: 10px;
}
.box.gallery .col-4 img {
  width: 100%;
  height: auto;
}

/*MINE*/
.box.gallery .col-3:nth-child(3n+1) {
  padding-right: 10px;
}
.box.gallery .col-3:nth-child(3n+3) {
  padding-left: 5px;
  padding-right: 5px;
}
.box.gallery .col-3:nth-child(3n+4) {
  padding-left: 10px;
}
.box.gallery .col-4 img {
  width: 100%;
  height: auto;
}
/*MINE*/

.box.gallery .col-4 .description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 3px;
  border: 1px solid #ccc;
  outline: 1px solid #ccc;
  outline-offset: -4px;
  padding: 10px 22px 10px 10px;
}
.box.gallery .col-4 .description h3 {
  font-family: 'Doppio One', sans-serif;
  font-size: 16px;
  color: #333333;
  margin: 0;
}
.box.gallery .col-4 .description h3 a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.box.gallery .col-4 .description .two-lines {
  margin: 5px 0 5px;
}
.box.gallery .col-4 .description .date {
  margin-top: 2px;
  font-family: 'Arimo', sans-serif;
  display: inline-block;
  float: left;
  background: url(images/calendar-icon.png) left 50% no-repeat;
  padding-left: 22px;
  line-height: 20px;
  height: 20px;
  font-size: 12px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.box.gallery .col-4 .description .rate {
  float: right;
}
/* Single Gallery
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.box.single-gallery .custom-direction-nav .flex-direction-nav {
  position: absolute;
  top: 22px;
  right: 0;
  margin-right: -9px;
  width: 66px;
  height: 39px;
  overflow: hidden;
  background: url(images/sltr.png) right bottom no-repeat;
}
.box.single-gallery .custom-direction-nav .flex-direction-nav li {
  width: 33px;
  height: 34px;
  float: left;
}
.box.single-gallery .custom-direction-nav .flex-direction-nav li .flex-prev {
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #3d4b54 url(images/slleft.png) 50% 50% no-repeat;
  width: 33px;
  height: 34px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box.single-gallery .custom-direction-nav .flex-direction-nav li .flex-prev:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box.single-gallery .custom-direction-nav .flex-direction-nav li .flex-next {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #17997f url(images/slright.png) 50% 50% no-repeat;
  width: 33px;
  height: 34px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box.single-gallery .custom-direction-nav .flex-direction-nav li .flex-next:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box.single-gallery .flexslider .slides li {
  position: relative;
}
.box.single-gallery .flexslider .slides img {
  width: 100%;
}
.box.single-gallery .flexslider .slides .info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  text-align: left;
}
.box.single-gallery .flexslider .slides .info p {
  margin-bottom: 0;
}
.box.single-gallery .flexslider .slides .info .line {
  width: 100%;
  height: 1px;
  background: #adadad;
  margin: 13px 0;
}
.box.single-gallery .flexslider .slides .info .share {
  font-family: 'Doppio One', sans-serif;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  line-height: 19px;
}
.box.single-gallery .flexslider .slides .info .share .left {
  width: auto;
  float: left;
  padding-left: 30px;
  background: url("images/picture-icon-g.png") no-repeat left center;
}
.box.single-gallery .flexslider .slides .info .share .right {
  width: 185px;
  float: right;
}
.box.single-gallery .flexslider .slides .info .share .right a {
  float: right;
  margin-left: 10px;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box.single-gallery .flexslider .slides .info .share .right a:hover {
  opacity: 0.7;
}
.box.single-gallery .flexslider .slides .info .share .right a:last-child {
  margin-left: 0;
}
.box.single-gallery .flexslider .slides .info .share .right a.fb {
  background: url("images/facebook.png") no-repeat center;
}
.box.single-gallery .flexslider .slides .info .share .right a.tw {
  background: url("images/twitter.png") no-repeat center;
}
.box.single-gallery .flexslider .slides .info .share .right a.pin {
  background: url("images/pinterest.png") no-repeat center;
}
.box.single-gallery .flexslider .slides .info .share .right a.gog {
  background: url("images/google.png") no-repeat center;
}
.box.single-gallery .flexslider .slides .info .share .right a.mail {
  background: url("images/mail.png") no-repeat center;
}
.box.single-gallery ol.flex-control-thumbs {
  position: absolute;
  bottom: -725px;
  left: 0;
}

.youtubeVideo {
    width: 100%
}

.box.single-gallery ol.flex-control-thumbs li:nth-child(9n+9) {
  margin-right: 0px;
}
.box.single-gallery ol.flex-control-thumbs li {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  display: inline-block;
  float: left;
  margin-right: 7px;
  cursor: pointer;
  background: #17997f url(images/picture-icon.png) 50% 50% no-repeat;
}
.box.single-gallery ol.flex-control-thumbs li img {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box.single-gallery ol.flex-control-thumbs li img:hover {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
}
.box.single-gallery ol.flex-control-thumbs:after {
  content: "";
  clear: both;
}
.box.gallery-continue {
  margin-top: 125px;
}
.box.gallery-continue .bcontent {
  padding: 20px;
}
.box.gallery-continue .bcontent .info-line {
  font-family: 'Arimo', sans-serif;
  padding-bottom: 20px;
  color: #666666;
  line-height: 16px;
  font-size: 13px;
}
.box.gallery-continue .bcontent .info-line a {
  color: #16a085;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box.gallery-continue .bcontent .info-line a:hover {
  opacity: 0.7;
}
.box.gallery-continue .bcontent .info-line .date {
  background: url("images/time.png") no-repeat center left;
  padding-left: 20px;
  margin-right: 10px;
}
.box.gallery-continue .bcontent .info-line .views {
  background: url("images/view.png") no-repeat center left;
  padding-left: 25px;
  margin: 0 10px;
}
.box.gallery-continue .bcontent .info-line .tags {
  background: url("images/tag.png") no-repeat top left;
  padding-left: 25px;
  margin-left: 10px;
}
.box.gallery-continue .bcontent .info-line .rate {
  float: right;
}
.box.gallery-continue .related-galleries {
  width: 100%;
  height: 52px;
  background: #16a085;
  line-height: 52px;
  font-family: 'Doppio One', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: relative;
}
.box.gallery-continue .related-galleries a {
  color: #fff;
}
.box.gallery-continue .related-galleries .n-left {
  float: left;
  width: auto;
  margin-left: 20px;
  padding-left: 20px;
  background: url("images/slleft.png") no-repeat left;
}
.box.gallery-continue .related-galleries .n-right {
  float: right;
  width: auto;
  padding-right: 20px;
  margin-right: 20px;
  background: url("images/slright.png") no-repeat right;
}
.box.gallery-continue .related-galleries .triangle {
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #16a085;
}
.box.gallery-continue .related-list {
  background: #fff;
  padding: 20px;
}
.box.gallery-continue .related-list .col-4 {
  margin-bottom: 12px;
}
.box.gallery-continue .related-list .col-4 img {
  width: 100%;
  height: auto;
}
.box.gallery-continue .related-list .col-4:nth-child(3n+1) {
  padding-right: 8px;
}
.box.gallery-continue .related-list .col-4:nth-child(3n+2) {
  padding-left: 4px;
  padding-right: 4px;
}
.box.gallery-continue .related-list .col-4:nth-child(3n+3) {
  padding-left: 8px;
}
.box.gallery .col-4 .description {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Blog + Single Post + Sport + Stars
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.box.blog .search {
  -webkit-border-radius: 20px 3px 3px 20px;
  -moz-border-radius: 20px 3px 3px 20px;
  border-radius: 20px 3px 3px 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 22px;
  right: 0;
  margin-right: -9px;
  width: 180px;
  height: 34px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #17997f;
}
.box.blog .search .triang {
  position: absolute;
  background: url(images/sltr.png) right 110% no-repeat;
  width: 10px;
  height: 6px;
  right: 0px;
  bottom: -6px;
}
.box.blog .search form {
  position: absolute;
  top: 0;
}
.box.blog .search input.text {
  width: 135px;
  position: absolute;
  height: 23px;
  font-family: 'Doppio One', sans-serif;
  font-size: 13px;
  color: #fff;
  background: transparent;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0;
  border: 0;
  left: 30px;
  letter-spacing: 0.02em;
}
.box.blog .search input.submit {
  display: block;
  position: absolute;
  height: 17px;
  width: 17px;
  background: #000;
  left: 10px;
  top: 9px;
  background: url("images/search.png") no-repeat center;
}
.box.blog .col-8.main-blog {
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box.blog .col-8.main-blog img {
  width: 100%;
  height: auto;
}
.box.blog .col-8.main-blog .item {
  margin-bottom: 12px;
}
.box.blog .col-8.main-blog .item .item-content {
  margin-top: 3px;
  border: 1px solid #ccc;
  outline: 1px solid #ccc;
  outline-offset: -4px;
  padding: 12px;
}
.box.blog .col-8.main-blog .item .item-content h3 {
  float: left;
  font-family: 'Doppio One', sans-serif;
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
}
.box.blog .col-8.main-blog .item .item-content .rate {
  float: right;
}
.box.blog .col-8.main-blog .item .item-content .category {
  margin-bottom: 10px;
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  color: #333333;
}
.box.blog .col-8.main-blog .item .item-content .category a {
  color: #16a085;
}
.box.blog .col-8.main-blog .item .item-content .category a:hover {
  opacity: 0.7;
}
.box.blog .col-8.main-blog .item .item-content .category a:hover {
  opacity: 0.7;
}
.box.blog .col-8.main-blog .item .item-content .category span {
  margin: 0 10px;
}
.box.blog .col-8.main-blog .item .item-content .read {
  text-transform: uppercase;
  font-family: 'Doppio One', sans-serif;
  font-size: 14px;
  color: #16a085;
  float: left;
}
.box.blog .col-8.main-blog .item .item-content .read:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.box.blog .col-8.main-blog .item .item-content .date {
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  float: right;
  background: url("images/calendar-icon.png") no-repeat center left;
  padding-left: 20px;
  margin-right: 10px;
  opacity: 0.6;
  line-height: 14px;
  height: 14px;
}
.box.blog .col-8.main-blog .single-item .item-content {
  margin-top: 15px;
}
.box.blog .col-8.main-blog .single-item .item-content .category {
  margin-bottom: 10px;
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  color: #333333;
}
.box.blog .col-8.main-blog .single-item .item-content .category a {
  color: #16a085;
}
.box.blog .col-8.main-blog .single-item .item-content .category a:hover {
  opacity: 0.7;
}
.box.blog .col-8.main-blog .single-item .item-content .category a:hover {
  opacity: 0.7;
}
.box.blog .col-8.main-blog .single-item .item-content .category span {
  margin: 0 10px;
}
.box.blog .col-8.main-blog .single-item .item-content .date {
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  float: right;
  background: url("images/calendar-icon.png") no-repeat center left;
  padding-left: 20px;
  margin-right: 10px;
  opacity: 0.6;
  line-height: 14px;
  height: 14px;
}
.box.blog .col-8.main-blog .single-item .item-content > p {
  margin-bottom: 20px;
}
.box.blog .col-8.main-blog .single-item .item-content .comments-count {
  font-family: 'Arimo', sans-serif;
  float: left;
  background: url("images/comments-s.png") no-repeat center left;
  font-size: 12px;
  padding-left: 25px;
  line-height: 14px;
  height: 14px;
  color: #656565;
}
.box.blog .col-8.main-blog .single-item .item-content .rate {
  float: right;
}
.box.blog .col-8.main-blog .single-item .item-content > h3 {
  font-family: 'Doppio One', sans-serif;
  margin-top: 30px;
  font-size: 14px;
  color: #333;
  clear: both;
}
.box.blog .col-8.main-blog .single-item .item-content .comment {
  border: 1px solid #ccc;
  outline: 1px solid #ccc;
  outline-offset: -4px;
  padding: 12px;
  margin-bottom: 8px;
  clear: both;
}
.box.blog .col-8.main-blog .single-item .item-content .comment.l2 {
  float: right;
  width: 91%;
}
.box.blog .col-8.main-blog .single-item .item-content .comment .col-2 img {
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.28);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.28);
}
.box.blog .col-8.main-blog .single-item .item-content .comment .col-10 {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box.blog .col-8.main-blog .single-item .item-content .comment .col-10 .name {
  margin: 8px 0;
  float: left;
  font-family: 'Doppio One', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
}
.box.blog .col-8.main-blog .single-item .item-content .comment .col-10 .name span {
  color: #999999;
}
.box.blog .col-8.main-blog .single-item .item-content .comment .col-10 .reply a {
  background: url("images/reply.png") no-repeat left 50%;
  padding-left: 15px;
  margin: 8px 0;
  float: right;
  font-family: 'Doppio One', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #17997f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box.blog .col-8.main-blog .single-item .item-content .comment .col-10 .reply a:hover {
  opacity: 0.7;
}
.box.blog .col-8.main-blog .single-item .item-content #contact-form {
  border: 1px solid #ccc;
  outline: 1px solid #ccc;
  outline-offset: -4px;
  padding: 15px;
}
.box.blog .col-8.main-blog .single-item .item-content #contact-form input,
.box.blog .col-8.main-blog .single-item .item-content #contact-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 9px;
  height: 40px;
  border: 1px solid #e9e9e9;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  padding-left: 35px;
}
.box.blog .col-8.main-blog .single-item .item-content #contact-form input.name,
.box.blog .col-8.main-blog .single-item .item-content #contact-form textarea.name {
  background: url("images/name.png") no-repeat 9px center;
}
.box.blog .col-8.main-blog .single-item .item-content #contact-form input.email,
.box.blog .col-8.main-blog .single-item .item-content #contact-form textarea.email {
  background: url("images/email.png") no-repeat 9px center;
}
.box.blog .col-8.main-blog .single-item .item-content #contact-form input.site,
.box.blog .col-8.main-blog .single-item .item-content #contact-form textarea.site {
  background: url("images/phone.png") no-repeat 9px center;
}
.box.blog .col-8.main-blog .single-item .item-content #contact-form input.message,
.box.blog .col-8.main-blog .single-item .item-content #contact-form textarea.message {
  background: url("images/message.png") no-repeat 9px 7px;
}
.box.blog .col-8.main-blog .single-item .item-content #contact-form input.submit {
  width: 80px;
  height: 30px;
  float: right;
  border: 0;
  background: #16a085;
  color: #fff;
  font-family: 'Doppio One', sans-serif;
  text-align: center;
  padding: 0;
}
.box.blog .col-8.main-blog .single-item .item-content #contact-form textarea {
  height: 70px;
}
.box.blog .col-8.sport {
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box.blog .col-8.sport .flexslider.flex .flex-direction-nav {
  top: 88%;
}
.box.blog .col-8.sport .flexslider ul.slides li {
  width: 100%;
}
.box.blog .col-8.sport .description {
  margin-top: 3px;
  border: 1px solid #ccc;
  outline: 1px solid #ccc;
  outline-offset: -4px;
  padding: 12px;
}
.box.blog .col-8.sport .description h3 {
  font-family: 'Doppio One', sans-serif;
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
}
.box.blog .col-8.sport .description p {
  margin-bottom: 6px;
}
.box.blog .col-8.sport .description .read {
  display: block;
  text-transform: uppercase;
  font-family: 'Doppio One', sans-serif;
  font-size: 14px;
  color: #16a085;
}
.box.blog .col-8.sport .description .read:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.box.blog .col-8.sport img {
  width: 100%;
  height: auto;
}
.box.blog .col-8.sport .items {
  margin-top: 14px;
}
.box.blog .col-8.sport .item {
  width: 50%;
  height: 303px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box.blog .col-8.sport .item:nth-child(2n+1) {
  float: left;
  padding-right: 5px;
}
.box.blog .col-8.sport .item:nth-child(2n+2) {
  float: right;
  padding-left: 5px;
}
.box.blog .col-8.sport .item .item-content {
  background: #39444c;
  padding: 12px;
}
.box.blog .col-8.sport .item h3 {
  font-family: 'Doppio One', sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
}
.box.blog .col-8.sport .item h3 a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.box.blog .col-8.sport .item h3 a:hover {
  opacity: 0.7;
}
.box.blog .col-8.sport .item p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.box.blog .col-8.sport .item .date {
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  background: url("images/calendar-icon-white.png") no-repeat center left;
  padding-left: 22px;
  margin-right: 10px;
  line-height: 16px;
  height: 14px;
  float: left;
  color: #f1f1f1;
}
.box.blog .col-8.sport .item .rate {
  float: right;
}
.box.blog .col-8.stars {
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box.blog .col-8.stars .col-4 {
  margin-bottom: 13px;
  position: relative;
}
.box.blog .col-8.stars .col-4:nth-child(3n+1) {
  padding: 0 8px 0 0;
}
.box.blog .col-8.stars .col-4:nth-child(3n+2) {
  padding: 0 4px;
}
.box.blog .col-8.stars .col-4:nth-child(3n+3) {
  padding: 0 0 0 8px;
}
.box.blog .col-8.stars .col-4 img {
  width: 100%;
  height: auto;
}
.box.blog .col-8.stars .col-4 .green {
  width: 100%;
  height: 10px;
  background: #16a085;
}
.box.blog .col-8.stars .col-4 .a {
  display: block;
  position: relative;
  overflow: hidden;
}
.box.blog .col-8.stars .col-4 .a:hover > .hover {
  opacity: 1;
}
.box.blog .col-8.stars .col-4 .a:hover > h3 {
  top: 0;
}
.box.blog .col-8.stars .col-4 .a:hover > .date {
  top: 0;
}
.box.blog .col-8.stars .col-4 .a:hover > .text {
  top: 0;
}
.box.blog .col-8.stars .col-4 .a:hover > .bottom {
  text-indent: 0;
}
.box.blog .col-8.stars .col-4 .a .hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57, 68, 76, 0.8);
  z-index: 100;
  left: 0;
  top: 0;
  opacity: 0;
}
.box.blog .col-8.stars .col-4 .a .bottom {
  z-index: 105;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  background: rgba(57, 68, 76, 0.8);
  font-family: 'Doppio One', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 35px;
  padding: 0 13px 0;
  text-align: center;
  text-indent: 120%;
}
.box.blog .col-8.stars .col-4 .a .bottom:hover {
  background: rgba(22, 160, 133, 0.4);
}
.box.blog .col-8.stars .col-4 .a h3 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: left;
  width: 100%;
  position: absolute;
  font-family: 'Doppio One', sans-serif;
  color: #fff;
  font-size: 14px;
  top: 85%;
  text-transform: uppercase;
  display: block;
  padding: 15px 13px 0;
  z-index: 105;
}
.box.blog .col-8.stars .col-4 .a .date {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  z-index: 101;
  position: absolute;
  width: 100%;
  font-family: 'Arimo', sans-serif;
  font-size: 11px;
  color: #fff;
  margin-top: 30px;
  padding: 0 13px 0;
  top: 120%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box.blog .col-8.stars .col-4 .a .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  z-index: 101;
  position: absolute;
  width: 100%;
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  color: #fff;
  margin-top: 68px;
  padding: 0 13px 0;
  top: 120%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box.blog .col-8.stars .pop-news {
  margin-top: 50px;
}
.box.blog .col-8.stars .pop-news h3 {
  font-family: 'Doppio One', sans-serif;
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
}
.box.blog .col-8.stars .pop-news .col-6:nth-child(2n+1) {
  padding-right: 9px;
}
.box.blog .col-8.stars .pop-news .col-6:nth-child(2n+2) {
  padding-left: 9px;
}
.box.blog .col-8.stars .pop-news .col-6 .item {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-bottom: 10px;
  position: relative;
}
.box.blog .col-8.stars .pop-news .col-6 .item .image {
  width: 94px;
  float: left;
}
.box.blog .col-8.stars .pop-news .col-6 .item .info {
  margin-left: 102px;
  overflow: hidden;
  font-size: 13px;
}
.box.blog .col-8.stars .pop-news .col-6 .item .info h2.title {
  margin-bottom: 7px;
  font-size: 14px;
  font-family: 'Doppio One', sans-serif;
  text-transform: uppercase;
}
.box.blog .col-8.stars .pop-news .col-6 .item .info h2.title:hover a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #16a085;
}
.box.blog .col-8.stars .pop-news .col-6 .item .info .date {
  position: absolute;
  bottom: 0;
  display: inline-block;
  float: left;
  background: url(images/calendar-icon.png) left 50% no-repeat;
  padding-left: 22px;
  line-height: 16px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
}
.box.blog .col-4 {
  padding-left: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box.blog .col-4 .caption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  min-height: 48px;
  line-height: 48px;
  background: #3d4b54;
  font-family: 'Doppio One', sans-serif;
  font-size: 14px;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
}
.box.blog .col-4 .col-6 {
  margin-bottom: 10px;
}
.box.blog .col-4 .col-6:nth-child(2n+1) {
  padding-right: 5px;
}
.box.blog .col-4 .col-6:nth-child(2n+2) {
  float: right;
  padding-left: 5px;
}
.box.blog .col-4 .col-6 img {
  width: 100%;
}
.box.blog .col-4 .col-12 img {
  width: 100%;
  height: auto;
}
.box.blog .col-4 .archive .two-lines {
  margin: 10px 0;
}
.box.blog .col-4 .archive a {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  color: #333333;
  background: url("images/dot-g.png") no-repeat left center;
  padding-left: 20px;
  margin-left: 15px;
}
.box.blog .col-4 .archive a:hover {
  color: #16a085;
}
.box.blog .col-4 .about-img {
  margin-bottom: 11px;
}
.box.blog .blogtab .tabnav {
  overflow: hidden;
  width: 100%;
  min-height: 48px;
  line-height: 48px;
  background: #3d4b54;
}
.box.blog .blogtab .tabnav .item {
  width: 33.333%;
  font-family: 'Doppio One', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  float: left;
  border-bottom: 4px solid #a2a2a2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box.blog .blogtab .tabnav .item:hover {
  border-bottom: 4px solid #1f8271;
}
.box.blog .blogtab .tabnav .item.active {
  border-bottom: 4px solid #1f8271;
}
.box.blog .blogtab .tabcontent {
  margin-top: 10px;
}
.box.blog .blogtab .tabcontent .item:first-child {
  display: block;
}
.box.blog .blogtab .tabcontent .item {
  display: none;
}
.box.blog .blogtab .tabcontent .item .blogpost {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-bottom: 10px;
}
.box.blog .blogtab .tabcontent .item .blogpost .image {
  width: 85px;
  float: left;
}
.box.blog .blogtab .tabcontent .item .blogpost .info {
  margin-left: 94px;
  overflow: hidden;
  font-size: 13px;
}
.box.blog .blogtab .tabcontent .item .blogpost .info h2.title {
  margin-bottom: 7px;
  font-size: 14px;
  font-family: 'Doppio One', sans-serif;
  text-transform: uppercase;
}
.box.blog .blogtab .tabcontent .item .blogpost .info h2.title:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
}
.box.blog .blogtab .tabcontent .item .blogpost .info .date {
  display: inline-block;
  float: left;
  background: url(images/calendar-icon.png) left 50% no-repeat;
  padding-left: 22px;
  line-height: 16px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
}
.box.blog .blogtab .tabcontent .item .blogpost .info .likes {
  padding-top: 10px;
  clear: both;
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  color: #656565;
}
.box.blog .blogtab .tabcontent .item .blogpost .info .like {
  background: url(images/heart-g.png) left 50% no-repeat;
  padding-left: 25px;
  float: left;
  height: 16px;
  line-height: 16px;
}
.box.blog .blogtab .tabcontent .item .blogpost .info .view {
  background: url(images/view-g.png) left 50% no-repeat;
  float: left;
  padding-left: 25px;
  margin-left: 15px;
  height: 16px;
  line-height: 16px;
}
.box.blog .blogtab .tabcontent .item .blogpost .info .comm {
  background: url(images/comments-g.png) left 50% no-repeat;
  float: left;
  padding-left: 25px;
  margin-left: 15px;
  height: 16px;
  line-height: 16px;
}
/* News
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.box.news .search {
  -webkit-border-radius: 20px 3px 3px 20px;
  -moz-border-radius: 20px 3px 3px 20px;
  border-radius: 20px 3px 3px 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 22px;
  right: 0;
  margin-right: -9px;
  width: 180px;
  height: 34px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #17997f;
}
.box.news .search .triang {
  position: absolute;
  background: url(images/sltr.png) right 110% no-repeat;
  width: 10px;
  height: 6px;
  right: 0px;
  bottom: -6px;
}
.box.news .search form {
  position: absolute;
  top: 0;
}
.box.news .search input.text {
  width: 135px;
  position: absolute;
  height: 23px;
  font-family: 'Doppio One', sans-serif;
  font-size: 13px;
  color: #fff;
  background: transparent;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0;
  border: 0;
  left: 30px;
  letter-spacing: 0.02em;
}
.box.news .search input.submit {
  display: block;
  position: absolute;
  height: 17px;
  width: 17px;
  background: #000;
  left: 10px;
  top: 9px;
  background: url("images/search.png") no-repeat center;
}
.box.news .col-8.main {
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box.news .col-8.main .col-6 {
  margin-bottom: 10px;
}
.box.news .col-8.main .col-6:nth-child(2n+1) {
  padding-right: 7px;
}
.box.news .col-8.main .col-6:nth-child(2n+2) {
  float: right;
  padding-left: 7px;
}
.box.news .col-8.main .col-6 img {
  width: 100%;
}
.box.news .col-8.main .col-6 h3 {
  margin-top: 10px;
  font-family: 'Doppio One', sans-serif;
  font-size: 14px;
  color: #333333;
  margin-bottom: 5px;
}
.box.news .col-8.main .col-6 h3 a:hover {
  color: #17997f;
}
.box.news .col-8.main .col-6 .date {
  display: block;
  float: left;
  line-height: 16px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
}
.box.news .col-8.main .col-6 .two-lines {
  margin-bottom: 6px;
}
.box.news .col-8.main .col-6 .likes {
  clear: both;
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  color: #656565;
  float: right;
  margin-bottom: 6px;
}
.box.news .col-8.main .col-6 .like {
  background: url(images/heart-g.png) left 50% no-repeat;
  padding-left: 25px;
  float: left;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #656565;
}
.box.news .col-8.main .col-6 .view {
  background: url(images/view-g.png) left 50% no-repeat;
  float: left;
  padding-left: 25px;
  margin-left: 15px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #656565;
}
.box.news .col-8.main .col-6 .comm {
  background: url(images/comments-g.png) left 50% no-repeat;
  float: left;
  padding-left: 25px;
  margin-left: 15px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #656565;
}
.box.news .col-8.main .other-news {
  margin-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background: #f1f1f1;
}
.box.news .col-8.main .other-news .two-lines {
  margin: 10px 0;
}
.box.news .col-8.main .other-news .item .image {
  float: left;
  margin-right: 12px;
}
.box.news .col-8.main .other-news .item h3 {
  font-family: 'Doppio One', sans-serif;
  font-size: 14px;
  color: #333333;
  margin-bottom: 5px;
}
.box.news .col-8.main .other-news .item h3 a:hover {
  color: #17997f;
}
.box.news .col-8.main .other-news .item p {
  margin-bottom: 7px;
}
.box.news .col-8.main .other-news .item .info {
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  color: #8b8b8b;
}
.box.news .col-8.main .other-news .item .info span {
  text-decoration: underline;
}
.box.news .col-4 {
  padding-left: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box.news .col-4 .caption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  min-height: 48px;
  line-height: 48px;
  background: #3d4b54 url("images/news-icon.png") no-repeat 95% center;
  font-family: 'Doppio One', sans-serif;
  font-size: 14px;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
}
.box.news .col-4 .caption.first {
  margin-top: 0;
}
.box.news .col-4 p.subs span {
  color: #16a085;
}
.box.news .col-4 #contact-form input,
.box.news .col-4 #contact-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 9px;
  height: 40px;
  border: 1px solid #e9e9e9;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  padding-left: 35px;
}
.box.news .col-4 #contact-form input.name,
.box.news .col-4 #contact-form textarea.name {
  background: url("images/name.png") no-repeat 9px center;
}
.box.news .col-4 #contact-form input.email,
.box.news .col-4 #contact-form textarea.email {
  background: url("images/email.png") no-repeat 9px center;
}
.box.news .col-4 #contact-form input.site,
.box.news .col-4 #contact-form textarea.site {
  background: url("images/phone.png") no-repeat 9px center;
}
.box.news .col-4 #contact-form input.message,
.box.news .col-4 #contact-form textarea.message {
  background: url("images/message.png") no-repeat 9px 7px;
}
.box.news .col-4 #contact-form input.submit {
  width: 120px;
  height: 30px;
  float: right;
  border: 0;
  background: #16a085;
  color: #fff;
  font-family: 'Doppio One', sans-serif;
  text-align: center;
  padding: 0;
  font-size: 14px;
}
.box.news .col-4 .col-4 {
  margin-bottom: 8px;
}
.box.news .col-4 .col-4:nth-child(3n+1) {
  padding-left: 0;
  padding-right: 6px;
}
.box.news .col-4 .col-4:nth-child(3n+2) {
  padding-left: 3px;
  padding-right: 3px;
}
.box.news .col-4 .col-4:nth-child(3n+3) {
  padding-left: 6px;
  padding-right: 0;
}
.box.news .col-4 .col-4 img {
  width: 100%;
}
.box.news .col-4 .calendar .month {
  font-family: 'Doppio One', sans-serif;
  font-size: 16px;
  color: #16a085;
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 16px;
}
.box.news .col-4 .calendar .month a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  top: -3px;
}
.box.news .col-4 .calendar .month .before {
  left: 0px;
  background: url("images/left.png") no-repeat center;
}
.box.news .col-4 .calendar .month .before:hover {
  background: url("images/left-g.png") no-repeat center;
}
.box.news .col-4 .calendar .month .after {
  right: 0px;
  background: url("images/right.png") no-repeat center;
}
.box.news .col-4 .calendar .month .after:hover {
  background: url("images/right-g.png") no-repeat center;
}
.box.news .col-4 .calendar table {
  width: 100%;
  border-spacing: 0;
}
.box.news .col-4 .calendar table tr {
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  color: #707070;
}
.box.news .col-4 .calendar table .days td {
  text-transform: uppercase;
  font-size: 10px;
  color: #707070;
  border-bottom: 1px solid #2ba990;
  padding-bottom: 8px;
  text-align: center;
}
.box.news .col-4 .calendar table .numbers.first td {
  padding-top: 5px;
}
.box.news .col-4 .calendar table a {
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  line-height: 30px;
  display: block;
  width: 30px;
  height: 30px;
  color: #707070;
  margin: 0 auto;
}
.box.news .col-4 .calendar table a:hover,
.box.news .col-4 .calendar table a.active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #16a085;
  color: #fff;
}
.box.news .col-4 .calendar table .p-m a,
.box.news .col-4 .calendar table .n-m a {
  color: #b9b9b9;
}
.box.news .col-4 .calendar table .circle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #16a085;
}
.box.news .col-4 .calendar .year {
  margin-top: 13px;
  font-family: 'Arimo', sans-serif;
  font-size: 12px;
  color: #787878;
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 16px;
}
.box.news .col-4 .calendar .year a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  top: -3px;
}
.box.news .col-4 .calendar .year .before {
  left: 52px;
  background: url("images/left-2.png") no-repeat center;
}
.box.news .col-4 .calendar .year .after {
  right: 52px;
  background: url("images/right-2.png") no-repeat center;
}
.box.news .col-4 .categories .two-lines {
  margin: 10px 0;
}
.box.news .col-4 .categories a {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  color: #333333;
  background: url("images/dot-g.png") no-repeat left center;
  padding-left: 20px;
  margin-left: 15px;
}
.box.news .col-4 .categories a:hover {
  color: #16a085;
}
.box.news .col-4 .about-img {
  margin-bottom: 11px;
}
/* Celebrity News
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.box.celebrity .search {
  -webkit-border-radius: 20px 3px 3px 20px;
  -moz-border-radius: 20px 3px 3px 20px;
  border-radius: 20px 3px 3px 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 22px;
  right: 0;
  margin-right: -9px;
  width: 180px;
  height: 34px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #17997f;
}
.box.celebrity .search .triang {
  position: absolute;
  background: url(images/sltr.png) right 110% no-repeat;
  width: 10px;
  height: 6px;
  right: 0px;
  bottom: -6px;
}
.box.celebrity .search form {
  position: absolute;
  top: 0;
}
.box.celebrity .search input.text {
  width: 135px;
  position: absolute;
  height: 23px;
  font-family: 'Doppio One', sans-serif;
  font-size: 13px;
  color: #fff;
  background: transparent;
  line-height: 13px;
  text-transform: uppercase;
  margin: 0;
  border: 0;
  left: 30px;
  letter-spacing: 0.02em;
}
.box.celebrity .search input.submit {
  display: block;
  position: absolute;
  height: 17px;
  width: 17px;
  background: #000;
  left: 10px;
  top: 9px;
  background: url("images/search.png") no-repeat center;
}
.box.celebrity a {
  display: block;
  position: relative;
  overflow: hidden;
}
.box.celebrity a .hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57, 68, 76, 0.55);
  z-index: 100;
  left: 0;
  bottom: -120%;
}
.box.celebrity .col-8 {
  margin-bottom: 13px;
}
.box.celebrity .col-8:nth-child(2n+1) {
  padding-right: 4px;
}
.box.celebrity .col-8:nth-child(2n+2) {
  padding-left: 4px;
}
.box.celebrity .col-8 img {
  width: 100%;
}
.box.celebrity .col-8 a:hover > .hover {
  bottom: 0;
}
.box.celebrity .col-8 a:hover > h3 {
  top: 32%;
}
.box.celebrity .col-8 a:hover > p {
  top: 48%;
}
.box.celebrity .col-8 a > h3 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  width: 100%;
  z-index: 101;
  position: absolute;
  font-family: 'Doppio One', sans-serif;
  color: #fff;
  font-size: 22px;
  top: 120%;
  text-transform: uppercase;
  display: block;
}
.box.celebrity .col-8 a > p {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 101;
  position: absolute;
  width: 100%;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 0 50px;
  top: 120%;
  line-height: 20px;
}
.box.celebrity .col-4 {
  margin-bottom: 13px;
}
.box.celebrity .col-4:nth-child(2n+1) {
  padding-right: 9px;
}
.box.celebrity .col-4:nth-child(2n+2) {
  padding-left: 9px;
}
.box.celebrity .col-4 img {
  width: 100%;
}
.box.celebrity .col-4 a:hover > .hover {
  bottom: -80%;
}
.box.celebrity .col-4 a:hover > h3 {
  top: 87%;
}
.box.celebrity .col-4 a > h3 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  width: 100%;
  z-index: 101;
  position: absolute;
  font-family: 'Doppio One', sans-serif;
  color: #fff;
  font-size: 14px;
  top: 120%;
  text-transform: uppercase;
  display: block;
}
.box.celebrity .col-4 a > p {
  display: none;
}
/* About
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.box.about .custom-direction-nav .flex-direction-nav {
  position: absolute;
  top: 22px;
  right: 0;
  margin-right: -9px;
  width: 66px;
  height: 39px;
  overflow: hidden;
  background: url(images/sltr.png) right bottom no-repeat;
}
.box.about .custom-direction-nav .flex-direction-nav li {
  width: 33px;
  height: 34px;
  float: left;
}
.box.about .custom-direction-nav .flex-direction-nav li .flex-prev {
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #3d4b54 url(images/slleft.png) 50% 50% no-repeat;
  width: 33px;
  height: 34px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box.about .custom-direction-nav .flex-direction-nav li .flex-prev:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box.about .custom-direction-nav .flex-direction-nav li .flex-next {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #17997f url(images/slright.png) 50% 50% no-repeat;
  width: 33px;
  height: 34px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box.about .custom-direction-nav .flex-direction-nav li .flex-next:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box.about .flexslider .slides img {
  width: 100%;
}
.box.about .c1 {
  padding-right: 20px;
  margin: 20px 0 35px;
}
.box.about .c1 > .two-lines {
  margin-bottom: 20px;
}
.box.about .c1 #facts .two-lines {
  margin: 6px 0;
}
.box.about .c1 #facts p {
  margin-bottom: 0px;
}
.box.about .c1 #facts h2.trigger {
  font-family: 'Doppio One', sans-serif;
  font-size: 14px;
  background: url("images/plus.png") no-repeat center left;
  padding-left: 35px;
  line-height: 25px;
  margin: 6px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box.about .c2 #prod-list h2.trigger {
  font-family: 'Doppio One', sans-serif;
  font-size: 14px;
  background: url("images/plus.png") no-repeat center left;
  padding-left: 35px;
  line-height: 25px;
  margin: 6px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box.about .c1 #facts h2.active {
  background: url("images/plus-2.png") no-repeat center left;
}
.box.about .c2 #prod-list h2.active {
  background: url("images/plus-2.png") no-repeat center left;
}
.box.blog .c1 #facts h2.active {
  background: url("images/plus-2.png") no-repeat center left;
}
.box.about .c1 #facts h2.trigger a {
  text-decoration: none;
  display: block;
  color: #333;
}
.box.blog #prod-list h2.trigger a {
  text-decoration: none;
  display: block;
  color: #333;
}
.box.about .c1 #facts h2.active a {
  color: #16a085;
}
.box.about .c1 #facts h2.trigger a:hover {
  color: #16a085;
}
.box.about .c1 #facts .block {
  margin-top: 5px;
}
.box.about .c1 #facts .toggle_container {
  clear: both;
  overflow: hidden;
}
.box.about .c2 {
  padding-left: 20px;
  margin: 20px 0 35px;
}
.box.about .c2 > .two-lines {
  margin-bottom: 20px;
}
.box.about .c2 #skills li {
  width: 100%;
  height: 44px;
  margin-bottom: 12px;
  background-color: #39444c;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
}
.box.about .c2 #skills li span {
  position: absolute;
  height: 100%;
  left: 0;
  background-color: #16a085;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  visibility: hidden;
}
.box.about .c2 #skills li p {
  font-family: 'Doppio One', sans-serif;
  position: absolute;
  margin: 0;
  line-height: 44px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
}
.box.about .team {
  clear: both;
}
.box.about .team .col-4 img {
  width: 100%;
  height: auto;
}
.box.about .team .col-4:nth-child(3n+1) {
  padding-right: 10px;
}
.box.about .team .col-4:nth-child(3n+2) {
  padding-left: 5px;
  padding-right: 5px;
}
.box.about .team .col-4:nth-child(3n+3) {
  padding-left: 10px;
}
.box.about .team .col-4 .name {
  margin-top: 10px;
  margin-bottom: 10px;
}
.box.about .team .col-4 .name h3 {
  font-family: 'Doppio One', sans-serif;
  font-size: 14px;
  color: #333333;
  margin: 0;
  height: 14px;
}
.box.about .team .col-4 .name span {
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  color: #818181;
}
.box.about .team .col-4 .social {
  margin-top: 13px;
}
.box.about .team .col-4 .social a {
  float: right;
  margin-left: 10px;
  width: 19px;
  height: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box.about .team .col-4 .social a:hover {
  opacity: 0.7;
}
.box.about .team .col-4 .social a.fb {
  background: url("images/facebook.png") no-repeat center;
}
.box.about .team .col-4 .social a.tw {
  background: url("images/twitter.png") no-repeat center;
}
.box.about .team .col-4 .social a.pin {
  background: url("images/pinterest.png") no-repeat center;
}
.box.about .team .col-4 .social a.gog {
  background: url("images/google.png") no-repeat center;
}
.box.about .team .col-4 p {
  clear: both;
  font-family: 'Arimo', sans-serif;
  font-size: 13px;
  color: #333;
  line-height: 20px;
}
.box.about .partners {
  clear: both;
  margin-top: 35px;
  position: relative;
}
.box.about .partners .custom-direction-nav2 .flex-direction-nav {
  position: absolute;
  top: 15px;
  right: -20px;
  margin-right: -9px;
  width: 66px;
  height: 39px;
  overflow: hidden;
  background: url(images/sltr.png) right bottom no-repeat;
}
.box.about .partners .custom-direction-nav2 .flex-direction-nav li {
  width: 33px;
  height: 34px;
  float: left;
}
.box.about .partners .custom-direction-nav2 .flex-direction-nav li .flex-prev {
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #3d4b54 url(images/slleft.png) 50% 50% no-repeat;
  width: 33px;
  height: 34px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box.about .partners .custom-direction-nav2 .flex-direction-nav li .flex-prev:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box.about .partners .custom-direction-nav2 .flex-direction-nav li .flex-next {
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #17997f url(images/slright.png) 50% 50% no-repeat;
  width: 33px;
  height: 34px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box.about .partners .custom-direction-nav2 .flex-direction-nav li .flex-next:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box.about .partners .partners-slider {
  margin-top: 25px;
}
.box.about .partners .partners-slider .slides {
  width: 100%;
}
.box.about .partners .partners-slider .slides .img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  border: 1px solid #ccc;
  width: 227px;
  margin-right: 5px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
}
.box.about .partners .partners-slider .slides .img:hover {
  /*  (O_O)  */
}
.box.about .partners .partners-slider .slides .img:last-child {
  margin-right: 0;
}
.box.about .partners .partners-slider .slides .img a {
  display: block;
  width: 100%;
  height: 100%;
}
/* Contacts
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.box.contacts iframe {
  width: 100%;
  height: 405px;
}
.box.contacts .col-8 {
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box.contacts .col-4 {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box.contacts p {
  margin: 0;
}
.box.contacts p.contact-text {
  margin: 20px 0 45px;
}
.box.contacts #contact-form {
  border: 1px solid #ccc;
  outline: 1px solid #ccc;
  outline-offset: -4px;
  padding: 15px;
  margin-top: 40px;
}
.box.contacts #contact-form input,
.box.contacts #contact-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 9px;
  height: 40px;
  border: 1px solid #e9e9e9;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  padding-left: 35px;
}
.box.contacts #contact-form input.name,
.box.contacts #contact-form textarea.name {
  background: url("images/name.png") no-repeat 9px center;
}
.formResult strong{
    width: 100%; color: #16a085;
}
.formResult{
   margin-top: 10px !important;
}
.box.contacts #contact-form input.captcha,
.box.contacts #contact-form textarea.captcha {
  background: url("images/captcha.png") no-repeat 9px center;
  width: auto; 
}
.box.contacts #contact-form input.email,
.box.contacts #contact-form textarea.email {
  background: url("images/email.png") no-repeat 9px center;
}
.box.contacts #contact-form input.site,
.box.contacts #contact-form textarea.site {
  background: url("images/phone.png") no-repeat 9px center;
}
.box.contacts #contact-form input.message,
.box.contacts #contact-form textarea.message {
  background: url("images/message.png") no-repeat 9px 7px;
}
.box.contacts #contact-form input.submit {
  width: 80px;
  height: 30px;
  float: right;
  border: 0;
  background: #16a085;
  color: #fff;
  font-family: 'Doppio One', sans-serif;
  text-align: center;
  padding: 0;
}
.box.contacts #contact-form textarea {
  height: 70px;
}
.box.contacts #contact-info .two-lines {
  margin: 6px 0;
}
.box.contacts #contact-info h2.trigger {
  font-family: 'Doppio One', sans-serif;
  font-size: 14px;
  background: url("images/plus.png") no-repeat center left;
  padding-left: 35px;
  line-height: 25px;
  margin: 6px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box.blog #prod-list h2.trigger {
  font-family: 'Doppio One', sans-serif;
  font-size: 14px;
  background: url("images/plus.png") no-repeat center left;
  padding-left: 35px;
  line-height: 25px;
  margin: 6px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box.contacts #contact-info h2.active {
  background: url("images/plus-2.png") no-repeat center left;
}

.box.blog #prod-list h2.active {
  background: url("images/plus-2.png") no-repeat center left;
}

.box.contacts #contact-info h2.trigger a {
  text-decoration: none;
  display: block;
  color: #333;
}

.box.blog #prod-list h2.trigger a {
  text-decoration: none;
  display: block;
  color: #333;
}

.box.contacts #contact-info h2.active a {
  color: #16a085;
}

.box.blog #prod-list h2.active a {
  color: #16a085;
}

.box.contacts #contact-info h2.trigger a:hover {
  color: #16a085;
}

.box.blog #prod-list h2.trigger a:hover {
  color: #16a085;
}

.box.contacts #contact-info .block {
  margin-top: 5px;
}

.box.blog #prod-list .block {
  margin-top: 5px;
}

.box.contacts #contact-info .toggle_container {
  clear: both;
  overflow: hidden;
}

.box.blog #prod-list .toggle_container {
  clear: both;
  overflow: hidden;
}
/* Footer
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
footer {
  background: #39444c;
  color: #ffffff;
}
footer nav {
  margin-bottom: 30px;
  min-height: 50px;
  border-bottom: 1px solid #333333;
}
footer nav ul {
  display: inline-block;
  float: left;
}
footer nav ul ul {
  display: none;
}
footer nav ul li.current-menu-item a {
  color: #17997f;
}
footer nav ul li {
  line-height: 50px;
  display: inline-block;
  font-size: 14px;
  font-family: 'Doppio One', sans-serif;
  margin-right: 25px;
  text-transform: uppercase;
  color: #ffffff;
}
footer nav ul li a {
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer nav ul li a:hover {
  color: #17997f;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer nav .searchbox {
  display: inline-block;
  line-height: 50px;
  float: right;
  color: #ffffff;
  text-transform: uppercase;
}
footer nav .searchbox input.sfield {
  border: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  background: none;
  width: 75px;
  font-family: 'Doppio One', sans-serif;
}
footer nav .searchbox input.submit {
  width: 17px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: url(images/sb.png) 0 0 no-repeat;
}
footer nav .searchbox input.submit:hover {
  background: url(images/sb.png) 0 -18px no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer .footermodules {
  padding-bottom: 40px;
  border-bottom: 1px solid #333333;
}
footer .footermodules .itemthird:nth-child(3) .footerpost {
  float: right;
}
footer .footermodules .itemthird:nth-child(2) .footerpost {
  margin: 0 auto;
}
footer .footermodules .itemthird {
  width: 33.3%;
  float: left;
}
footer .footermodules .itemthird .footerpost {
  width: 90%;
}
footer .footermodules .itemthird .footerpost .title {
  font-size: 18px;
  margin-bottom: 25px;
}
footer .footermodules .itemthird .footerpost .linefooter.contacts a {
  color: #ffffff;
}
footer .footermodules .itemthird .footerpost .linefooter.contacts a:hover {
  color: #17997f;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer .footermodules .itemthird .footerpost .linefooter .adressinfo {
  margin-top: 6px;
  margin-bottom: 14px;
  line-height: 20px;
}
footer .footermodules .itemthird .footerpost .linefooter .aboutfooter {
  margin-bottom: 25px;
}
footer .footermodules .itemthird .footerpost .linefooter .aboutfooter .footerlogo {
  width: 45px;
  float: left;
}
footer .footermodules .itemthird .footerpost .linefooter .aboutfooter .footertext {
  margin-left: 55px;
  overflow: hidden;
  line-height: 20px;
}
footer .footermodules .itemthird .footerpost .linefooter .imagesfo figure.hover:nth-child(2) {
  margin-right: 0;
}
footer .footermodules .itemthird .footerpost .linefooter .imagesfo figure.hover {
  float: left;
  margin-right: 25px;
}
footer .footermodules .itemthird .footerpost .linefooter .itemline:last-child {
  border: none;
}
footer .footermodules .itemthird .footerpost .linefooter .itemline {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333333;
}
footer .footermodules .itemthird .footerpost .linefooter .itemline .image {
  width: 65px;
  float: left;
}
footer .footermodules .itemthird .footerpost .linefooter .itemline .rightpart {
  margin-left: 75px;
  overflow: hidden;
}
footer .footermodules .itemthird .footerpost .linefooter .itemline .rightpart .tit {
  margin-bottom: 10px;
  font-size: 15px;
}
footer .footermodules .itemthird .footerpost .linefooter .itemline .rightpart .tit a {
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer .footermodules .itemthird .footerpost .linefooter .itemline .rightpart .tit a:hover {
  color: #17997f;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer .footermodules .itemthird .footerpost .linefooter .itemline .rightpart span.date {
  background: url(images/clock.png) left 50% no-repeat;
  padding-left: 20px;
  height: 17px;
  display: block;
}
footer .copy {
  line-height: 15px;
  min-height: 55px;
  font-size: 11px;
  margin-top: 10px
}
footer .copy .copyrights {
  float: left;
  display: inline-block;
}
footer .copy .top {
  display: inline-block;
  float: right;
}
footer .copy .top a {
  background: url(images/top.png) right 50% no-repeat;
  padding-right: 15px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #ffffff;
}

.single-item .col-7 ul {
    margin: 10px 0;
}

.single-item .col-7 h2 {
    color: #16a085;
}
.single-item .col-7 ul li {
    list-style: initial;
    margin: 3px 0 3px 25px;
}

.pointer{
    width: 28%; 
    margin-right: 2%; 
    margin-bottom: 10px; 
    display: inline-block; 
    min-height: 100px; 
    background-color: rgb(226, 226, 226)
}

.single-item h3 {
    width: 69%; 
    display: inline-block; 
    vertical-align: top; 
    margin-top: 5%; 
    font-family: 'Doppio One'; 
    font-size: 18px
}

footer .copy .top a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* Strech
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(1.02);
  }
  60% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
@media (max-width: 1050px) {
  /* HOME
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  body .wrapper {
    width: 700px;
  }
  header .headerbox .logo {
    float: none;
    margin: 0 auto;
  }
  header .headerbox .adds img {
    float: none;
    width: 100%;
  }
  nav.mainmenu ul.main-menu > li > a {
    padding-left: 12px;
    font-size: 14px;
    background: none;
  }
  .hometab .tabnav .item {
    font-size: 14px;
  }
  .hometab .tabnav .item span {
    background: none !important;
    padding-left: 0;
  }
  .flexslider ol.flex-control-thumbs li {
    width: 23.5%;
    margin: 10px 5px 0 0;
  }
  .flexslider ol.flex-control-thumbs li img {
    width: 100%;
    height: auto;
  }
  .worldbox .boxcontent .worldslider .item .title {
    font-size: 14px;
  }
  .hometab .social {
    margin-top: 5px;
  }
  .worldbox .boxcontent .worldslider .item {
    width: 95%;
  }
  .technologybox .itemthird:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .technologybox .itemthird {
    width: 50%;
  }
  .technologybox .itemthird .mainpost {
    width: 98%;
    max-width: none;
  }
  .technologybox .itemthird .blogpost {
    max-width: 330px;
  }
  figure.mainposthover figcaption {
    box-sizing: border-box;
    width: 310px;
  }
  figure.mainposthover {
    float: left;
  }
  .technologybox .itemthird .mainpost .excerptbox {
    width: 52%;
    float: right;
    margin-top: 0;
  }
  .technologybox .itemthird .mainpost .readmore {
    width: 52%;
    float: right;
  }
  .eventsbox .eventfig figcaption h2 {
    font-size: 20px;
  }
  .sportbox .itemthird .mainpost {
    width: 95%;
  }
  figure.mainposthover figcaption {
    width: auto;
  }
  .videobox .twothirds {
    width: 50%;
  }
  .videobox .videoembed {
    width: 100%;
  }
  .videobox .videoembed iframe {
    width: 100%;
  }
  .videobox .itemthird {
    width: 50%;
  }
  .videobox .sectioncontent {
    margin: 15px 5px 15px 10px;
  }
  footer .footermodules .itemthird .footerpost .linefooter .imagesfo figure.hover {
    width: 47.5%;
    margin-right: 10px;
  }
  footer .footermodules .itemthird .footerpost img {
    width: 100%!important;
  }
  figure.mainposthover img {
    width: 100%;
    max-width: none;
  }
  /* ABOUT
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.about .team .col-4 .name {
    width: 100%;
    float: none;
    text-align: center;
  }
  .box.about .team .col-4 .social {
    width: 108px;
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .box.about .team .col-4 .social a:last-child {
    margin-left: 0;
  }
  .box.about .partners .partners-slider .slides .img {
    width: 48.5%;
  }
  /* BLOG
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.blog .blogtab .tabcontent .item .blogpost .info .like {
    width: 100%;
  }
  .box.blog .blogtab .tabcontent .item .blogpost .info .view {
    width: 100%;
    margin: 0;
  }
  .box.blog .blogtab .tabcontent .item .blogpost .info .comm {
    width: 100%;
    margin: 0;
  }
  /* CONTACT
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.contacts .col-4 {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .box.contacts .col-8 {
    width: 100%;
    padding: 0;
  }
  /* GALLERY
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.gallery .col-4 .description .date {
    float: none;
    width: 100%;
  }
  .box.gallery .col-4 .description .rate {
    float: none;
    width: 100%;
  }
  .box.gallery .col-4 .description .rate span.star {
    margin-left: 0;
    margin-right: 3px;
  }
  /* SINGLE GALLERY
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.single-gallery ol.flex-control-thumbs {
    display: none;
  }
  .box.gallery-continue {
    margin-top: 20px;
  }
  .box.gallery-continue .bcontent .info-line .rate {
    float: none;
    width: 100%;
    margin-top: 5px;
  }
  /* NEWS
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.news .col-8.main .col-6 .date {
    width: 100%;
    text-align: center;
  }
  .box.news .col-8.main .col-6 .likes {
    width: 100%;
  }
  .box.news .col-4 .calen {
    display: none;
  }
  .box.news .col-4 .calendar {
    display: none;
  }
  /* SINGLE POST
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.blog .col-8.main-blog .single-item .item-content .date {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  /* SPORTS
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.blog .col-8.sport .item {
    margin-bottom: 30px;
  }
  .box.blog .col-8.sport .item .date {
    width: 100%;
    margin-bottom: 5px;
  }
  .box.blog .col-8.sport .item .rate {
    float: none;
    width: 100%;
  }
  .box.blog .col-8.sport .item .rate span.star {
    margin-left: 0;
    margin-right: 3px;
  }
  /* STARS
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.blog .col-8.stars .col-4 .a > .hover {
    display: none;
  }
  .box.blog .col-8.stars .col-4 .a > h3 {
    display: none;
  }
  .box.blog .col-8.stars .col-4 .a > .date {
    display: none;
  }
  .box.blog .col-8.stars .col-4 .a > .text {
    display: none;
  }
  .box.blog .col-8.stars .col-4 .a > .bottom {
    text-indent: 0;
  }
  /* STARS
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.celebrity .col-8 {
    margin-bottom: 0!important;
  }
  .box.celebrity .col-8 a > .hover {
    display: none;
  }
  .box.celebrity .col-8 a > h3 {
    display: none;
  }
  .box.celebrity .col-8 a > p {
    display: none;
  }
  .box.celebrity .col-4 a > h3 {
    display: none;
  }
  .box.celebrity .col-4 a > .hover {
    display: none;
  }
}
@media (max-width: 750px) {
  /* HOME
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  body .wrapper {
    width: 500px;
  }
  .left {
    width: 100%;
    float: none;
  }
  .right {
    width: 100%;
    float: none;
    margin-top: 20px;
    margin-left: 0;
  }
  .flexslider .slides img {
    width: 100%;
  }
  .flexslider ol.flex-control-thumbs li {
    margin: 10px 9px 0 0;
  }
  span.star {
    margin-left: 0;
    margin-right: 3px;
  }
  .worldbox .boxcontent .worldslider .item .rate {
    float: left;
  }
  .worldbox .boxcontent .worldslider .item .title {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0;
  }
  .worldbox .boxcontent .worldslider .item .date {
    margin: 0 0 5px 0;
  }
  .technologybox .itemthird .mainpost .excerptbox {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .technologybox .itemthird {
    width: 100%;
  }
  .technologybox .itemthird .blogpost {
    width: 98%;
    max-width: none;
  }
  .technologybox .itemthird .mainpost .readmore {
    width: 100%;
    float: none;
  }
  figure.mainposthover {
    float: none;
  }
  figure.mainposthover figcaption {
    width: auto;
  }
  .sportbox .itemthird {
    width: 100%;
    margin-bottom: 20px;
  }
  .sportbox .itemthird .mainpost {
    max-width: none;
    width: 98%;
  }
  .eventsbox .eventfig figcaption h2 {
    font-size: 16px;
    padding-top: 20px;
  }
  .eventsbox .eventfig figcaption {
    width: 100%;
  }
  .eventsbox .eventtablist {
    line-height: 20px;
  }
  .videobox .sectioncontent {
    margin-right: 10px;
  }
  .videobox .twothirds {
    width: 100%;
    float: none;
  }
  .videobox .itemthird {
    width: 100%;
    float: none;
  }
  .videobox .blogpost {
    max-width: none;
    margin-top: 20px;
  }
  footer .footermodules .itemthird:nth-child(1) {
    width: 50%;
  }
  footer .footermodules .itemthird:nth-child(2) {
    display: none;
  }
  footer .footermodules .itemthird:nth-child(3) {
    width: 50%;
  }
  footer nav {
    display: none;
  }
  footer {
    padding-top: 20px;
  }
  footer .footermodules .itemthird .footerpost img {
    width: 100%!important;
  }
  .box .btitle {
    font-size: 25px;
  }
  /* MENU
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  header .topnav .wrapper {
    display: none;
  }
  header .topnav .drop-menu {
    font-family: 'Doppio One', sans-serif;
    z-index: 102;
    width: 190px;
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -95px;
    display: block!important;
    text-align: center;
    font-size: 18px;
    padding: 6px 10px;
    background: #444;
    border-radius: 10px 10px 10px 10px;
  }
  header .topnav .drop-menu > a {
    font-size: 18px;
    display: block;
    color: #fff;
  }
  header .topnav .drop-menu > a:hover {
    opacity: 0.7;
  }
  header .topnav .drop-menu ul.ul-drop {
    width: 190px !important;
    height: auto;
    display: none;
    padding: 10px 0;
  }
  header .topnav .drop-menu ul.ul-drop li {
    width: 100%;
    line-height: 30px !important;
    position: relative;
    text-align: center;
  }
  header .topnav .drop-menu ul.ul-drop li:hover {
    background: rgba(23, 153, 127, 0.3);
    border-radius: 20px;
  }
  header .topnav .drop-menu ul.ul-drop li:hover > a {
    color: #fff;
  }
  header .topnav .drop-menu ul.ul-drop li a {
    padding: 6px 15px;
    height: 29px;
    font-size: 12px;
    line-height: 29px;
    color: #fff;
  }
  nav.mainmenu {
    position: relative;
  }
  nav.mainmenu .wrapper {
    display: none;
  }
  nav.mainmenu .drop-menu2 {
    font-family: 'Doppio One', sans-serif;
    z-index: 100;
    width: 190px;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -95px;
    display: block!important;
    text-align: center;
    font-size: 18px;
    padding: 6px 10px;
    background: #333;
    border-radius: 10px 10px 10px 10px;
  }
  nav.mainmenu .drop-menu2 > a {
    font-size: 18px;
    display: block;
    color: #fff;
  }
  nav.mainmenu .drop-menu2 > a:hover {
    opacity: 0.7;
  }
  nav.mainmenu .drop-menu2 ul.ul-drop {
    width: 190px !important;
    height: auto;
    display: none;
    padding: 10px 0;
  }
  nav.mainmenu .drop-menu2 ul.ul-drop li {
    width: 100%;
    line-height: 30px !important;
    position: relative;
    text-align: center;
  }
  nav.mainmenu .drop-menu2 ul.ul-drop li:hover {
    background: rgba(23, 153, 127, 0.3);
    border-radius: 20px;
  }
  nav.mainmenu .drop-menu2 ul.ul-drop li:hover > a {
    color: #fff;
  }
  nav.mainmenu .drop-menu2 ul.ul-drop li a {
    padding: 6px 15px;
    height: 29px;
    font-size: 12px;
    line-height: 29px;
    color: #fff;
  }
  /* ABOUT
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.about .c1 {
    width: 100%;
    padding: 0;
  }
  .box.about .c2 {
    width: 100%;
    padding: 0;
  }
  .box.about .partners .partners-slider .slides .img {
    width: 48%;
  }
  /* BLOG
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.blog .col-4 {
    width: 100%;
    margin-bottom: 20px
  }
  
  .box.blog .col-7 {
    width: 100%;
  }
  .box.blog .col-8.main-blog {
    width: 100%;
  }
  /* GALLERY
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.gallery .col-4 {
    width: 50%;
  }
  .box.gallery .col-4:nth-child(3n+1) {
    padding-left: 0px;
    padding-right: 0;
  }
  .box.gallery .col-4:nth-child(3n+2) {
    padding-left: 0px;
    padding-right: 0;
  }
  .box.gallery .col-4:nth-child(3n+3) {
    padding-left: 0px;
    padding-right: 0;
  }
  .box.gallery .col-4:nth-child(2n+1) {
    padding-right: 5px;
  }
  .box.gallery .col-4:nth-child(2n+2) {
    padding-left: 5px;
    padding-right: 0;
  }
  /* SINGLE GALLERY
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.single-gallery .flexslider .slides .info {
    display: none;
  }
  /* NEWS
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.news .col-4 {
    display: none;
  }
  .box.news .col-8.main {
    width: 100%;
    padding: 0;
  }
  .box.news .col-8.main .other-news .item h3 {
    font-size: 13px;
  }
  /* SPORTS
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.blog .col-8.sport {
    width: 100%;
  }
  /* STARS
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.blog .col-8.stars {
    width: 100%;
  }
  .box.blog .col-8.stars .col-4 {
    display: block!important;
  }
  .box.blog .col-8.stars .col-4 {
    width: 50%;
  }
  .box.blog .col-8.stars .col-4:nth-child(3n+1) {
    padding-left: 0px;
    padding-right: 0;
  }
  .box.blog .col-8.stars .col-4:nth-child(3n+2) {
    padding-left: 0px;
    padding-right: 0;
  }
  .box.blog .col-8.stars .col-4:nth-child(3n+3) {
    padding-left: 0px;
    padding-right: 0;
  }
  .box.blog .col-8.stars .col-4:nth-child(2n+1) {
    padding-right: 5px;
  }
  .box.blog .col-8.stars .col-4:nth-child(2n+2) {
    padding-left: 5px;
    padding-right: 0;
  }
  
    .eventsbox .eventfig figcaption {
      position:relative; 
      margin-top: 10px;
      height: auto !important;
      padding-bottom: 20px
  }
  
  #map{
      height: 250px !important; 
  }
  
  .eventsbox{
      height: auto !important
  }
}
@media (max-width: 540px) {
  /* HOME
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  body .wrapper {
    width: 300px;
  }
  
  .pointer{
    width: 100%; 
    margin-right: 0; 
    margin-bottom: 10px; 
    display: inline-block;
    min-height: inherit;
    background-color: rgb(226, 226, 226)
}

.single-item h3 {
    width: 100% !important;
    text-align: center
}

  header .headerbox .adds {
    display: none;
  }
  /*.flexslider ol.flex-control-thumbs li {
    margin: 10px 5px 0 0;
  }*/
  .flexslider ol.flex-control-thumbs li {
    margin: 0;
    width: 23.5%;
    margin: 10px 1% 0 1%;
    height: 55px; 
  }
  .flexslider ol.flex-control-thumbs li img{
      width: 100%;
      min-height: 100%
  }
  .flexslider ol.flex-control-thumbs li:first-child {
    margin-right: 1%;
    margin-left: 0
  }
  .flexslider ol.flex-control-thumbs li:last-child {
    margin-left: 1%;
    margin-right: 0
  }
  
  footer .footermodules .itemthird:nth-child(1) {
    display: none;
  }
  footer .footermodules .itemthird:nth-child(3) {
    width: 100%;
  }
  footer .footermodules .itemthird .footerpost {
    width: 100%;
  }
  footer .copy .copyrights {
    line-height: 18px;
  }
  .eventsbox .eventfig figcaption span.date {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .eventsbox .eventfig figcaption h2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }
  .eventsbox .eventfig figcaption .readmore a {
    padding: 4px 10px 4px 10px;
  }
  .eventsbox .eventtablist {
    height: auto;
  }
  .eventsbox .eventtablist .item {
    width: 100%;
    background: #3d4b54;
  }
  figure.mainposthover figcaption {
    width: auto;
  }
  figure.mainposthover figcaption h2 a {
    font-size: 13px;
  }
  .worldbox .boxcontent .worldslider li {
    width: 290px !important;
  }
  .box .btitle {
    font-size: 15px;
  }
  /* ABOUT
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.about .team .col-4 {
    width: 100%;
    padding: 0!important;
  }
  .box.about .partners .partners-slider .slides .img {
    width: 100%;
    margin: 0;
  }
  /* BLOG
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.blog .col-8.main-blog .item .item-content h3 {
    float: none;
  }
  .box.blog .col-8.main-blog .item .item-content .rate {
    float: none;
    width: 100%;
    display: block;
    padding-bottom: 25px;
  }
  /* GALLERY
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.gallery .col-4 {
    width: 100%;
    padding: 0!important;
  }
  /* NEWS
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.news .col-8.main .col-6 {
    width: 100%;
    padding: 0!important;
  }
  .box.news .col-8.main .col-6 .date {
    width: auto;
    float: left;
  }
  .box.news .col-8.main .col-6 .likes {
    width: auto;
  }
  .box.news .col-8.main .other-news .item p {
    clear: both;
  }
  /* SINGLE GALLERY
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.gallery-continue .bcontent .info-line .tags {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  .box.gallery-continue .related-list {
    display: none;
  }
  .box.gallery-continue .related-galleries {
    display: none;
  }
  /* SPORTS
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.blog .col-8.sport .item {
    width: 100%;
    padding: 0!important;
  }
  /* STARS
    /* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
  .box.celebrity .col-8 {
    width: 100%;
    padding: 0!important;
    margin-bottom: 13px!important;
  }
  .box.celebrity .col-4 {
    width: 100%;
    padding: 0!important;
  }
  .box.celebrity .search {
    display: none;
  }
  .box.blog .col-8.stars .pop-news .col-6 {
    width: 100%;
    padding: 0!important;
  }
  
  .logo {
      text-align: center !important
  }
  
  .logo p{
      text-align: center !important
  }
  
  .box.blog .col-8.main-blog {
    padding-right: 0
  }
  .box.blog .col-4{
      padding-left: 0
  }
}


