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

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

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

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

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

}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
/* Flexslider Default Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.flexslider {
  position: relative;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  position: relative;
}
/* Clearfix for the .slides element
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* Gradients
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Bordered
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Rounded
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Opacity
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Transition
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Shawows
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Fonts
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Spacing
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Other
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
/* Grid System 12 Columns
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
/* Defaults
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
html {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Julius Sans One', sans-serif;
  color: #DA0065;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #DA0065;
}
a:hover {
  color: #999;
  text-decoration:none;
}
p {
  font-family: 'Marvel', sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #474747;
}
header.cf .center-align{
    width:100%;
}
.center-align {
  width: 986px;
 
  margin: 0 auto;
}
#load-logo {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(images/pat.jpg);
}
#load-logo .logo-box {
  position: fixed;
  width: 200px;
  height: 200px;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -100px;
  background: url("images/loading.gif") no-repeat center;
}
#load-hide {
  opacity: 0;
}
/* Header
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
header {
  height: 115px;
  background: #DA0065;
  position: relative;
  z-index: 99999;
}
header .menu-drop {
  display: none;
}
header .logo {
  position: absolute;
  width: 380px;
  height: 180px;
  background: url("images/logo_main.png") no-repeat center;
  left: 50%;
  margin-left: -190px;
  bottom: -65px;
}
header .logo a {
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
  width: 100%;
  display: block;
}
header .left {
  padding-right: 220px;
}
header .left > li {
  float: right;
  margin-left: 20px;
}
header .left > li:last-child {
  margin: 0;
}
header .right {
  padding-left: 220px;
}
header .right > li {
  float: left;
  margin-right: 20px;
}
header .right > li:last-child {
  margin: 0;
}
header .center-align > ul {
  margin-top: 70px;
}
header .center-align > ul > li {
  font-family: 'Marvel', sans-serif;
  font-size: 25px;
  position: relative;
  height: 45px;
}
header .center-align > ul > li.active > a {
  color: #FFF;
}

header .center-align > ul > li > a {
  color: #FFF;
}
header .center-align > ul > li > a {
  display: block;
  height: 25px;
  padding-right: 5px;
  border-bottom: 1px dashed #FFF;
  text-transform:uppercase;
  font-size:20px;
  font-family:'Julius Sans One', sans-serif;
}
header .center-align > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
header .center-align > ul > li:hover > a {
  color: #bbb;
}
header .center-align > ul > li ul {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #5e3c3d;
  width: 175px;
  position: absolute;
  left: 0;
  top: 45px;
  visibility: hidden;
  opacity: 0;
}
header .center-align > ul > li ul li {
  font-family: 'Marvel', sans-serif;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 37px;
  padding-left: 30px;
  background: url("images/star.png") no-repeat 7% center;
}
header .center-align > ul > li ul li a {
  color: #fffaee;
  line-height: 37px;
  display: block;
}
header .center-align > ul > li ul li a:hover {
  color: #b1dae6;
}
header .center-align > ul > li ul li.line {
  height: 1px;
  margin: 0 8px;
  background: none;
  border-bottom: 1px dashed rgba(255, 250, 238, 0.7);
}
/* Header Other page Background
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.header-back {
  overflow: hidden;
  width: 100%;
  height: 306px;
  z-index: 1;
  position: relative;
  background-position: 50% 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header-back .triang {
  position: absolute;
  height: 13px;
  width: 100%;
  z-index: 100;
}
.header-back .triang.top {
  top: 0;
  background: url("images/top-triang.png") repeat-x;
}
.header-back .triang.bot {
  bottom: 0;
  background: url("images/bot-triang.png") repeat-x;
}
/* Home
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.slider {
  overflow: hidden;
  width: 100%;
  height: 660px;
  position: relative;
}
.slider .triang {
  position: absolute;
  height: 13px;
  width: 100%;
  z-index: 100;
}
.slider .triang.top {
  top: 0;
  background: url("images/top-triang.png") repeat-x;
}
.slider .triang.bot {
  bottom: 0;
  background: url("images/bot-triang.png") repeat-x;
}
.slider .flex-direction-nav {
  position: absolute;
  width: 680px;
  height: 296px;
  top: 210px;
  left: 50%;
  margin-left: -340px;
}
.slider .flex-direction-nav a {
  z-index: 2;
  width: 35px;
  height: 56px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  cursor: pointer;
  background-color: rgba(240, 236, 227, 0.8);
  background-repeat: no-repeat;
}
.slider .flex-direction-nav a.flex-prev {
  left: -35px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 100px;
  -webkit-border-top-left-radius: 100px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 100px;
  -moz-border-radius-topleft: 100px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: url("images/left.png");
  background-position: 60% 50%;
  -webkit-box-shadow: -1px 2px 3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: -1px 2px 3px rgba(50, 50, 50, 0.3);
  box-shadow: -1px 2px 3px rgba(50, 50, 50, 0.3);
}
.slider .flex-direction-nav a.flex-prev:hover {
  background-color: rgba(240, 236, 227, 0.6);
}
.slider .flex-direction-nav a.flex-next {
  right: -35px;
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 100px;
  -moz-border-radius-bottomright: 100px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: url("images/right.png");
  background-position: 40% 50%;
  -webkit-box-shadow: 1px 2px 3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 1px 2px 3px rgba(50, 50, 50, 0.3);
  box-shadow: 1px 2px 3px rgba(50, 50, 50, 0.3);
}
.slider .flex-direction-nav a.flex-next:hover {
  background-color: rgba(240, 236, 227, 0.6);
}
.slider .slides > li {
  position: relative;
  width: 100%;
  height: 660px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider .box {
  visibility: hidden;
  position: absolute;
  width: 680px;
  height: auto;
  top: 175px;
  left: 50%;
  margin-left: -340px;
  background: rgba(255, 255, 255, 0.8);
  outline: 1px dashed #DA0065;
  outline-offset: -10px;
  text-align: center;
  z-index: 2;
  padding-bottom:25px;
/*   box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5) */
}

/* NEW */
.slider .box
{
  width:50%;
  left:25%;
  margin-left:0;
  top:125px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

.slider .box .caption {
  margin-top: 40px;
  padding: 0 40px;
  font-size: 33px;
}
.slider .box .text {
  margin: 25px 0 25px 0;
  padding: 0 40px;
  text-align: center;
}
.slider .box > a {
  font-family: 'Marvel', sans-serif;
  font-size: 22px;
  padding-right: 5px;
}
.slider .box > a:hover {
  color: #5e3c3d;
  opacity: 0.7;
}
.slider .shadow {
  position: absolute;
  width: 707px;
  height: 364px;
  top: 179px;
  left: 50%;
  margin-left: -353px;
  background: url("images/box-shadow.png") no-repeat center;
  background-size:100% 100%;
}
.home .slider .shadow {
  height: 311px;
}

footer .line-cake .cake {
  width: 100%;
  height: 44px;
  position: absolute;
  top: 0;
  background: url("images/bottom-logopatern.png") no-repeat center;
}

footer .line-cake {
  margin-top: 15px;
  height: 44px;
  position: relative;
}

footer .line-cake > * a:hover{
  color:#fff;
}

#homepage footer .line-cake > * a:hover {
    color: #474747;
}

footer .line-cake .line {
  position: absolute;
  /*width: 285px;*/
  height: 1px;
  top: 20%;
 
}
footer .line-cake .line.left {
  left: 17.5%;
}
footer .line-cake .line.right {
  right: 17.5%;
}

footer{
	padding: 25px 0 15px 0;
}

footer ul li{
	display:inline;
	font-family: 'Julius Sans One', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	margin-right: 10px
}
footer ul li a{
	color:#DA0065;
	border-bottom: 1px dashed #DA0065;
}
.footer_container{
    width: 100%;
    margin: -30px auto 0 auto;
}
#homepage .hidden-xs{
    background:#fff;
}
#homepage .footer_top{
    width: 100%;
    height: 13px;
    margin: -8px 0 0 0;
    background: transparent url("images/bot-triang.png") center center repeat; 
}
.hidden-xs{
    background:#bbb;
}
.footer_top{
    width: 100%;
    height: 13px;
    margin: -8px 0 0 0;
    background: transparent url("images/bot-triang_footer.png") center center repeat;
}
/* Article Defaults => With Lines In Caption
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
article {
  /*padding: 55px 0 100px 0;*/
  padding: 55px 0 30px 0;
  background:#fff;
}
article .caption {
  font-size: 35px;
  text-align: center;
}
article .line-cake {
  margin-top: 15px;
  height: 30px;
  position: relative;
}
article .line-cake .cake {
  width: 100%;
  height: 28px;
  position: absolute;
  top: 0;
  background: url("images/logopatern.png") no-repeat center;
}
article .line-cake .line {
  position: absolute;
  width: 285px;
  height: 1px;
  top: 46%;
  border-bottom: 1px dashed rgba(94, 60, 61, 0.7);
}
article .line-cake .line.left {
  left: 16.5%;
}
article .line-cake .line.right {
  right: 16.5%;
}
/* Our Services
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.our-services .content {
  margin-top: 80px;
}
.our-services .content .circle {
  position: relative;
  margin: 0 auto;
  width: 165px;
  height: 165px;
  background: #fff;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 9px 15px rgba(255, 216, 128, 0.6);
  -moz-box-shadow: 0 9px 15px rgba(255, 216, 128, 0.6);
  box-shadow: 0 9px 15px rgba(255, 216, 128, 0.6);
  -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;
}
.our-services .content .circle:hover {
  -webkit-box-shadow: 0 30px 30px rgba(255, 216, 128, 0.6);
  -moz-box-shadow: 0 30px 30px rgba(255, 216, 128, 0.6);
  box-shadow: 0 30px 30px rgba(255, 216, 128, 0.6);
}
.our-services .content .circle .img {
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -82px;
  width: 165px;
  height: 165px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.our-services .content .col-3 {
  position: relative;
}
.our-services .content .col-3 .caption {
  position: absolute;
  font-size: 33px;
  width: 100%;
  text-align: center;
  top: 128px;
}
.our-services .content .col-3 .text {
  margin-top: 15px;
  padding: 0 20px;
}
/* Section Defaults => With Image Background
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
section {
  position: relative;
  width: 100%;
  height: 705px;
  background-position: 50% 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 1px solid rgba(94, 60, 61, 0.5);
  outline: 1px dashed rgba(94, 60, 61, 0.7);
  outline-offset: 5px;
}
section .inner-border {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 693px;
  border-top: 1px dashed rgba(94, 60, 61, 0.7);
  border-bottom: 1px dashed rgba(94, 60, 61, 0.7);
  z-index: 2;
}
section .background-opacity {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
  z-index: 1;
}
section .center-align {
  position: relative;
  z-index: 3;
}
section .center-align .top {
  display: block;
  position: absolute;
  left: 30px;
  top: -1px;
  background: url("images/top.png") no-repeat center;
  width: 42px;
  height: 67px;
}
/* ## Home Our-Gallery
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.home-gallery {
  background-image: url("http://placehold.it/1898x1265");
}
.home-gallery .filter-line {
  padding-top: 80px;
  width: 570px;
  margin: 0 auto;
}
.home-gallery .filter-line p {
  font-family: 'Marvel', sans-serif;
  font-size: 22px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  width: 120px;
  float: left;
}
.home-gallery .filter-line a {
  margin-left: 10px;
  display: block;
  float: left;
  margin-top: 1px;
}
.home-gallery .filter-line a .triangle {
  display: block;
  background: url("images/filter.png") no-repeat center;
  width: 12px;
  height: 22px;
  float: left;
}
.home-gallery .filter-line a .ref {
  font-family: 'Marvel', sans-serif;
  font-size: 15px;
  line-height: 20px;
  height: 22px;
  display: inline-block;
  text-shadow: none;
  color: #fff;
  background-color: #5e3c3d;
  padding: 0 10px;
  position: relative;
}
.home-gallery .filter-line a .ref:hover {
  color: #b1dae6;
}
.home-gallery .gallery .col-3 {
  margin-bottom: 15px;
}
.home-gallery .gallery .col-3:nth-child(4n+1) {
  padding-right: 24px;
}
.home-gallery .gallery .col-3:nth-child(4n+2) {
  padding-left: 8px;
  padding-right: 16px;
}
.home-gallery .gallery .col-3:nth-child(4n+3) {
  padding-left: 16px;
  padding-right: 8px;
}
.home-gallery .gallery .col-3:nth-child(4n+4) {
  padding-left: 24px;
}
.home-gallery .background {
  width: 100%;
  height: 230px;
  background-color: #f8f2f2;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.home-gallery .background a:hover > .hover {
  opacity: 1;
}
.home-gallery .background .hover {
  position: absolute;
  width: 212px;
  height: 162px;
  top: 5px;
  left: 5px;
  background: rgba(177, 218, 230, 0.7);
  z-index: 4;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-gallery .background img {
  position: absolute;
  width: 212px;
  height: 162px;
  top: 5px;
  left: 5px;
}
.home-gallery .background .pic {
  position: absolute;
  width: 69px;
  height: 69px;
  background: #f8f2f2 url("images/our-gallery/photo.png") no-repeat center;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 58%;
  left: 50%;
  margin-left: -34px;
  z-index: 5;
}
.home-gallery .background .look {
  position: absolute;
  bottom: 10px;
  width: 85px;
  left: 50%;
  margin-left: -42px;
  text-align: center;
  font-family: 'Marvel', sans-serif;
  font-size: 15px;
}
/* Our-Gallery
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.our-gallery .filter-line {
  padding-top: 80px;
  width: 570px;
  margin: 0 auto;
}
.our-gallery .filter-line p {
  font-family: 'Marvel', sans-serif;
  font-size: 22px;
  color: #5e3c3d;
  text-align: center;
  width: 120px;
  float: left;
}
.our-gallery .filter-line a {
  margin-left: 10px;
  display: block;
  float: left;
  margin-top: 1px;
}
.our-gallery .filter-line a .triangle {
  display: block;
  background: url("images/filter.png") no-repeat center;
  width: 12px;
  height: 22px;
  float: left;
}
.our-gallery .filter-line a .ref {
  font-family: 'Marvel', sans-serif;
  font-size: 15px;
  line-height: 20px;
  height: 22px;
  display: inline-block;
  text-shadow: none;
  color: #fff;
  background-color: #5e3c3d;
  padding: 0 10px;
  position: relative;
}
.our-gallery .filter-line a .ref:hover {
  color: #b1dae6;
}
.our-gallery .gallery.open {
  margin-top: 50px;
}
.our-gallery .gallery .col-3 {
  margin-bottom: 15px;
}
.our-gallery .gallery .col-3:nth-child(4n+1) {
  padding-right: 24px;
}
.our-gallery .gallery .col-3:nth-child(4n+2) {
  padding-left: 8px;
  padding-right: 16px;
}
.our-gallery .gallery .col-3:nth-child(4n+3) {
  padding-left: 16px;
  padding-right: 8px;
}
.our-gallery .gallery .col-3:nth-child(4n+4) {
  padding-left: 24px;
}
.our-gallery .background {
  width: 100%;
  height: 230px;
  background-color: #f8f2f2;
  position: relative;
  border: 1px solid rgba(94, 94, 94, 0.2);
}
.our-gallery .background .shadow {
  position: absolute;
  background: url("images/small-shadow.png") no-repeat center;
  width: 243px;
  height: 242px;
  top: 0;
  left: -11px;
  z-index: -1;
}
.our-gallery .background a:hover > .hover {
  opacity: 1;
}
.our-gallery .background .hover {
  position: absolute;
  width: 212px;
  height: 162px;
  top: 5px;
  left: 5px;
  background: rgba(222, 154, 173, 0.7);
  z-index: 4;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-gallery .background img {
  position: absolute;
  width: 212px;
  height: 162px;
  top: 5px;
  left: 5px;
}
.our-gallery .background .pic {
  position: absolute;
  width: 69px;
  height: 69px;
  background: #f8f2f2 url("images/our-gallery/photo.png") no-repeat center;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 58%;
  left: 50%;
  margin-left: -34px;
  z-index: 5;
}
.our-gallery .background .look {
  position: absolute;
  bottom: 10px;
  width: 85px;
  left: 50%;
  margin-left: -42px;
  text-align: center;
  font-family: 'Marvel', sans-serif;
  font-size: 15px;
}
.our-gallery .pagination {
  margin-top: 30px;
}
.our-gallery .pagination h3 {
  font-size: 20px;
}
.our-gallery .pagination h3 a {
  padding-right: 5px;
}
.our-gallery .pagination .center {
  width: 100%;
  text-align: center;
  color: #b0b0b0;
}
.our-gallery .pagination .left {
  width: 100px;
  float: left;
}
.our-gallery .pagination .right {
  width: 100px;
  float: right;
  text-align: right;
}
/* Gallery Open
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.gallery-open {
  padding-bottom: 30px;
  background:#fff;
}
.gallery-open .gallery-slider {
  margin-top: 50px;
  position: relative;
  width: 100%;
  height: 409px;
  z-index: 20;
}
.gallery-open .gallery-slider .flex-viewport {
  overflow: visible !important;
}
.gallery-open .gallery-slider li img {
  width: 100%;
}
.gallery-open .gallery-slider .outlines {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  outline: 1px dashed rgba(94, 60, 61, 0.7);
  outline-offset: -10px;
}
.gallery-open .gallery-slider .flex-control-nav {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -42px;
}
.gallery-open .gallery-slider .flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gallery-open .gallery-slider .flex-control-nav li a {
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: block;
  text-indent: -9999px;
  border: 3px solid #b1dae6;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gallery-open .gallery-slider .flex-control-nav li a:hover {
  border: 3px solid #5e3c3d;
}
.gallery-open .gallery-slider .flex-control-nav li a.flex-active {
  border: 3px solid #5e3c3d;
  cursor: default;
}
.gallery-open .gallery-slider .flex-direction-nav a {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 30;
}
.gallery-open .gallery-slider .flex-direction-nav a.flex-prev {
  left: 35px;
  background: rgba(247, 243, 243, 0.7) url("images/left.png") no-repeat center;
}
.gallery-open .gallery-slider .flex-direction-nav a.flex-prev:hover {
  opacity: 0.5;
}
.gallery-open .gallery-slider .flex-direction-nav a.flex-next {
  right: 35px;
  background: rgba(247, 243, 243, 0.7) url("images/right.png") no-repeat center;
}
.gallery-open .gallery-slider .flex-direction-nav a.flex-next:hover {
  opacity: 0.5;
}
.gallery-open .text {
  margin-top: 60px;
  margin-bottom: 30px;
}
/* Our Menu
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.our-menu .filter-line {
  padding-top: 80px;
  padding-bottom: 40px;
  width: 570px;
  margin: 0 auto;
}
.our-menu .filter-line p {
  font-family: 'Marvel', sans-serif;
  font-size: 22px;
  color: #5e3c3d;
  text-align: center;
  width: 120px;
  float: left;
}
.our-menu .filter-line a {
  margin-left: 10px;
  display: block;
  float: left;
  margin-top: 1px;
}
.our-menu .filter-line a .triangle {
  display: block;
  background: url("images/filter.png") no-repeat center;
  width: 12px;
  height: 22px;
  float: left;
}
.our-menu .filter-line a .ref {
  font-family: 'Marvel', sans-serif;
  font-size: 15px;
  line-height: 20px;
  height: 22px;
  display: inline-block;
  text-shadow: none;
  color: #fff;
  background-color: #5e3c3d;
  padding: 0 10px;
  position: relative;
}
.our-menu .filter-line a .ref:hover {
  color: #b1dae6;
}

.our-menu .gallery .col-4 {
  margin-bottom: 15px;
}
.our-menu .gallery .col-4:nth-child(4n+1) {
  padding-right: 15px;
  padding-left: 15px;
}
.our-menu .gallery .col-4:nth-child(4n+2) {
  padding-left: 15px;
  padding-right: 15px;
}
.our-menu .gallery .col-4:nth-child(4n+3) {
  padding-left: 15px;
  padding-right: 15px;
}
.our-menu .gallery .col-4:nth-child(4n+4) {
  padding-left: 15px;
  padding-right: 15px;
}

.our-menu .gallery .col-3 {
  margin-bottom: 35px;
}
.our-menu .gallery .col-3:nth-child(4n+1) {
  padding-right: 10px;
}
.our-menu .gallery .col-3:nth-child(4n+2) {
  padding-left: 3px;
  padding-right: 7px;
}
.our-menu .gallery .col-3:nth-child(4n+3) {
  padding-left: 7px;
  padding-right: 3px;
}
.our-menu .gallery .col-3:nth-child(4n+4) {
  padding-left: 10px;
}
.our-menu .gallery.open {
  margin-top: 50px;
}
.our-menu .background {
  width: 100%;
  height: 395px;
  background-color: #ffff;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  -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-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.our-menu .background a:hover > .hover {
  opacity: 1;
}
.our-menu .background .hover {
  position: absolute;
  width: 100%;
  height: 144px;
  background: rgba(222, 154, 173, 0.5);
  z-index: 4;
  opacity: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -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;
}
.our-menu .background img {
  position: absolute;
  width: 100%;
  height: 144px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.our-menu .background .circle {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 9px 15px rgba(255, 216, 128, 0.66);
  -moz-box-shadow: 0 9px 15px rgba(255, 216, 128, 0.66);
  box-shadow: 0 9px 15px rgba(255, 216, 128, 0.66);
  left: 50%;
  margin-left: -50px;
  top: 90px;
  z-index: 10;
  -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;
}
.our-menu .background .circle:hover {
  -webkit-box-shadow: 0 30px 30px rgba(255, 216, 128, 0.66);
  -moz-box-shadow: 0 30px 30px rgba(255, 216, 128, 0.66);
  box-shadow: 0 30px 30px rgba(255, 216, 128, 0.66);
}
.our-menu .background h2 {
  position: absolute;
  font-size: 27px;
  width: 100%;
  text-align: center;
  top: 170px;
  z-index: 12;
}
.our-menu .background .text {
  position: absolute;
  width: 100%;
  height: 110px;
  top: 225px;
}
.our-menu .background .text p {
  padding: 0 15px;
  text-align: center;
}
.our-menu .background .line {
  position: absolute;
  width: 200px;
  top: 335px;
  border-bottom: 1px dashed rgba(94, 60, 61, 0.7);
  left: 50%;
  margin-left: -100px;
}
.our-menu .background .info {
  position: absolute;
  width: 200px;
  top: 350px;
  left: 50%;
  margin-left: -100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.our-menu .background .info h3 {
  float: left;
  color: #ffbdb8;
  font-size: 23px;
}
.our-menu .background .info a {
  float: right;
  color: #de9aad;
  font-size: 23px;
  font-family: 'Marvel', sans-serif;
}
.our-menu .background .info a:hover {
  color: #92cce6;
}
.our-menu .pagination {
  margin-top: 10px;
}
.our-menu .pagination h3 {
  font-size: 20px;
}
.our-menu .pagination h3 a {
  padding-right: 5px;
}
.our-menu .pagination .center {
  width: 100%;
  text-align: center;
  color: #b0b0b0;
}
.our-menu .pagination .left {
  width: 100px;
  float: left;
}
.our-menu .pagination .right {
  width: 100px;
  float: right;
  text-align: right;
}
/* Menu Open
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.menu-open {
  /*padding-bottom: 0;*/
}
.menu-open .menu-slider {
  margin-top: 50px;
  position: relative;
  width: 100%;
  height: 409px;
  z-index: 20;
}
.menu-open .menu-slider li img {
  width: 100%;
}
.menu-open .menu-slider .outlines {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  outline: 1px dashed rgba(94, 60, 61, 0.7);
  outline-offset: -10px;
}
.menu-open .menu-slider .shadow {
  position: absolute;
  background: url("images/menu-shadow.png") no-repeat center;
  width: 1018px;
  height: 427px;
  top: 0;
  left: -17px;
}
.menu-open .menu-slider .flex-control-nav {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -42px;
}
.menu-open .menu-slider .flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.menu-open .menu-slider .flex-control-nav li a {
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: block;
  text-indent: -9999px;
  border: 3px solid #b1dae6;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.menu-open .menu-slider .flex-control-nav li a:hover {
  border: 3px solid #5e3c3d;
}
.menu-open .menu-slider .flex-control-nav li a.flex-active {
  border: 3px solid #5e3c3d;
  cursor: default;
}
.menu-open .text {
 /* margin-top: 80px;*/
 margin-top:60px;
  margin-bottom: 30px;
}
/* Home Our-Team
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.our-team .content {
  margin-top: 80px;
}
.our-team .content .col-3 {
  position: relative;
}
.our-team .content .circle {
  position: relative;
  margin: 0 auto;
  width: 192px;
  height: 192px;
  background: #fff;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 9px 15px rgba(255, 216, 128, 0.6);
  -moz-box-shadow: 0 9px 15px rgba(255, 216, 128, 0.6);
  box-shadow: 0 9px 15px rgba(255, 216, 128, 0.6);
  -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;
}
.our-team .content .circle:hover {
  -webkit-box-shadow: 0 30px 30px rgba(255, 216, 128, 0.6);
  -moz-box-shadow: 0 30px 30px rgba(255, 216, 128, 0.6);
  box-shadow: 0 30px 30px rgba(255, 216, 128, 0.6);
}
.our-team .content .circle img {
  visibility: hidden;
  position: absolute;
  width: inherit;
  height: inherit;
  top: 0;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.our-team .content .caption {
  position: absolute;
  width: 100%;
  font-size: 33px;
  text-align: center;
  top: 152px;
}
.our-team .content .text {
  margin-top: 15px;
  padding: 0 20px;
  text-align: center;
}
/* ## Home Prices
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.home-price {
  background-image: url("http://placehold.it/1900x1509");
}
.home-price .prices {
  padding-top: 160px;
}
.home-price .prices .col-3 {
  margin-bottom: 15px;
}
.home-price .prices .col-3 .item-top {
  width: 100%;
  height: 55px;
  background: #b1dae6;
  position: relative;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.home-price .prices .col-3 .item-top .item-logo {
  width: 100%;
  background: url("images/logo-none.png") no-repeat center;
  height: 145px;
  top: -40px;
  position: absolute;
}
.home-price .prices .col-3 .item-top span {
  display: block;
  position: absolute;
  top: 27px;
  width: 100%;
  text-align: center;
  font-family: 'Marvel', sans-serif;
  font-size: 16px;
  color: #fff0ce;
}
.home-price .prices .col-3 img {
  width: 100%;
  height: 121px;
}
.home-price .prices .col-3 .item-info {
  width: 100%;
  height: 148px;
  background: #fff;
  border-bottom: 1px dashed rgba(94, 60, 61, 0.7);
}
.home-price .prices .col-3 .item-info .caption {
  padding-top: 10px;
  font-size: 25px;
  text-align: center;
}
.home-price .prices .col-3 .item-info .text {
  padding: 0 20px;
  margin-top: 10px;
  text-align: center;
}
.home-price .prices .col-3 .item-price {
  width: 100%;
  height: 75px;
  background: #fff;
}
.home-price .prices .col-3 .item-price > h3 {
  text-align: center;
  font-size: 30px;
  color: #96bdb8;
  padding-top: 15px;
}
.home-price .prices .col-3 .item-rombs {
  width: 100%;
  height: 22px;
  background: url("images/triang.png") repeat-x center;
}
.home-price .prices .col-3:nth-child(4n+1) {
  padding-right: 15px;
}
.home-price .prices .col-3:nth-child(4n+2) {
  padding-left: 5px;
  padding-right: 10px;
}
.home-price .prices .col-3:nth-child(4n+3) {
  padding-left: 10px;
  padding-right: 5px;
}
.home-price .prices .col-3:nth-child(4n+4) {
  padding-left: 15px;
}
/* Home Our-Events
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.our-events .content {
  margin-top: 75px;
}
.our-events .content .events {
  position: relative;
  margin: 0 auto;
  width: 680px;
  height: 296px;
  background: #f7f3f3;
  z-index: 10;
}
.our-events .content .events .shadows {
  position: absolute;
  width: 707px;
  height: 311px;
  top: 0px;
  left: 50%;
  margin-left: -353px;
  background: url("images/box-shadow.png") no-repeat center;
  z-index: -1;
}
.our-events .content .events .outlines {
  position: absolute;
  top: 0;
  width: 680px;
  height: 296px;
  outline: 1px dashed rgba(94, 60, 61, 0.7);
  outline-offset: -10px;
  z-index: 1;
}
.our-events .content .events .slides li {
  position: relative;
  height: 311px;
}
.our-events .content .events .slides li img {
  width: 100%;
}
.our-events .content .events .slides li .caption {
  position: absolute;
  width: 100%;
  font-size: 35px;
  text-align: center;
  color: #fff;
  top: 30px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
  z-index: 5;
}
.our-events .content .events .slides li .date {
  font-family: 'Marvel', sans-serif;
  font-size: 17px;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 73px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
  z-index: 5;
}
.our-events .content .events .slides li p {
  position: absolute;
  top: 150px;
  width: 100%;
  text-align: center;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
}
.our-events .content .events .flex-direction-nav {
  position: absolute;
  width: 680px;
  height: 296px;
  top: 0;
  left: 50%;
  margin-left: -340px;
  z-index: -1;
}
.our-events .content .events .flex-direction-nav a {
  width: 35px;
  height: 56px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  cursor: pointer;
  background-color: #f7f3f3;
  background-repeat: no-repeat;
  z-index: 10;
}
.our-events .content .events .flex-direction-nav a.flex-prev {
  left: -35px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 100px;
  -webkit-border-top-left-radius: 100px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 100px;
  -moz-border-radius-topleft: 100px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: url("images/left.png");
  background-position: 60% 50%;
  -webkit-box-shadow: -2px 2px 3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: -2px 2px 3px rgba(50, 50, 50, 0.3);
  box-shadow: -2px 2px 3px rgba(50, 50, 50, 0.3);
}
.our-events .content .events .flex-direction-nav a.flex-prev:hover {
  background-position: 50% 50%;
}
.our-events .content .events .flex-direction-nav a.flex-next {
  right: -35px;
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 100px;
  -moz-border-radius-bottomright: 100px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: url("images/right.png");
  background-position: 40% 50%;
  -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.3);
  box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.3);
}
.our-events .content .events .flex-direction-nav a.flex-next:hover {
  background-position: 50% 50%;
}
.our-events .content .events .flex-control-nav {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -42px;
}
.our-events .content .events .flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.our-events .content .events .flex-control-nav li a {
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: block;
  text-indent: -9999px;
  border: 3px solid #b1dae6;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.our-events .content .events .flex-control-nav li a:hover {
  border: 3px solid #5e3c3d;
}
.our-events .content .events .flex-control-nav li a.flex-active {
  border: 3px solid #5e3c3d;
  cursor: default;
}
/* Events Time Line
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.events-time-line .center-align.content {
  margin-top: 105px;
  position: relative;
}
.events-time-line .back-line {
  height: 100%;
  width: 8px;
  background-color: #b1dae5;
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: -4px;
}
.events-time-line .cub-top {
  position: absolute;
  width: 21px;
  height: 21px;
  background: #b1dae5;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 50%;
  margin-left: -11px;
}
.events-time-line .cub-bot {
  position: absolute;
  width: 21px;
  height: 21px;
  background: #b1dae5;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
.events-time-line .item {
  height: 160px;
}
.events-time-line .item:nth-child(2n) > div {
  float: left;
}
.events-time-line .item:nth-child(2n) .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  height: inherit;
  padding: 0 5px;
}
.events-time-line .item:nth-child(2n) .text .caption {
  font-size: 33px;
  text-align: center;
}
.events-time-line .item:nth-child(2n) .text p {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.events-time-line .item:nth-child(2n) .text h3 {
  text-align: center;
  font-size: 20px;
  color: #949494;
}
.events-time-line .item:nth-child(2n) .text h3 a {
  color: #b1dae6;
  padding-right: 5px;
}
.events-time-line .item:nth-child(2n) .text h3 a:hover {
  color: #ffbdb8 ;
}
.events-time-line .item:nth-child(2n) .circle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 10%;
  height: inherit;
  position: relative;
}
.events-time-line .item:nth-child(2n) .circle .circ {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 10px solid #5e3c3d;
  left: 50%;
  margin-left: -22px;
  top: 50%;
  margin-top: -22px;
  -webkit-box-shadow: 0 0 0 7px #ffffff;
  -moz-box-shadow: 0 0 0 7px #ffffff;
  box-shadow: 0 0 0 7px #ffffff;
}
.events-time-line .item:nth-child(2n) .circle .line {
  position: absolute;
  height: 8px;
  width: 15px;
  top: 50%;
  margin-top: -4px;
  background-color: #b1dae5;
  right: 4px;
}
.events-time-line .item:nth-child(2n) .img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  height: inherit;
  padding: 15px 0;
  position: relative;
}
.events-time-line .item:nth-child(2n) .img img {
  height: 128px;
  width: 100%;
  outline: 1px dashed rgba(94, 60, 61, 0.7);
  outline-offset: -5px;
}
.events-time-line .item:nth-child(2n) .img .shadow {
  position: absolute;
  background: url("images/event-shadow.png") no-repeat center;
  width: 471px;
  height: 136px;
  top: 13px;
  left: -14px;
}
.events-time-line .item:nth-child(2n+1) > div {
  float: right;
}
.events-time-line .item:nth-child(2n+1) .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  height: inherit;
  padding: 0 5px;
}
.events-time-line .item:nth-child(2n+1) .text .caption {
  font-size: 33px;
  text-align: center;
}
.events-time-line .item:nth-child(2n+1) .text p {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.events-time-line .item:nth-child(2n+1) .text h3 {
  text-align: center;
  font-size: 20px;
  color: #949494;
}
.events-time-line .item:nth-child(2n+1) .text h3 a {
  color: #b1dae6;
  padding-right: 5px;
}
.events-time-line .item:nth-child(2n+1) .text h3 a:hover {
  color: #ffbdb8 ;
}
.events-time-line .item:nth-child(2n+1) .circle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 10%;
  height: inherit;
  position: relative;
}
.events-time-line .item:nth-child(2n+1) .circle .circ {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 10px solid #5e3c3d;
  left: 50%;
  margin-left: -22px;
  top: 50%;
  margin-top: -22px;
  -webkit-box-shadow: 0 0 0 7px #ffffff;
  -moz-box-shadow: 0 0 0 7px #ffffff;
  box-shadow: 0 0 0 7px #ffffff;
}
.events-time-line .item:nth-child(2n+1) .circle .line {
  position: absolute;
  height: 8px;
  width: 15px;
  top: 50%;
  margin-top: -4px;
  background-color: #b1dae5;
  left: 4px;
}
.events-time-line .item:nth-child(2n+1) .img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  height: inherit;
  padding: 15px 0;
  position: relative;
}
.events-time-line .item:nth-child(2n+1) .img img {
  height: 128px;
  width: 100%;
  outline: 1px dashed rgba(94, 60, 61, 0.7);
  outline-offset: -5px;
}
.events-time-line .item:nth-child(2n+1) .img .shadow {
  position: absolute;
  background: url("images/event-shadow.png") no-repeat center;
  width: 471px;
  height: 136px;
  top: 13px;
  left: -14px;
}
.events-time-line .pagination {
  margin-top: 50px;
}
.events-time-line .pagination h3 {
  font-size: 20px;
}
.events-time-line .pagination h3 a {
  padding-right: 5px;
}
.events-time-line .pagination .center {
  width: 100%;
  text-align: center;
  color: #b0b0b0;
}
.events-time-line .pagination .left {
  width: 100px;
  float: left;
}
.events-time-line .pagination .right {
  width: 100px;
  float: right;
  text-align: right;
}
/* Story Time Line
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.story-time-line .center-align.content {
  margin-top: 105px;
  position: relative;
}
.story-time-line .back-line {
  height: 100%;
  width: 8px;
  background-color: #b1dae5;
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: -4px;
}
.story-time-line .cub-top {
  position: absolute;
  width: 21px;
  height: 21px;
  background: #b1dae5;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 50%;
  margin-left: -11px;
}
.story-time-line .cub-bot {
  position: absolute;
  width: 21px;
  height: 21px;
  background: #b1dae5;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
.story-time-line .item {
  height: 160px;
}
.story-time-line .item:nth-child(2n) > div {
  float: left;
}
.story-time-line .item:nth-child(2n) .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  height: inherit;
  padding: 0 5px;
}
.story-time-line .item:nth-child(2n) .text .caption {
  font-size: 33px;
  text-align: center;
}
.story-time-line .item:nth-child(2n) .text p {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.story-time-line .item:nth-child(2n) .text h3 {
  text-align: center;
  font-size: 20px;
  color: #949494;
}
.story-time-line .item:nth-child(2n) .text h3 a {
  color: #b1dae6;
  padding-right: 5px;
}
.story-time-line .item:nth-child(2n) .text h3 a:hover {
  color: #ffbdb8 ;
}
.story-time-line .item:nth-child(2n) .circle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 10%;
  height: inherit;
  position: relative;
}
.story-time-line .item:nth-child(2n) .circle .circ {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 10px solid #5e3c3d;
  left: 50%;
  margin-left: -22px;
  top: 50%;
  margin-top: -22px;
  -webkit-box-shadow: 0 0 0 7px #ffffff;
  -moz-box-shadow: 0 0 0 7px #ffffff;
  box-shadow: 0 0 0 7px #ffffff;
}
.story-time-line .item:nth-child(2n) .circle .line {
  position: absolute;
  height: 8px;
  width: 15px;
  top: 50%;
  margin-top: -4px;
  background-color: #b1dae5;
  right: 4px;
}
.story-time-line .item:nth-child(2n) .img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  height: inherit;
  padding: 0 5px;
  position: relative;
}
.story-time-line .item:nth-child(2n) .img .circle-img {
  position: absolute;
  width: 110px;
  height: 110px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 9px 15px rgba(255, 216, 128, 0.66);
  -moz-box-shadow: 0 9px 15px rgba(255, 216, 128, 0.66);
  box-shadow: 0 9px 15px rgba(255, 216, 128, 0.66);
  -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;
  top: 50%;
  margin-top: -55px;
  left: 5px;
}
.story-time-line .item:nth-child(2n) .img .circle-img:hover {
  -webkit-box-shadow: 0 30px 30px rgba(255, 216, 128, 0.66);
  -moz-box-shadow: 0 30px 30px rgba(255, 216, 128, 0.66);
  box-shadow: 0 30px 30px rgba(255, 216, 128, 0.66);
}
.story-time-line .item:nth-child(2n+1) > div {
  float: right;
}
.story-time-line .item:nth-child(2n+1) .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  height: inherit;
  padding: 0 5px;
}
.story-time-line .item:nth-child(2n+1) .text .caption {
  font-size: 33px;
  text-align: center;
}
.story-time-line .item:nth-child(2n+1) .text p {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.story-time-line .item:nth-child(2n+1) .text h3 {
  text-align: center;
  font-size: 20px;
  color: #949494;
}
.story-time-line .item:nth-child(2n+1) .text h3 a {
  color: #b1dae6;
  padding-right: 5px;
}
.story-time-line .item:nth-child(2n+1) .text h3 a:hover {
  color: #ffbdb8 ;
}
.story-time-line .item:nth-child(2n+1) .circle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 10%;
  height: inherit;
  position: relative;
}
.story-time-line .item:nth-child(2n+1) .circle .circ {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 10px solid #5e3c3d;
  left: 50%;
  margin-left: -22px;
  top: 50%;
  margin-top: -22px;
  -webkit-box-shadow: 0 0 0 7px #ffffff;
  -moz-box-shadow: 0 0 0 7px #ffffff;
  box-shadow: 0 0 0 7px #ffffff;
}
.story-time-line .item:nth-child(2n+1) .circle .line {
  position: absolute;
  height: 8px;
  width: 15px;
  top: 50%;
  margin-top: -4px;
  background-color: #b1dae5;
  left: 4px;
}
.story-time-line .item:nth-child(2n+1) .img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  height: inherit;
  padding: 0 5px;
  position: relative;
}
.story-time-line .item:nth-child(2n+1) .img .circle-img {
  position: absolute;
  width: 110px;
  height: 110px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 9px 15px rgba(255, 216, 128, 0.66);
  -moz-box-shadow: 0 9px 15px rgba(255, 216, 128, 0.66);
  box-shadow: 0 9px 15px rgba(255, 216, 128, 0.66);
  -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;
  top: 50%;
  margin-top: -55px;
  right: 5px;
}
.story-time-line .item:nth-child(2n+1) .img .circle-img:hover {
  -webkit-box-shadow: 0 30px 30px rgba(255, 216, 128, 0.66);
  -moz-box-shadow: 0 30px 30px rgba(255, 216, 128, 0.66);
  box-shadow: 0 30px 30px rgba(255, 216, 128, 0.66);
}
.story-time-line .pagination {
  margin-top: 50px;
}
.story-time-line .pagination h3 {
  font-size: 20px;
}
.story-time-line .pagination h3 a {
  padding-right: 5px;
}
.story-time-line .pagination .left {
  width: 200px;
  float: left;
}
.story-time-line .pagination .right {
  width: 200px;
  float: right;
  text-align: right;
}
/* Story Open
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.story-open {
  margin: 70px 0 100px 0;
}
.story-open .main .caption {
  font-size: 33px;
  padding-bottom: 5px;
  border-bottom: 1px dashed rgba(94, 60, 61, 0.7);
}
.story-open .main .info {
  margin-top: 10px;
  font-size: 17px;
  color: #bababa;
}
.story-open .main .story-slider {
  margin-top: 40px;
  width: 100%;
  height: 296px;
  position: relative;
}
.story-open .main .story-slider .outlines {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  outline: 1px dashed rgba(94, 60, 61, 0.7);
  outline-offset: -10px;
}
.story-open .main .story-slider .shadow {
  position: absolute;
  background: url("images/story-shadow.png") no-repeat center;
  width: 682px;
  height: 311px;
  top: -1px;
  left: -12px;
  z-index: -1;
}
.story-open .main .story-slider .flex-control-nav {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -42px;
}
.story-open .main .story-slider .flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.story-open .main .story-slider .flex-control-nav li a {
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: block;
  text-indent: -9999px;
  border: 3px solid #b1dae6;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.story-open .main .story-slider .flex-control-nav li a:hover {
  border: 3px solid #5e3c3d;
}
.story-open .main .story-slider .flex-control-nav li a.flex-active {
  border: 3px solid #5e3c3d;
  cursor: default;
}
.story-open .main .story-slider .slides img {
  width: 100%;
}
.story-open .main .text {
  margin-top: 90px;
}
.story-open .main blockquote {
  margin-top: 40px;
}
.story-open .main blockquote p {
  padding-top: 20px;
}
.story-open .main .comments {
  margin-top: 50px;
}
.story-open .main .comments .caption {
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.story-open .main .comments .caption span {
  float: right;
  color: #969494;
  font-size: 20px;
  padding-top: 12px;
}
.story-open .main .comments .comment {
  padding-bottom: 20px;
}
.story-open .main .comments .comment .avatar {
  float: left;
  width: 95px;
  height: 95px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 9px 15px rgba(255, 216, 128, 0.66);
  -moz-box-shadow: 0 9px 15px rgba(255, 216, 128, 0.66);
  box-shadow: 0 9px 15px rgba(255, 216, 128, 0.66);
  overflow: hidden;
  height: 100%;
}
.story-open .main .comments .comment .other {
  float: right;
  width: 530px;
}
.story-open .main .comments .comment .other .comment-info h4 {
  font-size: 17px;
  color: #bababa;
  padding-bottom: 5px;
}
.story-open .main .comments .comment .other .comment-info h4 .name {
  color: #ffbdb8;
}
.story-open .main .comments .comment .other .comment-text p {
  margin-bottom: 0;
}
.story-open .main h2.message {
  font-size: 33px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(94, 60, 61, 0.7);
  margin-top: 20px;
}
.story-open .main form {
  margin-top: 50px;
  color: #8b8b8b;
}
.story-open .main form .col-5 input,
.story-open .main form .col-5 textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 12px;
  border: none;
  height: 30px;
  font-family: 'Marvel', sans-serif;
  font-size: 15px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  padding-left: 10px;
}
.story-open .main form .col-7 {
  padding-left: 12px;
}
.story-open .main form .col-7 textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  border: none;
  height: 114px;
  font-family: 'Marvel', sans-serif;
  font-size: 15px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  padding-left: 10px;
}
.story-open .main form .col-7 input[type='submit'] {
  text-transform: none;
  width: 80px;
  height: 34px;
  float: right;
  line-height: 34px;
  color: #fff;
  font-family: 'Marvel', sans-serif;
  font-size: 25px;
  background-color: #5e3c3d;
}
.story-open .right {
  padding-left: 32px;
}
.story-open .right .content {
  height: 800px;
}
.story-open .right .content .caption h3 {
  text-align: center;
  font-size: 27px;
  margin-bottom: 5px;
}
.story-open .right .content .line-cake {
  height: 30px;
  position: relative;
}
.story-open .right .content .line-cake .cake {
  width: 100%;
  height: 28px;
  position: absolute;
  top: 0;
  background: url("images/cake-blue.png") no-repeat center;
}
.story-open .right .content .line-cake .line {
  position: absolute;
  width: 110px;
  height: 1px;
  top: 46%;
  border-bottom: 1px dashed rgba(94, 60, 61, 0.7);
}
.story-open .right .content .line-cake .line.lleft {
  left: 0;
}
.story-open .right .content .line-cake .line.lright {
  right: 0;
}
.story-open .right .content .archives {
  margin-top: 15px;
  margin-bottom: 30px;
}
.story-open .right .content .archives ul li {
  margin-left: 15px;
  font-family: 'Marvel', sans-serif;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
}
.story-open .right .content .archives ul li .circ,ul.list-style li .circ {
  float: left;
  margin-right: 10px;
  width: 9px;
  height: 9px;
  background: #ffbdb8;
  margin-top: 4px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.story-open .right .content .archives ul li a {
  color: #474747;
}
.story-open .right .content .archives ul li a:hover {
  color: #ffbdb8;
}
.story-open .right .content .about {
  margin-top: 15px;
  margin-bottom: 30px;
}
.story-open .right .content .about img {
  width: 100%;
  margin-bottom: 15px;
}
.story-open .right .content .about p {
  text-align: justify;
}
.story-open .right .content .most-commented {
  margin-top: 15px;
  margin-bottom: 30px;
}
.story-open .right .content .most-commented .comment {
  height: 200px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.story-open .right .content .most-commented .comment img {
  width: 100%;
}
.story-open .right .content .most-commented .comment .cap {
  font-size: 28px;
  text-align: center;
  padding: 5px 0 0 0;
}
.story-open .right .content .most-commented .comment .cap a {
  padding-right: 5px;
}
.story-open .right .content .most-commented .comment p {
  color: #bababa;
  text-align: center;
}
.story-open .right .content .tags {
  margin-top: 15px;
  margin-bottom: 30px;
}
.story-open .right .content .tags a {
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  float: left;
  margin-top: 1px;
}
.story-open .right .content .tags a .triangle {
  display: block;
  background: url("images/filter.png") no-repeat center;
  width: 12px;
  height: 22px;
  float: left;
}
.story-open .right .content .tags a .ref {
  font-family: 'Marvel', sans-serif;
  font-size: 15px;
  line-height: 20px;
  height: 22px;
  display: inline-block;
  text-shadow: none;
  color: #fff;
  background-color: #5e3c3d;
  padding: 0 10px;
  position: relative;
}
.story-open .right .content .tags a .ref:hover {
  color: #b1dae6;
}
/* Details
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.details .caption {
  text-align: left;
  border-bottom: 1px dashed rgba(94, 60, 61, 0.7);
  padding-bottom: 10px;
}
.details .text {
    min-height: 130px;
    margin: 30px 0;
}
/* Blockquote
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
blockquote {
  position: relative;
  background: rgba(187, 187, 187, .4);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
blockquote .outlines {
  position: absolute;
  width: 100%;
  height: 100%;
  outline: 1px dashed rgba(220, 0, 101, 1);
  outline-offset: -10px;
  top: 0;
  z-index: 0;
}
blockquote span {
  font-family: 'Marvel', sans-serif;
  font-size: 144px;
  display: block;
  line-height: 190px;
  color: #DC0065;
  margin-left: 15px;
  float: left;
  height: 119px;
}
blockquote p {
  margin-left: 120px;
  z-index: 10;
  padding: 30px 30px 20px 0;
}
/* Contacts Us
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.contact-us .img {
  position: relative;
  margin-top: 67px;
  width: 100%;
  z-index: 10;
}
.contact-us .img img {
  width: 100%;
  outline: 1px dashed rgba(94, 60, 61, 0.7);
  outline-offset: -10px;
}
.contact-us .img .shadows {
  position: absolute;
  background: url("images/shadows.png") no-repeat center;
  width: 1019px;
  height: 210px;
  top: -1px;
  left: -16px;
  z-index: -1;
}
.contact-us .text {
  margin-top: 45px;
  width: 100%;
}
.contact-us .text p {
  text-align: center;
}
/* Home Footer
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.footer {
 /* background-image: url("http://placehold.it/1900x1145");
  background-position: 50% 0;*/
}
.footer.footer-small {
  height: 206px;
}
.footer.footer-small .inner-border {
  height: 195px;
}
.footer.footer-small p {
  margin-top: 160px;
  color: #5e3c3d;
}
.footer .caption {
  padding-top: 35px;
  width: 100%;
  text-align: center;
  font-size: 45px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}
.footer form {
  margin-top: 45px;
  color: #8b8b8b;
}
.footer form .col-4 input,
.footer form .col-4 textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 12px;
  border: none;
  height: 30px;
  font-family: 'Marvel', sans-serif;
  font-size: 15px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  padding-left: 10px;
}

/* for curriculum form only */
#workwithus input,
#workwithus textarea {
	margin-bottom:2px;
	margin-top:15px;
}

.footer form .col-4 input[name='subject'],
.footer form .col-4 textarea[name='subject'] {
  height: 65px;
}
.footer form .col-8 {
  padding-left: 12px;
}
.footer form .col-8 textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  border: none;
  height: 191px;
  font-family: 'Marvel', sans-serif;
  font-size: 15px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  padding-left: 10px;
}
.footer form .col-8 input[type='submit'] {
  text-transform: none;
  width: 80px;
  height: 34px;
  float: right;
  line-height: 34px;
  color: #fff;
  font-family: 'Marvel', sans-serif;
  font-size: 25px;
  background-color: #5e3c3d;
}
.footer .contacts {
  margin-top: 38px;
  height: 215px;
}
.footer .contacts .col-4 {
  height: inherit;
  background-color: rgba(94, 60, 61, 0.6);
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
  padding: 20px;
}
.footer .contacts .col-4 ul {
  margin-top: 0px;
}
.footer .contacts .col-4 ul li {
  clear: both;
  margin-bottom: 5px;
  
}
.footer .contacts .col-4 ul li p {
  line-height: 25px;
}

.footer .contacts .col-4 ul li:nth-child(3) p {
  /*line-height: 40px;*/
  
}
.footer .contacts .col-4 .icon-adress {
  background: url("images/adress.png") no-repeat center;
  width: 30px;
  height: 36px;
  margin-right: 10px;
  float: left;
}
.footer .contacts .col-4 .icon-phone {
  background: url("images/phone.png") no-repeat center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
}
.footer .contacts .col-4 .icon-mail {
  background: url("images/mail.png") no-repeat center;
  width: 30px;
  height: 18px;
  margin-right: 10px;
  float: left;
}
.footer .contacts .col-4 li p {
  font-size: 14px;
  color: #fff;
  line-height: normal;
}
.footer .contacts .col-8 {
  height: inherit;
  background-color: #FFF;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
}
.footer .contacts .col-8 iframe {
  width: 100%;
  height: 100%;
}
.footer .copy {
  color: #333;
  margin-top: 40px;
  text-align: center;
}
/* Appear styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.nokeyframebug {
  position: inherit;
}
.maskkeyframebug {
  position: relative;
  height: 100%;
  width: 100%;
}
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}


/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	border: 1px solid #DA0065;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
}

.tabs nav li.tab-current {
	border: 1px solid #DA0065;
	box-shadow: inset 0 2px #DA0065;
	border-bottom: none;
	z-index: 100;
        background: #DA0065;
        color:#FFF;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 3px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #DA0065;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #DA0065;
	display: block;
	line-height: 50px;
	padding: 0 1.25em;
	white-space: nowrap;
}

.tabs nav a:hover {
	color: #768e9d;
}

.tabs nav li.tab-current a {
	color: #FFF;
}

@media (max-width: 1250px) {

.slider .box
{
  width:90%;
 margin:0 auto;
  top:125px;
  left:5%;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}

header .center-align > ul > li > a{font-size:17px}
}
@media (max-width: 1170px) {

  header .center-align > ul > li{font-size:17px;height:27px}
   header .center-align > ul > li > a{height:27px;font-size:14px}
   
  
}

@media (min-width: 841px) and (max-width: 1170px)  {
    header .logo{
       background-size:200px;
       width:200px;
       margin-left:-100px;
       bottom:-35px;
   }
   
   header .left{padding-right: 150px}
   header .right {padding-left: 150px; 
}
}
/* 1010
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 1010px) {
    
     footer .line-cake .line.left {
  left: 10%;
}
footer .line-cake .line.right {
  right: 10%;
}
    
  .center-align {
    width: 800px;
  }
  article .line-cake .line {
    width: 220px;
  }
  header .left {
    padding-right: 120px;
  }
  header .left > li {
    margin-left: 20px;
  }
  header .right {
    padding-left: 120px;
  }
  header .right > li {
    margin-right: 20px;
  }
  .our-services .content .col-3 .caption {
    font-size: 28px;
  }
  .home-gallery .background img {
    width: 94.5%;
    height: 126px;
  }
  .home-gallery .background .hover {
    width: 94.5%;
    height: 126px;
  }
  .home-gallery .background {
    height: 200px;
  }
  .home-gallery .background .pic {
    top: 48%;
  }
  .our-team .content .circle {
    width: 150px;
    height: 150px;
  }
  .our-team .content .caption {
    font-size: 28px;
    top: 120px;
  }
  .home-price .prices .col-3 .item-info {
    height: auto;
  }
  .home-price .prices .col-3 img {
    height: auto;
  }
  .footer .contacts .col-4 li p {
    font-size: 13px;
  }
  .footer .contacts .col-4 ul li:nth-child(2) p {
    line-height: normal;
  }
  .our-menu .background h2 {
    font-size: 25px;
  }
  .our-menu .background img {
    height: 116px;
  }
  .our-menu .background .hover {
    height: 116px;
  }
  .our-menu .background .line {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .our-menu .background .info {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 0 5px;
  }
  .our-menu .background .info h3 {
    font-size: 20px;
  }
  .our-menu .background .info a {
    font-size: 20px;
  }
  .our-menu .filter-line p {
    font-size: 18px;
  }
  .menu-open .menu-slider .shadow {
    display: none;
  }
  .menu-open .menu-slider {
    height: 332px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  }
  .events-time-line .item {
    height: 180px;
  }
  .events-time-line .item:nth-child(2n+1) .img,
  .events-time-line .item:nth-child(2n) .img {
    padding: 40px 0;
  }
  .events-time-line .item:nth-child(2n+1) .img .shadow,
  .events-time-line .item:nth-child(2n) .img .shadow {
    display: none;
  }
  .events-time-line .item:nth-child(2n+1) .img img,
  .events-time-line .item:nth-child(2n) .img img {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    height: 104px;
  }
  .events-time-line .item:nth-child(2n+1) .text .caption,
  .events-time-line .item:nth-child(2n) .text .caption {
    font-size: 27px;
  }
  .events-time-line .item:nth-child(2n+1) .circle .line,
  .events-time-line .item:nth-child(2n) .circle .line {
    width: 7px;
  }
  .story-time-line .item {
    height: 180px;
  }
  .story-time-line .item:nth-child(2n) .text .caption,
  .story-time-line .item:nth-child(2n+1) .text .caption {
    font-size: 27px;
  }
  .story-time-line .item:nth-child(2n) .circle .line,
  .story-time-line .item:nth-child(2n+1) .circle .line {
    width: 7px;
  }
  .story-open .main .story-slider .shadow {
    display: none;
  }
  .story-open .main .story-slider {
    height: 240px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  }
  .story-open .right .content .line-cake .line {
    width: 85px;
  }
  .story-open .right .content .most-commented .comment {
    height: auto;
  }
  .story-open .right .content .most-commented .comment .cap {
    font-size: 25px;
    padding-bottom: 5px;
  }
  .story-open .right .content .most-commented .comment p {
    padding-bottom: 10px;
  }
  .story-open .main .comments .comment .other {
    width: 400px;
  }
  .our-gallery .background img {
    width: 94.5%;
    height: 126px;
  }
  .our-gallery .background .hover {
    width: 94.5%;
    height: 126px;
  }
  .our-gallery .background {
    height: 200px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  }
  .our-gallery .background .pic {
    top: 48%;
  }
  .our-gallery .background .shadow {
    display: none;
  }
  .gallery-open .gallery-slider {
    height: 332px;
  }
  .contact-us .img .shadows {
    display: none;
  }
  .contact-us .img {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  }
}

 .wthoutimg{
    padding-top:100px;
}
/* 840
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 840px) {
    
    
 .wthoutimg{
    padding-top:150px
}
    
 footer .center-align{width:768px}
  .center-align {
    width: 600px;
  }
  article .line-cake .line {
    width: 160px;
  }
  .col-3 {
    width: 50%;
  }
  
  .gallery .col-4 {
    width: 50%;
  }
  header .logo {
    width: 150px;
    height: 180px;
    margin-left: -100px;
    bottom: 25px;
   /* background-image: url("images/top-logo-small.png");*/
    background-image: url("images/logo_main.png");
    width: 200px;
  height: 80px;
   
  /* margin-left: -75px; */
  bottom: 20px;
  background-size: 200px;
  /* background-image: url("images/top-logo-small.png"); */
  background-image: url("images/logo_main.png");
  }
  .menu-drop {
    width: 200px;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -100px;
    display: block!important;
    text-align: center;
    color: #5e3c3d;
    font-family: 'Marvel', sans-serif;
    font-size: 18px;
    line-height: 66px;
    height: 66px;
    /*background: rgba(240, 236, 227, 0.8);*/
    background:#DA0065;
    outline: 1px dashed #FFF;
    outline-offset: -10px;
  }
  .menu-drop > a {
    font-family: 'Marvel', sans-serif;
    font-size: 30px;
    display: block;
    color: #FFF;
  }
  .menu-drop > a:hover {
    opacity: 0.7;
  }
  .menu-drop ul.ul-drop {
    width: 200px !important;
    height: auto;
    background: #FFF;
    display: none;
  }
  .menu-drop ul.ul-drop li {
    width: 100%;
    text-align: left;
    line-height: 30px !important;
    position: relative;
    text-align: center;
  }
  .menu-drop ul.ul-drop li a {
    display: block;
    width: 100%;
    color: #DA0065;
    font-family: 'Marvel', sans-serif;
    font-size: 16px;
    line-height: 35px;
    text-transform: uppercase;
  }
  .menu-drop ul.ul-drop li ul {
    cursor: pointer;
    height: auto;
    display: none;
    background: #5e3c3d;
  }
  .menu-drop ul.ul-drop li ul li {
    text-align: center;
    clear: both;
  }
  .menu-drop ul.ul-drop li ul li a {
    font-size: 14px;
    width: 100%;
    height: auto !important;
    color: #fff;
  }
  header .left,
  header .right {
    display: none;
  }
  .our-services .content .col-3 {
    margin-bottom: 50px;
  }
  .our-services {
    padding-bottom: 0;
  }
  .slider .box {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 25px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    left:5%;
  }
  .slider .flex-direction-nav {
    width: 400px;
    margin-left: -200px;
  }
  .slider .shadow {
    display: none;
  }
  section .inner-border {
    display: none;
  }
  .home-gallery {
    height: auto;
  }
  .home-gallery .background {
    width: 100%;
    height: 150px;
  }
  .home-gallery .background img {
    height: 101px;
    width: 93%;
  }
  .home-gallery .background .hover {
    height: 101px;
    width: 93%;
  }
  .home-gallery .gallery .col-3 {
    width: 25%;
    padding: 0 5px !important;
  }
  .home-gallery .background .pic {
    display: none;
  }
  .home-gallery .gallery {
    margin-bottom: 30px;
  }
  .our-team .content .circle {
    width: 170px;
    height: 170px;
  }
  .our-team .content .caption {
    top: 140px;
  }
  .our-team .content .col-3 {
    margin-bottom: 40px;
  }
  .our-team {
    padding-bottom: 0;
  }
  .home-price {
    height: auto;
    background-image: none;
  }
  .home-price .center-align .prices {
    height: auto;
  }
  .home-price .center-align .prices .col-3 {
    padding: 0 20px 40px !important;
  }
  .home-price .center-align .prices .col-3:nth-child(4n+1) {
    padding-right: 0px;
  }
  .home-price .center-align .prices .col-3:nth-child(4n+2) {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-price .center-align .prices .col-3:nth-child(4n+3) {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-price .center-align .prices .col-3:nth-child(4n+4) {
    padding-left: 0px;
  }
  .our-events .content .events {
    width: 400px;
    height: auto;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    padding-bottom: 30px;
  }
  .our-events .content .events .shadows {
    display: none;
  }
  .our-events .content .events .outlines {
    width: 400px;
    height: 100%;
  }
  .our-events .content .events .flex-direction-nav {
    width: 400px;
    margin-left: -200px;
  }
  .footer .contacts .col-4 .icon-adress {
    display: none;
  }
  .footer .contacts .col-4 .icon-phone {
    display: none;
  }
  .footer .contacts .col-4 .icon-mail {
    display: none;
  }
  .our-menu h2 {
    font-size: 30px;
  }
  .our-menu .background img {
    height: 144px;
  }
  .our-menu .background .hover {
    height: 144px;
  }
  .our-menu .background .info h3 {
    font-size: 23px;
    padding-left: 15px;
  }
  .our-menu .background .info a {
    font-size: 23px;
    padding-right: 15px;
  }
  .our-menu .gallery .col-3 {
    margin-bottom: 35px;
  }
  .our-menu .gallery .col-3:nth-child(4n+1) {
    padding-right: 10px;
  }
  .our-menu .gallery .col-3:nth-child(4n+2) {
    padding-left: 10px;
    padding-right: 0px;
  }
  .our-menu .gallery .col-3:nth-child(4n+3) {
    padding-left: 0px;
    padding-right: 10px;
  }
  .our-menu .gallery .col-3:nth-child(4n+4) {
    padding-left: 10px;
  }
  
  .our-menu .gallery .col-4 {
    margin-bottom: 15px;
  }
  .our-menu .gallery .col-4:nth-child(4n+1) {
    padding-right: 10px;
     padding-left: 0px;
  }
  .our-menu .gallery .col-4:nth-child(4n+2) {
    padding-left: 10px;
    padding-right: 0px;
  }
  .our-menu .gallery .col-4:nth-child(4n+3) {
    padding-left: 0px;
    padding-right: 10px;
  }
  .our-menu .gallery .col-4:nth-child(4n+4) {
    padding-left: 10px;
    padding-right: 0px;
  }
  
  .menu-open .menu-slider {
    height: 249px;
  }
  .events-time-line .item {
    height: 230px;
  }
  .events-time-line .item:nth-child(2n+1) .circle .line,
  .events-time-line .item:nth-child(2n) .circle .line {
    display: none;
  }
  .events-time-line .item:nth-child(2n+1) .img,
  .events-time-line .item:nth-child(2n) .img {
    padding: 60px 0;
  }
  .story-time-line .item {
    height: 250px;
  }
  .story-time-line .item:nth-child(2n+1) .circle .line,
  .story-time-line .item:nth-child(2n) .circle .line {
    display: none;
  }
  .story-open .right {
    display: none;
  }
  .story-open .main {
    width: 100%;
  }
  .story-open .main .story-slider {
    height: 270px;
  }
  .story-open .main .comments .comment .other {
    width: 470px;
  }
  .our-gallery .gallery .col-3:nth-child(4n+1) {
    padding-right: 20px;
    padding-left: 20px;
  }
  .our-gallery .gallery .col-3:nth-child(4n+2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .our-gallery .gallery .col-3:nth-child(4n+3) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .our-gallery .gallery .col-3:nth-child(4n+4) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .our-gallery .background img {
    height: 162px;
    width: 96.5%;
  }
  .our-gallery .background .hover {
    height: 162px;
    width: 96.5%;
  }
  .gallery-open .gallery-slider {
    height: 249px;
  }
}

@media (max-width: 768px) {
    .footer_container{margin-top:-13px;display:none;}
    .details_adjust{margin-top:30px}

    .slider .box .caption {
      margin-top: 30px;
      padding: 0 20px;
      font-size: 24px;
    }

    .slider .box .text {
      margin: 15px 0 15px 0;
      padding: 0 25px;
      text-align: center;
      font-size:13px;
  }

}
   /* 640
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 640px) {
    
   .tabs nav ul{display:block} 
   .tabs nav ul li,.tabs nav ul li.tab-current{
       float:none;
         border-top-left-radius: 0px; 
         border-top-right-radius: 0px; 

   }
   .tabs nav li.tab-current:before, .tabs nav li.tab-current:after{
       
       display:none
   }
   
   .tabs nav ul li:last-child{border-bottom:1px solid #DA0065;}
   
   .slider{overflow: initial}
  .slider .triang.bot{display:none}  
 
  .center-align {
    width: 400px;
  }
  article .line-cake .line {
    width: 80px;
  }
  section .center-align .top {
    display: none;
  }
  .slider .box {
   width: 90%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 25px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
    left:5%;
  }
  .slider .flex-direction-nav {
    width: 300px;
    margin-left: -150px;
  }
  .home-gallery .filter-line {
    display: none;
  }
  .home-gallery .gallery {
    margin-top: 20px;
  }
  .home-gallery .gallery .col-3 {
    width: 50%;
  }
  
   .gallery .col-4 {
     width:100%
  }
  
  .home-gallery .background img {
    height: 137px;
    width: 94.5%;
  }
  .home-gallery .background .hover {
    height: 137px;
    width: 94.5%;
  }
  .home-gallery .background .look {
    display: none;
  }
  .home-gallery .gallery .col-3 {
    padding: 0!important;
  }
  .home-gallery .gallery .col-3:nth-child(2n+1) {
    padding-right: 10px !important;
  }
  .home-gallery .gallery .col-3:nth-child(2n+2) {
    padding-left: 10px !important;
  }
  .home-gallery {
    background-image: none;
    background-color: #fff;
  }
  .our-events .content .events {
    width: 300px;
  }
  .our-events .content .events .outlines {
    width: 300px;
  }
  .our-events .content .events .flex-direction-nav {
    width: 300px;
    margin-left: -150px;
  }
  .our-events .content .events .slides li p {
    top: 80px;
  }
  .our-events .content .events .slides li .date {
    display: none;
  }
  .our-events .content .events .slides li .caption {
    font-size: 25px;
    top: 15px;
  }
  .footer .caption {
    font-size: 30px;
  }
  .footer .contacts {
    display: none;
  }
  .footer .center-align form .col-4 {
    width: 100%;
  }
  .footer .center-align form .col-8 {
    width: 100%;
    padding-left: 0;
  }
  .our-menu .filter-line {
    display: none;
  }
  .our-menu .center-align .gallery {
    margin-top: 30px;
  }
  .our-menu .background img {
    height: 116px;
  }
  .our-menu .background .hover {
    height: 116px;
  }
  .our-menu .background .info h3 {
    font-size: 18px;
    padding-left: 5px;
  }
  .our-menu .background .info a {
    font-size: 18px;
    padding-right: 5px;
  }
  .menu-open .menu-slider {
    height: 166px;
  }
  .our-menu .background .circle {
    top: 50px;
  }
  .our-menu .background h2 {
    top: 150px;
  }
  .our-menu .background .text {
    top: 200px;
  }
  .events-time-line .center-align.content {
    margin-top: 50px;
  }
  .events-time-line .item .img {
    display: none;
  }
  .events-time-line .item {
    height: auto;
  }
  .events-time-line .item .circle {
    display: none;
  }
  .events-time-line .back-line {
    display: none;
  }
  .events-time-line .cub-top {
    display: none;
  }
  .events-time-line .cub-bot {
    display: none;
  }
  .events-time-line .item .text {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .story-time-line .center-align.content {
    margin-top: 50px;
  }
  .story-time-line .item .img {
    display: none;
  }
  .story-time-line .item {
    height: auto;
  }
  .story-time-line .item .circle {
    display: none;
  }
  .story-time-line .back-line {
    display: none;
  }
  .story-time-line .cub-top {
    display: none;
  }
  .story-time-line .cub-bot {
    display: none;
  }
  .story-time-line .item .text {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .story-open .main .story-slider {
    height: 180px;
  }
  .story-open .main .comments .comment .other {
    width: 100%;
    margin-top: 10px;
  }
  .story-open .main .comments .comment .avatar {
    display: none;
  }
  .story-open .center-align .col-8 form .col-5 {
    width: 100%;
  }
  .story-open .center-align .col-8 form .col-7 {
    width: 100%;
    padding-left: 0;
  }
  .our-gallery .gallery .col-3:nth-child(4n+1) {
    padding-right: 10px;
    padding-left: 0px;
  }
  .our-gallery .gallery .col-3:nth-child(4n+2) {
    padding-left: 10px;
    padding-right: 0px;
  }
  .our-gallery .gallery .col-3:nth-child(4n+3) {
    padding-left: 0px;
    padding-right: 10px;
  }
  .our-gallery .gallery .col-3:nth-child(4n+4) {
    padding-left: 10px;
    padding-right: 0px;
  }
  .our-gallery .filter-line {
    display: none;
  }
  .our-gallery .gallery {
    margin-top: 50px;
  }
  .our-gallery .background img {
    height: 137px;
    width: 95%;
  }
  .our-gallery .background .hover {
    height: 137px;
    width: 95%;
  }
  .gallery-open .gallery-slider {
    height: 166px;
  }

    html,body{min-height: 100%;height: 100%}
}
@media (max-width: 435px) {
  .center-align {
    width: 280px;
  }
  article .line-cake .line {
    width: 50px;
  }
  .col-3 {
    width: 100%;
    padding: 0 !important;
  }
  .gallery .col-4 {
    width: 100%;
    padding: 0 !important;
  }
  .home-gallery .gallery .col-3 {
    width: 100%;
  }
  .home-gallery .gallery .col-3:nth-child(2n+1) {
    padding-right: 0px !important;
    padding-left: 0!important;
  }
  .home-gallery .gallery .col-3:nth-child(2n+2) {
    padding-left: 0px !important;
    padding-right: 0!important;
  }
  .home-gallery .gallery .col-3:nth-child(n) {
    padding: 0 40px!important;
  }
  .home-gallery .background img {
    height: 137px;
    width: 95%;
  }
  .home-gallery .background .hover {
    height: 137px;
    width: 95%;
  }
  .our-menu .gallery .col-3 {
    padding: 0 30px !important;
  }
  .menu-open .menu-slider {
    height: 116px;
  }
  .our-menu .background img {
    height: 134px;
  }
  .our-menu .background .hover {
    height: 134px;
  }
  .story-open .main .story-slider {
    height: 126px;
  }
  .our-gallery .gallery .col-3 {
    padding: 0 30px !important;
  }
  .our-gallery .background img {
    height: 159px;
    width: 95.5%;
  }
  .our-gallery .background .hover {
    height: 159px;
    width: 95.5%;
  }
  .gallery-open .gallery-slider {
    height: 116px;
  }
  .our-gallery .background .pic {
    display: none;
  }
  .slider .flex-direction-nav {
    display: none;
  }
  .our-events .content .events .flex-direction-nav {
    display: none;
  }
  section .center-align .top {
    display: none;
  }




}

.slider ul.flex-direction-nav{display:none}

@media (max-width:767px){.hidden-xs{display:none!important}}

form{
  font-family: 'Marvel', sans-serif;
  font-size: 15px;
 color: #474747;
}
form label{margin-bottom: 5px;}

.form-control
{
    border-radius:0;
    box-shadow: none;
}

.form-control:focus{outline:0;box-shadow: none;border-color: #DA0065}
.form-control.error{outline:0;box-shadow: none;border-color: #d9534f;border-width: 2px}

em.invalid{color:#d9534f;font-size:12px;font-weight: bold}

.btn
{
  
  font-family: 'Marvel', sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0
}

.btn-primary,.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary:active:focus
{background-color: #DA0065;border:none;outline:0;box-shadow:none}

.message{
     font-family: 'Marvel', sans-serif;
    font-size:15px;
    padding: 1em 1em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fcfcfb;
  background: -webkit-gradient(linear,left top,left bottom,from(#fcfcfb),to(#f7f7f5));
  background: -webkit-linear-gradient(#fcfcfb,#f7f7f5);
  background: -moz-linear-gradient(center top,#fcfcfb 0%,#f7f7f5 100%);
  background: -moz-gradient(center top,#fcfcfb 0%,#f7f7f5 100%);
  color: #5d5d5d;
  text-shadow: 0 1px 0 #ffffff;
  list-style: none outside !important;
  width: auto;
  -webkit-box-shadow: inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 -2px 6px rgba(0,0,0,0.05), inset 0 -2px 30px rgba(0,0,0,0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,0.3);
}

.message:before
{
    content: "\00d7";
  font-weight: 700;
 
  height: 1.5em;
  width: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: 1em;
  font-family: 'Marvel', sans-serif;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);

  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
}

.message.message-confirm{padding:1em 1em 1em 1em !important}
.message.message-confirm:before
{
    content:"";
    display: none;
}

.message-error{  border-top: 3px solid #b81c23;}
.message-success{  border-top: 3px solid #27ae60;}

.message-error:before{  background-color: #b81c23;}
.message-success:before{  background-color: #27ae60;}

.bootstrap-datetimepicker-widget table td{border-radius: 0}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover
{
    background:#DA0065;
}

.bootstrap-datetimepicker-widget table td span.active{background:#DA0065;}

table.table{
   
    border:1px solid rgba(0,0,0,0.1);
      -webkit-border-radius: 5px;
    border-radius: 5px;    
}

table.table thead{
    
    font-family: 'Marvel', sans-serif;
    font-size:24px;
}

table.table thead th{
    vertical-align: middle;
    line-height: 18px;
  padding: 9px 12px;
  text-align: center;
  border: 1px solid #ccc;
}

table.table  td{
    
    border-top: 1px solid rgba(0,0,0,0.1);
  padding: 6px 12px;
  text-align: center;
  border: 1px solid #ccc;
}


.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 3em 0 3em;
	font-weight: 300;
        
}




div.product {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  -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-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  padding-bottom: 15px;
  
    /*float: left;*/
  /*margin: 0 0 2.992em 0;*/
  margin: 0 0 15px 0;
  
  position: relative;
  /*width: 22.05%;*/
  margin-left: 0;
}

div.product .onsale {
  top: 6px;
  right: 0;
  left: auto;
  margin: 0;
}

span.onsale {
    min-height: 32px;
    min-width: 32px;
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 6px;
    left: 6px;
    margin: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-family: 'Marvel', sans-serif;
    background: #DA0065;
 
  
  color: #FFF;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2);
}

div.product  img {
  box-shadow: 0 0 0!important;
  webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 8px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}

div.product .price {
  font-family: 'Marvel', sans-serif;
  font-size: 26px;
  color: #b1dae6;
  display: block;
  font-weight: normal;
  margin-bottom: .5em;
}

div.product .price del {
  font-size: 0.67em;
  color: rgba(204,204,204,0.5);
  margin: -2px 0 0 0;
}

li.product .price ins {
  background: none;
}

.user-profile .details
{
    margin:0;
    padding: 10px 0 0 0;
}

dl{margin-top:20px}
.dl-horizontal dt{
    width:200px;
    text-align: left;
    text-rendering: optimizeLegibility;
    color: #999;
    text-transform: uppercase;
}
.dl-horizontal dd{
    text-rendering: optimizeLegibility;
}

.archives{margin-top: 20px}
.archives ul li {
  margin-left: 15px;
  font-family: 'Marvel', sans-serif;
  font-size: 25px;
  height: 30px;
  line-height: 30px;
}
.archives ul li .circ {
  float: left;
  margin-right: 10px;
  width: 9px;
  height: 9px;
  background: #ffbdb8;
  margin-top: 12px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.archives ul li a {
  color: #474747;
}
.archives ul li a:hover {
  color: #ffbdb8;
}

header .user_area ul li{color:#FFF;line-height: 25px;}
header ul li .circ {
  float: left;
  margin-right: 10px;
  width: 9px;
  height: 9px;
  background: #FFF;
  margin-top: 8px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

@media (max-width: 768px) {
    .archives ul{text-align: center}
    .archives ul li {display: inline-flex;}
}

.userarea form h2{margin:10px 0}

.select2-container .select2-choice{background:none;font-size:12px}

.select2-drop-active{border:1px solid #DA0065; border-top:none}
.select2-results .select2-highlighted{background:#DA0065}

.form-control.select2-container.select2-dropdown-open{  
    border-color: #DA0065;
  border-radius: 0}


.fale .about img{margin-top: 15px;
  margin-bottom: 30px;}

blockquote p{font-size:25px}

a:active,a:focus{text-decoration: none}

.page-dicas{padding:0}

textarea.form-control{ font-size: 12px}

form.confirmorder,article.confirm h2,form.confirmorder h2{margin:10px 0}

.help-block{font-size:12px}

.input-group-addon{border-radius: 0}

ul.list-style{
    margin:15px 0
}

ul.list-style li{
   margin:10px 0
}

ol{padding-left:20px;line-height: 20px}
ol > li{list-style:decimal;margin:10px 0}

ol{font-size:17px;font-family: 'Marvel', sans-serif;}

 .img-responsive{margin:0 auto}
 
 .about .img-responsive{
    -webkit-clip-path: circle(115px at center);
    -moz-clip-path: circle(115px at center);
    clip-path: circle(115px at center);
 }
 .about p{
     text-align: center;
 }
 
 .table tbody th{text-align: center}
 .table-h2{margin-bottom:10px}
 
 .table-price.table-bordered tfoot tr th{border:1px solid #FFF}
 
 table.table-price tbody th {
  font-family: 'Marvel', sans-serif;
  font-size: 20px;
}

div.header{
    position:fixed;
    height:30px;
    background:rgba(0,0,0,0.3);
    top:0;
    width:100%;
    z-index:100000;
    padding:0 15px;
    color:#FFF;
    text-align: right;
    text-transform: uppercase;
    font-family: 'Marvel', sans-serif;
    font-size:11px;
}

div.header ul{line-height:30px}

div.header ul li:last-child{}

.terms{background:#EEE;padding:10px}

.terms.error{border:2px solid #d9534f}

.menu-open .menu-slider{height:auto}

.ajuda h2.caption{margin-bottom: 15px}

@media (max-width: 1010px) {

    .ajuda .col-sm-6:nth-child(2n)
    {
        clear:right
    }
    .ajuda .col-sm-6:nth-child(2n+1)
    {
        clear:left
    }
}


@media (min-width: 1010px) {

    .ajuda .col-sm-6:nth-child(3n)
    {
        clear:right
    }
    
    .ajuda .col-sm-6:nth-child(3n+1)
    {
        clear:left
    }
}

.totaltable { background-color:#dddddd; width:100% }
.totaltable th, .totaltable td { padding:10px;}
.x{font-family: 'Marvel', sans-serif; font-weight:bold; font-size:9px; margin:0 5px;}
.bootstrap-datetimepicker-widget.dropdown-menu .day.today{background:#EEE}


/*SLIDERS*/
.slider_home{
     background:transparent url('images/backgrounds/_E9A2054.JPG') center center no-repeat;
     background-size: cover!important;
}
.slider_store{
     background:transparent url('images/backgrounds/02.jpg') center center no-repeat;
     background-size: cover!important;
}
.slider_services{
     background:transparent url('images/backgrounds/03.jpg') center center no-repeat;
     background-size: cover!important;
}
.slider_world{
     background:transparent url('images/backgrounds/04.jpg') center left no-repeat;
     background-size: cover!important;
}
.slider_pointers{
     background:transparent url('images/backgrounds/05.jpg') center center no-repeat;
     background-size: cover!important;
}
.slider_login{
     background:transparent url('images/backgrounds/06.jpg') center top no-repeat;
     background-size: cover!important;
}
.slider_registration{
     background:transparent url('images/backgrounds/07.jpg') left top no-repeat;
     background-size: cover!important;
}
.slider_help{
     background:transparent url('images/backgrounds/08.jpg') center top no-repeat;
     background-size: cover!important;
}
.slider_speak{
     background:transparent url('images/backgrounds/09.jpg') center top no-repeat;
     background-size: cover!important;
}
.slider_privacy{
     background:transparent url('images/backgrounds/10.jpg') center center no-repeat;
     background-size: cover!important;
}
.slider_sitemap{
     background:transparent url('images/backgrounds/11.jpg') left top no-repeat;
     background-size: cover!important;
}
.font_adjust{
    font-size:24px!important;
}

span.highlight{color:#DA0065;font-size:20px}


.gallery.cf .col-md-6
{
  margin-bottom:30px;
}

.our-menu .service .background .info
{
  width:100%;
  margin-left:0;
  left:0;
  text-align:center;
  top:initial;
  bottom:25px;
}

.our-menu .service .background .hover
{
  height:281px;
}

.our-menu .service .background .line 
{
  top:initial;
  bottom:70px;
}

.our-menu .service .background h2{
  top:306px;
}

.our-menu .service .background .text
{
  top:350px;
  height:initial;
}

.our-menu .service .background .info a
{
  float:none;
}

.our-menu .service .background
{
  height:425px;
}

.our-menu .service .background img
{
  height:281px;
}




.slider .shadow
{
  width:50%;
  top:154px;
  margin-left:0;
  height:auto;
  display:none;
}

.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.cookie-consent
{
  background:#FFF;
  text-align: center;
  color:#DA0065;
  padding: 3px 0;
}

.js-cookie-consent-agree
{
  color:#FFF;
  background: #DA0065;
  height:26px;

}


