.DetayFoto {
    height:140px;
    width:220px;
}


.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
/* Reset Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
html {
  overflow-y: scroll;
  /* 1 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  outline: none;
  border: none;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  height: 43px;
  font-size: 16px;
  color: #fff;
  background: #7fc6cf;
  outline: none;
  border: none;
  padding: 15px;
  border: 1px solid transparent;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=search]:hover,
input[type=password]:hover,
textarea:hover {
  border: 1px solid #efefef;
  background: #fff;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.03);
}
input[type=text]:hover::-webkit-input-placeholder,
input[type=email]:hover::-webkit-input-placeholder,
input[type=url]:hover::-webkit-input-placeholder,
input[type=search]:hover::-webkit-input-placeholder,
input[type=password]:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
  color: #7fc6cf;
}
input[type=text]:hover:-moz-placeholder,
input[type=email]:hover:-moz-placeholder,
input[type=url]:hover:-moz-placeholder,
input[type=search]:hover:-moz-placeholder,
input[type=password]:hover:-moz-placeholder,
textarea:hover:-moz-placeholder {
  color: #7fc6cf;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  background: #fff;
  color: #7fc6cf;
  border: 1px solid #7fc6cf;
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #7fc6cf;
}
input[type=text]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=url]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #7fc6cf;
}
input[type=text][disabled],
input[type=email][disabled],
input[type=url][disabled],
input[type=search][disabled],
input[type=password][disabled],
textarea[disabled] {
  background: #f8f8f8;
  color: #7fc6cf;
  cursor: default;
}
input[type=text][disabled]::-webkit-input-placeholder,
input[type=email][disabled]::-webkit-input-placeholder,
input[type=url][disabled]::-webkit-input-placeholder,
input[type=search][disabled]::-webkit-input-placeholder,
input[type=password][disabled]::-webkit-input-placeholder,
textarea[disabled]::-webkit-input-placeholder {
  color: #7fc6cf;
}
input[type=text][disabled]:-moz-placeholder,
input[type=email][disabled]:-moz-placeholder,
input[type=url][disabled]:-moz-placeholder,
input[type=search][disabled]:-moz-placeholder,
input[type=password][disabled]:-moz-placeholder,
textarea[disabled]:-moz-placeholder {
  color: #7fc6cf;
}
input[type=text][disabled]:hover,
input[type=email][disabled]:hover,
input[type=url][disabled]:hover,
input[type=search][disabled]:hover,
input[type=password][disabled]:hover,
textarea[disabled]:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: 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,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
}
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;
}
/* 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%;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('fonts/MyriadPro.otf');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* End Mixi */
html,
body {
  height: 100%;
}
body {
  font-size: 13px;
  font-family: "Century Gothic", Futura, sans-serif;
  color: #717174;
  line-height: 1;
  background: #dbe9ea;
  letter-spacing: 0.01em;
}
.form-default_contacts input,
.form-default_contacts textarea {
  font-family: "Century Gothic", Futura, sans-serif;
  font-size: 12px;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.main-container {
  margin-left: 288px;
}
.full-slider-wrap {
  height: 100%;
}
.full-slider-wrap .home-slider {
  background-color: #1f1f22;
  height: 100%;
  position: relative;
}
.full-slider-wrap .home-slider .carousel {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.wrapper-single {
  max-width: 687px;
  margin: 0 auto;
}
.wrapper-single p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
}
.wrapper-single-big {
  max-width: 758px;
  margin: 0 auto;
}
.wrapper {
  max-width: 1081px;
  margin: 0 auto;
}
.main-container_width {
  max-width: 1081px;
  padding: 72px 2.1%;
  background: #ffffff;
  overflow: hidden;
}
.main-container-single {
  max-width: 1081px;
  background: #ffffff;
}
.row {
  padding: 0;
}
/* end main container / row*/
.page-title {

  line-height: 27px;
  font-family: 'Droid Serif';
  color: #000000;
  margin-bottom: 55px;
}
.single-page-title {
  position: absolute;
  top: 69px;
  display: inline-block;
  z-index: 2;
}
.single-page-title a {
  font-size: 17px;
  font-family: 'Droid Serif';
  line-height: 27px;
  background: #7fc6cf;
  color: #ffffff;
  padding: 11px 24px 11px 50px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.single-page-title a:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-left: -8px;
  vertical-align: top;
  position: absolute;
  -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;
}
.single-page-title a:hover {
  background: rgba(127, 198, 207, 0.5);
}
.single-page-title a:hover:before {
  margin-left: -22px;
  font-size: 17px;
}
.container-title {
  font-size: 26px;
  color: #262926;
  font-family: 'Droid serif';
  margin-bottom: 34px;
}
.container-title_main {
  font-family: 'Droid serif';
  font-size: 40px;
}
/* end titles */
.row-quote {
  padding-top: 20px;
  margin-bottom: 8px;
}
.marbot60 {
  margin-bottom: 23px;
}
.quote p {
  border-left: 6px solid #8ecad2;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  font-family: 'Droid Serif';
  color: #7fc6cf;
  padding-left: 36px;
  margin-bottom: 19px;
}
.quote cite {
  padding-left: 43px;
  font-style: normal;
  font-family: 'Droid Serif';
  font-weight: 700;
}
.quote-second-type {
  background: #f8f8f8;
  padding: 11px;
}
.quote-second-type__thumb {
  float: left;
}
/* end quote second type thumb */
.quote-second-type__content {
  overflow: hidden;
  padding-left: 23px;
}
.quote-second-type__content p {
  color: #9c9c9c;
}
.quote-second-type__title {
  font-size: 20px;
  font-weight: 700;
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 12px 0 15px;
}
.quote-second-type__title .fa {
  color: #afafaf;
  margin-right: 10px;
}
/* end quote second type content */
/* end quote */
.social-second-type {
  margin: 27px 0 22px;
  text-align: center;
}
.social-second-type__item {
  color: #7fc6cf;
  margin-right: 11px;
  -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;
}
.social-second-type__item:hover {
  opacity: 0.5;
}
.social-second-type__item:last-child {
  margin-right: 0;
}
/* end social */
.overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(127, 198, 207, 0.9);
}
.overlay-layer-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.overlay-layer__content {
  position: relative;
  background: #7fc6cf url(images/bg/main-gallery-item.png) no-repeat left top;
  width: 100%;
  height: 100%;
}
.overlay-layer__content p {
  color: #49949d;
  text-align: center;
  padding: 0 9%;
  line-height: 18px !important;
  font-size: 12px;
  font-family: 'Raleway';
}
.overport {
  width: 100%;
  height: 100%;
}
.overlay-layer__main-icon {
  display: inline-block;
  font-size: 17px;
  height: 45px;
  width: 45px;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 100%;
  -moz-border-radius-bottomleft: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #5cadb7;
  margin: 74px 0 44px 0;
}
.overlay-layer__title {
  font: 17px;
  color: #ffffff;
  margin-bottom: 15px;

}
.overlay-layer__filter {
  display: inline-block;
  font: 13px "Century Gothic", Futura, sans-serif;
  color: #49949d;
  padding: 5px 0;
}
.overlay-layer__filter:hover {
  color: #ffffff;
}
.overlay-layer__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.overlay-layer__footer .like {
  margin: 15px;
  line-height: 18px;
}
.overlay-layer__models {
  margin: 15px;
  position: relative;
  color: #ffffff;
  text-align: left;
  padding-left: 30px;
  line-height: 18px;
}
.overlay-layer__models {
  float: left;
}
.overlay-layer__models .fa-folder-open-o {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
}
/* end overlay layer */
.like {
  position: relative;
  color: #ffffff;
  text-align: left;
  padding-left: 30px;
}
.like__icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
}
/* like */
.btn {
  position: relative;
  display: inline-block;
  font-size: 11px;
  color: #565656;
  padding: 13px 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn span {
  font-size: 12px;
}
.btn i {
  color: #7fc6cf;
  margin-right: 9px;
  font-size: 15px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn:hover {
  background: #7fc6cf;
  color: #ffffff;
  border: 1px solid transparent;
}
.btn:hover i {
  color: #ffffff;
}
.btn-tab {
  color: #7fc6cf;
  font-size: 14px;
  font-family: 'Raleway';
  line-height: 27px;
  font-weight: 700;
  border-bottom: 1px solid #7fc6cf;
  position: relative;
  -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;
}
.btn-tab:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: -8px;
  font-size: 10px;
  vertical-align: top;
  position: absolute;
  -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;
}
.btn-tab:hover {
  border-bottom: 1px solid transparent;
}
.btn-tab:hover:after {
  right: -12px;
  font-size: 14px;
}
.btn-photo {
  color: #7fc6cf;
  font-size: 14px;
  font-family: 'Raleway';
  line-height: 27px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #f8f8f8;
  display: inline-block;
  padding: 11px 27px;
  float: right;
  margin-top: -5px;
}
.btn-photo:before {
  content: "";
  width: 106px;
  bottom: 19px;
  border-bottom: 1px solid #7fc6cf;
  font-size: 10px;
  vertical-align: top;
  position: absolute;
  -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;
}
.btn-photo:after {
  content: "\f105";
  font-family: 'FontAwesome';
  right: 12px;
  font-size: 10px;
  vertical-align: top;
  position: absolute;
  -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;
}
.btn-photo:hover:before {
  border-bottom: 1px solid transparent;
}
.btn-photo:hover:after {
  right: 6px;
  font-size: 14px;
}
.btn-default {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #7fc6cf;
  padding: 15px 45px;
  -webkit-box-shadow: 0 2px 0 #64adb6;
  -moz-box-shadow: 0 2px 0 #64adb6;
  box-shadow: 0 2px 0 #64adb6;
  border-bottom: 1px solid transparent;
}
.btn-default:hover {
  border-bottom: 1px solid #bbe6eb;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
}
.btn-default:active {
  top: 2px;
  border-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default[disabled] {
  position: initial;
  background: #f8f8f8;
  color: #7fc6cf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.btn-default[disabled]:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.btn-second-type {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #7fc6cf;
  padding: 15px 37px;
  font-family: 'Raleway';
  -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;
}
.btn-second-type:hover {
  background: #f8f8f8;
  color: #7fc6cf;
}
.wrap-btn-next {
  text-align: center;
}
.btn-next {
  display: inline-block;
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 700;
  line-height: 27px;
  font-family: 'Raleway';
}
.btn-next .fa {
  width: 20px;
  height: 20px;
  background: #76bfc8;
  color: #ffffff;
  font-size: 9px;
  line-height: 21px;
  text-align: center;
  margin-left: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
}
.btn-next:hover .fa {
  background: rgba(124, 72, 123, 0.8);
}
/* end btns */
.meta__item {
  display: inline-block;
  font-size: 14px;
  color: #9c9c9c;
  margin-right: 38px;
}
.meta__item strong {
  color: #565656;
}
/* end meta */
.home-slider .gallery-slider .text {
  visibility: hidden;
}
.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%);
  }
}
.wrap-slider {
  position: relative;
  margin-bottom: 37px;
  max-width: 1001px;
}
.wrap-slider .slides li .text {
  position: absolute;
  top: 24%;
  left: 95px;
  color: #ffffff;
}
.wrap-slider .slides li .text h2 {
  font-family: 'Dancing Script', cursive;
  font-size: 31px;
  line-height: 51px;
}
.wrap-slider .slides li .text h2 span {
  font-size: 70px;
  line-height: 67px;
}
.wrap-slider .slides li .text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  font-family: 'Raleway';
  margin-bottom: 6px;
  margin-left: 3px;
}
.wrap-slider .slides li .text h3:before {
  content: "\f07c";
  font-family: 'FontAwesome';
  color: #b2ecf3;
  margin-right: 10px;
}
.wrap-slider .slides li .text p {
  max-width: 264px;
  font-family: 'Raleway';
  font-size: 12px;
}
/* end slider */
.radio-btn,
.checkbox-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px;
  padding: 0;
  width: 16px;
  height: 15px;
  background: url(images/sprites/checkboxradio.png) no-repeat;
  border: none;
  cursor: pointer;
}
.radio-btn.checked {
  background-position: -100px 0 !important;
}
.radio-btn.disabled {
  background-position: -150px 0;
  cursor: default;
}
.radio-btn.hover {
  background-position: -50px 0;
}
.checkbox-btn {
  background-position: 0 -50px;
}
.checkbox-btn.checked {
  background-position: -100px -50px !important;
}
.checkbox-btn.disabled {
  background-position: -150px -50px;
  cursor: default;
}
.checkbox-btn.hover {
  background-position: -50px -50px;
}
/* ellements */
.numb-list,
.mark-list {
  margin-left: 20px;
}
.numb-list li,
.mark-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 35px;
  line-height: 24px;
  font-size: 13px;
  font-family: 'Raleway';
}
.numb-list i,
.mark-list i {
  margin-top: 8px;
}
.numb-list {
  counter-reset: li;
}
.numb-list li:last-child {
  margin-bottom: 0;
}
.numb-list li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  color: #7fc6cf;
}
.fa-circle-o {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  color: #7fc6cf;
}
/* end num / mark list */
.divider {
  display: block;
  height: 1px;
  margin: 40px 0 25px 0;
  background: #eaeaea;
  outline: none;
  border: none;
  position: relative;
}
.divider:before {
  content: "";
  display: block;
  width: 100%;
  right: 100%;
  background: #eaeaea;
  height: 1px;
  position: absolute;
}
.divider:after {
  content: "";
  display: block;
  width: 100%;
  left: 100%;
  background: #eaeaea;
  height: 1px;
  position: absolute;
}
.divider-dot {
  display: block;
  margin: 27px 0 27px 0;
  outline: none;
  border: 1px dotted rgba(0, 0, 0, 0.1);
  position: relative;
}
.divider-dot:before {
  content: "";
  display: block;
  width: 100%;
  right: 100%;
  background: #eaeaea;
  height: 1px;
  position: absolute;
}
.divider-dot:after {
  content: "";
  display: block;
  width: 100%;
  left: 100%;
  background: #eaeaea;
  height: 1px;
  position: absolute;
}
/* end divider */
.table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin: 33px 0;
}
.table tr th,
.table tr td {
  width: 20%;
  padding: 15px;
  border: 1px solid #efefef;
}
.table tr th:first-child,
.table tr td:first-child {
  width: 33%;
  text-align: left;
  padding-left: 20px;
}
.table tr th {
  font-size: 16px;
  color: #ffffff;
  background: #7fc6cf;
}
.table tr td {
  font-size: 14px;
  color: #565656;
}
.table tr td:first-child {
  font-weight: 700;
}
/* end table */
.form-default input,
.form-default textarea {
  background: #ffffff;
  border: 1px solid #c1c1c1;
  font-size: 12px;
  color: #c1c1c1;
}
.form-default input::-webkit-input-placeholder,
.form-default textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.form-default input:-moz-placeholder,
.form-default textarea:-moz-placeholder {
  color: #c1c1c1;
}
.form-default input {
  height: 41px;
}
.form-default textarea {
  width: 100%;
  height: 120px;
  margin-top: 25px;
}
.form-default textarea:hover {
  border: 1px solid #7fc6cf;
  color: #7fc6cf;
}
.form-default textarea:hover::-webkit-input-placeholder {
  color: #7fc6cf;
}
.form-default textarea:hover:-moz-placeholder {
  color: #7fc6cf;
}
.form-default button[type="submit"] {
  margin-top: 25px;
}
/* end form default */
/***************************************************************************************************************************/
.nav-panel {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 288px;
  min-height: 800px;
  width: 100%;
  height: 100%;
  background-color: #2d2d31;
  background-image: url(images/bg/sidebar.png), url(images/bg/sidebar2.png), url(images/bg/nav-panel.png);
  background-position: 0 0, 0 100%, 27px -100px;
  background-repeat: no-repeat;
 
  text-align: center;
  z-index: 999;
}
.logo {
  display: inline-block;
  margin: 45px 0 45px;
}
/* end logo */
.wrap-nav {
  text-align: left;
}
.nav {
  z-index: 999;
}
.nav > li {
  position: relative;
}
.nav > li.nav__item_active .nav__link {
  color: #7fc6cf;
}
.nav > li.nav__item_active .nav__arrow {
  border-top-color: #7fc6cf;
}
.nav > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #ebebee;
  text-transform: uppercase;
  border-bottom: 1px solid #202023;
  margin: 0 50px;
  padding: 16px 10px 16px 33px;
}
.nav > li > a .nav__arrow {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav > li > a:hover {
  color: #7fc6cf;
}
.nav > li > a:hover .nav__arrow {
  border-top-color: #7fc6cf;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.nav > li ul {
  display: none;
  width: 80%;
  position: absolute;
  left: 88%;
  top: 0;
  z-index: 9999;
  background: rgba(127, 198, 207, 0.9);
  text-shadow: 1px 1px 0px #61969e;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav > li ul li {
  position: relative;
}
.nav > li ul li a {
  display: block;
  color: #000000;
  padding: 13px 30px 13px 25px;
}
.nav > li ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.nav > li ul li > ul {
  width: 100%;
  left: 100%;
}
.nav > li:hover > ul {
  display: block;
}
.nav > li:hover > ul li:hover > ul {
  display: block;
}
.nav__icon {
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -9px;
}
.nav__icon_about {
  width: 16px;
  height: 15px;
}
.nav__icon_portfolio {
  background-position: -50px 0;
  width: 16px;
  height: 15px;
}
.nav__icon_blog {
  background-position: -100px 0;
  width: 15px;
  height: 16px;
}
.nav__icon_shop {
  background-position: -150px 0;
  width: 16px;
  height: 16px;
}
.nav__icon_gallery {
  background-position: -200px 0;
  width: 16px;
  height: 16px;
}
.nav__icon_contact {
  background-position: -250px 0;
  width: 16px;
  height: 12px;
}
.nav__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 7px solid #4c4c50;
}
/* end nav */
.social {
  margin-bottom: 18px;
}
.social__title {
  font-size: 11px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.social__item {
  display: inline-block;
  color: #7fc6cf;
  width: 38px;
  height: 38px;
  border: 1px solid #7fc6cf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 3.5px;
}
.social__item:hover {
  border-color: #ffffff;
}
.social__item:hover .social__icon {
  color: #ffffff;
}
.social__item .social__icon {
  line-height: 2.4;
}
/* end social */
.footer-panel {
  position: absolute;

  width: 100%;
  margin-top: 60px;
}
.footer-panel__copy {
  font-size: 10px;
  color: #7a7a7a;
  text-align: center;
  margin-bottom: 0;
  padding: 25px 0;
  border-top: 1px solid #363e42;
}
/* end footer panel */
/* end nav panel */
.margintop {
  margin-top: 50px!important;
}
.wrap-main-gallery {
  position: relative;
  margin-left: 288px;
  height: 100%;
}
.slider-nav {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 9999;
}
.slider-nav #slider-prev,
.slider-nav #slider-next {
  width: 28px;
  height: 33px;
  display: inline-block;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
  background: url(images/sprites/slider-arrows.png) no-repeat;
  margin-left: -4px;
}
.slider-nav #slider-prev a,
.slider-nav #slider-next a {
  display: block;
  width: 28px;
  height: 32px;
}
.slider-nav #slider-next {
  background-position: -50px 0;
}
.gallery-items.gallery-page {
  margin-bottom: 34px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eaeaea;
}
.gallery-items .flex-direction-nav {
  position: absolute;
  top: -76px;
  right: 0;
  z-index: 99;
}
.gallery-items .flex-direction-nav li {
  width: 31px;
  height: 33px;
  display: inline-block;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
  background: url(images/sprites/slider-arrows.png) no-repeat;
  margin-left: -4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery-items .flex-direction-nav li a {
  display: block;
  width: 31px;
  height: 32px;
}
.gallery-items .flex-direction-nav li:last-child {
  background-position: -50px 0;
}
.gallery-items .flex-direction-nav li:hover {
  opacity: 0.6;
}
.gallery {
  position: relative;
}
.gallery .container-title_main {
  font-family: 'Droid serif';
  color: #262926;
  font-size: 37px;
  margin-bottom: 42px;
}
.gallery .gallery-i {
  overflow: hidden;
}
.gallery .gallery-i.gallery-page {
  margin-bottom: 34px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eaeaea;
}
.gallery .gallery-i .flex-direction-nav {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 99;
}
.gallery .gallery-i .flex-direction-nav li {
  width: 23px;
  height: 24px;
  display: inline-block;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  font-size: 0;
  z-index: 9999;
  background: #7fc6cf;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery .gallery-i .flex-direction-nav li a {
  display: block;
  width: 23px;
  height: 24px;
  text-align: center;
}
.gallery .gallery-i .flex-direction-nav li a:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery .gallery-i .flex-direction-nav li:last-child {
  background-position: -50px 0;
}
.gallery .gallery-i .flex-direction-nav li:last-child a:before {
  content: "\f105";
}
.gallery .gallery-i .flex-direction-nav li:hover {
  background: #f8f8f8;
}
.gallery .gallery-i .flex-direction-nav li:hover a:before {
  color: #565656;
}
.gallery-item,
.grid-sizer {
  width: 20%;
}
.gallery-item img,
.grid-sizer img {
  width: 100%;
  height: auto;
}
.gallery-item-second,
.grid-sizer-second {
  width: 25%;
}
.gallery-item-second .fa-search-plus,
.grid-sizer-second .fa-search-plus {
  font-size: 0.5em;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  vertical-align: top;
}
.gallery-item-three,
.grid-sizer-three {
  width: 33.3333333333%;
  overflow: hidden;
}
.gallery-item-three .overlay-layer,
.grid-sizer-three .overlay-layer {
  padding: 11px;
  text-align: center;
}
.gallery-item-three .overlay-layer .overlay-layer__content,
.grid-sizer-three .overlay-layer .overlay-layer__content {
  position: relative;
  background: #7fc6cf url(images/bg/main-gallery-item.png) no-repeat -73px 186px;
  width: 100%;
  height: 100%;
}
.gallery-item-three .overlay-layer .overlay-layer__content .overlay-layer__main-icon,
.grid-sizer-three .overlay-layer .overlay-layer__content .overlay-layer__main-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-top: 18%;
  background: #76bfc8;
  border-radius: 100%;
  margin-bottom: 10%;
}
.gallery-item-three .overlay-layer .overlay-layer__content .overlay-layer__main-icon .fa-plus,
.grid-sizer-three .overlay-layer .overlay-layer__content .overlay-layer__main-icon .fa-plus {
  font-size: 17px;
  vertical-align: top;
  margin-top: 30%;
}
.gallery-item-three .overlay-layer .overlay-layer__content .overlay-layer__models,
.grid-sizer-three .overlay-layer .overlay-layer__content .overlay-layer__models {
  margin-left: 17%;
}
.gallery-item-three .overlay-layer .overlay-layer__content .like,
.grid-sizer-three .overlay-layer .overlay-layer__content .like {
  margin-right: 17%;
}
.gallery-item-three .overlay-layer-dark,
.grid-sizer-three .overlay-layer-dark {
  padding: 11px;
  text-align: center;
}
.gallery-item-three .overlay-layer-dark .overlay-layer__content,
.grid-sizer-three .overlay-layer-dark .overlay-layer__content {
  position: relative;
  background: #7fc6cf url(images/bg/main-gallery-item.png) no-repeat -73px 186px;
  width: 100%;
  height: 100%;
}
.gallery-item-three .overlay-layer-dark .overlay-layer__content .overlay-layer__main-icon,
.grid-sizer-three .overlay-layer-dark .overlay-layer__content .overlay-layer__main-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-top: 18%;
  background: #76bfc8;
  border-radius: 100%;
  margin-bottom: 10%;
}
.gallery-item-three .overlay-layer-dark .overlay-layer__content .overlay-layer__main-icon .fa-plus,
.grid-sizer-three .overlay-layer-dark .overlay-layer__content .overlay-layer__main-icon .fa-plus {
  font-size: 17px;
  vertical-align: top;
  margin-top: 12%;
}
.gallery-item-three .overlay-layer-dark .overlay-layer__content .overlay-layer__models,
.grid-sizer-three .overlay-layer-dark .overlay-layer__content .overlay-layer__models {
  margin-left: 17%;
  margin-bottom: 20%;
}
.gallery-item-three .overlay-layer-dark .overlay-layer__content .like,
.grid-sizer-three .overlay-layer-dark .overlay-layer__content .like {
  margin-right: 17%;
  margin-bottom: 20%;
}
.gallery-item,
.gallery-item-second {
  position: relative;
  float: left;
  text-align: center;
  overflow: hidden;
}
.gallery-item .overlay-layer,
.gallery-item-second .overlay-layer,
.gallery-item .overlay-layer-dark,
.gallery-item-second .overlay-layer-dark {
  padding: 11px;
}
.gallery-item:hover .overlay-layer,
.gallery-item-second:hover .overlay-layer,
.gallery-item:hover .overlay-layer-dark,
.gallery-item-second:hover .overlay-layer-dark {
  display: block;
}
.gallery-item .overlay-layer__content-second,
.gallery-item-second .overlay-layer__content-second {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-top: 52%;
  background: #76bfc8;
  border-radius: 100%;
}
.gallery-item .overlay-layer__content-second .overlay-layer__main-icon,
.gallery-item-second .overlay-layer__content-second .overlay-layer__main-icon {
  margin: 0;
}
.gallery-item_big .overlay-layer__content {
  background-position: -75px 325px;
}
.gallery-item_big .overlay-layer__title {
  margin-bottom: 30px;
}
.gallery-item_big .overlay-layer__models {
  margin: 10px 25px 55px;
}
.gallery-item_big .like {
  margin: 10px 20px 55px;
}
.gallery-item_medium .overlay-layer__content {
  background-position: -75px 325px;
}
.gallery-item_medium .overlay-layer__main-icon {
  margin: 55px 0 40px;
}
.gallery-item_medium .overlay-layer__title {
  margin-bottom: 40px;
}
.gallery-item_medium .overlay-layer__models {
  margin: 10px 25px 55px;
}
.gallery-item_medium .like {
  margin: 10px 20px 55px;
}
.ins-gallery .slides {
  margin-bottom: 4px;
}
.ins-gallery .slides img {
  width: 100%;
  height: auto;
}
.ins-gallery .flex-direction-nav li {
  display: inline-block;
  width: 22px;
  height: 95px;
  z-index: 99;
  background: #f8f8f8;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ins-gallery .flex-direction-nav li:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 17px;
  color: #020202;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -8px;
  position: absolute;
  -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;
}
.ins-gallery .flex-direction-nav li:hover {
  background: #7fc6cf;
}
.ins-gallery .flex-direction-nav li:hover:before {
  color: #ffffff;
}
.ins-gallery .flex-direction-nav li:last-child {
  left: 97.8%;
}
.ins-gallery .flex-direction-nav li:last-child:before {
  content: "\f105";
}
.ins-gallery .flex-direction-nav li a {
  display: block;
  width: 22px;
  height: 95px;
}
.ins-gallery .flex-control-nav {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
}
.ins-gallery .flex-control-nav li {
  display: inline-block;
  margin: 0 2px;
  padding-left: 0;
}
.ins-gallery .flex-control-nav li:before {
  display: none;
}
.ins-gallery .flex-control-nav li img {
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.ins-gallery .flex-control-nav li img:hover {
  opacity: 0.6;
}
/* end gallery items */
.gallery-filters {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: url(images/bg/gal.png);
  background-size: 100% 100%;
  padding: 25px 0;
}
.gallery-filters .close-filter {
  color: #ffffff;
  position: inherit;
  right: 23px;
  margin-top: 1px;
  cursor: pointer;
  font-size: 1.4em;
  vertical-align: top;
}
.gallery-filters .close-filter:hover {
  opacity: 0.6;
}
.gallery-filter {
  font: 700 13px "Century Gothic", Futura, sans-serif;
  color: #ffffff;
  margin: 0 25px;
}
.gallery-filter_active {

}
/* end main gallery filters */
.show-filter {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 10%;
  padding: 25px 0;
  background: url(images/bg/gal.png);
  background-size: 100% 100%;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  font-size: 1.3em;
  cursor: pointer;
  display: none;
}
.show-filter .close-filter {
  color: #ffffff;
  position: inherit;
  right: 23px;
  margin-top: 1px;
  cursor: pointer;
  font-size: 1.4em;
}
.show-filter .close-filter:hover {
  opacity: 0.6;
}
.bordertop {
  border-top: 1px solid #eaeaeb;
  padding-top: 45px;
}
.about-page > p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 26px;
}
.people {
  position: relative;
  padding-top: 33px;
}
.people .flex-direction-nav {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 99;
}
.people .flex-direction-nav li {
  width: 23px;
  height: 24px;
  display: inline-block;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  font-size: 0;
  z-index: 9999;
  background: #7fc6cf;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.people .flex-direction-nav li a {
  display: block;
  width: 23px;
  height: 24px;
  text-align: center;
}
.people .flex-direction-nav li a:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  -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;
}
.people .flex-direction-nav li:last-child a:before {
  content: "\f105";
}
.people .flex-direction-nav li:last-child {
  background-position: -50px 0;
}
.people .flex-direction-nav li:hover {
  opacity: 0.6;
}
.person {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 30%;
  margin-right: 5%;
}
.person:last-child {
  margin-right: 0;
}
.person__thumb {
  margin-bottom: 8px;
  position: relative;
}
.person__thumb .overlay-layer-dark {
  display: block;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.person__thumb .overlay-layer-dark div {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
}
.person__thumb .overlay-layer-dark div a {
  position: relative;
  margin: 0 10px;
}
.person__thumb .overlay-layer-dark div a:before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #7fc6cf;
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 100%;
  -moz-border-radius-bottomleft: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -8px;
  top: -7px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.person__thumb .overlay-layer-dark div a:hover {
  opacity: 1;
}
.person__thumb .overlay-layer-dark div a:hover:before {
  opacity: 1;
}
.person__thumb:hover .overlay-layer-dark {
  opacity: 1;
}
/* end person thumb */
.person__header {
  padding: 9px 0;
  margin-bottom: 7px;
}
.person__name {
  font-size: 28px;
  font-family: 'Dancing Script', cursive;
  line-height: 27px;
  color: #262926;
  margin-bottom: 10px;
}
.person__post {
  font-size: 11px;
  color: #9c9c9c;
}
/* end person header */
.person__content {
  margin-bottom: 23px;
}
.person__content p {
  font-size: 12px;
  line-height: 18px;
  color: #9c9c9c;
}
.person__content p:last-child {
  margin-bottom: 0;
}
/* end person content */
.person__footer {
  border: 1px solid #efefef;
  padding: 13px 14px;
}
/* end person footer */
/* end person */
/* end people */
.categories-blocks {
  background: #f8f8f8;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 50px 15px 50px 20px;
  position: relative;
  margin-bottom: 36px;
}
.categories-blocks:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: #f8f8f8;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.categories-blocks:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: #f8f8f8;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.category-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 191px;
  margin: 0 27px;
  font-family: 'Raleway';
  padding: 0 10px;
}
.category-block:last-child {
  margin-right: 0;
}
.category-block__loading {
  position: absolute;
  top: 50%;
  left: -41px;
  margin-top: -39px;
  font-weight: bold;
  color: #262926;
  font-family: 'Droid Serif';
  font-size: 20px;
}
/* end category block loading */
.category-block__container {
  padding: 20px 5px 13px 40px;
}
.category-block__title {
  font-size: 14px;
  font-weight: 900;
  line-height: 27px;
  color: #262926;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.category-block__content p {
  font-size: 11px;
  color: #9c9c9c;
  line-height: 16px;
}
/* end category block container */
/* end category block */
/* end categories blcoks */
.accordion {
  display: inline-block;
  float: left;
  vertical-align: top;
  padding-right: 25px;
}
.accordion .container-title {
  margin-bottom: 17px;
}
.accordion .ui-state-active {
  background: #7fc6cf;
  color: #ffffff;
}
.accordion .ui-state-active .ui-accordion-header-icon {
  background-position: -50px 0;
  width: 35px;
  height: 35px;
  margin-top: -17px;
}
.accordion .ui-accordion-header-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  background: url(images/sprites/accordion-icon.png) no-repeat;
}
.accordion__title {
  position: relative;
  font-size: 16px;
  color: #7fc6cf;
  padding: 14px 55px 14px 26px;
  cursor: pointer;
  margin-bottom: 12px;
  border: 1px solid #efefef;
}
.accordion__content {
  padding: 0 25px 15px 25px;
}
.accordion__content p {
  font-size: 12px;
  line-height: 18px;
  color: #9c9c9c;
}
.accordion__content p:last-child {
  margin-bottom: 0;
}
/* end aacordion container */
/* end accordion */
.tabs {
  display: inline-block;
  vertical-align: top;
  padding-left: 25px;
}
.tabs .container-title {
  margin-bottom: 17px;
}
.tabs-nav {
  font-size: 0;
  display: table;
  width: 100%;
}
.tabs-nav .ui-state-active .tabs-nav__link {
  background: #7fc6cf;
  color: #ffffff;
}
.tabs-nav__item {
  display: table-cell;
  text-align: center;
}
.tabs-nav__item:hover .tabs-nav__link {
  background: #7fc6cf;
  color: #ffffff;
}
.tabs-nav__link {
  display: block;
  font-size: 16px;
  color: #a4a2a2;
  background: #f8f8f8;
  padding: 15px 10px;
  text-align: center;
}
/* end tabs nav */
.tabs__container {
  border: 1px solid #efefef;
  border-top: transparent;
  padding: 13px 22px;
  font-family: 'Raleway' !important;
  box-sizing: border-box;
  max-width: 99.89%;
}
.tabs__container p {
  font-size: 12px;
  line-height: 18px;
  color: #9c9c9c;
  margin-bottom: 10px !important;
  font-family: 'Raleway' !important;
}
.tabs__container .btn-second-type {
  margin-top: 13px;
}
/* end tabs container */
/* end tabs */
/* end about page */
.latest-photo {
  padding: 14px 0;
}
.latest-photo__header .container-title {
  float: left;
  font-size: 37px;
}
.latest-photo__header .btn-second-type {
  float: right;
}
/* end latest photo header */
.gallery-items_latest .gallery-item,
.gallery-items_latest .grid-sizer {
  width: 33.2667332667%;
}
.gallery-items_latest .gallery-item .overlay-layer__models {
  margin-left: 53px;
}
.gallery-items_latest .gallery-item .like {
  margin-right: 45px;
}
.gallery-items_latest .gallery-item_big .overlay-layer__content {
  background-position: -78px 200px;
}
.gallery-items_latest .gallery-item_big .overlay-layer__models {
  margin: 10px 10px 63px 53px;
}
.gallery-items_latest .gallery-item_big .like {
  margin: 10px 45px 25px 10px;
}
/* end gallery items latest */
/* end latest photo */
.prices {
  padding: 17px 0;
}
.prices .container-title {
  font-size: 37px;
  margin-bottom: 39px;
}
.prices-item {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 300px;
  margin-right: 47px;
  text-align: center;
  margin-bottom: 50px;
}
.prices-item .btn-default {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.prices-item .btn-default:hover {
  background: #f8f8f8;
  color: #7fc6cf;
}
.prices-item:last-child {
  margin-right: 0;
}
.prices-item .btn-default {
  display: block;
  text-align: center;
}
.prices-item__title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  background: #2d2d31;
  margin-bottom: 0;
  padding: 13px 22px;
  font-family: 'Raleway';
}
.prices-item__price {
  font-size: 40px;
  color: #ffffff;
  background: #7fc6cf;
  padding: 8px 0;
  font-family: 'Droid Serif';
}
.prices-item__price span {
  font-size: 18px;
}
.characteristics__item {
  font-size: 12px;
  color: #9292a5;
  border-bottom: 1px solid #eaeaea;
  padding: 17px 0;
  font-family: 'Raleway';
}
.characteristics__item:last-child {
  border-bottom: none;
}
/* end prices item */
/* end prices items */
/* end prices */
.blog-page {
  position: relative;
}
.blog-page .filter {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  font-family: 'Raleway';
}
.blog-page .filter select {
  min-width: 178px;
  border: 1px solid #efefef;
  padding: 7px 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #565656;
  margin-left: 8px;
  font-family: 'Raleway';
  font-size: 11px;
  font-weight: 700;
  -webkit-appearance: none;
  background: url(images/filter/1.png) no-repeat 95% 48%;
}
.blog-post {
  margin-bottom: 34px;
}
.blog-post .wrap-image {
  position: relative;
}
.blog-post .wrap-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 75%;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.6)), color-stop(1, rgba(0, 0, 0, 0)));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
}
.blog-post .wrap-image .text {
  position: absolute;
  bottom: 0;
  padding: 30px 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-post .wrap-image .text h2 {
  font-size: 28px;
  color: #ffffff;
  max-width: 360px;
  line-height: 36px;
  font-family: 'Dancing Script', cursive;
}
.blog-post .wrap-image .text a {
  font-family: 'Raleway';
  font-size: 12px;
  font-weight: 700;
  color: #7fc6cf;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 12px 23px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog-post .wrap-image .text a:hover {
  border: 1px solid transparent;
  background: rgba(127, 198, 207, 0.5);
  color: #ffffff;
}
.blog-post .wrap-image2 {
  position: relative;
}
.blog-post .wrap-image2:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 75%;
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.6)), color-stop(1, rgba(0, 0, 0, 0)));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
}
.blog-post .wrap-image2 .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 30px 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.blog-post .wrap-image2 .text h2 {
  font-size: 46px;
  font-family: 'Dancing Script', cursive;
  color: #ffffff;
  line-height: 53px;
  max-width: 630px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.blog-post .wrap-image2 .text .meta {
  margin-bottom: 7px;
}
.blog-post .wrap-image2 .text .meta li {
  display: inline-block;
  margin: 0 10px;
}
.blog-post .wrap-image2 .text .meta li a {
  color: #9c9c9c;
  -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;
}
.blog-post .wrap-image2 .text .meta li a i {
  color: #ffffff;
  margin-right: 6px;
  -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;
  font-size: 17px;
}
.blog-post .wrap-image2 .text .meta li a:hover {
  color: #ffffff;
}
.blog-post .wrap-image2 .text .meta li a:hover i {
  color: #7fc6cf;
}
.blog-post__header {
  margin-bottom: 18px;
}
.blog-post__title {
  font-size: 20px;
  line-height: 34px;
  color: #262926;
  margin-bottom: 15px;
  font-family: 'Dancing Script', cursive;
  font-size: 28px;
}
.blog-post__title a {
  color: #262926;
}
.blog-post__title a:hover {
  color: #7fc6cf;
}
/* end blog post header */
.blog-post__content .slides {
  overflow: hidden;
}
.blog-post__content .flex-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.blog-post__content .flex-direction-nav li {
  display: inline-block;
  outline: 0;
  font-size: 0;
  z-index: 9999;
  -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;
}
.blog-post__content .flex-direction-nav li a {
  display: block;
  position: absolute;
  width: 25px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog-post__content .flex-direction-nav li a.flex-prev {
  left: 0;
}
.blog-post__content .flex-direction-nav li a.flex-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 17px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -8px;
  position: absolute;
}
.blog-post__content .flex-direction-nav li a.flex-next {
  right: 0;
}
.blog-post__content .flex-direction-nav li a.flex-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 17px;
  color: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -8px;
  position: absolute;
}
.blog-post__content .flex-direction-nav li:last-child {
  background-position: -48px 0;
  margin-left: -4px;
}
.blog-post__content .flex-direction-nav li:hover a {
  background: #7fc6cf;
}
.blog-post__content > p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}
.blog-post__video {
  margin-bottom: 30px;
}
.blog-post__video iframe {
  width: 100%;
  height: 400px;
}
/* end blog post content */
.blog-post__footer {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  position: relative;
}
.blog-post__footer .category,
.blog-post__footer .author,
.blog-post__footer .date {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  margin-right: 29px;
}
.blog-post__footer .category span,
.blog-post__footer .author span,
.blog-post__footer .date span {
  font-weight: 700;
  color: #565656;
}
.blog-post__footer .category a {
  text-transform: none;
  color: #7fc6cf;
  font-weight: 700;
  font-size: 12px;
  border: none;
  padding: 28px 0 30px 0;
}
.blog-post__footer .details {
  position: absolute;
  top: 9px;
  right: 0;
  font-size: 12px;
}
.blog-post__footer .details a {
  color: #9c9c9c;
  line-height: 50px;
}
.blog-post__footer .details a .fa {
  color: #cce3e6;
  margin-right: 10px;
}
.blog-post__footer .details a.comment-count {
  margin-right: 20px;
}
/* end blog post footer */
.gallery-post__footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 31px 0 37px 0;
  position: relative;
}
.gallery-post__footer .details {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 12px;
}
.gallery-post__footer .details a {
  color: #9c9c9c;
  line-height: 50px;
}
.gallery-post__footer .details a .fa {
  color: #cce3e6;
  margin-right: 10px;
  font-size: 15px;
}
.gallery-post__footer .details a.comment-count {
  margin-right: 20px;
}
.gallery-post__footer .meta .meta__item {
  font-size: 12px;
  margin-right: 32px;
}
.blog-post__single {
  border-bottom: 1px solid #eaeaea;
  position: relative;
  text-align: center;
  margin-bottom: 32px;
}
.blog-post__single .category,
.blog-post__single .author,
.blog-post__single .date {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  margin-right: 29px;
}
.blog-post__single .category span,
.blog-post__single .author span,
.blog-post__single .date span {
  font-weight: 700;
  color: #565656;
}
.blog-post__single .category a,
.blog-post__single .author a,
.blog-post__single .date a {
  text-transform: none;
  color: #7fc6cf;
  font-weight: 700;
  font-size: 12px;
  border: none;
  padding: 34px 0 38px 0;
}
/* end blog post footer */
/* end blog post */
/* end blog posts */
/* end blog page */
.content {
  float: left;
  width: 69.5%;
  margin-right: 4%;
}
.content blockquote {
  background: #f8f8f8;
  border-left: 6px solid #82c7d0;
  margin-bottom: 42px;
}
.content blockquote img {
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}
.content blockquote .text {
  display: inline-block;
  vertical-align: top;
  width: 81%;
}
.content blockquote .text h3 {
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 16px;
  font-family: 'Dancing Script', cursive;
  font-size: 26px;
  letter-spacing: 1px;
}
.content blockquote .text h3:before {
  content: "\f07c";
  font-family: 'FontAwesome';
  color: #9c9c9c;
  margin-right: 14px;
}
.content blockquote .text p {
  font-size: 11px;
  line-height: 20px;
  color: #9e9e9e;
  margin-bottom: 0;
  font-family: 'Myriad Pro';
}
.content ol {
  margin-left: 20px;
  margin-bottom: 36px;
}
.content ol li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
  line-height: 24px;
  font-size: 13px;
  font-family: 'Raleway';
}
.content ol li:before {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 10px;
  color: #7fc6cf;
  content: "\f10c";
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content p {
  line-height: 20px;
  margin-bottom: 38px;
  font-family: 'Myriad Pro';
}
.content p:last-child {
  margin-bottom: 12px;
}
.content .blog-post {
  margin-bottom: 48px;
}
.example-ellements {
  margin: 25px 0;
}
.example-ellements input[type="text"],
.example-ellements button[type="button"] {
  margin-right: 20px;
}
.example-ellements__row {
  margin-bottom: 40px;
}
.example-ellements__row:last-child {
  margin-bottom: 0;
}
.example-ellements__ins-row {
  margin-bottom: 25px;
}
.example-ellements__ins-row:last-child {
  margin-bottom: 0;
}
.example-ellement {
  display: inline-block;
  margin-right: 38px;
}
/* end example ellements */
.comments {
  margin-top: 10px;
  padding-bottom: 86px;
}
.comments-list {
  margin: 30px 0;
}
.comment {
  margin-bottom: 20px;
  overflow: hidden;
}
.comment .com_ins {
  padding-left: 95px;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment__ava {
  float: left;
  width: 54px;
  margin-right: 15px;
}
/* end comment ava */
.comment__wrap {
  overflow: hidden;
}
.comment__header {
  margin: 6px 0 0 0;
  position: relative;
}
.comment__header .reply {
  position: absolute;
  right: 0;
  top: 7px;
  color: #7fc6cf;
  font-family: 'Raleway';
  font-size: 14px;
  font-weight: 700;
}
.comment__header .reply:after {
  content: "\f0e6";
  font-family: 'FontAwesome';
  margin-left: 6px;
}
.comment__name {
  font-size: 21px;
  font-weight: 700;
  color: #474747;
  margin-bottom: 0;
  line-height: 27px;
  font-family: 'Dancing Script', cursive;
}
.comment__date,
.comment__time {
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  color: #919191;
}
.comment__date {
  margin-right: 15px;
}
/* end comment header */
.comment__content {
  padding: 3px 0 0 29px;
}
.comment__content p:last-child {
  margin-bottom: 0;
}
/* end comment content */
/* end comment wrap */
/* end comment */
/* end comments list */
.form-default_comments {
  width: 100%;
}
.form-default_comments input {
  width: 46.76%;
  display: inline-block;
  border: none;
  font-family: 'Raleway';
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  color: #767676;
}
.form-default_comments input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #767676;
}
.form-default_comments input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #767676;
  opacity: 1;
}
.form-default_comments input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #767676;
  opacity: 1;
}
.form-default_comments input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #767676;
}
.form-default_comments input:hover {
  border: none;
}
.form-default_comments input[type="text"] {
  float: left;
}
.form-default_comments input[type="email"] {
  float: right;
}
.form-default_comments textarea {
  border: none;
  font-family: 'Raleway';
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.form-default_comments textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #767676;
}
.form-default_comments textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #767676;
  opacity: 1;
}
.form-default_comments textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #767676;
  opacity: 1;
}
.form-default_comments textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #767676;
}
.form-default_comments textarea:hover {
  border: none;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.03);
}
/* end comments */
.portfolio-page .content {
  margin-bottom: 14px;
}
.portfolio-page .blog-post {
  margin-bottom: 24px;
}
.portfolio-page .portfolio-post__footer {
  padding-top: 24px;
  position: relative;
}
.portfolio-page .portfolio-post__footer .meta li {
  margin-right: 0;
}
.portfolio-page .portfolio-post__footer .details {
  position: absolute;
  right: 0;
  top: 24px;
  color: #565656;
  font-size: 12px;
}
.portfolio-page .portfolio-post__footer .details i {
  color: #7fc6cf;
  margin-right: 9px;
  font-size: 13px;
}
.portfolio-page .row {
  border-top: 1px solid #eaeaeb;
  clear: both;
  position: relative;
  padding-top: 43px;
  margin-top: 20px;
}
.portfolio-page .row:before {
  content: "";
  display: block;
  border-top: 1px solid #eaeaeb;
  position: absolute;
  width: 40px;
  left: -40px;
  top: -1px;
}
.portfolio-page .row:after {
  content: "";
  display: block;
  border-top: 1px solid #eaeaeb;
  position: absolute;
  width: 40px;
  right: -40px;
  top: -1px;
}
.portfolio-page .container-title_main {
  font-family: 'Droid serif';
  color: #262926;
  font-size: 37px;
  margin-bottom: 12px;
}
.portfolio-page .slider-nav {
  top: 55px;
}
.portfolio-page .social-second-type {
  text-align: left;
  margin: 0;
}
.portfolio-page .blog-post__content {
  position: relative;
  overflow: hidden;
}
.portfolio-page .blog-post__content .overlay-layer {
  background: none;
}
.portfolio-page .blog-post__content .overlay-layer__content {
  background: rgba(127, 198, 207, 0);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.portfolio-page .blog-post__content:hover .overlay-layer__content:hover {
  background: rgba(127, 198, 207, 0.5);
  opacity: 1;
}
.portfolio-page .blog-post__content:hover .overlay-layer {
  display: block;
  text-align: center;
}
.portfolio-page .blog-post__content:hover .overlay-layer .overlay-layer__main-icon {
  margin: 26% 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-page .blog-post__content:hover .overlay-layer .overlay-layer__main-icon i:hover {
  color: #7fc6cf;
}
.ins-portfolio-page .content {
  margin-bottom: 14px;
  width: 100%;
}
.ins-portfolio-page .blog-post {
  margin-bottom: 0;
}
.ins-portfolio-page .blog-post__header {
  margin-bottom: 26px;
}
.ins-portfolio-page .blog-post__content {
  width: 59.5%;
  margin-right: 3%;
  margin-bottom: 41px;
  float: left;
  margin-top: 7px;
  max-width: 595px;
}
.ins-portfolio-page .blog-post__description {
  width: 37%;
  float: left;
  margin-bottom: 35px;
}
.ins-portfolio-page .blog-post__description .meta__item {
  margin-bottom: 0;
  font-size: 12px;
}
.ins-portfolio-page .blog-post__description hr {
  background: rgba(0, 0, 0, 0.1);
  border: none;
  height: 1px;
  margin: 25px 0;
}
.ins-portfolio-page .blog-post__description p {
  font-weight: 100;
  margin-bottom: 27px;
}
.ins-portfolio-page .blog-post__description .btn {
  margin-left: 10px;
}
.ins-portfolio-page .portfolio-post__footer .col {
  display: table-cell;
}
.ins-portfolio-page .portfolio-post__footer .col:last-child {
  text-align: right;
}
.ins-portfolio-page .portfolio-post__footer .meta {
  margin-bottom: 23px;
}
.ins-portfolio-page .portfolio-post__footer .meta .meta__item {
  display: inline-block;
}
.ins-portfolio-page .portfolio-post__footer .meta + p {
  color: #9c9c9c;
  margin-bottom: 24px;
}
.ins-portfolio-page .portfolio-post__footer .btn-second-type {
  margin-bottom: 26px;
}
.ins-portfolio-page .portfolio-post__footer .social {
  border-bottom: 1px solid #eaeaeb;
  border-top: 1px solid #eaeaeb;
  padding: 16px 0;
  margin-bottom: 0;
}
.ins-portfolio-page .portfolio-post__footer .social .col {
  width: 43%;
  vertical-align: middle;
}
.ins-portfolio-page .portfolio-post__footer .social .col:last-child {
  text-align: right;
}
.ins-portfolio-page .row {
  border-top: 1px solid #eaeaeb;
  clear: both;
  position: relative;
  padding-top: 39px;
  margin-top: 20px;
}
.ins-portfolio-page .row:before {
  content: "";
  display: block;
  border-top: 1px solid #eaeaeb;
  position: absolute;
  width: 40px;
  left: -40px;
  top: -1px;
}
.ins-portfolio-page .row:after {
  content: "";
  display: block;
  border-top: 1px solid #eaeaeb;
  position: absolute;
  width: 40px;
  right: -40px;
  top: -1px;
}
.ins-portfolio-page .container-title_main {
  font-family: 'Droid serif';
  color: #262926;
  font-size: 37px;
  margin-bottom: 12px;
}
.ins-portfolio-page .slider-nav {
  top: 55px;
}
.ins-portfolio-page .social-second-type {
  text-align: left;
  margin: 0;
}
.ins-portfolio-page .blog-post__content {
  position: relative;
}
.ins-portfolio-page .bx-controls-direction {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}
.ins-portfolio-page .bx-controls-direction a {
  display: inline-block;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 27px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
  background: url(images/sprites/slider-arrows.png) no-repeat;
}
.ins-portfolio-page .bx-controls-direction .bx-next {
  background-position: -50px 0;
}
.ins-portfolio-page .blog-post__title {
  margin-bottom: 2px;
}
.ins-portfolio-page .description_list {
  padding: 27px 0;
  overflow: auto;
}
.ins-portfolio-page .description_list .item {
  padding: 26px 16px 6px 16px;
  width: 48%;
  border: 1px solid #eaeaeb;
  float: left;
}
.ins-portfolio-page .description_list .item:nth-child(2) {
  margin-left: 4%;
}
.ins-portfolio-page .description_list .item ul li {
  margin-left: 16px;
  line-height: 1.2em;
  color: #9c9c9c;
  margin-bottom: 16px;
  position: relative;
}
.ins-portfolio-page .description_list .item ul li:before {
  content: "• ";
  position: absolute;
  left: -16px;
  color: #8ecad2;
  /* or whatever color you prefer */
}
/* end content */
.sidebar {
  float: right;
  width: 26.5%;
}
.sidebar .sidebar-title {
  font-size: 20px;
}
.sidebar .container-title {
  margin-bottom: 17px;
}
.sidebar .category a {
  text-transform: none;
  padding: 17.5px 0;
}
.sidebar .category a b i {
  margin-right: 11px;
  margin-left: 10px;
  font-size: 10px;
}
.sidebar-container {
  margin-bottom: 30px;
}
.sidebar-container .portfolio-related a {
  margin-bottom: 4px;
  display: inline-block;
}
.sidebar-container p {
  color: #9c9c9c;
}
.search-form {
  position: relative;
}
.search-form input[type="text"] {
  width: 100%;
  padding-right: 60px;
}
.search-form input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}
.search-form input[type="text"]:-moz-placeholder {
  color: #ffffff;
}
.search-form input[type="text"]:hover,
.search-form input[type="text"]:focus {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #7fc6cf;
  color: #ffffff;
}
.search-form button[type="submit"] {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -18px;
  width: 35px;
  height: 35px;
  background: #76bfc8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
}
/* end search form */
.category a {
  display: block;
  font-size: 14px;
  color: #5c5c5c;
  text-transform: uppercase;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
}
.category a:hover {
  color: #7fc6cf;
}
.category a:hover .category__arrow {
  color: #7fc6cf;
}
.category_active a {
  color: #7fc6cf;
}
.category_active .category__arrow {
  color: #7fc6cf;
}
.category__arrow {
  margin-right: 12px;
  margin-left: 11px;
}
/* end categories list */
/* end categories */
.side-portfolio-items {
  font-size: 0;
}
.side-portfolio-item {
  display: inline-block;

  margin: 1%;
}

/* end side portfolio items */
.tag {
  display: inline-block;
  margin-bottom: 4px;
}
.tag a {
  display: block;
  font-size: 11px;
  color: #9e9e9e;
  background: #f8f8f8;
  padding: 0 10px;
  line-height: 30px;
  font-family: 'Raleway';
  -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;
}
.tag a:hover {
  color: #ffffff;
  background: #7fc6cf;
}
/* end tags */
/* end sidebar */
.contact-map {
  height: 514px;
  margin-bottom: 23px;
  max-width: 1081px;
  background: #ffffff;
  overflow: hidden;
  margin-left: 288px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}
.form-default_contacts {
  float: left;
  width: 53%;
}
.form-default_contacts > p {
  margin-bottom: 35px;
  color: #7e7d7d;
}
.form-default_contacts input {
  width: 100%;
  margin-bottom: 20px;
}
.form-default_contacts input[type="email"] {
  margin-bottom: 0;
}
.form-default_contacts input::-webkit-input-placeholder {
  color: #7e7d7d;
}
.form-default_contacts input::-moz-placeholder {
  color: #7e7d7d;
}
.form-default_contacts button[type="submit"] {
  padding: 14px 54px;
}
.form-default_contacts textarea::-webkit-input-placeholder {
  color: #7e7d7d;
}
.form-default_contacts textarea::-moz-placeholder {
  color: #7e7d7d;
}
/* end form default contacts */
.contact-info {
  float: right;
  width: 38.8%;
}
.contact-info .container-title {
  margin-bottom: 26px;
}
.contact-info__row {
  margin-bottom: 32px;
}
.contact-info__row:last-child {
  margin-bottom: 0;
}
.contact-info__address {
  font-size: 14px;
  line-height: 1.4;
}
.contact-info__phone {
  font-size: 20px;
  margin-bottom: 20px;
}
.contact-info__phone .fa {
  color: #7bc2ca;
  margin-right: 17px;
}
.contact-info__email {
  font-size: 14px;
  color: #79c1ca;
}
.contact-info__email .fa {
  color: #7bc2ca;
  margin-right: 17px;
}
/* end contact info */
/* end contact page */
.shop-page .divider {
  margin: 25px 0;
}
.shop-description p,
.shop-description p:last-child {
  font-family: 'Raleway';
  margin-bottom: 24px;
}
/* end shop description */
.shop-filters {
  font-size: 14px;
  color: #565656;
  margin-bottom: 33px;
}
.shop-results {
  float: left;
  margin-top: 10px;
  font-size: 11px;
  position: relative;
}
.shop-results:after {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 125%;
  top: 50%;
}
.shop-filter {
  float: right;
  font-size: 11px;
}
.shop-filter label {
  margin-right: 4px;
}
.shop-filter select {
  color: #a0a0a0;
  padding: 5px 7px;
  min-width: 176px;
  font-family: 'Raleway';
  font-size: 11px;
}
/* end shop filters */
.shop-items {
  margin-left: -35px;
}
.shop-item {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin: 0 0 57px 4.9%;
}
.shop-item__thumb {
  margin-bottom: 16px;
  position: relative;
  text-align: center;
}
.shop-item__thumb img {
  max-width: 100%;
  height: auto;
}
.shop-item__thumb .overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(127, 198, 207, 0.9);
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
}
.shop-item__thumb .overlay-layer i {
  display: inline-block;
  font-size: 17px;
  height: 45px;
  width: 45px;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 100%;
  -moz-border-radius-bottomleft: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #5cadb7;
  margin: 25% 0;
}
.shop-item__thumb:hover .overlay-layer {
  opacity: 1;
}
/* end shop item thumb */
.shop-item__wrap {
  text-align: center;
}
.shop-item__title {
  font-size: 15px;
  /*font-weight: 700;*/
  color: #535353;
  margin-bottom: 5px;

}
.shop-item__title a {
  color: #535353;
}
.shop-item__rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.shop-item__rating > span {
  display: inline-block;
  color: #d5d5d6;
}
.shop-item__rating > span:hover {
  color: #b8e1e4;
}
.shop-item__rating .colorstar {
  color: #b8e1e4;
}
.shop-item__footer {
  margin-top: 11px;
}
.shop-item__price {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #262926;
  margin-right: 15px;
}
.shop-item__add {
  display: inline-block;
  color: #7fc6cf;
}
.shop-item__add .fa {
  margin-right: 6px;
  font-size: 17px;
}
.shop-item__add:hover {
  color: rgba(124, 72, 123, 0.8);
}
/* end shop item footer */
/* end shop item wrap */
/* end shop items */
.cart {
  background: #f8f8f8;
}
.cart .container-title {
  font-size: 26px;
  margin-bottom: 4px;
}
.cart__ins {
  padding: 20px 20px 0 20px;
}
.cart-item {
  border-bottom: 1px solid #eaeaeb;
  padding: 20.8px 0;
}
.cart-item:last-child {
  border-bottom: none;
}
.cart-item:hover .cart-item__remove {
  opacity: 1;
}
.cart-item__count {
  float: left;
  color: #c3c3c3;
  margin-right: 10px;
  margin-top: 3px;
  font-size: 12px;
}
.cart-item__wrap {
  float: left;
}
.cart-item__title {
  font-size: 15px;
  margin-bottom: 6px;
}
.cart-item__title a {
  display: block;
  color: #565656;
}
.cart-item__title a:hover {
  text-decoration: none;
}
.cart-item__price {
  font-size: 16px;
  font-weight: 700;
  color: #606060;
}
.cart-item__remove {
  float: right;
  color: #7fc6cf;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* end cart item */
/* end cart items */
.cart-info {
  background: #eee;
  padding: 22px 20px;
}
.cart-info__row {
  margin-bottom: 10px;
}
.cart-info__row:last-child {
  margin-bottom: 0;
}
.cart-info__title {
  float: left;
  font-size: 14px;
  color: #262926;
  margin-bottom: 0;
  margin-top: 2px;
  font-family: 'Droid Serif';
}
.cart-info__total {
  float: right;
  color: #262926;
  font-size: 18px;
  font-family: 'Droid Serif';
}
/* end cart info */
.cart-item__btn {
  font-size: 14px;
  font-weight: 700;
  background: #7fc6cf;
  color: #ffffff;
  width: 50%;
  padding: 23px 0;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.cart-item__btn:hover {
  -webkit-box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.cart-item__btn:nth-child(1) {
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-item__btn:nth-child(2) {
  float: right;
}
/* end cart item btns */
/* end cart item footer */
/* end cart */
/* end shop page */
.single-shop-page .page-title a {
  color: #000000;
  position: relative;
  padding-left: 22px;
  -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;
}
.single-shop-page .page-title a:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 22px;
  font-weight: 700;
  left: 0;
  vertical-align: top;
  position: absolute;
  -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;
}
.single-shop-page .page-title a:hover {
  color: rgba(124, 72, 123, 0.8);
}
.single-shop-page .page-title a:hover:before {
  left: -10px;
}
.single-shop-page .bx-wrapper {
  position: relative;
}
.single-shop-page .product-slider {
  margin-bottom: 48px;
  width: 47.9%;
  float: left;
  position: relative;
}
.single-shop-page .product-slider .slides {
  margin-bottom: 4px;
}
.single-shop-page .product-slider .slides img {
  max-width: 100%;
  height: auto;
}
.single-shop-page .product-slider .flex-direction-nav li {
  display: inline-block;
  width: 22px;
  height: 95px;
  z-index: 99;
  background: #f8f8f8;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.single-shop-page .product-slider .flex-direction-nav li:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 17px;
  color: #020202;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -8px;
  position: absolute;
  -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;
}
.single-shop-page .product-slider .flex-direction-nav li:hover {
  background: #7fc6cf;
}
.single-shop-page .product-slider .flex-direction-nav li:hover:before {
  color: #ffffff;
}
.single-shop-page .product-slider .flex-direction-nav li:last-child {
  left: 93.2%;
}
.single-shop-page .product-slider .flex-direction-nav li:last-child:before {
  content: "\f105";
}
.single-shop-page .product-slider .flex-direction-nav li a {
  display: block;
  width: 20px;
  height: 32px;
}
.single-shop-page .product-slider .flex-control-nav {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
      text-align: left;
}
.single-shop-page .product-slider .flex-control-nav li {
  display: inline-block;
  margin: 0 2px;
  padding-left: 0;
}
.single-shop-page .product-slider .flex-control-nav li:before {
  display: none;
}
.single-shop-page .product-slider .flex-control-nav li img {
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.single-shop-page .product-slider .flex-control-nav li img:hover {
  opacity: 0.6;
}
.single-shop-page .product-description {
  width: 48%;
  float: left;
  margin-left: 4%;
  margin-bottom: 40px;
}
.single-shop-page .product-description .container-title {
  margin-bottom: 33px;
  font-size: 20px;
  line-height: 27px;


}
.single-shop-page .product-description .col {
  width: 46%;
  display: table-cell;
  vertical-align: middle;
}
.single-shop-page .product-description .divider {
  margin: 14px 0;
}
.single-shop-page .product-description .price {
    font-size: 32px;
    /* font-family: 'Droid Serif'; */
    line-height: 27px;
    color: #262926;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.single-shop-page .product-description .rating {
  display: inline-block;
  width: 48%;
}
.single-shop-page .product-description .rating .shop-item__rating,
.single-shop-page .product-description .rating > span {
  display: inline-block;
  float: right;
}
.single-shop-page .product-description .rating .shop-item__rating span {
  font-size: 9px;
}
.single-shop-page .product-description .rating > span {
  margin-left: 15px;
  color: #9c9c9c;
}
.single-shop-page .product-description .meta {
  margin-bottom: 21px;
}
.single-shop-page .product-description .meta tr {
  line-height: 21px;
  font-family: 'Raleway';
  font-size: 12px;
}
.single-shop-page .product-description .meta tr td:first-child {
  font-weight: 900;
  color: #565656;
}
.single-shop-page .product-description .meta tr td:last-child {
  padding-left: 20px;
}
.single-shop-page .product-description .shop-filter {
  display: inline-block;
  margin-bottom: 33px;
  margin-top: -5px;
}
.single-shop-page .product-description .shop-filter label {
  font-size: 13px;
}
.single-shop-page .product-description .shop-filter select {
  padding: 5px 10px 5px 10px;
  border: 1px solid #efefef;
  min-width: 55px;
  box-sizing: border-box;
  height: 29px;
}
.single-shop-page .product-description .color-filter {
  display: inline-block;
  color: #565656;
}
.single-shop-page .product-description .color-filter span {
  width: 17.3%;
  display: inline-block;
  line-height: 19px;
  font-size: 13px;
  color: #565656;
  vertical-align: top;
}
.single-shop-page .product-description .color-filter .colors {
  display: inline-block;
  margin-left: 12px;
}
.single-shop-page .product-description .color-filter .colors .color {
  display: inline-block;
  width: 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-right: 2px;
}
.single-shop-page .product-description .color-filter .colors .color:after {
  content: "\f0d8";
  font-family: 'FontAwesome';
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -4px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.single-shop-page .product-description .color-filter .colors .color i {
  width: 20px;
  height: 20px;
  display: block;
}
.single-shop-page .product-description .color-filter .colors .color i.beige {
  background: #f7e5cc;
}
.single-shop-page .product-description .color-filter .colors .color i.red {
  background: #e37d7d;
}
.single-shop-page .product-description .color-filter .colors .color i.green {
  background: #a9cb94;
}
.single-shop-page .product-description .color-filter .colors .color i.blue {
  background: #92aadb;
}
.single-shop-page .product-description .color-filter .colors .color i.purple {
  background: #cca9da;
}
.single-shop-page .product-description .color-filter .colors .color i.grey {
  background: #565656;
}
.single-shop-page .product-description .color-filter .colors .color:hover {
  margin-top: -4px;
}
.single-shop-page .product-description .color-filter .colors .color:hover:after {
  opacity: 1;
}
.single-shop-page .product-description p {
  color: #9c9c9c;
  line-height: 18px;
  margin-bottom: 34px;
}
.single-shop-page .product-description .btn-second-type {
  padding: 15px 42px;
}
.single-shop-page .product-description .cart-button {
  padding: 15px 28px 15px 55px;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border: 1px solid transparent;
}
.single-shop-page .product-description .cart-button:before {
  font-family: FontAwesome;
  position: absolute;
  left: 28px;
  top: 10px;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.single-shop-page .product-description .cart-button:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.single-shop-page .product-description .cart-button:hover:before {
  color: #7fc6cf;
}
.single-shop-page .product-description .cart-button2 {
  float: right;
  padding: 15px 47px;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border: 1px solid transparent;
}
.single-shop-page .product-description .cart-button2:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.single-shop-page .tabs {
  width: 100%;
  margin-bottom: 28px;
}
.single-shop-page .shop-items {
  clear: both;
}
.single-shop-page .shop-items .container-title {
  margin-left: 37px;
  margin-bottom: 32px;
}
.circliful {
  position: relative;
}
.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
}
.circle-info,
.circle-info-half {
  color: #999;
}
.circliful .fa {
  margin: -10px 3px 0 3px;
  position: relative;
  bottom: 4px;
}
.single-gallery-slider {
  margin-bottom: 40px;
  width: 100%;
  max-width: 1001px;
  float: left;
  position: relative;
}
.single-gallery-slider .image-slider img {
  width: 100%;
  height: auto;
}
.single-gallery-slider .slider-pager {
  position: relative;
  text-align: center;
}
.single-gallery-slider .slider-pager img {
  margin: 5px 0;
}
.single-gallery-slider .slider-arrow {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 9999;
  outline: 0;
  width: 20px;
  height: 32px;
  text-indent: -9999px;
  background: url(images/sprites/slider-arrows.png) no-repeat -3px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-gallery-slider .slider-arrow:hover {
  opacity: 0.6;
}
.single-gallery-slider .slider-arrow.slider-arrow_next {
  background-position: -54px 0;
  right: 0;
}
.single-gallery-slider .slider-arrow a {
  display: block;
  width: 20px;
  height: 32px;
}
.home-slider .gallery-slider {
  position: relative;
  overflow: hidden;
  display: none;
}
.home-slider .gallery-slider .slides li:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75%;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.7)), color-stop(1, rgba(0, 0, 0, 0)));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-slider .gallery-slider .text {
  position: absolute;
  bottom: 168px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: 'Droid Serif';
}
.home-slider .gallery-slider .text h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 42px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: 'Dancing Script', cursive;
}
.home-slider .gallery-slider .text p {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.home-slider .gallery-slider .flex-direction-nav {
  position: absolute;
  bottom: 94px;
  z-index: 100;
  width: 100%;
  text-align: center;
}
.home-slider .gallery-slider .flex-direction-nav li {
  display: inline-block;
  margin: 0 25px;
}
.home-slider .gallery-slider .flex-direction-nav li a {
  display: block;
  font-size: 0;
}
.home-slider .gallery-slider .flex-direction-nav li a:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 10px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 100%;
  -moz-border-radius-bottomleft: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.home-slider .gallery-slider .flex-direction-nav li a:hover:before {
  border: 1px solid #ffffff;
}
.home-slider .gallery-slider .flex-direction-nav li a.flex-next:before {
  content: "\f105";
}
.home-slider .gallery-slider .flex-pauseplay {
  position: absolute;
  bottom: 95px;
  z-index: 100;
  left: 50%;
  margin-left: -17px;
  text-align: center;
}
.home-slider .gallery-slider .flex-pauseplay .flex-play {
  font-size: 0;
}
.home-slider .gallery-slider .flex-pauseplay .flex-play:before {
  content: "\f04b";
  font-family: FontAwesome;
  font-size: 8px;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 100%;
  -moz-border-radius-bottomleft: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 9px 10.3px;
}
.home-slider .gallery-slider .flex-pauseplay .flex-pause {
  font-size: 0;
}
.home-slider .gallery-slider .flex-pauseplay .flex-pause:before {
  content: "\f04c";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 8px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  -webkit-border-top-right-radius: 100%;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -webkit-border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -moz-border-radius-bottomright: 100%;
  -moz-border-radius-bottomleft: 100%;
  -moz-border-radius-topleft: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 9px 10px;
}
.home-slider .carousel li {
  width: 192px;
  height: 119px;
  display: inline-block;
  cursor: pointer;
}
.home-slider .carousel li.flex-active-slide img {
  -webkit-filter: grayscale(0);
}
.home-slider .carousel li img {
  background-position: cover;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  -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;
}
.home-slider .carousel li img:hover {
  -webkit-filter: grayscale(0);
}
.video-box {
  background: #000000;
  padding: 47px 0;
  position: relative;
  cursor: pointer;
  margin: 47px 0 40px 0;
}
.video-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.video-box:after {
  content: "\f04b";
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #ffffff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
  top: 50%;
  margin-top: -13px;
  margin-left: -13px;
  left: 50%;
  position: absolute;
}
.video-box:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
.video-box .popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 5%;
  box-sizing: border-box;
  cursor: auto;
  display: none;
}
.video-box .popup .wrapper {
  position: relative;
  max-width: 1002px;
}
.video-box .popup .wrapper iframe {
  width: 100%;
  height: 600px;
}
.video-box .popup .wrapper .exit {
  position: absolute;
  bottom: -25px;
  right: 0;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.video-box .popup .wrapper .exit:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 20px;
}
.video-box .popup .wrapper .exit:hover {
  opacity: 0.6;
}
.contact-page .container-title {
  font-size: 20px;
  line-height: 27px;
  text-transform: none;
  margin-bottom: 8px;
}
.contact-page p {
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 26px;
}
.contact-page input[type="text"],
.contact-page input[type="email"],
.contact-page textarea {
  border: 1px solid #a52ca1;
}
.contact-page input[type="text"]::-webkit-input-placeholder,
.contact-page input[type="email"]::-webkit-input-placeholder,
.contact-page textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.contact-page input[type="text"]:-moz-placeholder,
.contact-page input[type="email"]:-moz-placeholder,
.contact-page textarea:-moz-placeholder {
  color: #c1c1c1;
}
.contact-page button[type="submit"] {
  padding: 14px 48px;
  margin-top: 8px;
}
.contact-page button[type="submit"]:after {
  content: "\f003";
  font-family: 'FontAwesome';
  color: #459daa;
  margin-left: 8px;
}
.contact-page .contact-info {
  padding-left: 23px;
}
.contact-page .address {
  position: relative;
}
.contact-page .address:before {
  content: "\f041";
  font-family: 'FontAwesome';
  color: #7bc2ca;
  left: -22px;
  font-size: 18px;
  position: absolute;
}
.contact-page .touch {
  position: relative;
}
.contact-page .touch:before {
  content: "\f10b";
  font-family: 'FontAwesome';
  color: #7bc2ca;
  left: -22px;
  font-size: 18px;
  position: absolute;
}
.contact-page .contact-info__address {
  font-family: 'Raleway';
}
.contact-page .contact-info__phone {
  font-family: 'Raleway';
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 13px;
}
.contact-page .contact-info__email {
  font-family: 'Raleway';
  font-size: 14px;
  color: #717174;
}
@media (max-width: 1680px) {
  .overlay-layer__title {
    font-size: 17px;
  }
  .overlay-layer__main-icon {
    margin: 74px 0 22px 0;
  }
  .video-box .popup .wrapper iframe {
    height: 500px;
  }
}
@media (max-width: 1370px) {
  .category-block {
    width: 43%;
  }
  .category-block:nth-child(1),
  .category-block:nth-child(2) {
    margin-bottom: 20px;
  }
  .gallery-item,
  .grid-sizer {
    width: 25%;
  }
  .overlay-layer__main-icon {
    margin: 10px 0 22px 0;
  }
}
@media (max-width: 1300px) {
  .gallery-item-three .overlay-layer-dark .overlay-layer__content .like,
  .grid-sizer-three .overlay-layer-dark .overlay-layer__content .like,
  .gallery-item-three .overlay-layer-dark .overlay-layer__content .overlay-layer__models,
  .grid-sizer-three .overlay-layer-dark .overlay-layer__content .overlay-layer__models {
    margin-bottom: 14%;
  }
  .single-shop-page .product-description .cart-button {
    padding: 15px 25px 15px 55px;
  }
  .shop-results:after {
    width: 170%;
  }
  .gallery-item,
  .grid-sizer {
    width: 33.33%;
  }
  .person {
    margin-right: 4.6%;
  }
  .tabs,
  .accordion {
    width: 100%;
  }
  .prices-item {
    width: 29.77%;
  }
  .contact-info {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .full-slider-wrap {
    height: auto;
  }
  .full-slider-wrap .home-slider {
    background-color: #1f1f22;
    position: relative;
    height: auto;
  }
  .full-slider-wrap .home-slider .carousel {
    margin-bottom: -118px;
    z-index: 99;
  }
  .contact-map {
    margin-left: 0;
  }
  .nav-panel {
    position: relative;
    min-height: 10px;
    height: auto;
    max-width: 100%;
    padding-top: 0;
    background-image: url(images/bg/sidebar.png), url(images/bg/nav-panel.png);
  }
  .nav-panel .logo {
    margin: 45px 0 45px;
  }
  .nav-panel .wrap-nav .nav__item {
    display: inline-block;
  }
  .nav-panel .wrap-nav .nav__item .nav__link {
    margin: 0;
  }
  .nav-panel .wrap-nav .nav__item .nav__link i {
    display: none;
  }
  .nav-panel .wrap-nav .sub-nav {
    position: absolute;
    top: 49px;
    z-index: 1;
    width: auto;
    min-width: 154px;
    left: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .nav-panel .wrap-nav .sub-nav .sub-nav__link {
    padding: 13px;
  }
  .nav-panel .footer-panel {
    width: auto;
    right: 0;
    bottom: 0;
  }
  .nav-panel .footer-panel .social {
    margin-bottom: 16px;
  }
  .nav-panel .footer-panel .social .social__item {
    width: 24px;
    height: 24px;
  }
  .nav-panel .footer-panel .social .social__item .social__icon {
    font-size: 1em;
    line-height: 2.166em;
  }
  .nav-panel .footer-panel .social__title,
  .nav-panel .footer-panel .footer-panel__copy {
    display: none;
  }
  .main-container {
    margin: 0;
  }
  .person {
    margin-right: 4.5%;
  }
  .category-block {
    width: 42%;
  }
  .prices-item {
    width: 28.8%;
  }
  .cart-item__btn {
    display: block;
    width: 100%;
  }
  .cart-item__btn:first-child {
    margin-bottom: 10px;
  }
  .cart-item__count,
  .cart-item__title {
    line-height: 2em;
  }
  .cart-item__remove {
    line-height: 1.6em;
  }
  .single-shop-page .content {
    width: 100%;
    margin-right: 0;
  }
  .single-shop-page .sidebar {
    width: 100%;
  }
  .nav__item {
    position: relative;
  }
  .nav__item:hover .sub-nav {
    display: block;
  }
  .gallery-i .gallery-items .grid-sizer-three,
  .gallery-i .gallery-items .gallery-item-three {
    width: 50%;
  }
  .gallery-i .gallery-items .grid-sizer-three img,
  .gallery-i .gallery-items .gallery-item-three img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .video-box .popup .wrapper iframe {
    height: 400px;
  }
  .accordion {
    padding-right: 0;
  }
  .tabs {
    padding-left: 0;
  }
  .single-shop-page .product-description .col {
    width: 43%;
  }
  .single-shop-page .product-slider .flex-direction-nav li:last-child {
    left: 93.6%;
  }
  .cart-item__btn:first-child {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
  }
  .shop-results:after {
    width: 70%;
  }
  .nav-panel .footer-panel {
    top: 10px;
    right: 10px;
    bottom: auto;
  }
  .gallery-item,
  .grid-sizer {
    width: 50%;
  }
  .show-filter {
    width: 20%;
  }
  .gallery-items_latest .gallery-item,
  .gallery-items_latest .grid-sizer {
    width: 50%;
  }
  .form-default_comments {
    width: 86.5%;
  }
  .ins-portfolio-page .blog-post__content,
  .ins-portfolio-page .blog-post__description {
    width: 100%;
  }
  .ins-portfolio-page .portfolio-post__footer .social .col {
    width: 22%;
  }
  .shop-item {
    width: 44.72%;
  }
  .contact-info {
    width: 45%;
  }
  .blog-post__content .slides li img {
    width: 100%;
  }
  .content blockquote .text {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .home-slider .gallery-slider .flex-direction-nav {
    bottom: 20px;
  }
  .home-slider .gallery-slider .text {
    bottom: 88px;
  }
  .home-slider .gallery-slider .flex-pauseplay {
    bottom: 22px;
  }
  .video-box .popup .wrapper iframe {
    height: 300px;
  }
  .category-block {
    width: 39.6%;
  }
  .shop-filter {
    float: none;
  }
  .single-shop-page .product-slider .flex-direction-nav li:last-child {
    left: 96.1%;
  }
  .cart-item__btn {
    width: 50%;
  }
  .cart-item__btn:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }
  .home-slider .gallery-slider .text h2 {
    font-size: 50px;
  }
  .menu-icon {
    width: 40px;
    height: 32px;
    cursor: pointer;
    color: #7fc6cf;
    margin: 0 0 14px 33px;
  }
  .menu-icon:hover {
    color: #ffffff;
  }
  .menu-icon:before {
    content: "\f00b";
    font-family: FontAwesome;
    font-size: 3em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .nav-panel .wrap-nav {
    overflow: auto;
  }
  .nav-panel .wrap-nav .nav__item {
    display: block;
  }
  .nav-panel .wrap-nav .sub-nav {
    position: relative;
    top: 0;
  }
  .nav-panel .wrap-nav .sub-nav li .sub-nav__link {
    padding: 13px 34px;
  }
  .nav {
    display: none;
  }
  .nav .nav__item:hover .nav__link {
    background: #161618;
  }
  .person {
    width: 47.49%;
    margin-bottom: 28px;
  }
  .person:nth-child(2) {
    margin-right: 0;
  }
  .category-block {
    width: 39.7%;
  }
  .prices-item {
    width: 45.5%;
    margin-bottom: 28px;
  }
  .prices-item:nth-child(2) {
    margin-right: 0;
  }
  .gallery-items_latest .gallery-item_big .overlay-layer__models {
    margin: 10px 1px 25px 43px;
  }
  .gallery-items_latest .gallery-item .overlay-layer__models {
    margin-left: 31px;
  }
  .gallery-items_latest .gallery-item .like {
    margin-right: 31px;
  }
  .content {
    width: 100%;
    margin-right: 0;
  }
  .sidebar {
    width: 100%;
  }
  .form-default_comments {
    width: 100%;
  }
  .form-default button[type="submit"] {
    margin-bottom: 20px;
  }
  .example-ellements input[type="text"],
  .example-ellements button[type="button"] {
    margin-bottom: 20px;
  }
  .table thead {
    display: none;
  }
  .table tr,
  .table td,
  .table th {
    display: block;
    width: 100% !important;
  }
  .table td {
    text-align: left;
  }
  .table td:nth-child(odd) {
    background: #f8f8f8;
  }
  .table td:nth-child(1):before {
    content: "Title of the column: ";
  }
  .table td:nth-child(2):before {
    content: "First: ";
  }
  .table td:nth-child(3):before {
    content: "Second: ";
  }
  .table td:nth-child(4):before {
    content: "Third: ";
  }
  .side-portfolio-item {
    width: 23%;
  }
  .portfolio-page .person:nth-child(2),
  .ins-portfolio-page .person:nth-child(2) {
    margin-right: 4.5%;
  }
  .portfolio-page .person:nth-child(3),
  .ins-portfolio-page .person:nth-child(3) {
    margin-right: 0;
  }
  .btn-next {
    margin-bottom: 20px;
  }
  .single-shop-page .product-slider,
  .single-shop-page .product-description {
    width: 100%;
    margin-left: 0;
  }
  .form-default_contacts,
  .contact-info {
    width: 100%;
  }
  .gallery-i .gallery-items .grid-sizer-three,
  .gallery-i .gallery-items .gallery-item-three {
    width: 100%;
  }
  .nav > li ul li > ul {
    position: relative;
    left: 0;
  }
  .wrapper-single {
    margin: 0 2%;
  }
  .comment .com_ins {
    padding-left: 0;
    background: #f8f8f8;
  }
  .wrap-slider .slides li .text {
    top: 10%;
  }
  .wrap-slider .slides li .text h2 {
    font-size: 26px;
  }
  .wrap-slider .slides li .text h2 span {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .video-box .popup .wrapper iframe {
    height: 200px;
  }
  .person__thumb img {
    width: 100%;
  }
  .ins-portfolio-page .blog-post__description .btn {
    margin-left: 0;
  }
  .home-slider .gallery-slider .text {
    bottom: 50px;
  }
  .home-slider .gallery-slider .text h2 {
    font-size: 30px;
  }
  .home-slider .gallery-slider .text p {
    display: none;
  }
  .home-slider .gallery-slider .flex-direction-nav {
    bottom: 22px;
  }
  .home-slider .gallery-slider .flex-pauseplay {
    bottom: 23px;
  }
  .gallery-item,
  .grid-sizer {
    width: 100%;
  }
  .gallery-filter {
    display: block;
    margin: 0 25px 4px 25px;
  }
  .gallery-filters .close-filter {
    color: #ffffff;
    position: absolute;
    top: 25px;
  }
  .show-filter {
    width: 50%;
  }
  .person {
    width: 100%;
    margin-right: 0;
  }
  .category-block {
    width: 90%;
    margin-bottom: 20px;
  }
  .tabs-nav__item {
    display: block;
    width: 100%;
  }
  .gallery-items_latest .gallery-item,
  .gallery-items_latest .grid-sizer {
    width: 100%;
  }
  .prices-item {
    width: 100%;
  }
  .btn-second-type {
    margin-bottom: 14px;
  }
  .blog-post__footer .col {
    display: block;
    width: 100%;
  }
  .quote-second-type__thumb {
    float: none;
  }
  .quote-second-type__content {
    padding-left: 0;
  }
  .side-portfolio-item {
    width: 48%;
  }
  .ins-portfolio-page .description_list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .ins-portfolio-page .description_list .item:nth-child(2) {
    margin-left: 0;
  }
  .ins-portfolio-page .portfolio-post__footer .social .col:first-child {
    width: 40%;
  }
  .shop-items {
    margin-left: 0;
  }
  .shop-item {
    width: 100%;
    margin-left: 0;
  }
  .single-shop-page .product-description .col {
    width: 100%;
    display: block;
  }
  .single-shop-page .product-description .cart-button {
    float: none;
  }
  .people .flex-direction-nav {
    top: -36px;
    right: 12.4%;
    margin-right: -32px;
  }
}
@media (max-width: 380px) {
  .single-shop-page .product-description .cart-button2 {
    float: none;
  }
  .blog-post .wrap-image .text h2 {
    font-size: 16px;
  }
  .blog-post .wrap-image .text {
    padding: 10px;
  }
  .blog-page .filter {
    position: relative;
    margin-bottom: 20px;
  }
  .page-title {
    margin-bottom: 26px;
  }
  .shop-filter {
    margin-top: 24px;
  }
}
