/* 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 {

  -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, select {border: 1px solid #c4c5c7;height: 45px !important;font-size: 17px;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;

	color: #fcd602;

	font-family: 'McLaren';

	font-size: 18px;

}

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 .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%;

}

/* Background Awesomeness

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

#night {

  position: absolute;

  top: 0;

  background: url("images/night.png") no-repeat center;

  background-size: cover;

  width: 100%;

  height: 1032px;

  z-index: -10;

}

.back {

  position: fixed;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  -ms-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;

}

#stars1 {

  top: 0;

  background: url("images/stars1.png") repeat-x;

  height: 249px;

  width: 100%;

  z-index: -5;

  -webkit-animation: waves 20s linear infinite;

  -moz-animation: waves 20s linear infinite;

  animation: waves 20s linear infinite;

}
.new-cource p{
color:#31a456;
    
}
.mt-1{
      margin-top:20px;
}
.populer{

color:#ffd800;
}
.new-cource .caption{
    color:#fff   !important; 
}

#stars2 {

  top: 0;

  background: url("images/stars2.png") repeat-x;

  height: 600px;

  width: 100%;

  z-index: -5;

}

#cloud1 {

  top: 10px;

  background: url("images/cloud-left-1.png") no-repeat center;

  height: 244px;

  width: 383px;

  z-index: -12;

  -webkit-backface-visibility: hidden;

}

#cloud2 {

  top: 190px;

  left: 184px;

  background: url("images/cloud-left-2.png") no-repeat center;

  height: 177px;

  width: 247px;

  z-index: -12;

  -webkit-backface-visibility: hidden;

}

#cloud3 {

  top: 410px;

  background: url("images/cloud-left-3.png") no-repeat center;

  height: 58px;

  width: 284px;

  z-index: -12;

  -webkit-backface-visibility: hidden;

}

#cloud4 {

  top: 0;

  right: 0;

  background: url("images/cloud-right-1.png") no-repeat center;

  height: 205px;

  width: 234px;

  z-index: -12;

  -webkit-backface-visibility: hidden;

}

#cloud5 {

  top: 290px;

  right: 0;

  background: url("images/cloud-right-2.png") no-repeat center;

  height: 155px;

  width: 301px;

  z-index: -12;

  -webkit-backface-visibility: hidden;

}

/* Defaults

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

@font-face {

  font-family: 'McLaren';

  src: url('font/mclaren-regular-webfont.eot');

  src: url('font/mclaren-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('font/mclaren-regular-webfont.woff') format('woff'), url('font/mclaren-regular-webfont.ttf') format('truetype'), url('font/mclaren-regular-webfont.svg#mclarenregular') format('svg');

  font-weight: normal;

  font-style: normal;

}

body {

	min-height: 100%;

	overflow-x: hidden;

	background-color: #31a456;

	background-image: url(images/background.jpg);

	background-repeat: repeat;

}

.center-align {

  width: 1000px;

  margin: 0 auto;

}

p {

  font-family: 'Arial';

  font-size: 12px;

  line-height: 18px;

  color: #fff;

}

a,

h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: 'McLaren';

  text-transform: none;

}

a.more {

  font-family: 'Arial';

  -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;

  color: #fff;

  font-size: 12px;

  width: 58px;

  height: 26px;

  line-height: 22px;

  text-align: center;

  background: url("images/btn-small.png") no-repeat center;

}

a.more:hover {

  background: url("images/btn-small-h.png") no-repeat center;

}

a.more:active {

  padding-top: 2px;

}

/* Header

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

header .center-align {

  position: relative;

}

header .logo {

  background: url("images/logo.png") no-repeat center;

  width: 280px;

  height: 110px;

  margin-top: 15px;

  margin-left: -22px;

  position: relative;

}

header .logo span {

  position: absolute;

  left: 90px;

  top: 97px;

  font-family: 'Mclaren';

  font-size: 15px;

  color: #ffd800;

  letter-spacing: 0.291em;

}

header .social {

  margin-top: 30px;

  position: relative;

}

header .social form {

  float: right;

}

header .social .search-inp {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  font-family: 'Arial';

  width: 209px;

  height: 45px;

  padding: 10px 40px 10px 20px;

  outline: 0;

  margin: 0;

  border: 0;

  background: transparent url("images/search.png") no-repeat center;

}

header .social .search-btn {

  position: absolute;

  background: url("images/lupa.png") no-repeat center;

  width: 20px;

  height: 20px;

  top: 13px;

  right: 16px;

}

header .social ul {

  float: left;

  margin-top: 10px;

  margin-right: 10px;

}

header .social ul li {

  float: left;

  margin-right: 10px;

  -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;

  overflow: hidden;

  background: url(images/social.png) no-repeat;

}

header .social ul li a {

  width: inherit;

  height: inherit;

  display: block;

}

header .social ul li.facebook {

  width: 36px;

  height: 34px;

  background-position: -2px -2px;

}

header .social ul li.facebook:hover {

  width: 36px;

  height: 34px;

  background-position: -2px -43px;

}

header .social ul li.instagram {

  width: 34px;

  height: 36px;

  background-position: -43px -2px;

}

header .social ul li.instagram:hover {

  width: 34px;

  height: 36px;

  background-position: -43px -43px;

}

header .social ul li.pinterest {

  width: 35px;

  height: 36px;

  background-position: -82px -2px;

}

header .social ul li.pinterest:hover {

  width: 35px;

  height: 36px;

  background-position: -82px -43px;

}

header .social ul li.twitter {

  width: 35px;

  height: 32px;

  background-position: -122px -2px;

}

header .social ul li.twitter:hover {

  width: 35px;

  height: 32px;

  background-position: -122px -43px;

}

header .social ul li.youtube {

  width: 35px;

  height: 35px;

  background-position: -162px -2px;

}

header .social ul li.youtube:hover {

  width: 35px;

  height: 35px;

  background-position: -162px -43px;

}

header .drop-menu {

  display: none;

}

header nav {

  position: absolute;

  top: 102px;

  right: 0;

}

header nav > ul > li {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  float: left;

  margin-left: 5px;

  padding: 6px 8px;

  border: 2px solid rgba(255, 255, 255, 0);

  -webkit-border-top-right-radius: 40px;

  -webkit-border-bottom-right-radius: 40px;

  -webkit-border-bottom-left-radius: 40px;

  -webkit-border-top-left-radius: 40px;

  -moz-border-radius-topright: 40px;

  -moz-border-radius-bottomright: 40px;

  -moz-border-radius-bottomleft: 40px;

  -moz-border-radius-topleft: 40px;

  border-top-right-radius: 40px;

  border-bottom-right-radius: 40px;

  border-bottom-left-radius: 40px;

  border-top-left-radius: 40px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-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;

  position: relative;

}

header nav > ul > li:hover > ul {

  visibility: visible;

  opacity: 1;

}

header nav > ul > li > ul {

  position: absolute;

  left: 50%;

  margin-left: -65px;

  top: 50px;

  z-index: 90;

  width: 130px;

  background: rgba(17, 47, 90, 0.9);

  -webkit-border-top-right-radius: 20px;

  -webkit-border-bottom-right-radius: 20px;

  -webkit-border-bottom-left-radius: 20px;

  -webkit-border-top-left-radius: 20px;

  -moz-border-radius-topright: 20px;

  -moz-border-radius-bottomright: 20px;

  -moz-border-radius-bottomleft: 20px;

  -moz-border-radius-topleft: 20px;

  border-top-right-radius: 20px;

  border-bottom-right-radius: 20px;

  border-bottom-left-radius: 20px;

  border-top-left-radius: 20px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);

  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);

  opacity: 0;

  visibility: hidden;

  -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;

}

header nav > ul > li > ul:after {

  content: '';

  position: absolute;

  background: url("images/triang.png") no-repeat center bottom;

  width: 100%;

  height: 20px;

  bottom: 98.5%;

  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);

  -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);

  box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);

}

header nav > ul > li > ul > li {

  text-align: center ;

  position: relative;

  width: 90%;

  margin: 2px auto;

}

header nav > ul > li > ul > li:first-child {

  margin-top: 20px;

}

header nav > ul > li > ul > li:last-child {

  margin-bottom: 20px;

}

header nav > ul > li > ul > li:hover {

  background: #061c3b;

  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);

  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);

  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);

  -webkit-border-top-right-radius: 20px;

  -webkit-border-bottom-right-radius: 20px;

  -webkit-border-bottom-left-radius: 20px;

  -webkit-border-top-left-radius: 20px;

  -moz-border-radius-topright: 20px;

  -moz-border-radius-bottomright: 20px;

  -moz-border-radius-bottomleft: 20px;

  -moz-border-radius-topleft: 20px;

  border-top-right-radius: 20px;

  border-bottom-right-radius: 20px;

  border-bottom-left-radius: 20px;

  border-top-left-radius: 20px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

}

header nav > ul > li > ul > li:hover > ul {

  visibility: visible;

  opacity: 1;

}

header nav > ul > li > ul > li > ul {

  position: absolute;

  left: 100%;

  margin-left: 6px;

  top: 0;

  z-index: 90;

  width: 130px;

  background: rgba(17, 47, 90, 0.9);

  -webkit-border-top-right-radius: 20px;

  -webkit-border-bottom-right-radius: 20px;

  -webkit-border-bottom-left-radius: 20px;

  -webkit-border-top-left-radius: 0;

  -moz-border-radius-topright: 20px;

  -moz-border-radius-bottomright: 20px;

  -moz-border-radius-bottomleft: 20px;

  -moz-border-radius-topleft: 0;

  border-top-right-radius: 20px;

  border-bottom-right-radius: 20px;

  border-bottom-left-radius: 20px;

  border-top-left-radius: 0;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);

  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);

  opacity: 0;

  visibility: hidden;

  -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;

}

header nav > ul > li > ul > li > ul > li {

  text-align: center ;

  position: relative;

  width: 90%;

  margin: 2px auto;

}

header nav > ul > li > ul > li > ul > li:first-child {

  margin-top: 20px;

}

header nav > ul > li > ul > li > ul > li:last-child {

  margin-bottom: 20px;

}

header nav > ul > li > ul > li > ul > li:hover {

  background: #061c3b;

  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);

  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);

  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);

  -webkit-border-top-right-radius: 20px;

  -webkit-border-bottom-right-radius: 20px;

  -webkit-border-bottom-left-radius: 20px;

  -webkit-border-top-left-radius: 20px;

  -moz-border-radius-topright: 20px;

  -moz-border-radius-bottomright: 20px;

  -moz-border-radius-bottomleft: 20px;

  -moz-border-radius-topleft: 20px;

  border-top-right-radius: 20px;

  border-bottom-right-radius: 20px;

  border-bottom-left-radius: 20px;

  border-top-left-radius: 20px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

}

header nav > ul > li > ul > li a {

  padding: 6px 15px;

  height: 29px;

  -webkit-border-top-right-radius: 20px;

  -webkit-border-bottom-right-radius: 20px;

  -webkit-border-bottom-left-radius: 20px;

  -webkit-border-top-left-radius: 20px;

  -moz-border-radius-topright: 20px;

  -moz-border-radius-bottomright: 20px;

  -moz-border-radius-bottomleft: 20px;

  -moz-border-radius-topleft: 20px;

  border-top-right-radius: 20px;

  border-bottom-right-radius: 20px;

  border-bottom-left-radius: 20px;

  border-top-left-radius: 20px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  font-size: 12px;

  line-height: 29px;

}

header nav > ul > li:hover {

  border: 2px solid rgba(255, 255, 255, 0.2);

}

header nav > ul > li.active {

  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);

  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);

  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);

  border: 2px solid rgba(255, 255, 255, 0);

  background: rgba(0, 0, 0, 0.2);

}

header nav > ul > li a {

  font-size: 16px;

  color: #fff;

}

/* Dotted Line

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

.dotted-line {

  width: 100%;

  height: 1px;

  border-bottom: 2px dashed rgba(255, 255, 255, 0.2);

}

/* Slider

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

#slider {

  width: 100%;

  height: 356px;

  margin-top: 50px;

  position: relative;

  -webkit-border-top-right-radius: 80px;

  -webkit-border-bottom-right-radius: 80px;

  -webkit-border-bottom-left-radius: 80px;

  -webkit-border-top-left-radius: 80px;

  -moz-border-radius-topright: 80px;

  -moz-border-radius-bottomright: 80px;

  -moz-border-radius-bottomleft: 80px;

  -moz-border-radius-topleft: 80px;

  border-top-right-radius: 80px;

  border-bottom-right-radius: 80px;

  border-bottom-left-radius: 80px;

  border-top-left-radius: 80px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  -webkit-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, 0.2);

  box-shadow: 0 50px 30px -40px rgba(0, 0, 0, 0.2);

}

#slider .wood {

  position: absolute;

  background: url("images/home/wood.png") no-repeat center;

  width: 501px;

  height: 248px;

  top: 50%;

  margin-top: -106px;

  right: -50px;

  z-index: 3;

}

#slider .wood .text {

  display: block;

  position: absolute;

  top: 35px;

  left: 75px;

  z-index: 50;

}

#slider .wood .text .category {

  font-family: 'McLaren';

  font-size: 14px;

  color: #ffd800;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

}

#slider .wood .text .caption {

  margin: 5px 0 3px 0;

  font-size: 33px;

  color: #ffd800;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

}

#slider .wood .text .content {

  font-size: 14px;

  width: 340px;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

}

#slider img {

  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);

  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);

  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);

  -webkit-border-top-right-radius: 40px;

  -webkit-border-bottom-right-radius: 40px;

  -webkit-border-bottom-left-radius: 40px;

  -webkit-border-top-left-radius: 40px;

  -moz-border-radius-topright: 40px;

  -moz-border-radius-bottomright: 40px;

  -moz-border-radius-bottomleft: 40px;

  -moz-border-radius-topleft: 40px;

  border-top-right-radius: 40px;

  border-bottom-right-radius: 40px;

  border-bottom-left-radius: 40px;

  border-top-left-radius: 40px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  width: 100%;

  margin-top: 1px;

}

#slider .flex-direction-nav a {

  position: absolute;

  top: 50%;

  margin-top: -30px;

  width: 59px;

  height: 59px;

  -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;

  z-index: 15;

}

#slider .flex-direction-nav a.flex-prev {

  left: -30px;

  background: url("images/home/nav-left.png") no-repeat center;

}

#slider .flex-direction-nav a.flex-prev:hover {

  background: url("images/home/nav-left-h.png") no-repeat center;

}

#slider .flex-direction-nav a.flex-prev:active {

  top: 50.5%;

}

#slider .flex-direction-nav a.flex-next {

  right: -30px;

  background: url("images/home/nav-right.png") no-repeat center;

}

#slider .flex-direction-nav a.flex-next:hover {

  background: url("images/home/nav-right-h.png") no-repeat center;

}

#slider .flex-direction-nav a.flex-next:active {

  top: 50.5%;

}

/* Title Page

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

.title-page {

  margin-top: 90px;

  margin-bottom: 30px;

  height: 40px;

}

.title-page h2 {

  float: left;

  font-size: 33px;

  color: #ffd800;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

}

.title-page .page {

  padding-top: 12px;

  font: 12px 'Arial';

  float: right;

  color: #fff;

}

.title-page .page .home {

  float: left;

  margin-right: 10px;

  background: url("images/home.png") no-repeat center;

  width: 12px;

  height: 14px;

}

.title-page .page .arrow {

  font-size: 13px;

}

.title-page .page 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;

  font-family: 'Arial';

  color: #ffd800;

}

.title-page .page a:hover {

  opacity: 0.7;

}

/* Pagination

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

article.pagination {

  margin: 10px 0 75px;

  width: 100%;

  text-align: center;

}

article.pagination.gall {

  margin-top: 0;

}

article.pagination a {

  background: url("images/pagination.png") no-repeat;

  display: inline-block;

  overflow: hidden;

  width: 36px;

  height: 36px;

  line-height: 36px;

  margin: 0 3px;

  font: 15px 'Arial';

  color: #ffd800;

  padding-top: 8px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

article.pagination a:nth-child(4n+1) {

  background-position: -2px -2px;

}

article.pagination a:nth-child(4n+1):hover,

article.pagination a:nth-child(4n+1).active {

  background-position: -2px -43px;

  color: #fff;

}

article.pagination a:nth-child(4n+2) {

  background-position: -43px -2px;

}

article.pagination a:nth-child(4n+2):hover,

article.pagination a:nth-child(4n+2).active {

  background-position: -41px -43px;

  color: #fff;

}

article.pagination a:nth-child(4n+3) {

  background-position: -43px -2px;

}

article.pagination a:nth-child(4n+3):hover,

article.pagination a:nth-child(4n+3).active {

  background-position: -41px -43px;

  color: #fff;

}

article.pagination a:nth-child(4n+4) {

  background-position: -83px -2px;

}

article.pagination a:nth-child(4n+4):hover,

article.pagination a:nth-child(4n+4).active {

  background-position: -81px -43px;

  color: #fff;

}

/* Home > About Us

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

article.about-us-home {

  margin-top: 65px;

}

article.about-us-home aside {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  float: left;

}

article.about-us-home .about {

  width: 63%;

  border-right: 2px dashed rgba(255, 255, 255, 0.2);

}

article.about-us-home .about .img {

  float: left;

  position: relative;

}

article.about-us-home .about .img img {

  -webkit-border-top-right-radius: 5px;

  -webkit-border-bottom-right-radius: 5px;

  -webkit-border-bottom-left-radius: 5px;

  -webkit-border-top-left-radius: 5px;

  -moz-border-radius-topright: 5px;

  -moz-border-radius-bottomright: 5px;

  -moz-border-radius-bottomleft: 5px;

  -moz-border-radius-topleft: 5px;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;

  border-top-left-radius: 5px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  border: 13px solid rgba(0, 0, 0, 0.3);

  -webkit-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  -moz-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

}

article.about-us-home .about h2 {

  font-size: 33px;

  color: #ffd800;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

  margin: 0 0 5px 0;

}

article.about-us-home .about .text {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  width: 328px;

  float: right;

  padding-right: 30px;

}

article.about-us-home .list {

  width: 37%;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding-left: 30px;

}

article.about-us-home .list li {

  height: auto;

  margin-bottom: 17px;

}

article.about-us-home .list li .icon {

  float: left;

  margin-right: 30px;

  width: 51px;

  height: 51px;

}

article.about-us-home .list li .icon.i1 {

  background: url("images/home/about-1.png") no-repeat center;

}

article.about-us-home .list li .icon.i2 {

  background: url("images/home/about-2.png") no-repeat center;

}

article.about-us-home .list li .icon.i3 {

  background: url("images/home/about-3.png") no-repeat center;

}

article.about-us-home .list li .caption {

  font-size: 19px;

  color: #ffd800;

}

article.about-us-home .list li .caption:hover {

  text-decoration: underline;

}

/* About Us Page

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

article.about-us {

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

  margin-bottom: 27px;

}

article.about-us .col-6 {

  margin-top: 40px;

}

article.about-us .text {

  padding-right: 5px;

}

article.about-us .text p {

  font-size: 14px;

  line-height: 22px;

}

article.about-us .slider {

  padding-left: 30px;

}

article.about-us #about-slider {

  width: 100%;

  position: relative;

}

article.about-us #about-slider img {

  border: 13px solid rgba(0, 0, 0, 0.3);

  width: 100%;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-border-top-right-radius: 5px;

  -webkit-border-bottom-right-radius: 5px;

  -webkit-border-bottom-left-radius: 5px;

  -webkit-border-top-left-radius: 5px;

  -moz-border-radius-topright: 5px;

  -moz-border-radius-bottomright: 5px;

  -moz-border-radius-bottomleft: 5px;

  -moz-border-radius-topleft: 5px;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;

  border-top-left-radius: 5px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  -webkit-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  -moz-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

}

article.about-us #about-slider .flex-direction-nav a {

  position: absolute;

  top: 50%;

  margin-top: -30px;

  width: 59px;

  height: 59px;

  -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;

  z-index: 15;

}

article.about-us #about-slider .flex-direction-nav a.flex-prev {

  left: -20px;

  background: url("images/home/nav-left.png") no-repeat center;

}

article.about-us #about-slider .flex-direction-nav a.flex-prev:hover {

  background: url("images/home/nav-left-h.png") no-repeat center;

}

article.about-us #about-slider .flex-direction-nav a.flex-prev:active {

  top: 50.5%;

}

article.about-us #about-slider .flex-direction-nav a.flex-next {

  right: -20px;

  background: url("images/home/nav-right.png") no-repeat center;

}

article.about-us #about-slider .flex-direction-nav a.flex-next:hover {

  background: url("images/home/nav-right-h.png") no-repeat center;

}

article.about-us #about-slider .flex-direction-nav a.flex-next:active {

  top: 50.5%;

}





/* About Us > Our Teachers

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

article.our-teachers {

  margin-top: 45px;

  margin-bottom: 10px;

}

article.our-teachers .title {

  display: block;

  text-align: center;

  font-size: 33px;

  color: #ffd800;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

  position: relative;

}

article.our-teachers .title:before {

  content: "";

  position: absolute;

  background: url("images/title-wave.png") no-repeat center;

  width: 213px;

  height: 100%;

  left: 80px;

  top: 0;

}

article.our-teachers .title:after {

  content: "";

  position: absolute;

  background: url("images/title-wave.png") no-repeat center;

  width: 213px;

  height: 100%;

  right: 80px;

  top: 0;

  -moz-transform: scaleX(-1);

  -o-transform: scaleX(-1);

  -webkit-transform: scaleX(-1);

  transform: scaleX(-1);

}

article.our-teachers .col-4:nth-child(3n+1) {

  padding-right: 6px;

}

article.our-teachers .col-4:nth-child(3n+2) {

  padding-left: 3px;

  padding-right: 3px;

}

article.our-teachers .col-4:nth-child(3n+3) {

  padding-left: 6px;

}

article.our-teachers .col-4 .back-frame {

  background: url("images/about-us/back.png") no-repeat center;

  width: 330px;

  height: 500px;

}

article.our-teachers .col-4 .back-frame > h3 {

  text-align: center;

  font-size: 24px;

  color: #895830;

  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.2);

  margin: 0;

  padding: 15px 0;

}

article.our-teachers .col-4 .back-frame > p {

	text-align:left;

	font-size: 14px;

	color: #333333;

	padding-top: 0;

	padding-right: 15px;

	padding-bottom: 0;

	padding-left: 20px;

}

article.our-teachers .col-4 .image {

  width: 281px;

  position: relative;

  margin: 0 auto;

  padding-top: 23px;

}

article.our-teachers .col-4 .image img {

  width: 100%;

  border: 13px solid #daa35f;

  -webkit-border-top-right-radius: 5px;

  -webkit-border-bottom-right-radius: 5px;

  -webkit-border-bottom-left-radius: 5px;

  -webkit-border-top-left-radius: 5px;

  -moz-border-radius-topright: 5px;

  -moz-border-radius-bottomright: 5px;

  -moz-border-radius-bottomleft: 5px;

  -moz-border-radius-topleft: 5px;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;

  border-top-left-radius: 5px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

article.our-teachers .col-4 .image ul {

  position: absolute;

  top: 75%;

  left: 50%;

  margin-left: -61px;

}

article.our-teachers .col-4 .image ul li {

  float: left;

  margin-right: 10px;

  -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;

}

article.our-teachers .col-4 .image ul li a {

  width: 31px;

  height: 31px;

  display: block;

}

article.our-teachers .col-4 .image ul li.facebook {

  background: url("images/about-us/facebook.png") no-repeat center;

}

article.our-teachers .col-4 .image ul li.facebook:hover {

  opacity: 0.7;

}

article.our-teachers .col-4 .image ul li.pinterest {

  background: url("images/about-us/pinterest.png") no-repeat center;

}

article.our-teachers .col-4 .image ul li.pinterest:hover {

  opacity: 0.7;

}

article.our-teachers .col-4 .image ul li.twitter {

  background: url("images/about-us/twitter.png") no-repeat center;

}

article.our-teachers .col-4 .image ul li.twitter:hover {

  opacity: 0.7;

}

/* Home > Recent From Blog

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

article.recent-blog-home {

  margin-top: 35px;

}

article.recent-blog-home .title {

  display: block;

  text-align: center;

  font-size: 33px;

  color: #ffd800;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

  position: relative;

}

article.recent-blog-home .title:before {

  content: "";

  position: absolute;

  background: url("images/title-wave.png") no-repeat center;

  width: 213px;

  height: 100%;

  left: 80px;

  top: 0;

}

article.recent-blog-home .title:after {

  content: "";

  position: absolute;

  background: url("images/title-wave.png") no-repeat center;

  width: 213px;

  height: 100%;

  right: 80px;

  top: 0;

  -moz-transform: scaleX(-1);

  -o-transform: scaleX(-1);

  -webkit-transform: scaleX(-1);

  transform: scaleX(-1);

}

article.recent-blog-home .items .col-3:nth-child(4n+1) {

  padding-right: 15px;

}

article.recent-blog-home .items .col-3:nth-child(4n+2) {

  padding-left: 5px;

  padding-right: 10px;

}

article.recent-blog-home .items .col-3:nth-child(4n+3) {

  padding-left: 10px;

  padding-right: 5px;

}

article.recent-blog-home .items .col-3:nth-child(4n+4) {

  padding-left: 15px;

}

article.recent-blog-home .items img {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  width: 100%;

  border: 13px solid rgba(0, 0, 0, 0.3);

  -webkit-border-top-right-radius: 5px;

  -webkit-border-bottom-right-radius: 5px;

  -webkit-border-bottom-left-radius: 5px;

  -webkit-border-top-left-radius: 5px;

  -moz-border-radius-topright: 5px;

  -moz-border-radius-bottomright: 5px;

  -moz-border-radius-bottomleft: 5px;

  -moz-border-radius-topleft: 5px;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;

  border-top-left-radius: 5px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  -webkit-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  -moz-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  -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;

}

article.recent-blog-home .items a:hover > img {

  border: 13px solid rgba(0, 0, 0, 0.12);

}

article.recent-blog-home .items .info {

  margin-top: 20px;

}

article.recent-blog-home .items .info .time {

  float: left;

  background: url("images/clock.png") no-repeat left;

  height: 14px;

  padding-left: 20px;

  margin-right: 15px;

  line-height: 14px;

  font: 11px 'Arial';

  color: rgba(255, 255, 255, 0.4);

}

article.recent-blog-home .items .info .comments {

  display: inline-block;

  background: url("images/comments.png") no-repeat left;

  height: 14px;

  padding-left: 20px;

  color: rgba(255, 255, 255, 0.4);

  font: 11px 'Arial';

  -webkit-transition: none;

  -moz-transition: none;

  -ms-transition: none;

  -o-transition: none;

  transition: none;

}

article.recent-blog-home .items .info .comments:hover {

  background: url("images/comments-h.png") no-repeat left;

  color: #ffd800;

}

article.recent-blog-home .items .text {

  margin-top: 10px;

}

article.recent-blog-home .items .text a.caption {

  color: #ffd800;

  font-size: 18px;

}

article.recent-blog-home .items .text a.caption:hover {

  text-decoration: underline;

}

article.recent-blog-home .items .text > p {

  margin-top: 5px;

}

/* Blog

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

article.blog .items {

  margin-top: 45px;

}

article.blog .items .col-3 {

  margin-bottom: 15px;

}

article.blog .items .col-3:nth-child(4n+1) {

  padding-right: 15px;

}

article.blog .items .col-3:nth-child(4n+2) {

  padding-left: 5px;

  padding-right: 10px;

}

article.blog .items .col-3:nth-child(4n+3) {

  padding-left: 10px;

  padding-right: 5px;

}

article.blog .items .col-3:nth-child(4n+4) {

  padding-left: 15px;

}

article.blog .items img {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  width: 100%;

  border: 13px solid rgba(0, 0, 0, 0.3);

  -webkit-border-top-right-radius: 5px;

  -webkit-border-bottom-right-radius: 5px;

  -webkit-border-bottom-left-radius: 5px;

  -webkit-border-top-left-radius: 5px;

  -moz-border-radius-topright: 5px;

  -moz-border-radius-bottomright: 5px;

  -moz-border-radius-bottomleft: 5px;

  -moz-border-radius-topleft: 5px;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;

  border-top-left-radius: 5px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  -webkit-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  -moz-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  -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;

}

article.blog .items a:hover > img {

  border: 13px solid rgba(0, 0, 0, 0.12);

}

article.blog .items .info {

  margin-top: 20px;

}

article.blog .items .info .time {

  float: left;

  background: url("images/clock.png") no-repeat left;

  height: 14px;

  padding-left: 20px;

  margin-right: 15px;

  line-height: 14px;

  font: 11px 'Arial';

  color: rgba(255, 255, 255, 0.4);

}

article.blog .items .info .comments {

  display: inline-block;

  background: url("images/comments.png") no-repeat left;

  height: 14px;

  padding-left: 20px;

  color: rgba(255, 255, 255, 0.4);

  font: 11px 'Arial';

  -webkit-transition: none;

  -moz-transition: none;

  -ms-transition: none;

  -o-transition: none;

  transition: none;

}

article.blog .items .info .comments:hover {

  background: url("images/comments-h.png") no-repeat left;

  color: #ffd800;

}

article.blog .items .text {

  margin-top: 10px;

}

article.blog .items .text a.caption {

  color: #ffd800;

  font-size: 18px;

}

article.blog .items .text a.caption:hover {

  text-decoration: underline;

}

article.blog .items .text > p {

  margin-top: 5px;

  margin-bottom: 5px;

}

article.blog .items .wave {

  background: url("images/title-wave.png") no-repeat center;

  width: 100%;

  height: 39px;

}

/* Blog Single

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

article.blog-single {

  margin-top: 45px;

}

article.blog-single .img {

  float: left;

  margin-right: 20px;

}

article.blog-single .img .img-bord {

  border: 13px solid rgba(0, 0, 0, 0.3);

  -webkit-border-top-right-radius: 5px;

  -webkit-border-bottom-right-radius: 5px;

  -webkit-border-bottom-left-radius: 5px;

  -webkit-border-top-left-radius: 5px;

  -moz-border-radius-topright: 5px;

  -moz-border-radius-bottomright: 5px;

  -moz-border-radius-bottomleft: 5px;

  -moz-border-radius-topleft: 5px;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;

  border-top-left-radius: 5px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  -webkit-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  -moz-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

}

article.blog-single .img .info {

  margin-top: 15px;

  text-align: center;

}

article.blog-single .img .info .time {

  background: url("images/clock.png") no-repeat left;

  height: 14px;

  padding-left: 20px;

  margin-right: 15px;

  line-height: 14px;

  font: 11px 'Arial';

  color: rgba(255, 255, 255, 0.4);

}

article.blog-single .img .info .comments {

  display: inline-block;

  background: url("images/comments.png") no-repeat left;

  height: 14px;

  padding-left: 20px;

  margin-right: 15px;

  color: rgba(255, 255, 255, 0.4);

  font: 11px 'Arial';

}

article.blog-single .img .info .by {

  background-repeat: no-repeat;

  background-position: left;

  height: 14px;

  padding-left: 20px;

  line-height: 14px;

  font: 11px 'Arial';

  color: rgba(255, 255, 255, 0.4);

}

article.blog-single .img .wave {

  margin-top: 10px;

  background: url("images/title-wave.png") no-repeat center;

  width: 100%;

  height: 39px;

}

article.blog-single p {

  font-size: 14px;

  line-height: 22px;

}

article.blog-single > h3 {

  margin-top: 25px;

  font-size: 19px;

  color: #ffd800;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

}

article.blog-single > ul {

  margin-bottom: 30px;

}

article.blog-single > ul li {

  list-style: url("images/list.png");

  color: #fff;

  line-height: 30px;

  margin-left: 30px;

  padding-left: 10px;

}

article.blog-single .dotted-line.first {

  margin-top: 25px;

}

article.blog-single .category {

  margin-top: 10px;

}

article.blog-single .category .categ {

  float: left;

  font-size: 14px;

  line-height: 25px;

  color: #fff;

}

article.blog-single .category .share {

  width: 200px;

  float: right;

  font-size: 14px;

  color: #fff;

}

article.blog-single .category .share h4 {

  float: left;

  margin-right: 15px;

  line-height: 25px;

}

article.blog-single .category .share ul li {

  float: left;

  margin-right: 10px;

  -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;

  overflow: hidden;

  background: url(images/social.png) no-repeat;

}

article.blog-single .category .share ul li a {

  width: inherit;

  height: inherit;

  display: block;

}

article.blog-single .category .share ul li.facebook {

  width: 36px;

  height: 34px;

  background-position: -2px -43px;

}

article.blog-single .category .share ul li.facebook:hover {

  width: 36px;

  height: 34px;

  background-position: -2px -2px;

}

article.blog-single .category .share ul li.pinterest {

  width: 35px;

  height: 36px;

  background-position: -82px -43px;

}

article.blog-single .category .share ul li.pinterest:hover {

  width: 35px;

  height: 36px;

  background-position: -82px -2px;

}

article.blog-single .category .share ul li.twitter {

  width: 35px;

  height: 32px;

  background-position: -122px -43px;

}

article.blog-single .category .share ul li.twitter:hover {

  width: 35px;

  height: 32px;

  background-position: -122px -2px;

}

article.blog-single .title {

  margin-top: 50px;

  display: block;

  text-align: center;

  font-size: 33px;

  color: #ffd800;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

  position: relative;

}

article.blog-single .title:before {

  content: "";

  position: absolute;

  background: url("images/title-wave.png") no-repeat center;

  width: 213px;

  height: 100%;

  left: 80px;

  top: 0;

}

article.blog-single .title:after {

  content: "";

  position: absolute;

  background: url("images/title-wave.png") no-repeat center;

  width: 213px;

  height: 100%;

  right: 80px;

  top: 0;

  -moz-transform: scaleX(-1);

  -o-transform: scaleX(-1);

  -webkit-transform: scaleX(-1);

  transform: scaleX(-1);

}

article.blog-single .comments .comment,

article.blog-single .comments .reply {

  margin-bottom: 15px;

}

article.blog-single .comments .comment .avatar,

article.blog-single .comments .reply .avatar {

  width: 131px;

  float: left;

}

article.blog-single .comments .comment .avatar img,

article.blog-single .comments .reply .avatar img {

  border: 13px solid rgba(0, 0, 0, 0.3);

  -webkit-border-top-right-radius: 5px;

  -webkit-border-bottom-right-radius: 5px;

  -webkit-border-bottom-left-radius: 5px;

  -webkit-border-top-left-radius: 5px;

  -moz-border-radius-topright: 5px;

  -moz-border-radius-bottomright: 5px;

  -moz-border-radius-bottomleft: 5px;

  -moz-border-radius-topleft: 5px;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;

  border-top-left-radius: 5px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  -webkit-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  -moz-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

}

article.blog-single .comments .comment .avatar h4,

article.blog-single .comments .reply .avatar h4 {

  color: #ffd800;

  font-size: 16px;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

  text-align: center;

  margin-top: 10px;

}

article.blog-single .comments .comment .text,

article.blog-single .comments .reply .text {

  width: 85%;

  float: right;

}

article.blog-single .comments .comment .text .top,

article.blog-single .comments .reply .text .top {

  height: 25px;

}

article.blog-single .comments .comment .text .top .date,

article.blog-single .comments .reply .text .top .date {

  float: left;

  color: #fff;

  font-size: 13px;

}

article.blog-single .comments .comment .text .top .reply-button,

article.blog-single .comments .reply .text .top .reply-button {

  float: right;

  color: #ffd800;

  font-size: 13px;

}

article.blog-single .comments .comment .text .top .reply-button:hover,

article.blog-single .comments .reply .text .top .reply-button:hover {

  opacity: 0.7;

}

article.blog-single .comments .comment .text > p,

article.blog-single .comments .reply .text > p {

  margin-top: 15px;

}

article.blog-single .comments .reply {

  margin-top: 30px;

}

article.blog-single .comments .reply .enter {

  width: 131px;

  height: 131px;

  float: left;

  margin-right: 19px;

  background: url("images/reply.png") no-repeat center;

}

article.blog-single .comments .reply .avatar {

  width: 131px;

  float: left;

}

article.blog-single .comments .reply .text {

  width: 70%;

  float: right;

}

article.blog-single .respond {

  margin-top: 60px;

  margin-bottom: 100px;

  height: 400px;

  position: relative;

  background: url("images/comments-back.png") no-repeat bottom;

}

article.blog-single .respond .top {

  position: absolute;

  top: -75px;

  background: url("images/photo-gallery/top.png") no-repeat center;

  height: 117px;

  width: 1093px;

  left: 50%;

  margin-left: -546px;

}

article.blog-single .respond .top h2 {

  top: 50px;

  width: 100%;

  position: absolute;

  text-align: center;

  font-size: 33px;

  color: #895830;

  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);

}

article.blog-single .respond form {

  padding-top: 70px;

}

article.blog-single .respond form .col-4 input {

  display: block;

  width: 269px;

  height: 56px;

  margin: 0 auto;

  border: none;

  background-color: transparent;

  background: url("images/comments-small.png") no-repeat center;

  padding: 0 15px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  text-align: center;

  margin-bottom: 15px;

}

article.blog-single .respond form textarea {

  display: block;

  margin: 0 auto;

  width: 937px;

  height: 144px;

  border: none;

  background-color: transparent;

  background: url("images/comments-big.png") no-repeat center;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding: 30px 45px;

  text-align: center;

  font-family: 'Arial' !important;

  overflow: hidden;

}

article.blog-single .respond form .submit {

  margin: 20px auto 0;

  font-family: 'Arial';

  -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;

  text-transform: none;

  display: block;

  color: #fff;

  font-size: 14px;

  width: 76px;

  height: 41px;

  text-align: center;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

  background: url("images/send2.png") no-repeat center;

  line-height: 0;

  padding-top: 0;

  vertical-align: top;

}

article.blog-single .respond form .submit:hover {

  background: url("images/send2-h.png") no-repeat center;

  opacity: 1;

}

article.blog-single .respond form .submit:active {

  margin-top: 22px;

}

/* Contacts

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

article.contacts {

  margin-top: 45px;

}

article.contacts .map {

  float: left;

  margin-right: 20px;

}

article.contacts .map iframe {

  width: 490px;

  height: 340px;

  border: 13px solid rgba(0, 0, 0, 0.3);

  -webkit-border-top-right-radius: 5px;

  -webkit-border-bottom-right-radius: 5px;

  -webkit-border-bottom-left-radius: 5px;

  -webkit-border-top-left-radius: 5px;

  -moz-border-radius-topright: 5px;

  -moz-border-radius-bottomright: 5px;

  -moz-border-radius-bottomleft: 5px;

  -moz-border-radius-topleft: 5px;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;

  border-top-left-radius: 5px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  -webkit-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  -moz-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

article.contacts .contactos {

  margin-top: 35px;

}

article.contacts .adress,

article.contacts .phone,

article.contacts .email {

  margin-left: 40px;

}

article.contacts .adress .icon,

article.contacts .phone .icon,

article.contacts .email .icon {

  float: left;

  width: 44px;

  height: 44px;

  margin-right: 20px;

  margin-left: 40px;

}

article.contacts .adress h3,

article.contacts .phone h3,

article.contacts .email h3 {

  margin-bottom: 0px;

  color: #ffd800;

  font-size: 19px;

}

article.contacts .adress .icon {

  background: url("images/map.png") no-repeat center;

}

article.contacts .phone .icon {

  background: url("images/phone.png") no-repeat center;

}

article.contacts .email .icon {

  background: url("images/messages.png") no-repeat center;

}

article.contacts p {

  font-size: 14px;

  line-height: 22px;

}

article.contacts .respond {

  margin-top: 125px;

  margin-bottom: 40px;

  height: 400px;

  position: relative;

  background: url("images/comments-back.png") no-repeat bottom;

}

article.contacts .respond .top {

  position: absolute;

  top: -75px;

  background: url("images/photo-gallery/top.png") no-repeat center;

  height: 117px;

  width: 1093px;

  left: 50%;

  margin-left: -546px;

}

article.contacts .respond .top h2 {

  top: 50px;

  width: 100%;

  position: absolute;

  text-align: center;

  font-size: 33px;

  color: #895830;

  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);

}

article.contacts .respond form {

  padding-top: 70px;

}

article.contacts .respond form .col-6 input {

  display: block;

  width: 460px;

  height: 56px;

  margin: 0 auto;

  border: none;

  background-color: transparent;

  background: url("images/comments-small.png") no-repeat center;

  padding: 0 15px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  text-align: center;

  margin-bottom: 15px;

}

article.contacts .respond form textarea {

  display: block;

  margin: 0 auto;

  width: 937px;

  height: 144px;

  border: none;

  background-color: transparent;

  background: url("images/comments-big.png") no-repeat center;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  padding: 30px 45px;

  text-align: center;

  font-family: 'Arial' !important;

  overflow: hidden;

}

article.contacts .respond form .submit {

  margin: 20px auto 0;

  font-family: 'Arial';

  -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;

  text-transform: none;

  display: block;

  color: #fff;

  font-size: 14px;

  width: 76px;

  height: 41px;

  text-align: center;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

  background: url("images/send2.png") no-repeat center;

  line-height: 0;

  padding-top: 0;

  vertical-align: top;

}

article.contacts .respond form .submit:hover {

  background: url("images/send2-h.png") no-repeat center;

  opacity: 1;

}

article.contacts .respond form .submit:active {

  margin-top: 22px;

}

/* Rooms

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

article.rooms .line {

  border-bottom: 2px dashed rgba(255, 255, 255, 0.2);

}

article.rooms .line:last-child {

  border-bottom: none;

  margin-bottom: 30px;

}

article.rooms .line > .col-6 {

  margin: 30px 0;

}

/*article.rooms .line > .col-6:nth-child(2n+1) {

  padding-right: 15px;

  border-right: 2px dashed rgba(255, 255, 255, 0.2);

}*/

article.rooms .line > .col-6:nth-child(2n+1) .img {

  padding-left: 5px;

}

article.rooms .line > .col-6:nth-child(2n+1) .img img {

  border: 13px solid rgba(0, 0, 0, 0.3);

  float: right;

  -webkit-border-top-right-radius: 5px;

  -webkit-border-bottom-right-radius: 5px;

  -webkit-border-bottom-left-radius: 5px;

  -webkit-border-top-left-radius: 5px;

  -moz-border-radius-topright: 5px;

  -moz-border-radius-bottomright: 5px;

  -moz-border-radius-bottomleft: 5px;

  -moz-border-radius-topleft: 5px;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;

  border-top-left-radius: 5px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  -webkit-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  -moz-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  width: 237px;

  height: auto;

}

article.rooms .line > .col-6:nth-child(2n+1) .text {

  padding-right: 8px;

  float: left;

  text-align: right;

}

article.rooms .line > .col-6:nth-child(2n+1) .text h3 a {

  width: 100%;

  margin-bottom: 5px;

  font-size: 18px;

  color: #ffd800;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

}

article.rooms .line > .col-6:nth-child(2n+1) .text h3 a:hover {

  text-decoration: underline;

}

article.rooms .line > .col-6:nth-child(2n+1) .text p {

  text-align: right;

  line-height: 16px;

}

article.rooms .line > .col-6:nth-child(2n+1) .text a {

  float: right;

}

article.rooms .line > .col-6:nth-child(2n+2) {

  padding-left: 15px;

}

article.rooms .line > .col-6:nth-child(2n+2) .img {

  padding-right: 5px;

}

article.rooms .line > .col-6:nth-child(2n+2) .img img {

  border: 13px solid rgba(0, 0, 0, 0.3);

  float: right;

  -webkit-border-top-right-radius: 5px;

  -webkit-border-bottom-right-radius: 5px;

  -webkit-border-bottom-left-radius: 5px;

  -webkit-border-top-left-radius: 5px;

  -moz-border-radius-topright: 5px;

  -moz-border-radius-bottomright: 5px;

  -moz-border-radius-bottomleft: 5px;

  -moz-border-radius-topleft: 5px;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;

  border-top-left-radius: 5px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  -webkit-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  -moz-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  width: 237px;

  height: auto;

}

article.rooms .line > .col-6:nth-child(2n+2) .text {

  padding-left: 8px;

  float: right;

  text-align: left;

}

article.rooms .line > .col-6:nth-child(2n+2) .text h3 a {

  width: 100%;

  margin-bottom: 5px;

  font-size: 18px;

  color: #ffd800;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

}

article.rooms .line > .col-6:nth-child(2n+2) .text h3 a:hover {

  text-decoration: underline;

}

article.rooms .line > .col-6:nth-child(2n+2) .text p {

  text-align: left;

  line-height: 16px;

}

article.rooms .line > .col-6:nth-child(2n+2) .text a {

  float: left;

}

article.rooms .title {

  display: block;

  text-align: center;

  font-size: 33px;

  color: #ffd800;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

  position: relative;

}

article.rooms .title:before {

  content: "";

  position: absolute;

  background: url("images/title-wave.png") no-repeat center;

  width: 213px;

  height: 100%;

  left: 80px;

  top: 0;

}

article.rooms .title:after {

  content: "";

  position: absolute;

  background: url("images/title-wave.png") no-repeat center;

  width: 213px;

  height: 100%;

  right: 80px;

  top: 0;

  -moz-transform: scaleX(-1);

  -o-transform: scaleX(-1);

  -webkit-transform: scaleX(-1);

  transform: scaleX(-1);

}

article.rooms.opened .line > .col-6:nth-child(2n+1) {

  border-right: none;

}

/* Rooms Opened

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

article.rooms-opened {

  margin-top: 40px;

  margin-bottom: 65px;

}

article.rooms-opened p {

  font-size: 14px;

  line-height: 22px;

}

article.rooms-opened #room-slider {

  width: 490px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  float: left;

  margin-right: 30px;

  position: relative;

}

article.rooms-opened #room-slider img {

  border: 13px solid rgba(0, 0, 0, 0.3);

  width: 100%;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-border-top-right-radius: 5px;

  -webkit-border-bottom-right-radius: 5px;

  -webkit-border-bottom-left-radius: 5px;

  -webkit-border-top-left-radius: 5px;

  -moz-border-radius-topright: 5px;

  -moz-border-radius-bottomright: 5px;

  -moz-border-radius-bottomleft: 5px;

  -moz-border-radius-topleft: 5px;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;

  border-top-left-radius: 5px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  -webkit-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  -moz-box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

  box-shadow: 0 2px 0 -1px rgba(255, 255, 255, 0.2);

}

article.rooms-opened #room-slider .flex-direction-nav a {

  position: absolute;

  top: 50%;

  margin-top: -30px;

  width: 59px;

  height: 59px;

  -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;

  z-index: 15;

}

article.rooms-opened #room-slider .flex-direction-nav a.flex-prev {

  left: -20px;

  background: url("images/home/nav-left.png") no-repeat center;

}

article.rooms-opened #room-slider .flex-direction-nav a.flex-prev:hover {

  background: url("images/home/nav-left-h.png") no-repeat center;

}

article.rooms-opened #room-slider .flex-direction-nav a.flex-prev:active {

  top: 50.5%;

}

article.rooms-opened #room-slider .flex-direction-nav a.flex-next {

  right: -20px;

  background: url("images/home/nav-right.png") no-repeat center;

}

article.rooms-opened #room-slider .flex-direction-nav a.flex-next:hover {

  background: url("images/home/nav-right-h.png") no-repeat center;

}

article.rooms-opened #room-slider .flex-direction-nav a.flex-next:active {

  top: 50.5%;

}

/* Gallery

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

article.gallery {

  background: url("images/gallery/gallery.png") no-repeat top;

  height: 784px;

  width: 100%;

  margin-top: 45px;

  padding: 24px 29px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

article.gallery a:hover > img {

  outline: 6px solid #f8df7a;

  outline-offset: -4px;

}

article.gallery img {

  margin: 7px;

  outline: 2px solid #f8df7a;

  -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;

  -webkit-box-shadow: 1px 1px 0 2px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 1px 1px 0 2px rgba(0, 0, 0, 0.2);

  box-shadow: 1px 1px 0 2px rgba(0, 0, 0, 0.2);

}

article.gallery .items1 img {

  float: left;

}

article.gallery .items2 img {

  float: right;

}

/* Gallery Opened

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

article.gallery-opened {

  margin-top: 42px;

}

article.gallery-opened #gallery-slider {

  background: url("images/gallery/gallery-opened.png") no-repeat center;

  width: 100%;

  height: 636px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  margin-right: 30px;

  position: relative;

  text-align: center;

}

article.gallery-opened #gallery-slider img {

  -webkit-border-top-right-radius: 30px;

  -webkit-border-bottom-right-radius: 30px;

  -webkit-border-bottom-left-radius: 30px;

  -webkit-border-top-left-radius: 30px;

  -moz-border-radius-topright: 30px;

  -moz-border-radius-bottomright: 30px;

  -moz-border-radius-bottomleft: 30px;

  -moz-border-radius-topleft: 30px;

  border-top-right-radius: 30px;

  border-bottom-right-radius: 30px;

  border-bottom-left-radius: 30px;

  border-top-left-radius: 30px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  margin: 42px auto 0;

}

article.gallery-opened #gallery-slider .flex-control-nav {

  position: absolute;

  text-align: center;

  width: 100%;

  bottom: 60px;

}

article.gallery-opened #gallery-slider .flex-control-nav li {

  margin: 0 5px;

  display: inline-block;

  zoom: 1;

  *display: inline;

}

article.gallery-opened #gallery-slider .flex-control-nav li a {

  cursor: pointer;

  width: 16px;

  height: 16px;

  display: block;

  text-indent: -9999px;

  background: url("images/punct.png") no-repeat center;

  -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;

}

article.gallery-opened #gallery-slider .flex-control-nav li a:hover {

  background: url("images/punct-h.png") no-repeat center;

}

article.gallery-opened #gallery-slider .flex-control-nav li a.flex-active {

  background: url("images/punct-h.png") no-repeat center;

  cursor: default;

}

article.gallery-opened #gallery-slider .flex-direction-nav a {

  position: absolute;

  top: 50%;

  margin-top: -30px;

  width: 59px;

  height: 59px;

  -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;

  z-index: 15;

}

article.gallery-opened #gallery-slider .flex-direction-nav a.flex-prev {

  left: -20px;

  background: url("images/home/nav-left.png") no-repeat center;

}

article.gallery-opened #gallery-slider .flex-direction-nav a.flex-prev:hover {

  background: url("images/home/nav-left-h.png") no-repeat center;

}

article.gallery-opened #gallery-slider .flex-direction-nav a.flex-prev:active {

  top: 50.5%;

}

article.gallery-opened #gallery-slider .flex-direction-nav a.flex-next {

  right: -20px;

  background: url("images/home/nav-right.png") no-repeat center;

}

article.gallery-opened #gallery-slider .flex-direction-nav a.flex-next:hover {

  background: url("images/home/nav-right-h.png") no-repeat center;

}

article.gallery-opened #gallery-slider .flex-direction-nav a.flex-next:active {

  top: 50.5%;

}

article.gallery-opened .title {

  margin-top: 10px;

  display: block;

  text-align: center;

  font-size: 33px;

  color: #ffd800;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

  position: relative;

}

article.gallery-opened .title:before {

  content: "";

  position: absolute;

  background: url("images/title-wave.png") no-repeat center;

  width: 213px;

  height: 100%;

  left: 80px;

  top: 0;

}

article.gallery-opened .title:after {

  content: "";

  position: absolute;

  background: url("images/title-wave.png") no-repeat center;

  width: 213px;

  height: 100%;

  right: 80px;

  top: 0;

  -moz-transform: scaleX(-1);

  -o-transform: scaleX(-1);

  -webkit-transform: scaleX(-1);

  transform: scaleX(-1);

}

article.gallery-opened p {

	font-size: 14px;

	line-height: 22px;

}

article.gallery-opened .dotted-line {

  margin-top: 40px;

}

article.gallery-opened .info {

  margin-top: 10px;

  margin-bottom: 70px;

}

article.gallery-opened .info .categ {

  float: left;

  font-size: 14px;

  line-height: 25px;

  color: #fff;

}

article.gallery-opened .info .share {

  width: 200px;

  float: right;

  font-size: 14px;

  color: #fff;

}

article.gallery-opened .info .share h4 {

  float: left;

  margin-right: 15px;

  line-height: 25px;

}

article.gallery-opened .info .share ul li {

  float: left;

  margin-right: 10px;

  -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;

  overflow: hidden;

  background: url(images/social.png) no-repeat;

}

article.gallery-opened .info .share ul li a {

  width: inherit;

  height: inherit;

  display: block;

}

article.gallery-opened .info .share ul li.facebook {

  width: 36px;

  height: 34px;

  background-position: -2px -43px;

}

article.gallery-opened .info .share ul li.facebook:hover {

  width: 36px;

  height: 34px;

  background-position: -2px -2px;

}

article.gallery-opened .info .share ul li.pinterest {

  width: 35px;

  height: 36px;

  background-position: -82px -43px;

}

article.gallery-opened .info .share ul li.pinterest:hover {

  width: 35px;

  height: 36px;

  background-position: -82px -2px;

}

article.gallery-opened .info .share ul li.twitter {

  width: 35px;

  height: 32px;

  background-position: -122px -43px;

}

article.gallery-opened .info .share ul li.twitter:hover {

  width: 35px;

  height: 32px;

  background-position: -122px -2px;

}

/* Photo Gallery

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

.photo-gallery {

  z-index: 10;

  margin-top: 115px;

  height: 380px;

  position: relative;

  background: url("images/photo-gallery/background.png") repeat-y;

  padding: 72px 29px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.photo-gallery a:hover > img {

  outline: 6px solid #f8df7a;

  outline-offset: -4px;

}

.photo-gallery img {

  margin: 7px;

  outline: 2px solid #f8df7a;

  -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;

  -webkit-box-shadow: 1px 1px 0 2px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 1px 1px 0 2px rgba(0, 0, 0, 0.2);

  box-shadow: 1px 1px 0 2px rgba(0, 0, 0, 0.2);

}

.photo-gallery .items1 img {

  float: left;

}

.photo-gallery .items2 img {

  float: right;

}

.photo-gallery #photo-gallery .flex-direction-nav a {

  position: absolute;

  top: 15px;

  margin-top: -30px;

  width: 39px;

  height: 28px;

  -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;

  z-index: 15;

}

.photo-gallery #photo-gallery .flex-direction-nav a.flex-prev {

  left: 320px;

  background: url("images/home/left.png") no-repeat center;

}

.photo-gallery #photo-gallery .flex-direction-nav a.flex-prev:hover {

  background: url("images/home/left-h.png") no-repeat center;

}

.photo-gallery #photo-gallery .flex-direction-nav a.flex-prev:active {

  top: 17px;

}

.photo-gallery #photo-gallery .flex-direction-nav a.flex-next {

  right: 320px;

  background: url("images/home/right.png") no-repeat center;

}

.photo-gallery #photo-gallery .flex-direction-nav a.flex-next:hover {

  background: url("images/home/right-h.png") no-repeat center;

}

.photo-gallery #photo-gallery .flex-direction-nav a.flex-next:active {

  top: 17px;

}

.photo-gallery .top {

  position: absolute;

  top: -75px;

  background: url("images/photo-gallery/top.png") no-repeat center;

  height: 117px;

  width: 1093px;

  left: 50%;

  margin-left: -546px;

}

.photo-gallery .top h2 {

  top: 50px;

  width: 100%;

  position: absolute;

  text-align: center;

  font-size: 33px;

  color: #895830;

  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);

}

.photo-gallery .back {

  position: absolute;

  background: url("images/photo-gallery/back.png") no-repeat center;

  height: 382px;

  width: 963px;

  left: 50%;

  margin-left: -481px;

  top: 60px;

  z-index: -1;

}

.photo-gallery .bottom {

  position: absolute;

  bottom: -156px;

  background: url("images/photo-gallery/bottom.png") no-repeat center;

  height: 156px;

  width: 1069px;

  left: -37px;

  z-index: -2;

}

.photo-gallery .anchor {

  position: absolute;

  background: url("images/photo-gallery/anchor.png") no-repeat center;

  width: 88px;

  height: 238px;

  left: 50%;

  margin-left: -44px;

  bottom: -330px;

  -webkit-transform-origin: 50% 0%;

  -moz-transform-origin: 50% 0%;

  -o-transform-origin: 50% 0%;

  transform-origin: 50% 0%;

  -webkit-animation: anchor 10s ease infinite;

  -moz-animation: anchor 10s ease infinite;

  animation: anchor 10s ease infinite;

}

/* Footer

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

footer {

  position: relative;

  width: 100%;

  height: auto;

}

footer section {

  position: absolute;

  width: 100%;

  bottom: 0px;

  height: 280px;

}

footer section .information {

  padding-right: 20px;

  width: 40%;

}

footer section .information h3 {

  font-size: 16px;

  color: #fff;

  margin-bottom: 10px;

}

footer section .information a {

  float: left;

  clear: both;

  font: 11px 'Arial';

  color: #a2bdcf;

  margin-bottom: 5px;

}

footer section .information a:hover {

  text-decoration: underline;

}

footer section .contacts h3 {

  font-size: 16px;

  color: #fff;

  margin-bottom: 10px;

}

footer section .contacts span {

  float: left;

  clear: both;

  font-family: 'Arial';

  color: #a2bdcf;

  margin-bottom: 5px;
  font-size: 11px !important;

}

footer section .contacts span.tel {

  font-size: 16px;

}

footer section .contacts ul {

  float: left;

  margin-top: 15px;
  

}

footer section .contacts ul li {

  float: left;

  margin-right: 10px;

  -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;

  overflow: hidden;

  background: url(images/social.png) no-repeat;

}

footer section .contacts ul li a {

  width: inherit;

  height: inherit;

  display: block;

}

footer section .contacts ul li.facebook {

  width: 36px;

  height: 34px;

  background-position: -2px -2px;
  

}

footer section .contacts ul li.facebook:hover {

  width: 36px;

  height: 34px;

  background-position: -2px -43px;

}

footer section .contacts ul li.instagram {

  width: 34px;

  height: 36px;

  background-position: -43px -2px;
  

}

footer section .contacts ul li.instagram:hover {

  width: 34px;

  height: 36px;

  background-position: -43px -43px;

}

footer section .contacts ul li.pinterest {

  width: 35px;

  height: 36px;

  background-position: -82px -2px;

}

footer section .contacts ul li.pinterest:hover {

  width: 35px;

  height: 36px;

  background-position: -82px -43px;

}

footer section .contacts ul li.twitter {

  width: 35px;

  height: 32px;

  background-position: -122px -2px;

}

footer section .contacts ul li.twitter:hover {

  width: 35px;

  height: 32px;

  background-position: -122px -43px;

}

footer section .contacts ul li.youtube {

  width: 35px;

  height: 35px;

  background-position: -162px -2px;

}

footer section .contacts ul li.youtube:hover {

  width: 35px;

  height: 35px;

  background-position: -162px -43px;

}

footer section .form {

  width: 40%;

}

footer section form {

  width: 100%;

}

footer section form #name,

footer section form #email,

footer section form #message {

  font: 12px 'Arial';

  padding-left: 10px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  position: relative;

  outline: 0;

  border: 0;

  -webkit-border-top-right-radius: 5px;

  -webkit-border-bottom-right-radius: 5px;

  -webkit-border-bottom-left-radius: 5px;

  -webkit-border-top-left-radius: 5px;

  -moz-border-radius-topright: 5px;

  -moz-border-radius-bottomright: 5px;

  -moz-border-radius-bottomleft: 5px;

  -moz-border-radius-topleft: 5px;

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;

  border-top-left-radius: 5px;

  -moz-background-clip: padding;

  -webkit-background-clip: padding-box;

  background-clip: padding-box;

  -webkit-box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.1), 4px 4px 0 rgba(0, 0, 0, 0.2);

  -moz-box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.1), 4px 4px 0 rgba(0, 0, 0, 0.2);

  box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.1), 4px 4px 0 rgba(0, 0, 0, 0.2);

}

footer section form #name {

  float: left;

  width: 48%;

  height: 35px;

}

footer section form #email {

  float: right;

  width: 48%;

  height: 35px;

}

footer section form #message {

  padding-top: 10px;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  width: 100%;

  height: 70px;

  margin-top: 18px;

}

footer section form #submit {

  margin-top: 10px;

  font-family: 'Arial';

  -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;

  text-transform: none;

  display: block;

  color: #fff;

  font-size: 18px;

  width: 109px;

  height: 38px;

  text-align: center;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

  background: url("images/send.png") no-repeat center;

}

footer section form #submit:hover {

  background: url("images/send-h.png") no-repeat center;

  opacity: 1;

}

footer section form #submit:active {

  margin-top: 12px;

}

footer section .bottom-line {

  position: absolute;

  bottom: 0;

  width: 100%;

  background: url("images/bottom-line.png") repeat-x center;

  height: 74px;

  overflow: hidden;

}

footer section .bottom-line .top {

  -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;

  text-align: center;

  position: absolute;

  display: block;

  width: 50px;

  height: 50px;

  left: 50%;

  margin-left: -25px;

  padding-top: 15px;

  bottom: 3px;

  font: 19px 'McLaren';

  color: #ffd000;

  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);

  background: url("images/top.png") no-repeat center top;

  z-index: 2;

}

footer section .bottom-line .top:hover {

  bottom: 5px;

}

footer section .bottom-line .center-align {

  left: 50%;

  height: 70px;

  margin-left: -500px;

  position: absolute;

  bottom: 0;

}

footer section .bottom-line .left {

  display: block;

  position: absolute;

  left: 0;

  bottom: 20px;

  color: #a2bdcf;

  font-size: 11px;

}

footer section .bottom-line .right {

  position: absolute;

  right: 0;

  bottom: 13px;

  background: url("images/logo-small.png") no-repeat center;

  width: 78px;

  height: 37px;

}

footer #footer-white {

  position: absolute;

  background: url("images/footer-white.png") no-repeat center;

  height: 1019px;

  width: 100%;

  z-index: -5;

  bottom: 0;

}

footer #footer-yellow {

  position: absolute;

  background: url("images/footer-yellow.png") no-repeat center;

  height: 635px;

  width: 100%;

  z-index: -5;

  bottom: 105px;

  overflow: hidden;

}

footer #footer-yellow.else {

  bottom: 0;

  opacity: 0.7;

}

footer #footer-cloud1 {

  position: absolute;

  background: url("images/footer-cloud-1.png") no-repeat center;

  height: 556px;

  width: 607px;

  z-index: -3;

  bottom: 285px;

  left: 0;

}

footer #footer-cloud1.else {

  bottom: 105px;

}

footer #footer-cloud2 {

  position: absolute;

  background: url("images/footer-cloud-2.png") no-repeat center;

  height: 377px;

  width: 447px;

  z-index: -3;

  bottom: 385px;

  right: 0;

}

footer #footer-cloud2.else {

  bottom: 205px;

}

footer #footer-bird1 {

  position: absolute;

  background: url("images/footer-bird1.png") no-repeat center;

  height: 22px;

  width: 69px;

  z-index: -1;

  bottom: 620px;

  left: 90px;

  -webkit-animation: waves 20s ease infinite;

  -moz-animation: waves 20s ease infinite;

  animation: waves 20s ease infinite;

}

footer #footer-bird2 {

  position: absolute;

  background: url("images/footer-bird2.png") no-repeat center;

  height: 16px;

  width: 21px;

  z-index: -1;

  bottom: 505px;

  left: 150px;

}

footer #footer-bird3 {

  position: absolute;

  background: url("images/footer-bird3.png") no-repeat center;

  height: 19px;

  width: 40px;

  z-index: -1;

  bottom: 520px;

  right: 350px;

  -webkit-animation: waves 15s ease infinite;

  -moz-animation: waves 15s ease infinite;

  animation: waves 15s ease infinite;

}

footer .waves {

  position: relative;

  overflow: hidden;

  bottom: 0;

  width: 100%;

  height: 470px;

  z-index: -1;

}

footer .waves #footer-wave1 {

  position: absolute;

  background: url("images/footer-wave1.png") repeat-x center;

  height: 431px;

  width: 150%;

  z-index: -2;

  bottom: 0;

  left: -25%;

  -webkit-animation: waves 4s ease infinite;

  -moz-animation: waves 4s ease infinite;

  animation: waves 4s ease infinite;

}

footer .waves #footer-wave2 {

  position: absolute;

  background: url("images/footer-wave2.png") repeat-x center;

  height: 755px;

  width: 150%;

  z-index: -1;

  bottom: -40%;

  left: -25%;

  -webkit-animation: waves 3s ease infinite;

  -moz-animation: waves 3s ease infinite;

  animation: waves 3s ease infinite;

}

footer .waves #bui {

  position: absolute;

  background: url("images/bui.png") no-repeat center;

  height: 166px;

  width: 94px;

  z-index: -1;

  bottom: 260px;

  right: 220px;

  -webkit-transform-origin: 50% 100%;

  -moz-transform-origin: 50% 100%;

  -o-transform-origin: 50% 100%;

  transform-origin: 50% 100%;

  -webkit-animation: bui 5s ease infinite;

  -moz-animation: bui 5s ease infinite;

  animation: bui 5s ease infinite;

}

footer .waves #bui2 {

  position: absolute;

  background: url("images/bui2.png") no-repeat center;

  height: 535px;

  width: 117px;

  z-index: 1;

  bottom: -62px;

  left: 50%;

  margin-left: -64px;

  -webkit-transform-origin: 50% 100%;

  -moz-transform-origin: 50% 100%;

  -o-transform-origin: 50% 100%;

  transform-origin: 50% 100%;

  -webkit-animation: anchor 9s ease infinite;

  -moz-animation: anchor 9s ease infinite;

  animation: anchor 9s ease infinite;

}

/* Waves Animate

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

@-webkit-keyframes waves {

  0% {

    -moz-transform: rotateZ(0deg) translate3d(0, 20px, 0) rotateZ(0deg);

    -webkit-transform: rotateZ(0deg) translate3d(0, 20px, 0) rotateZ(0deg);

    transform: rotateZ(0deg) translate3d(0, 20px, 0) rotateZ(0deg);

  }

  100% {

    -moz-transform: rotateZ(360deg) translate3d(0, 20px, 0) rotateZ(-360deg);

    -webkit-transform: rotateZ(360deg) translate3d(0, 20px, 0) rotateZ(-360deg);

    transform: rotateZ(360deg) translate3d(0, 20px, 0) rotateZ(-360deg);

  }

}

@-moz-keyframes waves {

  0% {

    -moz-transform: rotateZ(0deg) translate3d(0, 20px, 0) rotateZ(0deg);

    -webkit-transform: rotateZ(0deg) translate3d(0, 20px, 0) rotateZ(0deg);

    transform: rotateZ(0deg) translate3d(0, 20px, 0) rotateZ(0deg);

  }

  100% {

    -moz-transform: rotateZ(360deg) translate3d(0, 20px, 0) rotateZ(-360deg);

    -webkit-transform: rotateZ(360deg) translate3d(0, 20px, 0) rotateZ(-360deg);

    transform: rotateZ(360deg) translate3d(0, 20px, 0) rotateZ(-360deg);

  }

}

@keyframes wave {

  0% {

    -moz-transform: rotateZ(0deg) translate3d(0, 20px, 0) rotateZ(0deg);

    -webkit-transform: rotateZ(0deg) translate3d(0, 20px, 0) rotateZ(0deg);

    transform: rotateZ(0deg) translate3d(0, 20px, 0) rotateZ(0deg);

  }

  100% {

    -moz-transform: rotateZ(360deg) translate3d(0, 20px, 0) rotateZ(-360deg);

    -webkit-transform: rotateZ(360deg) translate3d(0, 20px, 0) rotateZ(-360deg);

    transform: rotateZ(360deg) translate3d(0, 20px, 0) rotateZ(-360deg);

  }

}

/* Bui Animate

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

@-webkit-keyframes bui {

  0% {

    -webkit-transform: rotate(10deg);

    -moz-transform: rotate(10deg);

    transform: rotate(10deg);

  }

  60% {

    -webkit-transform: rotate(-10deg);

    -moz-transform: rotate(-10deg);

    transform: rotate(-10deg);

  }

  100% {

    -webkit-transform: rotate(10deg);

    -moz-transform: rotate(10deg);

    transform: rotate(10deg);

  }

}

@-moz-keyframes bui {

  0% {

    -webkit-transform: rotate(10deg);

    -moz-transform: rotate(10deg);

    transform: rotate(10deg);

  }

  60% {

    -webkit-transform: rotate(-10deg);

    -moz-transform: rotate(-10deg);

    transform: rotate(-10deg);

  }

  100% {

    -webkit-transform: rotate(10deg);

    -moz-transform: rotate(10deg);

    transform: rotate(10deg);

  }

}

@keyframes bui {

  0% {

    -webkit-transform: rotate(10deg);

    -moz-transform: rotate(10deg);

    transform: rotate(10deg);

  }

  60% {

    -webkit-transform: rotate(-10deg);

    -moz-transform: rotate(-10deg);

    transform: rotate(-10deg);

  }

  100% {

    -webkit-transform: rotate(10deg);

    -moz-transform: rotate(10deg);

    transform: rotate(10deg);

  }

}

/* Anchor

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

@-webkit-keyframes anchor {

  0% {

    -webkit-transform: rotate(-5deg);

    -moz-transform: rotate(-5deg);

    transform: rotate(-5deg);

  }

  50% {

    -webkit-transform: rotate(5deg);

    -moz-transform: rotate(5deg);

    transform: rotate(5deg);

  }

  100% {

    -webkit-transform: rotate(-5deg);

    -moz-transform: rotate(-5deg);

    transform: rotate(-5deg);

  }

}

@-moz-keyframes anchor {

  0% {

    -webkit-transform: rotate(-5deg);

    -moz-transform: rotate(-5deg);

    transform: rotate(-5deg);

  }

  50% {

    -webkit-transform: rotate(5deg);

    -moz-transform: rotate(5deg);

    transform: rotate(5deg);

  }

  100% {

    -webkit-transform: rotate(-5deg);

    -moz-transform: rotate(-5deg);

    transform: rotate(-5deg);

  }

}

@keyframes anchor {

  0% {

    -webkit-transform: rotate(-5deg);

    -moz-transform: rotate(-5deg);

    transform: rotate(-5deg);

  }

  50% {

    -webkit-transform: rotate(5deg);

    -moz-transform: rotate(5deg);

    transform: rotate(5deg);

  }

  100% {

    -webkit-transform: rotate(-5deg);

    -moz-transform: rotate(-5deg);

    transform: rotate(-5deg);

  }

}

/* Social

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

/* 1110

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

@media (max-width: 1110px) {

  .center-align {

    width: 800px;

  }

  footer section .bottom-line .center-align {

    margin-left: -400px;

  }

  #slider {

    height: 285px;

  }

  header nav > ul > li {

    margin-left: 3px;

  }

  header nav > ul > li a {

    font-size: 14px;

  }

  article.about-us-home .list li p {

    padding-left: 62px;

  }

  article.about-us-home .about {

    width: 100%;

  }

  article.about-us-home .about .text {

    width: 500px;

  }

  article.about-us-home .list {

    width: 100%;

    margin-top: 30px;

    padding-left: 0;

  }

  article.about-us-home .list li {

    width: 30.6%;

    float: left;

    padding: 0 10px;

  }

  article.about-us-home .list li .caption {

    font-size: 14px;

  }

  article.about-us-home .list li .icon {

    margin-right: 10px;

  }

  article.recent-blog-home .title:before {

    left: 0px;

  }

  article.recent-blog-home .title:after {

    right: 0px;

  }

  article.recent-blog-home .items .text a.caption {

    font-size: 14px;

  }

  .photo-gallery {

    height: auto;

    background: none;

    background-color: #E5BA69;

    border-radius: 10px;

    margin: 30px auto;

    width: 531px;

  }

  .photo-gallery .top {

    background: none;

    top: -30px;

    height: auto;

  }

  .photo-gallery .back {

    background: none;

  }

  .photo-gallery .bottom {

    background: none;

  }

  .photo-gallery .anchor {

    display: none;

  }

  .photo-gallery #photo-gallery .flex-direction-nav a.flex-prev {

    top: 55px;

    left: 80px;

  }

  .photo-gallery #photo-gallery .flex-direction-nav a.flex-prev:hover {

    top: 55px;

  }

  .photo-gallery #photo-gallery .flex-direction-nav a.flex-next {

    top: 55px;

    right: 80px;

  }

  .photo-gallery #photo-gallery .flex-direction-nav a.flex-next:hover {

    top: 55px;

  }

  article.our-teachers .col-4 .back-frame {

    width: auto;

  }

  article.our-teachers .col-4 .image {

    width: 90%;

  }

  article.our-teachers .col-4 .back-frame {

    min-height: 420px;

    background: none;

    background-color: #F4DA75;

    border-radius: 10px;

  }

  article.our-teachers .title:before {

    left: 0px;

  }

  article.our-teachers .title:after {

    right: 0px;

  }

  article.blog .items .text a.caption {

    font-size: 14px;

  }

  article.blog-single .respond {

    background: none;

    background-color: #E5BA69;

    border-radius: 10px;

    height: 350px;

  }

  article.blog-single .respond .top h2 {

    top: 85px;

  }

  article.blog-single .comments .comment .text,

  article.blog-single .comments .reply .text {

    width: 80%;

  }

  article.blog-single .comments .reply .text {

    width: 61%;

  }

  article.blog-single .respond .top {

    background: none;

    height: auto;

  }

  article.blog-single .respond form .col-4 input {

    background: none;

    background-color: #fff;

    border-radius: 10px;

    height: 40px;

    width: 80%;

  }

  article.blog-single .respond form textarea {

    background: none;

    background-color: #fff;

    border-radius: 10px;

    width: 80%;

  }

  article.rooms .line > .col-6:nth-child(2n+1) .img img {

    width: 100%;

  }

  article.rooms .line > .col-6:nth-child(2n+2) .img img {

    width: 100%;

  }

  article.rooms .title:before {

    left: 0px;

  }

  article.rooms .title:after {

    right: 0px;

  }

  article.gallery {

    margin: 30px auto;

    width: 66.5%;

    height: auto;

    background: none;

    background-color: #E5BA69;

    border-radius: 10px;

  }

  article.gallery-opened #gallery-slider {

    background: none;

    background-color: #E5BA69;

    border-radius: 10px;

  }

  article.gallery-opened #gallery-slider img {

    width: 90%;

  }

  article.gallery-opened #gallery-slider {

    height: 500px;

  }

  article.gallery-opened #gallery-slider .flex-control-nav {

    bottom: 20px;

  }

  article.gallery-opened .title {

    margin-top: 40px;

  }

  article.gallery-opened .title:before {

    left: 0px;

  }

  article.gallery-opened .title:after {

    right: 0px;

  }

  article.contacts .map {

    width: 100%;

  }

  article.contacts .map iframe {

    width: 100%;

  }

  article.contacts .adress,

  article.contacts .phone,

  article.contacts .email {

    margin-left: 0;

    float: left;

    width: 33.3333%;

  }

  article.contacts .adress .icon,

  article.contacts .phone .icon,

  article.contacts .email .icon {

    margin: 0;

    width: 100%;

  }

  article.contacts .adress h3,

  article.contacts .phone h3,

  article.contacts .email h3 {

    text-align: center;

  }

  article.contacts .adress p,

  article.contacts .phone p,

  article.contacts .email p {

    text-align: center;

    padding: 0 10px;

  }

  article.contacts .respond .top {

    height: auto;

  }

  article.contacts .respond {

    margin-top: 40px;

    background: none;

    background-color: #E5BA69;

    border-radius: 10px;

    height: 350px;

  }

  article.contacts .respond .top {

    background: none;

  }

  article.contacts .respond .top h2 {

    top: 85px;

  }

  article.contacts .respond form .col-6 input {

    background: none;

    background-color: #fff;

    border-radius: 10px;

    height: 40px;

    width: 80%;

  }

  article.contacts .respond form textarea {

    background: none;

    background-color: #fff;

    border-radius: 10px;

    width: 80%;

  }

}

/* Landskape Phone to Small Desktop & Portrait Tablet

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

@media (max-width: 860px) {

  .center-align {

    width: 600px;

  }

  footer section .bottom-line .center-align {

    margin-left: -300px;

  }

  #slider .wood {

    display: none;

  }

  #slider {

    height: 214px;

  }

  article.about-us-home .about .img img {

    width: 200px;

  }

  article.about-us-home .about .text {

    width: 350px;

  }

  article.about-us-home .list li {

    width: 30%;

  }

  article.about-us-home .list li .icon {

    width: 100%;

    margin-bottom: 10px;

  }

  article.about-us-home .list li a.caption {

    display: block;

    text-align: center;

  }

  article.about-us-home .list li p {

    padding-left: 0;

    text-align: center;

  }

  .title:before {

    display: none;

  }

  .title:after {

    display: none;

  }

  .photo-gallery {

    width: 531px;

  }

  header .social ul {

    display: none;

  }

  header nav {

    display: none;

  }

  .drop-menu {

    z-index: 100;

    width: 190px;

    position: absolute;

    top: 100px;

    right: 0;

    display: block!important;

    text-align: center;

    font-family: 'Georgia';

    font-size: 18px;

    padding: 6px 10px;

    background:#31a456;

    border-top: 1px solid rgba(255, 255, 255, 0.1);

    border-radius: 20px 20px 20px 20px;

  }

  .drop-menu > a {

    font-size: 18px;

    display: block;

    color: #fff;

  }

  .drop-menu > a:hover {

    opacity: 0.7;

  }

  .drop-menu ul.ul-drop {

    width: 190px !important;

    height: auto;

    display: none;

  }

  .drop-menu ul.ul-drop li {

    width: 100%;

    line-height: 30px !important;

    position: relative;

    text-align: center;

  }

  .drop-menu ul.ul-drop li:hover {

    background:#31a456;

    border-radius: 20px;

  }

  .drop-menu ul.ul-drop li:hover > a {

    color: #ffd800;

  }

  .drop-menu ul.ul-drop li a {

    padding: 6px 15px;

    height: 29px;

    font-size: 12px;

    line-height: 29px;

    color: #fff;

  }

  article.about-us .slider {

    width: 100%;

    padding-left: 0;

  }

  article.about-us .text {

    width: 100%;

  }

  article.our-teachers .col-4 .back-frame {

    height: 500px;

  }

  article.blog .items .col-3:nth-child(4n+1),

  article.blog .items .col-3:nth-child(4n+2),

  article.blog .items .col-3:nth-child(4n+3),

  article.blog .items .col-3:nth-child(4n+4) {

    height: 350px;

  }

  article.blog .items .wave,

  article.blog-single .img .wave {

    display: none;

  }

  article.blog-single .comments .comment .text {

    width: 75%;

  }

  article.blog-single .comments .reply .text {

    width: 50%;

  }

  article.rooms .line > .col-6 {

    margin-top: 20px;

  }

  article.rooms .line > .col-6:nth-child(2n+1) .img,

  article.rooms .line > .col-6:nth-child(2n+2) .img {

    width: 100%;

    padding-left: 0;

  }

  article.rooms .line > .col-6:nth-child(2n+1) .text,

  article.rooms .line > .col-6:nth-child(2n+2) .text {

    width: 100%;

    padding-right: 0;

  }

  article.rooms .line > .col-6:nth-child(2n+1) .text h3,

  article.rooms .line > .col-6:nth-child(2n+2) .text h3 {

    text-align: center;

  }

  article.rooms .line > .col-6:nth-child(2n+1) .text p,

  article.rooms .line > .col-6:nth-child(2n+2) .text p {

    text-align: center;

  }

  article.rooms .line > .col-6:nth-child(2n+1) .text a,

  article.rooms .line > .col-6:nth-child(2n+2) .text a {

    float: none;

    margin: 0 auto 20px;

  }

  article.rooms-opened #room-slider {

    width: 100%;

    margin-bottom: 20px;

  }

  article.gallery {

    width: 531px;

  }

  article.gallery-opened #gallery-slider {

    height: 400px;

  }

  article.contacts .adress p,

  article.contacts .phone p,

  article.contacts .email p {

    padding: 0 10px;

  }

}

/* Up to Landskape Phone

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

@media (max-width: 680px) {

  .center-align {

    width: 400px;

  }

  footer section .bottom-line .center-align {

    margin-left: -200px;

  }

  .title-page h2 {

    font-size: 20px;

    text-align: center;

    width: 100%;

    margin-bottom: 0;

  }

  .title-page .page {

    width: 100%;

    text-align: center;

  }

  .title-page .page .home {

    display: none;

  }

  #slider {

    height: 142px;

    margin-top: 80px;

  }

  header .logo {

    margin: 0 auto;

    float: none!important;

  }

  header .drop-menu {

    top: 200px;

    left: 50%;

    margin-left: -105px;

  }

  header .social {

    width: 100%;

    float: none;

    margin-top: 20px;

  }

  header .social form {

    float: none;

  }

  header .social .search-inp {

    margin: 0 auto;

    display: block;

  }

  article.about-us-home .about {

    border: none;

  }

  article.about-us-home .about .img {

    width: 100%;

    text-align: center;

  }

  article.about-us-home .about .text {

    width: 100%;

    text-align: center;

    margin-top: 10px;

    padding-right: 0;

  }

  article.about-us-home .about .text p {

    text-align: center;

  }

  article.about-us-home .about .text a {

    margin: 0 auto;

  }

  article.about-us-home .list li {

    width: 100%;

  }

  article.recent-blog-home .items .col-3:nth-child(4n+1) {

    width: 50%;

    padding: 0 10px;

  }

  article.recent-blog-home .items .col-3:nth-child(4n+2) {

    width: 50%;

    padding: 0 10px;

  }

  article.recent-blog-home .items .col-3:nth-child(4n+3) {

    width: 50%;

    padding: 0 10px;

  }

  article.recent-blog-home .items .col-3:nth-child(4n+4) {

    width: 50%;

    padding: 0 10px;

  }

  .photo-gallery {

    width: 293px;

  }

  .photo-gallery .items1 img,

  .photo-gallery .items2 img {

    max-width: 222px;

  }

  .photo-gallery #photo-gallery .flex-direction-nav a.flex-prev {

    left: -50px;

  }

  .photo-gallery #photo-gallery .flex-direction-nav a.flex-next {

    right: -50px;

  }

  footer section .form {

    display: none;

  }

  footer section .float-left {

    width: 100%;

  }

  article.our-teachers .col-4:nth-child(3n+1),

  article.our-teachers .col-4:nth-child(3n+2),

  article.our-teachers .col-4:nth-child(3n+3) {

    width: 100%;

    padding: 0 10px;

  }

  article.our-teachers .col-4:nth-child(3n+1) .back-frame,

  article.our-teachers .col-4:nth-child(3n+2) .back-frame,

  article.our-teachers .col-4:nth-child(3n+3) .back-frame {

    height: auto;

  }

  article.our-teachers .col-4:nth-child(3n+1) .back-frame p,

  article.our-teachers .col-4:nth-child(3n+2) .back-frame p,

  article.our-teachers .col-4:nth-child(3n+3) .back-frame p {

    padding-bottom: 10px;

  }

  article.blog .items .col-3:nth-child(4n+1),

  article.blog .items .col-3:nth-child(4n+2),

  article.blog .items .col-3:nth-child(4n+3),

  article.blog .items .col-3:nth-child(4n+4) {

    width: 50%;

    padding: 0 10px;

  }

  article.blog-single .img {

    margin-right: 0;

    text-align: center;

    margin-bottom: 20px;

  }

  article.blog-single .category .share {

    float: none;

  }

  article.blog-single .comments .comment .avatar,

  article.blog-single .comments .reply .avatar {

    width: 106px;

  }

  article.blog-single .comments .comment .avatar img,

  article.blog-single .comments .reply .avatar img {

    width: 80px;

  }

  article.blog-single .comments .comment .text {

    width: 68%;

  }

  article.blog-single .comments .reply .enter {

    width: 80px;

  }

  article.blog-single .comments .reply .text {

    width: 45%;

  }

  article.blog-single .respond form .col-4 {

    width: 100%;

    padding: 0 0px;

  }

  article.blog-single .respond {

    height: auto;

  }

  article.rooms .line > .col-6:nth-child(2n+1) .text,

  article.rooms .line > .col-6:nth-child(2n+2) .text {

    height: 260px;

  }

  article.gallery {

    width: 293px;

  }

  article.gallery .items1 img,

  article.gallery .items2 img {

    max-width: 222px;

  }

  article.gallery-opened #gallery-slider {

    height: 300px;

  }

  article.gallery-opened .info .share {

    float: none;

  }

  article.contacts .adress,

  article.contacts .phone,

  article.contacts .email {

    width: 100%;

  }

  article.contacts .respond form .col-4 {

    width: 100%;

    padding: 0 0px;

  }

  article.contacts .respond {

    height: auto;

  }

}

/* Up to Landskape Phone

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

@media (max-width: 470px) {

  .center-align {

    width: 200px;

  }

  footer section .bottom-line .center-align {

    margin-left: -100px;

  }

  #slider {

    display: none;

  }

  article.about-us-home .about .img img {

    width: 150px;

  }

  header .logo {

    width: 200px;

    background: url("images/logo-respons.png") no-repeat center;

  }

  header .logo span {

    display: none;

  }

  header .social form {

    display: none;

  }

  header .drop-menu {

    top: 120px;

  }

  article.recent-blog-home .items .col-3:nth-child(4n+1),

  article.recent-blog-home .items .col-3:nth-child(4n+2),

  article.recent-blog-home .items .col-3:nth-child(4n+3),

  article.recent-blog-home .items .col-3:nth-child(4n+4) {

    width: 100%;

    padding: 0;

  }

  .photo-gallery {

    width: 200px;

  }

  .photo-gallery .items1 img,

  .photo-gallery .items2 img {

    max-width: 130px;

  }

  .photo-gallery .top h2 {

    font-size: 18px;

  }

  footer section .information {

    width: 50%;

  }

  footer section .contacts {

    width: 50%;

  }

  footer section .contacts ul {

    display: none;

  }

  footer section .bottom-line .right {

    display: none;

  }

  footer section .bottom-line .left {

    width: 100%;

    bottom: 5px;

    text-align: center;

  }

  article.pagination a {

    margin: 0;

  }

  article.about-us .text p {

    font-size: 12px;

  }

  article.our-teachers .title {

    font-size: 20px;

  }

  article.blog .items .col-3:nth-child(4n+1),

  article.blog .items .col-3:nth-child(4n+2),

  article.blog .items .col-3:nth-child(4n+3),

  article.blog .items .col-3:nth-child(4n+4) {

    width: 100%;

    padding: 0;

  }

  article.blog-single .img {

    width: 100%;

  }

  article.blog-single .img img {

    width: 100%;

  }

  article.blog-single p {

    font-size: 12px;

  }

  article.blog-single .comments {

    display: none;

  }

  article.blog-single .title,

  article.blog-single .respond {

    display: none;

  }

  article.rooms .line > .col-6:nth-child(2n+1),

  article.rooms .line > .col-6:nth-child(2n+2) {

    border: none;

    width: 100%;

    padding: 0;

  }

  article.rooms-opened p {

    font-size: 12px;

  }

  article.rooms .title {

    font-size: 20px;

  }

  article.gallery {

    width: 200px;

  }

  article.gallery .items1 img,

  article.gallery .items2 img {

    max-width: 130px;

  }

  article.gallery-opened #gallery-slider {

    height: 200px;

  }

  article.gallery-opened p {

    font-size: 12px;

  }

  article.gallery-opened .title {

    font-size: 18px;

  }

  .title-page {

    height: auto;

    padding-bottom: 30px;

  }

  article.contacts p {

    font-size: 12px;

  }

  article.contacts .respond .top h2 {

    font-size: 18px;

  }

}

/* Up to Portrait Phone

/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

@media (max-width: 380px) {

  

}
.c3{color:#ffd800;
padding-top:50px;}
.c4{color:#039}
#Container .mix{
  display: none;
}
.c44{color:#fff;}
.sub {
    font-size: 18px !important;
    position: relative;
    top: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
span {
    
    font-size: 14px;
    font-weight: bold;
}
.text2 {
    font-size: 13px;
    text-shadow: none;
    font-weight: 600;
}
.marquee {
    background: #fff;
    padding: 12px;
}
a.btn {
  color: #248d2f;
  background: #ffd000;
  padding: 13px;
  vertical-align: sub;
  font-size: 15px;
  border-radius: 8px;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
a.btn:hover {
  background: #248d2f;
  color: #ffd000;
}