@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Playball);
@import url(//fonts.googleapis.com/css?family=Asap:400,700);
@import url(//fonts.googleapis.com/css?family=PT+Serif:400,700);
@import "../css/animate.css";
.white {
  color: #ffffff;
}
.primary {
  color: #679afb;
}
/*============  Floats  =============*/
.f__left {
  float: left;
}
.f__right {
  float: right;
}
@media (max-width: 979px) {
  .f__none-979 {
    float: none;
  }
}
@media (max-width: 1199px) {
  .f__none-1199 {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .f__none-768 {
    float: none;
  }
}
@media (max-width: 767px) {
  .f__none-767 {
    float: none;
  }
}
@media (max-width: 479px) {
  .f__none-479 {
    float: none;
  }
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  background: url("../images/bg-page.png");
  color: #606060;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2,
h3 {
  color: #000000;
}
h1 {
  font: 400 50px/70px 'Playball', sans-serif;
}
h2 {
  font: 400 23px/26px 'PT Serif', sans-serif;
}
h3 {
  font: 400 13px/18px 'Asap', sans-serif;
  text-transform: uppercase;
}
h3 a:hover {
  color: #679afb;
}
.pr {
  padding-right: 50px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .pr {
    padding-right: 92px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .pr {
    padding-right: 120px;
  }
}
@media (max-width: 767px) {
  .pr {
    padding: 0;
  }
}
.wrap-container {
  position: relative;
  width: 1328px;
  margin: 0 auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
  behavior: url(js/PIE.htc);
}
@media (max-width: 1328px) {
  .wrap-container {
    width: 100%;
  }
}
.page {
  overflow: hidden;
}
/*========================================================
                    Main Layout
=========================================================*/
p + p {
  margin-top: 17px;
}
h3 + p {
  margin-top: 24px;
}
h3 + p.off1,
h3 + .post_meta {
  margin-top: 10px;
}
p + h3 {
  margin-top: 31px;
}
h2 + h3,
h2 + .event-list,
h2 + .quote-box,
h2 + .box,
h2 + .number-list,
h2 + .row__in,
h2 + .post {
  margin-top: 27px;
}
h2 + p {
  margin-top: 28px;
}
h3 + .row {
  margin-top: 33px;
}
.img-border + h3,
.gallery + h3 {
  margin-top: 15px;
}
.row + p {
  margin-top: 37px;
}
p + .row {
  margin-top: 25px;
}
p + .icon-list {
  margin-top: 29px;
}
* + .btn {
  margin-top: 20px;
}
/*========================================================
                    HEADER styles
=========================================================*/
.header {
  background: url("../images/bg-header.png");
}
.company {
  display: inline-block;
  padding: 15px 33px 86px 0px;
  float: left;
  color: #ffffff;
}
.company_cnt {
  display: inline-block;
}
.company_slogan {
  font: 400 14px/20px 'Droid Sans', sans-serif;
  margin-top: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .company {
    padding: 20px 5px;
    display: block;
    text-align: center;
    float: none;
  }
}
.wrap {
  float: right;
  margin-top: 46px;
}
@media (max-width: 767px) {
  .wrap {
    float: none;
    margin-top: 10px;
  }
}
/* Social list */
.social-list {
  float: right;
  margin-right: 6px;
}
.social-list li {
  display: inline-block;
  text-align: center;
  margin-right: 4px;
}
.social-list li a {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 16px;
  z-index: 1;
}
.social-list li a:hover {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ie8 .social-list li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
.social-list li a.fa-facebook {
  background: #4365ab;
}
.social-list li a.fa-twitter {
  background: #46e3ee;
}
.social-list li a.fa-linkedin {
  background: #4365ab;
}
.social-list li a.fa-rss {
  background: #ff9124;
}
@media (max-width: 767px) {
  .social-list {
    float: none;
    text-align: center;
  }
}
/* Main menu styles
========================================================*/
nav {
  position: relative;
  padding-top: 25px;
  margin-top: 21px;
}
nav:before {
  content: '';
  position: absolute;
  left: -67px;
  top: 0;
  height: 1px;
  right: 0;
  background: #585357;
}
@media (max-width: 1199px) {
  nav:before {
    left: 0;
  }
}
@media (max-width: 767px) {
  nav {
    float: none;
    padding-top: 0;
  }
  nav:before {
    display: none;
  }
}
.sf-menu > li {
  float: left;
  position: relative;
  padding-left: 25px;
  margin-left: 20px;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  font: 700 14px/18px 'PT Serif', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu > li > a.sf-with-ul:before {
  content: '\f107';
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 16px;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  color: #777777;
}
.sf-menu > li > a:hover {
  text-decoration: none;
  color: #679afb;
}
.sf-menu > li > a:hover.sf-with-ul:before {
  color: #679afb;
}
.sf-menu > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.sf-menu > li:first-child:before {
  display: none;
}
.sf-menu > li:before {
  content: '\f111';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 7px;
  line-height: 21px;
  color: #d2d2d2;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li {
    padding-left: 15px;
    margin-left: 15px;
  }
}
.sf-menu > li.current > a,
.sf-menu > li.sfHover > a {
  color: #679afb;
}
.sf-menu > li.current > a.sf-with-ul:before,
.sf-menu > li.sfHover > a.sf-with-ul:before {
  color: #679afb;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 4;
  width: 150px;
  padding: 15px 0;
  display: none;
  background: #777777;
  text-align: center;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  font: 700 14px/18px 'PT Serif', sans-serif;
}
.sf-menu ul li a {
  display: block;
}
.sf-menu ul li a:hover {
  text-decoration: none;
  color: #679afb;
}
.sf-menu ul li + li {
  margin-top: 8px;
}
.sf-menu ul li.sfHover > a {
  color: #679afb;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -5px;
  left: 160px;
  z-index: 4;
  background: #777;
}
.sf-menu ul ul:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 5px 4.5px 0;
  border-color: transparent #777 transparent transparent;
}
.sf-menu .fa span {
  display: none;
}
@media (max-width: 767px) {
  .sf-menu .fa {
    display: none;
  }
  .sf-menu .fa span {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 14px auto;
    padding: 0;
    height: 40px;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    color: #05090d;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*============ Background ==============*/
/* Stuck menu styles
========================================================*/
.isStuck {
  background: url("../images/bg-header.png");
  -webkit-box-shadow: 0 0 2px #000000;
  -moz-box-shadow: 0 0 2px #000000;
  box-shadow: 0 0 2px #000000;
  z-index: 999;
}
#header .isStuck {
  left: 0;
}
#header .isStuck nav {
  float: none;
  margin-top: 5px;
  padding: 0 0 10px;
}
#header .isStuck nav:before {
  display: none;
}
#header .isStuck .sf-menu {
  text-align: center;
}
#header .isStuck .sf-menu > li > ul {
  top: 28px;
}
#header .isStuck .sf-menu > li {
  float: none;
  display: inline-block;
}
#header .isStuck .wrap {
  float: none;
  margin-top: 0;
}
#header .isStuck .company,
#header .isStuck .search,
#header .isStuck .social-list {
  display: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
.content {
  background: #ffffff;
}
.aside-border {
  position: relative;
  padding-right: 96px;
}
.aside-border:before {
  content: '';
  position: absolute;
  right: 39px;
  top: -9px;
  bottom: -34px;
  width: 1px;
  background: #ececec;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .aside-border {
    padding-right: 70px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .aside-border {
    padding-right: 50px;
  }
  .aside-border:before {
    right: 25px;
  }
}
@media (max-width: 767px) {
  .aside-border {
    padding-right: 0;
  }
  .aside-border:before {
    display: none;
  }
}
.img-border {
  position: relative;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url(js/PIE.htc);
}
/* Wrappers */
.wrapper1 {
  padding: 41px 0 58px;
}
.wrapper1__in1 {
  padding-top: 25px;
}
.wrapper2 {
  padding: 32px 0 63px;
}
.wrapper2__in1 {
  padding-bottom: 46px;
}
.wrapper3 {
  padding: 25px 0 33px;
}
.mt-img {
  margin-top: 5px;
}
/* Box */
.box_left {
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .box_left {
    float: none;
    margin: 0 0 15px;
  }
}
/*   Event List  */
.event-list li {
  position: relative;
}
.event-list li + li {
  border-top: 1px dotted #cbcbcb;
  margin-top: 26px;
  padding-top: 30px;
}
.event-list li .btn {
  margin-top: 13px;
}
.event_date {
  color: #679afb;
  font: 700 30px/24px 'Asap', sans-serif;
}
.event_date span {
  font-size: 17px;
  font-weight: 400;
}
/* Icon List */
.icon-list li {
  font: 400 13px/18px 'Asap', sans-serif;
  text-transform: uppercase;
}
.icon-list li:before,
.icon-list li:after {
  content: " ";
  display: table;
}
.icon-list li:after {
  clear: both;
}
.icon-list li img {
  margin-top: -7px;
}
.icon-list li + li {
  margin-top: 26px;
}
.icon-list li a:hover {
  color: #679afb;
}
/* Divider */
hr {
  border: none;
  height: 1px;
  background: #dadada;
}
/* Quote box */
.quote-box {
  padding-left: 38px;
  background: url("../images/quote.png") no-repeat 0 3px;
}
.quote-box p + h3 {
  margin-top: 8px;
}
.quote-box + .quote-box {
  margin-top: 24px;
}
/* img-wrap */
.img-wrap {
  position: relative;
  display: inline-block;
}
.img-wrap a {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
  width: 22px;
  height: 19px;
  background: url("../images/search.png") no-repeat 85% 95% #ffffff;
}
.img-wrap a:hover {
  width: 40px;
  height: 40px;
  background: url("../images/search.png") no-repeat center center #ffffff;
}
@media (max-width: 1199px) {
  .img-wrap img {
    width: 100%;
  }
}
/*Partner list */
.partner {
  margin-top: 17px;
}
.partner img {
  float: left;
}
.partner h3 {
  text-transform: none;
}
.partner h3 + p {
  margin-top: 0;
}
.partner p {
  font-size: 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .partner p {
    display: none;
  }
}
/* number-list */
.number-list li {
  position: relative;
  padding-left: 70px;
}
.number-list li:before {
  content: attr(data-number);
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  font: 700 30px/50px 'Asap', sans-serif;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #ffffff;
  background: #679afb;
}
.number-list li + li {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .number-list li {
    padding: 70px 0 0;
  }
  .number-list li:before {
    left: 50%;
    margin-left: -25px;
    top: 0;
  }
}
/*   Buttons  */
.btn {
  display: inline-block;
  font: 400 13px/18px 'Asap', sans-serif;
  color: #679afb;
}
.btn:hover {
  text-decoration: none;
  color: #000000;
}
/* Isotope */
.isotope {
  margin-left: -20px;
}
.isotope .element-item {
  margin-top: 40px;
}
.button-group {
  float: right;
  font: 400 13px/18px 'Asap', sans-serif;
  color: #000000;
}
.button {
  position: relative;
  padding-left: 8px;
  margin-left: 5px;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 12px;
  background: #000000;
}
.button:first-child:before {
  display: none;
}
.button.active {
  color: #679afb;
}
/* Gallery Hover */
.gallery {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: transparent;
}
.gallery img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .gallery img {
    width: 100%;
  }
}
.gallery .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ie8 .gallery .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.gallery .hover {
  font: 700 14px/14px 'Asap', sans-serif;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: -7px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ie8 .gallery .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
.gallery:hover {
  text-decoration: none;
}
.gallery:hover .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ie8 .gallery:hover .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.gallery:hover img {
  transform: scale(1.2);
}
/* address */
address {
  font: 400 13px/18px 'Asap', sans-serif;
  text-transform: uppercase;
  color: #000000;
}
address a {
  text-decoration: underline;
  color: #679afb;
}
address a:hover {
  color: #000000;
}
address dl {
  margin-top: 23px;
}
dl,
.mail {
  font: 400 13px/17px 'Droid Sans', sans-serif;
  text-transform: none;
}
dl dd,
.mail dd,
dl dt,
.mail dt {
  display: inline-block;
}
dl dt,
.mail dt {
  padding-right: 8px;
}
/* Post */
.post .event_date {
  float: left;
  margin-right: 20px;
}
.post_meta a:hover {
  text-decoration: underline;
}
.post_cnt {
  margin-top: 9px;
}
.post_cnt img {
  float: left;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .post_cnt img {
    float: none;
    margin: 0 0 15px;
  }
}
.post_author {
  float: left;
}
.post_comment {
  float: right;
  margin: 0;
}
.post .btn {
  color: #000000;
}
.post .btn:hover {
  color: #679afb;
}
.post:before,
.post:after {
  content: " ";
  display: table;
}
.post:after {
  clear: both;
}
.post + .post {
  margin-top: 35px;
}
.policy-link {
  margin-top: 20px;
  font-family: 'Arial';
}
.policy-link a {
  text-decoration: underline;
}
.policy-link a:hover {
  color: #000000;
}
.map {
  height: 313px;
  position: relative;
  margin: 32px 0 27px;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/*========================================================
                    FOOTER styles
=========================================================*/
.footer {
  padding: 48px 0;
  font-size: 14px;
  color: #ffffff;
  background: url("../images/bg-header.png");
}
.footer a:hover {
  text-decoration: underline;
}
@media (max-width: 479px) {
  .footer {
    text-align: center;
  }
  .footer .copyright,
  .footer .list {
    float: none;
  }
}
.copyright {
  float: left;
}
.list {
  float: right;
}
.list li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding-left: 12px;
  margin-left: 3px;
}
.list li:before {
  content: '\f111';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 4px;
  line-height: 18px;
  color: #b8b7b4;
}
.list li:first-child:before {
  display: none;
}
/*========================================================
                    Widget styles
=========================================================*/
/* Stellar(parallaxBG) styles
========================================================*/
.stellar {
  background-position: 0 0;
  overflow: hidden;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .stellar {
    background-position: 0 0 !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.stellar .icon {
  width: 104px;
  height: 104px;
  line-height: 104px;
  font-size: 39px;
  background: #679afb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.stellar .icon:hover {
  text-decoration: none;
  background: #000000;
}
.stellar1 {
  background-image: url(../images/page1-img1.jpg);
  background-position: center 30%;
  text-align: center;
  padding-bottom: 184px;
}
.stellar1 h2,
.stellar1 h3 {
  color: #ffffff;
}
.stellar1 h2 {
  font-size: 80px;
  line-height: 93px;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 479px) {
  .stellar1 h2 {
    font-size: 60px;
    line-height: 73px;
  }
}
.stellar1 h3 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ie8 .stellar1 h3 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
@media (max-width: 479px) {
  .stellar1 h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
.stellar1 * + h2 {
  margin-top: 117px;
}
.stellar1 * + .search1 {
  margin-top: 62px;
}
@media (max-width: 479px) {
  .stellar1 {
    padding-bottom: 70px;
  }
  .stellar1 * + h2 {
    margin-top: 50px;
  }
}
.page2 .stellar1 {
  padding-bottom: 57px;
}
.stellar2 {
  background-image: url(../images/page1-img2.jpg);
  background-position: center 0%;
  padding: 93px 0 121px;
}
.stellar2 .icon {
  margin-top: 10px;
}
.stellar2 h2 {
  color: #ffffff;
  display: inline-block;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .stellar2 h2 {
    font-size: 58px;
  }
}
@media (max-width: 479px) {
  .stellar2 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.stellar3 {
  background-image: url(../images/page2-img2.jpg);
  background-position: center 0%;
  padding: 191px 0 95px;
}
.stellar3 h2 {
  color: #ffffff;
  display: block;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .stellar3 h2 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .stellar3 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .stellar3 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.stellar4 {
  background-image: url(../images/page4-img1.jpg);
  background-position: center 0%;
  padding: 180px 0 75px;
}
.stellar4 .icon {
  margin-top: 15px;
}
.stellar4 h5 {
  margin-top: 25px;
}
.stellar4 h2 {
  color: #ffffff;
  display: block;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .stellar4 h2 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .stellar4 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .stellar4 h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.search {
  display: block;
  float: right;
  position: relative;
  width: 213px;
  margin-right: 29px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search .input_wrap {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}
.search input {
  width: 80%;
  font: normal 13px/17px 'Droid Sans', sans-serif;
  display: block;
  position: relative;
  padding-left: 20px;
  height: 100%;
  outline: none;
  background-color: transparent;
  color: #464646;
  border: none;
  overflow: hidden;
  margin: 0;
}
.search a {
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 7px;
}
.search a:hover {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.ie8 .search a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
@media (max-width: 767px) {
  .search {
    width: 100%;
    margin-top: 10px;
    float: none;
  }
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  font-size: 26px;
  z-index: 20;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #679afb;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:hover {
  background: #000000;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
