.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  display: table;
}
/* 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 Elements
*******************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  height: 40px;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #ffffff;
  color: #212121;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid #141414;
  height: 50px;
  font-size: 14px;
  padding: 5px;
  font-weight: 300;
  background: #141414;
  color: #686868;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: none;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.j {
  text-align: justify;
}
.r {
  text-align: right;
}
/* 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;
}
/* Headers
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  /*text-transform: uppercase;*/
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
/* Text elements
*******************************/
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Wordpress Typo
*******************************/
.story,
.defaultwp,
.contentaboutbox,
.portfoliocontentbox,
.type-page,
.abouttwopage,
.aboutcontentbox {
  line-height: 1.5;
}
.story ul,
.defaultwp ul,
.contentaboutbox ul,
.portfoliocontentbox ul,
.type-page ul,
.abouttwopage ul,
.aboutcontentbox ul {
  list-style: square;
}
.story ul li,
.defaultwp ul li,
.contentaboutbox ul li,
.portfoliocontentbox ul li,
.type-page ul li,
.abouttwopage ul li,
.aboutcontentbox ul li {
  list-style: square;
}
.story ol,
.defaultwp ol,
.contentaboutbox ol,
.portfoliocontentbox ol,
.type-page ol,
.abouttwopage ol,
.aboutcontentbox ol {
  list-style: decimal;
}
.story ol li,
.defaultwp ol li,
.contentaboutbox ol li,
.portfoliocontentbox ol li,
.type-page ol li,
.abouttwopage ol li,
.aboutcontentbox ol li {
  list-style: decimal;
}
.story ul,
.defaultwp ul,
.contentaboutbox ul,
.portfoliocontentbox ul,
.type-page ul,
.abouttwopage ul,
.aboutcontentbox ul,
.story ol,
.defaultwp ol,
.contentaboutbox ol,
.portfoliocontentbox ol,
.type-page ol,
.abouttwopage ol,
.aboutcontentbox ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.defaultwp ul ul,
.contentaboutbox ul ul,
.portfoliocontentbox ul ul,
.type-page ul ul,
.abouttwopage ul ul,
.aboutcontentbox ul ul,
.story ol ul,
.defaultwp ol ul,
.contentaboutbox ol ul,
.portfoliocontentbox ol ul,
.type-page ol ul,
.abouttwopage ol ul,
.aboutcontentbox ol ul,
.story ul ol,
.defaultwp ul ol,
.contentaboutbox ul ol,
.portfoliocontentbox ul ol,
.type-page ul ol,
.abouttwopage ul ol,
.aboutcontentbox ul ol,
.story ol ol,
.defaultwp ol ol,
.contentaboutbox ol ol,
.portfoliocontentbox ol ol,
.type-page ol ol,
.abouttwopage ol ol,
.aboutcontentbox ol ol {
  margin-bottom: 0;
}
.story ol ol,
.defaultwp ol ol,
.contentaboutbox ol ol,
.portfoliocontentbox ol ol,
.type-page ol ol,
.abouttwopage ol ol,
.aboutcontentbox ol ol {
  list-style: upper-alpha;
}
.story ol ol ol,
.defaultwp ol ol ol,
.contentaboutbox ol ol ol,
.portfoliocontentbox ol ol ol,
.type-page ol ol ol,
.abouttwopage ol ol ol,
.aboutcontentbox ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol,
.defaultwp ol ol ol ol,
.contentaboutbox ol ol ol ol,
.portfoliocontentbox ol ol ol ol,
.type-page ol ol ol ol,
.abouttwopage ol ol ol ol,
.aboutcontentbox ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.defaultwp h1,
.contentaboutbox h1,
.portfoliocontentbox h1,
.type-page h1,
.abouttwopage h1,
.aboutcontentbox h1,
.story h2,
.defaultwp h2,
.contentaboutbox h2,
.portfoliocontentbox h2,
.type-page h2,
.abouttwopage h2,
.aboutcontentbox h2,
.story h3,
.defaultwp h3,
.contentaboutbox h3,
.portfoliocontentbox h3,
.type-page h3,
.abouttwopage h3,
.aboutcontentbox h3,
.story h4,
.defaultwp h4,
.contentaboutbox h4,
.portfoliocontentbox h4,
.type-page h4,
.abouttwopage h4,
.aboutcontentbox h4,
.story h5,
.defaultwp h5,
.contentaboutbox h5,
.portfoliocontentbox h5,
.type-page h5,
.abouttwopage h5,
.aboutcontentbox h5,
.story h6,
.defaultwp h6,
.contentaboutbox h6,
.portfoliocontentbox h6,
.type-page h6,
.abouttwopage h6,
.aboutcontentbox h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.story a:link,
.defaultwp a:link,
.contentaboutbox a:link,
.portfoliocontentbox a:link,
.type-page a:link,
.abouttwopage a:link,
.aboutcontentbox a:link,
.story a:visited,
.defaultwp a:visited,
.contentaboutbox a:visited,
.portfoliocontentbox a:visited,
.type-page a:visited,
.abouttwopage a:visited,
.aboutcontentbox a:visited,
.story a:hover,
.defaultwp a:hover,
.contentaboutbox a:hover,
.portfoliocontentbox a:hover,
.type-page a:hover,
.abouttwopage a:hover,
.aboutcontentbox a:hover,
.story a:active,
.defaultwp a:active,
.contentaboutbox a:active,
.portfoliocontentbox a:active,
.type-page a:active,
.abouttwopage a:active,
.aboutcontentbox a:active {
  text-decoration: none;
}
.story table,
.defaultwp table,
.contentaboutbox table,
.portfoliocontentbox table,
.type-page table,
.abouttwopage table,
.aboutcontentbox table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.story table td,
.defaultwp table td,
.contentaboutbox table td,
.portfoliocontentbox table td,
.type-page table td,
.abouttwopage table td,
.aboutcontentbox table td,
.story table th,
.defaultwp table th,
.contentaboutbox table th,
.portfoliocontentbox table th,
.type-page table th,
.abouttwopage table th,
.aboutcontentbox table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.story table th,
.defaultwp table th,
.contentaboutbox table th,
.portfoliocontentbox table th,
.type-page table th,
.abouttwopage table th,
.aboutcontentbox table th {
  font-weight: bold;
}
.story pre,
.defaultwp pre,
.contentaboutbox pre,
.portfoliocontentbox pre,
.type-page pre,
.abouttwopage pre,
.aboutcontentbox pre,
.story code,
.defaultwp code,
.contentaboutbox code,
.portfoliocontentbox code,
.type-page code,
.abouttwopage code,
.aboutcontentbox code {
  background: 141414;
  color: #686868;
  text-align: center;
  padding: 20px;
  border: 1px dashed #c7c7c7;
  display: block;
  margin: 10px 0px 10px 0px;
}
.story address,
.defaultwp address,
.contentaboutbox address,
.portfoliocontentbox address,
.type-page address,
.abouttwopage address,
.aboutcontentbox address {
  display: inline-block;
  padding: 20px;
  background: #eaeaea;
  line-height: 20px;
  margin-bottom: 15px;
}
.story blockquote,
.defaultwp blockquote,
.contentaboutbox blockquote,
.portfoliocontentbox blockquote,
.type-page blockquote,
.abouttwopage blockquote,
.aboutcontentbox blockquote {
  background: url(images/quote.png) top right no-repeat;
  color: #c7c7c7;
  min-height: 120px;
  padding: 20px;
  padding-right: 130px;
  text-align: right;
  font-size: 0.88em;
  border: 1px dashed #c7c7c7;
  margin: 30px 15px 30px 15px;
}
.story blockquote p,
.defaultwp blockquote p,
.contentaboutbox blockquote p,
.portfoliocontentbox blockquote p,
.type-page blockquote p,
.abouttwopage blockquote p,
.aboutcontentbox blockquote p {
  margin-bottom: 0;
  text-align: right;
}
.story blockquote p:before,
.defaultwp blockquote p:before,
.contentaboutbox blockquote p:before,
.portfoliocontentbox blockquote p:before,
.type-page blockquote p:before,
.abouttwopage blockquote p:before,
.aboutcontentbox blockquote p:before {
  content: '"';
}
.story blockquote p:after,
.defaultwp blockquote p:after,
.contentaboutbox blockquote p:after,
.portfoliocontentbox blockquote p:after,
.type-page blockquote p:after,
.abouttwopage blockquote p:after,
.aboutcontentbox blockquote p:after {
  content: '"';
}
.story .wp-caption,
.defaultwp .wp-caption,
.contentaboutbox .wp-caption,
.portfoliocontentbox .wp-caption,
.type-page .wp-caption,
.abouttwopage .wp-caption,
.aboutcontentbox .wp-caption {
  box-shadow: 1px 1px 2px #bebebe;
  max-width: 100%;
  width: auto;
}
.story .wp-caption p.wp-caption-text,
.defaultwp .wp-caption p.wp-caption-text,
.contentaboutbox .wp-caption p.wp-caption-text,
.portfoliocontentbox .wp-caption p.wp-caption-text,
.type-page .wp-caption p.wp-caption-text,
.abouttwopage .wp-caption p.wp-caption-text,
.aboutcontentbox .wp-caption p.wp-caption-text {
  background: #ffffff;
  text-align: center;
  color: #a1a1a1!important;
  margin: 0!important;
}
.story dl,
.defaultwp dl,
.contentaboutbox dl,
.portfoliocontentbox dl,
.type-page dl,
.abouttwopage dl,
.aboutcontentbox dl {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 20px 10px 0px;
}
.story dl dt,
.defaultwp dl dt,
.contentaboutbox dl dt,
.portfoliocontentbox dl dt,
.type-page dl dt,
.abouttwopage dl dt,
.aboutcontentbox dl dt {
  width: 150px;
  float: left;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  text-transform: uppercase;
}
.story dl dd,
.defaultwp dl dd,
.contentaboutbox dl dd,
.portfoliocontentbox dl dd,
.type-page dl dd,
.abouttwopage dl dd,
.aboutcontentbox dl dd {
  margin-left: 160px;
  margin-bottom: 10px;
  line-height: 18px;
}
.story img.size-auto,
.defaultwp img.size-auto,
.contentaboutbox img.size-auto,
.portfoliocontentbox img.size-auto,
.type-page img.size-auto,
.abouttwopage img.size-auto,
.aboutcontentbox img.size-auto,
.story img.size-full,
.defaultwp img.size-full,
.contentaboutbox img.size-full,
.portfoliocontentbox img.size-full,
.type-page img.size-full,
.abouttwopage img.size-full,
.aboutcontentbox img.size-full,
.story img.size-large,
.defaultwp img.size-large,
.contentaboutbox img.size-large,
.portfoliocontentbox img.size-large,
.type-page img.size-large,
.abouttwopage img.size-large,
.aboutcontentbox img.size-large,
.story img.size-medium,
.defaultwp img.size-medium,
.contentaboutbox img.size-medium,
.portfoliocontentbox img.size-medium,
.type-page img.size-medium,
.abouttwopage img.size-medium,
.aboutcontentbox img.size-medium,
.story .attachment img,
.defaultwp .attachment img,
.contentaboutbox .attachment img,
.portfoliocontentbox .attachment img,
.type-page .attachment img,
.abouttwopage .attachment img,
.aboutcontentbox .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,
.defaultwp .alignleft,
.contentaboutbox .alignleft,
.portfoliocontentbox .alignleft,
.type-page .alignleft,
.abouttwopage .alignleft,
.aboutcontentbox .alignleft,
.story img.alignleft,
.defaultwp img.alignleft,
.contentaboutbox img.alignleft,
.portfoliocontentbox img.alignleft,
.type-page img.alignleft,
.abouttwopage img.alignleft,
.aboutcontentbox img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.defaultwp .alignright,
.contentaboutbox .alignright,
.portfoliocontentbox .alignright,
.type-page .alignright,
.abouttwopage .alignright,
.aboutcontentbox .alignright,
.story img.alignright,
.defaultwp img.alignright,
.contentaboutbox img.alignright,
.portfoliocontentbox img.alignright,
.type-page img.alignright,
.abouttwopage img.alignright,
.aboutcontentbox img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.defaultwp .aligncenter,
.contentaboutbox .aligncenter,
.portfoliocontentbox .aligncenter,
.type-page .aligncenter,
.abouttwopage .aligncenter,
.aboutcontentbox .aligncenter,
.story img.aligncenter,
.defaultwp img.aligncenter,
.contentaboutbox img.aligncenter,
.portfoliocontentbox img.aligncenter,
.type-page img.aligncenter,
.abouttwopage img.aligncenter,
.aboutcontentbox img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.defaultwp img.alignleft,
.contentaboutbox img.alignleft,
.portfoliocontentbox img.alignleft,
.type-page img.alignleft,
.abouttwopage img.alignleft,
.aboutcontentbox img.alignleft,
.story img.alignright,
.defaultwp img.alignright,
.contentaboutbox img.alignright,
.portfoliocontentbox img.alignright,
.type-page img.alignright,
.abouttwopage img.alignright,
.aboutcontentbox img.alignright,
.story img.aligncenter,
.defaultwp img.aligncenter,
.contentaboutbox img.aligncenter,
.portfoliocontentbox img.aligncenter,
.type-page img.aligncenter,
.abouttwopage img.aligncenter,
.aboutcontentbox img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption,
.defaultwp .wp-caption,
.contentaboutbox .wp-caption,
.portfoliocontentbox .wp-caption,
.type-page .wp-caption,
.abouttwopage .wp-caption,
.aboutcontentbox .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text,
.defaultwp .wp-caption p.wp-caption-text,
.contentaboutbox .wp-caption p.wp-caption-text,
.portfoliocontentbox .wp-caption p.wp-caption-text,
.type-page .wp-caption p.wp-caption-text,
.abouttwopage .wp-caption p.wp-caption-text,
.aboutcontentbox .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley,
.defaultwp .wp-smiley,
.contentaboutbox .wp-smiley,
.portfoliocontentbox .wp-smiley,
.type-page .wp-smiley,
.abouttwopage .wp-smiley,
.aboutcontentbox .wp-smiley {
  margin: 0;
}
/* FlexSlider Necessary 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: 100%;
}
.flexslider .descr {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 130px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
  color: #ffffff;
}
.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%;
}
.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  display: table;
}
/* Body
*******************************/
html {
  overflow: auto;
}
body {
  color: #ffffff;
}
#menu-item-676 {
  display: none;
}
a {
  color: #C11A22;
}
p.post-like {
  margin: 0 auto;
  width: 33px;
  height: 29px;
  display: block;
  position: relative;
}
p.post-like .like {
  width: 30px;
  height: 29px;
  display: block;
  background: url(images/heart.png) left 50% no-repeat;
}
p.post-like span.count {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 14px;
}
.homeblogslider ul.slides li {
  display: none;
}
.homeblogslider .flex-direction-nav {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.homeblogslider:hover .flex-direction-nav {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.homeblogslider ul.slides li img {
  width: 100%;
  height: auto;
}
.fadeinone {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.3s;
  -webkit-animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
.fadeintwo {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
.fadeinthree {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.7s;
  -webkit-animation-duration: 1.7s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
.fadeinfour {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.9s;
  -webkit-animation-duration: 1.9s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
.fadeinfive {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 2.1s;
  -webkit-animation-duration: 2.1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
.recentgalleryhome {
  margin-top: 20px;
  border-bottom: 3px dashed #c0c0c2;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.recentgalleryhome .threecolpag #galcontainer {
  margin-right: -30px !important;
}
.recentgalleryhome .title {
  text-align: center;
  font-size: 40px;
  color: #afafaf;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.recentgalleryhome .description {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
}
.recentgalleryhome .gallerygridstyle ul#filters {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.recentgalleryhome .moredetailsbox {
  margin-top: 20px;
  text-align: center;
}
.recentgalleryhome .moredetailsbox a.morebut {
  display: inline-block;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 34px;
  padding: 3px 20px 3px 20px;
  text-transform: uppercase;
}
.recentgalleryhome .moredetailsbox a.morebut:hover {
  background: #ffffff;
  color: #4f4f4f;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ourservicehomebox {
  margin-top: 20px;
  border-bottom: 3px dashed #c0c0c2;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.ourservicehomebox .title {
  text-align: center;
  font-size: 40px;
  color: #afafaf;
  margin-bottom: 15px;
}
.ourservicehomebox .description {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
}
.ourservicehomebox .iconsboxes {
  margin-top: 40px;
  padding-left: 10px;
  margin-bottom: 50px;
  padding-right: 10px;
}
.ourservicehomebox .iconsboxes .itemicon {
  position: relative;
  text-align: center;
  width: 20%;
  float: left;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.ourservicehomebox .iconsboxes .itemicon .imageicon {
  width: 148px;
  height: 148px;
  border: 8px solid transparent;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  display: inline-block;
  background: #212121;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 140px;
  margin-bottom: 15px;
  visibility: hidden;
}
.ourservicehomebox .iconsboxes .itemicon .imageicon:hover {
  border-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.ourservicehomebox .iconsboxes .itemicon .servicename {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.ourservicehomebox .moredetailsbox {
  text-align: center;
}
.ourservicehomebox .moredetailsbox a.morebut {
  display: inline-block;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 34px;
  padding: 3px 20px 3px 20px;
  text-transform: uppercase;
}
.ourservicehomebox .moredetailsbox a.morebut:hover {
  background: #ffffff;
  color: #4f4f4f;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.bottominfobox {
  margin-bottom: 0!important;
}
.bottominfobox .partnersbgbox {
  height: 330px!important;
}
.bottominfobox .infoboxes {
  margin-top: 100px;
}
.bottominfobox .infoboxes .infoboxer {
  width: 33.3%;
  float: left;
}
.bottominfobox .infoboxes .infoboxer .whitebox {
  position: relative;
  color: #616161;
  width: 75%;
  margin: 0 auto;
  min-height: 170px;
  background: #ffffff;
}
.bottominfobox .infoboxes .infoboxer .whitebox .iconcircle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 80px;
  background: #212121;
  line-height: 80px;
  text-align: center;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bottominfobox .infoboxes .infoboxer .whitebox .titleico {
  margin-top: 57px;
  color: #333333;
  text-transform: uppercase;
  padding: 0 15px 0 15px;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 28px;
}
.bottominfobox .infoboxes .infoboxer .whitebox .descriptionico {
  padding: 0 15px 0 15px;
  color: #616161;
  font-size: 14px;
  line-height: 20px;
}
.testimonialshomebox .testione .boxclor,
.testimonialshomebox .testithree .boxclor {
  margin-right: 10px;
  margin-left: 0px!important;
}
.testimonialshomebox .testimonialitem {
  width: 50%;
  float: left;
}
.testimonialshomebox .testimonialitem .boxclor {
  background: #474747;
  border: 1px solid #636363;
  margin-bottom: 20px;
  margin-left: 10px;
}
.testimonialshomebox .testimonialitem .boxclor .testipartleft {
  width: 145px;
  float: left;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
}
.testimonialshomebox .testimonialitem .boxclor .testipartleft .testititle {
  text-transform: uppercase;
  color: #909090;
  font-size: 30px;
  margin-top: 10px;
  text-align: center;
}
.testimonialshomebox .testimonialitem .boxclor .testipartleft .avatarimage {
  width: 108px;
  height: 108px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  border: 4px solid #ffffff;
  margin-top: 20px;
}
.testimonialshomebox .testimonialitem .boxclor .testipartleft .avatarimage img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.testimonialshomebox .testimonialitem .boxclor .testipartright {
  margin-left: 145px;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-top: 30px;
  overflow: hidden;
}
.recentfrombloghome {
  margin-bottom: 10px;
}
.recentfrombloghome .boxtit {
  width: 100%;
  height: 220px;
  background-position: 50% 0;
}
.recentfrombloghome .boxtit .blackbg {
  width: 100%;
  height: 100%;
  background: url(images/bgpara.png);
  text-align: center;
}
.recentfrombloghome .boxtit .blackbg a {
  color: #ffffff;
  font-size: 12px;
}
.recentfrombloghome .boxtit .blackbg a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.recentfrombloghome .boxtit .testimonialtit {
  margin-top: 60px!important;
}
.recentfrombloghome .boxtit .title {
  width: 100%;
  text-align: center;
  font-size: 95px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 50px;
  line-height: 95px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.recentfrombloghome .boxwithblogposthome {
  padding-bottom: 30px;
  border-bottom: 3px dashed #c0c0c2;
}
.recentfrombloghome .boxwithblogposthome .description {
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
}
.recentfrombloghome .boxwithblogposthome .gallerygridstyle.threecolpag #galcontainer {
  margin-right: -30px;
}
.recentfrombloghome .boxwithblogposthome .gallerygridstyle.fourcolpag #galcontainer {
  margin-right: -10px;
}
.ourpartnershome {
  margin-bottom: 50px;
}
.ourpartnershome .title {
  text-align: center;
  font-size: 40px;
  color: #afafaf;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ourpartnershome .description {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
}
.ourpartnershome .partnersbgbox {
  width: 100%;
  height: 220px;
  background-position: 50% 400px;
}
.ourpartnershome .partnersbgbox .blackbg {
  width: 100%;
  height: 100%;
  background: url(images/bgpara.png);
  text-align: center;
}
.ourpartnershome .partnersbgbox .blackbg .parnersicons {
  width: 100%;
  height: 160px;
  margin-top: 30px;
}
.ourpartnershome .partnersbgbox .blackbg .parnersicons .partnericon {
  text-align: center;
  float: left;
  width: 20%;
}
.ourpartnershome .partnersbgbox .blackbg .parnersicons .partnericon a {
  visibility: hidden;
  width: 155px;
  height: 155px;
  background: #ffffff;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 8px solid transparent;
  line-height: 139px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ourpartnershome .partnersbgbox .blackbg .parnersicons .partnericon a:hover {
  border-color: #9e9e9e;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ourpartnershome .moredetailsbox {
  margin-top: 30px;
  text-align: center;
}
.ourpartnershome .moredetailsbox a.morebut {
  display: inline-block;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 34px;
  padding: 3px 20px 3px 20px;
  text-transform: uppercase;
}
.ourpartnershome .moredetailsbox a.morebut:hover {
  background: #ffffff;
  color: #4f4f4f;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.loader {
  background: url(images/ajax-loader.gif) 50% 50% no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 110px;
  right: 0;
}
.carousel {
  display: none;
  position: absolute;
  bottom: 0;
  left: 110px;
  right: 0;
}
.carousel li.flex-active-slide figure figcaption {
  background: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.carousel li.flex-active-slide figure:hover figcaption {
  display: none;
  cursor: default;
}
.carousel li {
  display: inline-block;
  float: left;
}
.carousel li figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel li figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.carousel li figure figcaption span.arras {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 37px;
  font-size: 55px;
  color: #ffffff;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.carousel li figure figcaption span.slihere {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.carousel li figure:hover figcaption {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.carousel li figure:hover figcaption span.arras,
.carousel li figure:hover figcaption span.slihere {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.carousel li img {
  max-width: 255px;
  height: auto;
}
.dataslide {
  position: relative;
  width: 100%;
  height: 100%;
}
.dataslide .infoboxslider {
  position: absolute;
  right: 0;
  top: 20%;
  left: 180px;
  text-align: center;
}
.dataslide .infoboxslider .titlefullanimation {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible!important;
}
.dataslide .infoboxslider .titlefull {
  max-width: 850px;
  margin-bottom: 40px;
  text-shadow: 1px 1px 0px #21201e;
  letter-spacing: 0.02em;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 71px;
  line-height: 71px;
  visibility: hidden;
}
.dataslide .infoboxslider .titlefull a {
  color: #ffffff;
}
.dataslide .infoboxslider .titlefull a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dataslide .infoboxslider .descrfullanimation {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible!important;
}
.dataslide .infoboxslider .descrfull {
  max-width: 850px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  /*text-shadow: 1px 1px 0px #21201e;*/
  color: #fff;
  visibility: hidden;
}
.dataslide .infoboxslider .linkslideanimation {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible!important;
}
.dataslide .infoboxslider .linkslide {
  visibility: hidden;
  margin-top: 40px;
  text-align: center;
}
.dataslide .infoboxslider .linkslide .modeslide {
  font-size: 18px;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 12px 23px 12px 23px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dataslide .infoboxslider .linkslide .modeslide:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
  color: #141414;
}
.homegalsider {
  display: none;
  position: relative;
}
.homegalsider li {
  display: none;
}
.homegalsider .flex-direction-nav {
  position: absolute;
  width: 123px;
  bottom: 90px;
  left: 30px;
}
.homegalsider .flex-direction-nav a.flex-prev {
  width: 60px;
  height: 60px;
  display: inline-block;
  float: left;
  text-indent: -9999px;
  margin-right: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.7) url(images/leftslide.png) 50% 50% no-repeat;
}
.homegalsider .flex-direction-nav a.flex-prev:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #ffffff url(images/leftslide.png) 50% 50% no-repeat;
}
.homegalsider .flex-direction-nav a.flex-next {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-indent: -9999px;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.7) url(images/rightslide.png) 50% 50% no-repeat;
}
.homegalsider .flex-direction-nav a.flex-next:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #ffffff url(images/rightslide.png) 50% 50% no-repeat;
}
.scrollup {
  width: 32px;
  height: 16px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 39px;
  display: none;
  background: url(images/top.png) 50% 50% no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.scrollup:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ale-team .socialbut a {
  width: 41px;
  height: 42px;
  display: inline-block;
  text-indent: -9999px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ale-team .socialbut a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ale-team .socialbut .fbbut,
.ale-team .socialbut .twibut,
.ale-team .socialbut .gbut {
  display: inline-block;
}
.ale-team .socialbut .fbbut a {
  background: url(images/social/social.png) -41px -42px no-repeat;
}
.ale-team .socialbut .fbbut a:hover {
  background: url(images/social/social.png) -41px 0 no-repeat;
}
.ale-team .socialbut .twibut a {
  background: url(images/social/social.png) 0 -42px no-repeat;
}
.ale-team .socialbut .twibut a:hover {
  background: url(images/social/social.png) 0 0 no-repeat;
}
.ale-team .socialbut .gbut a {
  width: 42px;
  height: 42px;
  background: url(images/social/social.png) -82px -42px no-repeat;
}
.ale-team .socialbut .gbut a:hover {
  background: url(images/social/social.png) -82px 0 no-repeat;
}
.socic {
  position: relative;
  width: 41px;
  height: 42px;
  display: inline-block;
  text-indent: -9999px;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.socic:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.twiicon {
  background: url(images/social/social.png) 0 0 no-repeat;
}
.twiicon:hover {
  background: url(images/social/social.png) 0 -42px no-repeat;
}
.fbicon {
  background: url(images/social/social.png) -41px 0 no-repeat;
}
.fbicon:hover {
  background: url(images/social/social.png) -41px -42px no-repeat;
}
.gogicon {
  width: 42px;
  height: 42px;
  background: url(images/social/social.png) -82px 0 no-repeat;
}
.gogicon:hover {
  background: url(images/social/social.png) -82px -42px no-repeat;
}
.pinticon {
  background: url(images/social/social.png) -124px 0 no-repeat;
}
.pinticon:hover {
  background: url(images/social/social.png) -124px -42px no-repeat;
}
.driicon {
  width: 42px;
  height: 42px;
  background: url(images/social/social.png) -165px 0 no-repeat;
}
.driicon:hover {
  background: url(images/social/social.png) -165px -42px no-repeat;
}
.rssicon {
  background: url(images/social/social.png) -207px 0 no-repeat;
}
.rssicon:hover {
  background: url(images/social/social.png) -207px -42px no-repeat;
}
.evericon {
  width: 42px;
  height: 42px;
  background: url(images/social/social.png) -248px 0 no-repeat;
}
.evericon:hover {
  background: url(images/social/social.png) -248px -42px no-repeat;
}
.vimicon {
  width: 42px;
  height: 42px;
  background: url(images/social/social.png) -290px 0 no-repeat;
}
.vimicon:hover {
  background: url(images/social/social.png) -290px -42px no-repeat;
}
.beicon {
  width: 42px;
  height: 42px;
  background: url(images/social/social.png) -332px 0 no-repeat;
}
.beicon:hover {
  background: url(images/social/social.png) -332px -42px no-repeat;
}
.fliicon {
  width: 42px;
  height: 42px;
  background: url(images/social/social.png) -374px 0 no-repeat;
}
.fliicon:hover {
  background: url(images/social/social.png) -374px -42px no-repeat;
}
.linicon {
  width: 42px;
  height: 42px;
  background: url(images/social/social.png) -416px 0 no-repeat;
}
.linicon:hover {
  background: url(images/social/social.png) -416px -42px no-repeat;
}
.youicon {
  width: 42px;
  height: 42px;
  background: url(images/social/social.png) -458px 0 no-repeat;
}
.youicon:hover {
  background: url(images/social/social.png) -458px -42px no-repeat;
}
.insicon {
  width: 42px;
  height: 42px;
  background: url(images/social/social.png) -500px 0 no-repeat;
}
.insicon:hover {
  background: url(images/social/social.png) -500px -42px no-repeat;
}
aside.sidebar {
  padding: 10px 10px 10px 10px;
  border: 3px dashed rgba(255, 255, 255, 0.1);
}
.leftsidebaron {
  margin-left: 260px;
  overflow: hidden;
}
.leftsidebaron img {
  max-width: 100%;
  height: auto;
}
.rightsidebaron {
  margin-right: 260px;
  overflow: hidden;
}
.rightsidebaron img {
  max-width: 100%;
  height: auto;
}
.fullwidth {
  max-width: 100%;
}
.fullwidth img {
  max-width: 100%;
  height: auto;
}
.leftsidebar {
  float: left;
  width: 230px;
  display: inline-block;
  vertical-align: top;
}
.rightsidebar {
  float: right;
  width: 230px;
  display: inline-block;
  vertical-align: top;
}
.postslider,
.flexslider {
  position: relative;
}
.postslider ul.slides li,
.flexslider ul.slides li {
  text-align: center;
}
.postslider ul.slides li img,
.flexslider ul.slides li img {
  max-width: 100%;
  height: auto;
}
.postslider .flex-direction-nav,
.flexslider .flex-direction-nav {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 105px;
  height: 50px;
}
.postslider .flex-direction-nav a.flex-prev,
.flexslider .flex-direction-nav a.flex-prev {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  float: left;
  text-indent: -9999px;
  margin-right: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #212121 url(images/minileft.png) 50% 50% no-repeat;
}
.postslider .flex-direction-nav a.flex-prev:hover,
.flexslider .flex-direction-nav a.flex-prev:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.postslider .flex-direction-nav a.flex-next,
.flexslider .flex-direction-nav a.flex-next {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  float: left;
  text-indent: -9999px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #212121 url(images/miniright.png) 50% 50% no-repeat;
}
.postslider .flex-direction-nav a.flex-next:hover,
.flexslider .flex-direction-nav a.flex-next:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.defaultwp #respond {
  padding-bottom: 15px;
  margin-bottom: 25px;
}
section.defaultwp #respond p.comment-notes,
section.defaultwp #respond p.form-allowed-tags {
  display: none;
}
section.defaultwp #respond p.comment-form-author {
  text-align: left;
}
section.defaultwp #respond p.comment-form-email {
  text-align: center;
}
section.defaultwp #respond p.comment-form-email label {
  text-indent: 5px;
}
section.defaultwp #respond p.comment-form-url {
  text-align: right;
}
section.defaultwp #respond p.comment-form-url label {
  text-indent: 10px;
}
section.defaultwp #respond p.comment-form-author,
section.defaultwp #respond p.comment-form-email,
section.defaultwp #respond p.comment-form-url {
  width: 33.33333%;
  float: left;
}
section.defaultwp #respond p.comment-form-author label,
section.defaultwp #respond p.comment-form-email label,
section.defaultwp #respond p.comment-form-url label {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  text-align: left;
}
section.defaultwp #respond p.comment-form-author input,
section.defaultwp #respond p.comment-form-email input,
section.defaultwp #respond p.comment-form-url input {
  width: 96%;
}
section.defaultwp #respond p.comment-form-comment {
  clear: both;
}
section.defaultwp #respond p.comment-form-comment textarea {
  height: 130px!important;
}
section.defaultwp #respond p.comment-form-comment label {
  font-size: 18px;
}
section.defaultwp #respond h3#reply-title {
  text-transform: uppercase;
}
section.defaultwp #respond .comment-notes,
section.defaultwp #respond .form-allowed-tags {
  color: #686868;
}
section.defaultwp #respond .comment-form-comment label,
section.defaultwp #respond .comment-form-url label,
section.defaultwp #respond .comment-form-email label,
section.defaultwp #respond .comment-form-author label {
  display: block;
  font-size: 14px;
}
section.defaultwp #respond .comment-form-comment input,
section.defaultwp #respond .comment-form-url input,
section.defaultwp #respond .comment-form-email input,
section.defaultwp #respond .comment-form-author input {
  margin-left: 0;
  width: 100%;
}
section.defaultwp #respond .comment-form-comment textarea#comment,
section.defaultwp #respond .comment-form-url textarea#comment,
section.defaultwp #respond .comment-form-email textarea#comment,
section.defaultwp #respond .comment-form-author textarea#comment {
  width: 100%;
}
section.defaultwp .comment-body {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #5b5b5b;
}
section.defaultwp .avatarbox {
  width: 80px;
  float: left;
  display: inline-block;
  vertical-align: top;
}
section.defaultwp .avatarbox img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.defaultwp .commentbody {
  margin-left: 100px;
  overflow: hidden;
}
section.defaultwp .commentbody .login cite.fn {
  font-size: 14px;
  text-decoration: none;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
}
section.defaultwp .commentbody .commenttext {
  margin-top: 12px;
  font-size: 16px;
  color: #999999;
}
section.defaultwp .commentbody span.date {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #686868;
}
section.defaultwp .commentbody span.date a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar #recentcomments a {
  display: block!important;
  padding: 2px 5px 2px 5px!important;
}
.sidebar .widget_archive ul,
.sidebar .widget_categories ul,
.sidebar .widget_nav_menu ul,
.sidebar .widget_meta ul,
.sidebar .widget_pages ul,
.sidebar .widget_recent_comments ul,
.sidebar .widget_recent_entries ul {
  line-height: 20px;
}
.sidebar .widget_archive ul ul,
.sidebar .widget_categories ul ul,
.sidebar .widget_nav_menu ul ul,
.sidebar .widget_meta ul ul,
.sidebar .widget_pages ul ul,
.sidebar .widget_recent_comments ul ul,
.sidebar .widget_recent_entries ul ul {
  margin-top: 5px;
  margin-left: 15px;
}
.sidebar .widget_archive ul li,
.sidebar .widget_categories ul li,
.sidebar .widget_nav_menu ul li,
.sidebar .widget_meta ul li,
.sidebar .widget_pages ul li,
.sidebar .widget_recent_comments ul li,
.sidebar .widget_recent_entries ul li {
  margin-bottom: 5px;
}
.sidebar .widget_archive ul li a,
.sidebar .widget_categories ul li a,
.sidebar .widget_nav_menu ul li a,
.sidebar .widget_meta ul li a,
.sidebar .widget_pages ul li a,
.sidebar .widget_recent_comments ul li a,
.sidebar .widget_recent_entries ul li a {
  padding: 2px 5px 2px 5px;
  background: #909090;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  color: #4f4f4f;
  display: block;
  text-indent: 6px;
}
.sidebar .widget_archive ul li a:hover,
.sidebar .widget_categories ul li a:hover,
.sidebar .widget_nav_menu ul li a:hover,
.sidebar .widget_meta ul li a:hover,
.sidebar .widget_pages ul li a:hover,
.sidebar .widget_recent_comments ul li a:hover,
.sidebar .widget_recent_entries ul li a:hover {
  background: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .ale_about_widget figure {
  margin-bottom: 10px;
}
.sidebar .ale_about_widget img {
  max-width: 100%;
  height: auto;
}
.sidebar .ale_about_widget .text {
  font-size: 14px;
  line-height: 18px;
}
.sidebar .widgettitle {
  display: inline-block;
}
.sidebar .widget_calendar #calendar_wrap {
  background: #ffffff;
  color: #767676;
}
.sidebar .widget_calendar #calendar_wrap table#wp-calendar {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.sidebar .widget_calendar #calendar_wrap table#wp-calendar a {
  font-weight: bold;
  color: #333333;
}
.sidebar .widget_calendar #calendar_wrap table#wp-calendar a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .widget_calendar #calendar_wrap table#wp-calendar caption {
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 10px 0px 10px 0px;
  background: #333333;
  margin-bottom: 10px;
}
.sidebar .widget_calendar #calendar_wrap table#wp-calendar tfoot #prev {
  margin-bottom: 5px;
  text-align: left;
}
.sidebar .widget_calendar #calendar_wrap table#wp-calendar tfoot #next {
  margin-bottom: 5px;
  text-align: right;
}
.sidebar .widget_calendar #calendar_wrap table#wp-calendar thead {
  font-size: 13px;
}
.sidebar .widget_calendar #calendar_wrap table#wp-calendar td {
  text-align: center;
  font-size: 13px;
  padding: 5px;
}
.sidebar .widget {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px dashed rgba(255, 255, 255, 0.1);
}
.sidebar .aletheme-flickr-widget .picture:nth-child(2n+2) a {
  margin-right: 0;
  margin-left: 5px;
}
.sidebar .aletheme-flickr-widget .picture {
  width: 50%;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: left;
}
.sidebar .aletheme-flickr-widget .picture a {
  margin-right: 5px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  height: auto;
}
.sidebar .aletheme-flickr-widget .picture a img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .aletheme-flickr-widget .picture a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .aletheme-mostcommented-widget .entry-thumb,
.sidebar .ale_blog_widget .entry-thumb {
  overflow: hidden;
}
.sidebar .aletheme-mostcommented-widget .entry-thumb a,
.sidebar .ale_blog_widget .entry-thumb a {
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .aletheme-mostcommented-widget .entry-thumb img,
.sidebar .ale_blog_widget .entry-thumb img {
  width: 100%;
  height: auto;
}
.sidebar .aletheme-mostcommented-widget .entry-thumb:hover a,
.sidebar .ale_blog_widget .entry-thumb:hover a {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .aletheme-mostcommented-widget .no-thumb,
.sidebar .ale_blog_widget .no-thumb,
.sidebar .aletheme-mostcommented-widget .mostcommentedpost,
.sidebar .ale_blog_widget .mostcommentedpost,
.sidebar .aletheme-mostcommented-widget li,
.sidebar .ale_blog_widget li {
  background: #ffffff;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.sidebar .aletheme-mostcommented-widget .no-thumb .detail,
.sidebar .ale_blog_widget .no-thumb .detail,
.sidebar .aletheme-mostcommented-widget .mostcommentedpost .detail,
.sidebar .ale_blog_widget .mostcommentedpost .detail,
.sidebar .aletheme-mostcommented-widget li .detail,
.sidebar .ale_blog_widget li .detail {
  margin-top: 5px;
}
.sidebar .aletheme-mostcommented-widget .no-thumb span.entry-meta,
.sidebar .ale_blog_widget .no-thumb span.entry-meta,
.sidebar .aletheme-mostcommented-widget .mostcommentedpost span.entry-meta,
.sidebar .ale_blog_widget .mostcommentedpost span.entry-meta,
.sidebar .aletheme-mostcommented-widget li span.entry-meta,
.sidebar .ale_blog_widget li span.entry-meta {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 14px;
}
.sidebar .aletheme-mostcommented-widget .no-thumb .entry-title,
.sidebar .ale_blog_widget .no-thumb .entry-title,
.sidebar .aletheme-mostcommented-widget .mostcommentedpost .entry-title,
.sidebar .ale_blog_widget .mostcommentedpost .entry-title,
.sidebar .aletheme-mostcommented-widget li .entry-title,
.sidebar .ale_blog_widget li .entry-title {
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 24px;
}
.sidebar .aletheme-mostcommented-widget .no-thumb .entry-title a,
.sidebar .ale_blog_widget .no-thumb .entry-title a,
.sidebar .aletheme-mostcommented-widget .mostcommentedpost .entry-title a,
.sidebar .ale_blog_widget .mostcommentedpost .entry-title a,
.sidebar .aletheme-mostcommented-widget li .entry-title a,
.sidebar .ale_blog_widget li .entry-title a {
  color: #4f4f4f;
}
.sidebar .aletheme-mostcommented-widget .no-thumb .entry-title a:hover,
.sidebar .ale_blog_widget .no-thumb .entry-title a:hover,
.sidebar .aletheme-mostcommented-widget .mostcommentedpost .entry-title a:hover,
.sidebar .ale_blog_widget .mostcommentedpost .entry-title a:hover,
.sidebar .aletheme-mostcommented-widget li .entry-title a:hover,
.sidebar .ale_blog_widget li .entry-title a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sidebar .aletheme-mostcommented-widget .no-thumb .entry-meta,
.sidebar .ale_blog_widget .no-thumb .entry-meta,
.sidebar .aletheme-mostcommented-widget .mostcommentedpost .entry-meta,
.sidebar .ale_blog_widget .mostcommentedpost .entry-meta,
.sidebar .aletheme-mostcommented-widget li .entry-meta,
.sidebar .ale_blog_widget li .entry-meta {
  font-size: 12px;
  color: #969696;
}
.sidebar .textwidget {
  line-height: 20px;
  font-size: 14px;
}
.sidebar .widget_search input {
  margin: 0;
}
.sidebar .widget_search .searchinput {
  width: 100%;
  padding: 0;
  text-indent: 10px;
  margin-bottom: 5px;
  max-width: 110px;
  margin-right: 0px;
  vertical-align: top;
}
.sidebar .widget_search #searchsubmit {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar .tagcloud a {
  padding: 4px;
  font-size: 14px!important;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 2px;
  color: #ffffff;
  background: none;
  border: 1px solid #ffffff;
}
.sidebar .tagcloud a:hover {
  text-decoration: none;
  background: #ffffff;
  color: #212121;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mapbox iframe {
  width: 100%!important;
}
.contactinfo {
  letter-spacing: 0.03em;
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #686868;
  font-size: 34px;
}
.contactinfo a {
  color: #686868;
}
.contactinfo a:hover i {
  color: #686868;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.contactinfo .iteminfocont {
  text-align: center;
  width: 33%;
  float: left;
}
.contactinfo .iteminfocont i {
  font-size: 56px;
  display: block;
  margin-bottom: 8px;
  color: #141414;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.singleblog {
  margin-top: 90px;
  margin-bottom: 90px;
  max-width: 1100px;
  width: 98%;
  background: #212121;
}
.page-template-template-home-nivo-php .singleblog {
  margin-left: auto;
  margin-right: auto;
}
.singleblog .boxcontent p.tagsphar {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 12px;
  color: #8b8b8b;
}
.singleblog .boxcontent p.tagsphar a {
  color: #8b8b8b;
}
.singleblog .boxcontent p.tagsphar a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.singleblog .paddingbox {
  margin: 20px;
}
.singleblog .likegallery {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  bottom: 10px;
  right: 175px;
  z-index: 10;
  background: #212121;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .likegallery .post-like {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.singleblog .likegallery:hover {
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .fullscreenbut {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  bottom: 10px;
  cursor: pointer;
  right: 120px;
  z-index: 10;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #212121 url(images/fullscreen_dark.png) 50% 50% no-repeat;
}
.singleblog .fullscreenbut:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .portfoliocontentbox {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 3px dashed #c0c0c2;
}
.singleblog .gallerycommentssection {
  border-top: 3px dashed #c0c0c2;
  padding-top: 30px;
  margin-top: 30px;
}
.singleblog .related {
  margin-right: -10px;
}
.singleblog .fb-comments {
  width: 100%!important;
}
.singleblog .fb-comments span {
  width: 100%!important;
}
.singleblog .fb-comments span iframe {
  width: 100%!important;
}
.singleblog .gallerycont .viewmoreposts {
  margin-top: 30px;
}
.singleblog .gallerycont .element:nth-child(2n+2) {
  margin-right: 0;
}
.singleblog .gallerycont .element {
  width: 49%;
  margin-right: 2%;
  float: left;
  margin-bottom: 20px;
}
.singleblog .gallerycont .element .gallyitem {
  overflow: hidden;
  position: relative;
}
.singleblog .gallerycont .element .gallyitem img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .gallerycont .element .gallyitem:hover .titlegal {
  background: rgba(0, 0, 0, 0.9) !important;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.singleblog .gallerycont .element .gallyitem:hover figure {
  border: 10px solid #737373;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.singleblog .gallerycont .element .gallyitem:hover figure figcaption {
  background: rgba(0, 0, 0, 0.4);
}
.singleblog .gallerycont .element .gallyitem:hover figure img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .gallerycont .element .gallyitem .titlegal {
  width: 85%;
  height: 58px;
  position: absolute;
  bottom: 35px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  left: 0px;
}
.singleblog .gallerycont .element .gallyitem .titlegal .leftparttit {
  display: inline-block;
  width: 70%;
}
.singleblog .gallerycont .element .gallyitem .titlegal .boxlikeandcom {
  width: 60px;
  float: right;
  display: inline-block;
  vertical-align: top;
}
.singleblog .gallerycont .element .gallyitem .titlegal .boxlikeandcom .likebox {
  height: 29px;
  width: 100%;
  background: #3c3c3c;
  color: #ffffff;
}
.singleblog .gallerycont .element .gallyitem .titlegal .boxlikeandcom .likebox .post-like {
  width: 31px;
}
.singleblog .gallerycont .element .gallyitem .titlegal .boxlikeandcom .commbox {
  height: 29px;
  width: 100%;
  background: #ffffff;
  color: #3c3c3c;
}
.singleblog .gallerycont .element .gallyitem .titlegal .boxlikeandcom .commbox .commnum {
  margin: 0 auto;
  width: 28px;
  height: 29px;
  display: block;
  font-size: 14px;
  line-height: 28px;
  background: url(images/comments.png) left 50% no-repeat;
  padding-left: 22px;
}
.singleblog .gallerycont .element .gallyitem .titlegal h2 {
  display: block;
  font-size: 32px;
  line-height: 58px;
  margin-bottom: 0;
  margin-left: 20px;
}
.singleblog .gallerycont .element .gallyitem .titlegal h2 a {
  color: #929292;
  text-transform: uppercase;
}
.singleblog .gallerycont .element .gallyitem .titlegal h2 a:hover {
  text-decoration: none;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .gallerycont .element figure {
  border: 10px solid #d7d7d7;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.singleblog .gallerycont .element figure figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.singleblog .gallerycont .element figure figcaption a {
  width: 100%;
  height: 100%;
  display: block;
}
.singleblog .contactboxtwo {
  margin-top: 10px!important;
}
.singleblog .contactbox {
  margin-bottom: 20px;
  margin-top: 50px;
}
.singleblog .contactbox .contacttwoleft {
  width: 65%;
  float: left;
}
.singleblog .contactbox .contacttworight {
  width: 30%;
  float: right;
}
.singleblog .contactbox .contacttworight .iteminfocont {
  font-size: 14px;
  line-height: 1.5;
}
.singleblog .contactbox .contacttworight .iteminfocont a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.singleblog .contactbox h2 {
  margin-bottom: 15px;
}
.singleblog .contactbox .commenttextarea textarea {
  width: 100%;
  border: none;
  margin: 0;
  padding: 1%;
  height: 200px;
  margin-bottom: 15px;
}
.singleblog .contactbox .commenttextarea span.succes {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
.singleblog .contactbox .nametwo,
.singleblog .contactbox .emailtwo,
.singleblog .contactbox .phonetwo {
  width: 33.3333%;
  margin-bottom: 15px;
  float: left;
}
.singleblog .contactbox .nametwo input,
.singleblog .contactbox .emailtwo input,
.singleblog .contactbox .phonetwo input {
  padding-left: 0;
  padding-right: 0;
  text-indent: 10px;
  width: 96%;
}
.singleblog .contactbox .nametwo {
  text-align: left;
}
.singleblog .contactbox .emailtwo {
  text-align: center;
}
.singleblog .contactbox .phonetwo {
  text-align: right;
}
.singleblog .partnersbox h2 {
  margin-bottom: 15px;
}
.singleblog .partnersbox .awaitem:nth-child(4) {
  margin-right: 0;
}
.singleblog .partnersbox .awaitem {
  width: 24%;
  float: left;
  margin-right: 1.3%;
}
.singleblog .partnersbox .awaitem figure {
  overflow: hidden;
  position: relative;
}
.singleblog .partnersbox .awaitem figure:hover figcaption {
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .partnersbox .awaitem figure figcaption {
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .partnersbox .awaitem figure figcaption .titleawa {
  width: 90%;
  margin: 0 auto;
  margin-top: 10%;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.singleblog .partnersbox .awaitem figure figcaption .greybox {
  width: 60%;
  background: rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  margin-top: 30px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  padding: 5px;
  font-size: 12px;
}
.singleblog .partnersbox .awaitem figure figcaption .moreawa {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.singleblog .partnersbox .awaitem figure figcaption .moreawa a {
  color: #686868;
}
.singleblog .partnersbox .awaitem figure figcaption .moreawa a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.singleblog .partnersbox .awaitem figure img {
  max-width: 100%;
  height: auto;
}
.singleblog .area2 textarea {
  width: 100%;
  border: none;
  padding: 1%;
  height: 120px;
  margin: 0;
  margin-bottom: 5px;
}
.singleblog .area2 span.succes {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
.singleblog .area1 .comentforminput:nth-child(1) {
  text-align: left;
}
.singleblog .area1 .comentforminput:nth-child(2) {
  text-align: center;
}
.singleblog .area1 .comentforminput:nth-child(3) {
  text-align: right;
}
.singleblog .area1 .comentforminput {
  width: 33.3333%;
  margin-bottom: 10px;
  float: left;
}
.singleblog .area1 .comentforminput input {
  padding-left: 0;
  padding-right: 0;
  text-indent: 10px;
  border: none;
  width: 98%;
}
.singleblog .comments .scrollbox {
  width: 100%;
  height: 160px;
  margin-bottom: 40px;
}
.singleblog .comments .scrollbox header.comment-author {
  font-size: 12px;
  color: #686868;
  margin-bottom: 5px;
}
.singleblog .comments .scrollbox .comment-body {
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  margin-right: 10px;
}
.singleblog .comments .scrollbox .comment-body p {
  margin: 10px;
}
.singleblog .comments .scrollbox cite.fn {
  font-style: normal;
  text-transform: uppercase;
  color: #f5f5f5;
  line-height: 14px;
  font-size: 14px;
  font-weight: 700;
}
.singleblog .postline {
  line-height: 42px;
  margin-bottom: 30px;
  height: 42px;
  margin-top: 30px;
  font-size: 12px;
  border-left: 6px solid #ffffff;
  padding-left: 15px;
  color: #ffffff;
}
.singleblog .postline a {
  color: #ffffff;
}
.singleblog .postline a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.singleblog .postline .righticonsbuttons {
  display: inline-block;
  float: right;
}
.singleblog .postline .righticonsbuttons a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.singleblog .postline .righticonsbuttons .likebox {
  width: 45px;
  height: 42px;
  display: inline-block;
  float: left;
  background: #2c2c2c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .postline .righticonsbuttons .likebox p.post-like {
  margin-top: 8px;
}
.singleblog .postline .righticonsbuttons .likebox:hover {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .siglepostvide iframe {
  width: 100%!important;
}
.singleblog .viewmoreposts {
  text-align: center;
}
.singleblog .viewmoreposts h3 a {
  background: none;
  padding: 4px 22px 4px 22px;
  border: 2px solid #ffffff;
  font-size: 32px;
  line-height: 32px;
  color: #ffffff;
}
.singleblog .viewmoreposts h3 a:hover {
  background: #ffffff;
  color: #212121;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .blogarchivetitle,
.singleblog .singleposttitle {
  background: #141414;
  height: 60px;
  width: 100%;
}
.singleblog .blogarchivetitle h2,
.singleblog .singleposttitle h2 {
  font-size: 34px;
  line-height: 60px;
  margin-left: 20px;
  margin-bottom: 0;
  color: #686868;
  display: inline-block;
}
.singleblog .blogarchivetitle .breadcrumbs,
.singleblog .singleposttitle .breadcrumbs {
  display: inline-block;
  float: right;
  font-size: 13px;
  line-height: 60px;
  margin-right: 20px;
  font-weight: 400;
  /*color: #4f4f4f;*/
  color: #fff;
}
.singleblog .blogarchivetitle .breadcrumbs a,
.singleblog .singleposttitle .breadcrumbs a {
  color: #ffffff;
}
.singleblog .blogarchivetitle .breadcrumbs a:hover,
.singleblog .singleposttitle .breadcrumbs a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.singleblog article.post {
  margin-bottom: 30px;
}
.singleblog .blogpreviewsingle {
  margin-bottom: 30px;
}
.singleblog .blogpreviewsingle .tubmapost img {
  max-width: 100%;
  height: auto;
}
.singleblog .blogpreview {
  background: #3b3c3c;
}
.singleblog .blogpreview .postslider ul.slides li {
  display: none;
  text-align: center;
}
.singleblog .blogpreview .postslider ul.slides li img {
  max-width: 100%;
  height: auto;
}
.singleblog .blogpreview:hover .postslider .flex-direction-nav {
  bottom: 10px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.singleblog .blogpreview:hover .tubmapost img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .leftblog {
  width: 35%;
  position: relative;
  overflow: hidden;
  float: left;
}
.singleblog .leftblog .tubmapost,
.singleblog .leftblog .postslider,
.singleblog .leftblog .siglepostvide {
  width: 100%;
  float: left;
}
.singleblog .leftblog .tubmapost .flex-direction-nav,
.singleblog .leftblog .postslider .flex-direction-nav,
.singleblog .leftblog .siglepostvide .flex-direction-nav {
  bottom: -100%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.singleblog .leftblog .tubmapost img,
.singleblog .leftblog .postslider img,
.singleblog .leftblog .siglepostvide img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .leftblog .tubmapost iframe,
.singleblog .leftblog .postslider iframe,
.singleblog .leftblog .siglepostvide iframe {
  width: 100%!important;
  max-height: 333px;
  min-height: 327px;
}
.singleblog .rightblog {
  width: 65%;
  float: right;
}
.singleblog .rightblog .rightinright {
  width: 140px;
  background: rgba(0, 0, 0, 0.3);
  min-height: 336px;
  display: inline-block;
  vertical-align: top;
  float: right;
}
.singleblog .rightblog .rightinright i {
  font-size: 16px;
  line-height: 45px;
}
.singleblog .rightblog .rightinright .dateblog {
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.singleblog .rightblog .rightinright .dateblog:hover {
  background: rgba(0, 0, 0, 0.55);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .rightblog .rightinright .authorblog {
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.singleblog .rightblog .rightinright .authorblog:hover {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .rightblog .rightinright .likeblog {
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.singleblog .rightblog .rightinright .likeblog p.post-like {
  margin-top: 10px;
}
.singleblog .rightblog .rightinright .likeblog:hover {
  background: rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .rightblog .rightinright .commblog {
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.singleblog .rightblog .rightinright .commblog .commnum {
  background: url(images/whitecomments.png) left 58% no-repeat;
  padding-left: 22px;
  display: inline-block;
}
.singleblog .rightblog .rightinright .commblog:hover {
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .rightblog .rightinright .readmorelink a {
  text-align: center;
  font-size: 26px;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.singleblog .rightblog .rightinright .readmorelink a:hover {
  text-decoration: none;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .rightblog .rightinright .caticonblog {
  text-align: center;
  margin-top: 30px;
}
.singleblog .rightblog .rightinright .caticonblog .viewvideo,
.singleblog .rightblog .rightinright .caticonblog .viewgallery {
  cursor: pointer;
}
.singleblog .rightblog .rightinright .caticonblog i {
  font-size: 56px;
  color: #ffffff;
}
.singleblog .rightblog .rightinright .caticonblog i:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.singleblog .rightblog .blorig {
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 150px;
}
.singleblog .rightblog .blorig .caty {
  margin-left: 20px;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #8b8b8b;
}
.singleblog .rightblog .blorig .caty a {
  color: #a1a1a1!important;
  font-weight: 300;
}
.singleblog .rightblog .blorig .caty a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .rightblog .blorig .posttitle {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.singleblog .rightblog .blorig .posttitle h2 {
  margin-bottom: 0px;
  letter-spacing: 0.03em;
  font-size: 32px;
  color: #8b8b8b;
}
.singleblog .rightblog .blorig .posttitle h2 a {
  color: #8b8b8b;
}
.singleblog .rightblog .blorig .posttitle h2 a:hover {
  text-decoration: none;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .rightblog .blorig .excertpbox {
  margin-left: 20px;
  margin-right: 20px;
}
.singleblog .playerslist .itemplayer:nth-child(3n+3) {
  margin-right: 0;
}
.singleblog .playerslist .itemplayer {
  width: 32%;
  margin-bottom: 1.3%;
  margin-right: 1.3%;
  float: left;
}
.singleblog .playerslist .itemplayer .titleplayer {
  height: 31px;
  line-height: 31px;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  padding-left: 15px;
}
.singleblog .playerslist .itemplayer .boxplayer {
  background: #cccccc;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .playerslist .itemplayer .boxplayer:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.singleblog .playerslist .itemplayer .boxplayer:hover .plaimg img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .playerslist .itemplayer .boxplayer .plaimg {
  float: left;
  overflow: hidden;
  width: 45%;
}
.singleblog .playerslist .itemplayer .boxplayer .plaimg img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .playerslist .itemplayer .boxplayer .pladata {
  float: left;
  width: 55%;
}
.singleblog .playerslist .itemplayer .boxplayer .pladata .paddingplayer {
  padding: 10px;
  line-height: 24px;
}
.singleblog .playerslist .itemplayer .boxplayer .pladata .paddingplayer p {
  line-height: 24px;
}
.singleblog .teamimagetop {
  margin-bottom: 40px;
}
.singleblog .teamimagetop img {
  width: 100%;
  height: auto;
}
.singleblog .teamimagetop figure {
  position: relative;
  overflow: hidden;
}
.singleblog .teamimagetop figure:hover figcaption {
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .teamimagetop figure figcaption {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  height: 100%;
}
.singleblog .teamimagetop figure figcaption .aboutteam {
  background: rgba(0, 0, 0, 0.85);
  line-height: 1.5;
  padding: 30px;
}
.singleblog .teamimagetop figure figcaption .teamtitle {
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
}
.singleblog .awardsall .itemaward:nth-child(3n+3) {
  margin-right: 0;
}
.singleblog .awardsall .itemaward {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.singleblog .awardsall .itemaward .hoverdiv {
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
.singleblog .awardsall .itemaward .whitebox {
  border: 10px solid #ffffff;
}
.singleblog .awardsall .itemaward .boxitem {
  overflow: hidden;
  position: relative;
}
.singleblog .awardsall .itemaward img {
  width: 100%;
  height: auto;
}
.singleblog .awardsall .itemaward:hover .contentaward {
  height: 150px;
  width: 100%;
  top: 50%;
  margin-top: -75px;
  -webkit-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
.singleblog .awardsall .itemaward:hover .mask-1,
.singleblog .awardsall .itemaward:hover .mask-2 {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.singleblog .awardsall .itemaward:hover .mask-1 {
  -webkit-transform: rotate(45deg) translateX(1px);
  -moz-transform: rotate(45deg) translateX(1px);
  -o-transform: rotate(45deg) translateX(1px);
  -ms-transform: rotate(45deg) translateX(1px);
  transform: rotate(45deg) translateX(1px);
}
.singleblog .awardsall .itemaward:hover .mask-2 {
  -webkit-transform: rotate(45deg) translateX(-1px);
  -moz-transform: rotate(45deg) translateX(-1px);
  -o-transform: rotate(45deg) translateX(-1px);
  -ms-transform: rotate(45deg) translateX(-1px);
  transform: rotate(45deg) translateX(-1px);
}
.singleblog .awardsall .itemaward .mask-1,
.singleblog .awardsall .itemaward .mask-2 {
  overflow: hidden;
  top: 0;
  left: 0;
  position: absolute;
  height: 450px;
  width: 450px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .awardsall .itemaward .mask-1 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(45deg) translateX(-215px);
  -moz-transform: rotate(45deg) translateX(-215px);
  -o-transform: rotate(45deg) translateX(-215px);
  -ms-transform: rotate(45deg) translateX(-215px);
  transform: rotate(45deg) translateX(-215px);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  background: rgba(0, 0, 0, 0.6);
}
.singleblog .awardsall .itemaward .mask-2 {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(45deg) translateX(215px);
  -moz-transform: rotate(45deg) translateX(215px);
  -o-transform: rotate(45deg) translateX(215px);
  -ms-transform: rotate(45deg) translateX(215px);
  transform: rotate(45deg) translateX(215px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  background: rgba(0, 0, 0, 0.6);
}
.singleblog .awardsall .itemaward .contentaward {
  position: absolute;
  top: 0;
  left: 0;
  background: #141414;
  height: 0;
  width: 450px;
  overflow: hidden;
  -webkit-transform: rotate(-45deg) translate(-185px, 185px);
  -moz-transform: rotate(-45deg) translate(-185px, 185px);
  -o-transform: rotate(-45deg) translate(-185px, 185px);
  -ms-transform: rotate(-45deg) translate(-185px, 185px);
  transform: rotate(-45deg) translate(-185px, 185px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.4s ease-in-out 0.3s;
}
.singleblog .awardsall .itemaward .contentaward .dataawa {
  text-align: center;
  color: #ffffff;
  line-height: 16px;
  font-size: 12px;
}
.singleblog .awardsall .itemaward .contentaward .titleawa {
  text-align: center;
  color: #ffffff;
  padding: 10px;
}
.singleblog .awardsall .itemaward .contentaward .titleawa h2 {
  color: #686868;
  font-size: 32px;
  display: inline-block;
  border-bottom: 1px solid #5f5f5f;
  margin-bottom: 15px;
  padding: 0px 15px 15px 15px;
}
.singleblog .topaboutpage {
  min-height: 360px;
  margin-bottom: 50px;
  position: relative;
}
.singleblog .topaboutpage ul.slides li {
  display: none;
}
.singleblog .topaboutpage ul.slides li img {
  width: 100%;
  height: auto;
  min-height: 410px;
}
.singleblog .topaboutpage .aboutscrollbox {
  overflow: hidden;
  height: 340px;
  width: 100%;
}
.singleblog .topaboutpage .aboutscroll {
  height: auto;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 10px;
  left: 20px;
  bottom: 10px;
  right: 140px;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.singleblog .topaboutpage .aboutscroll:hover {
  background: rgba(0, 0, 0, 0.95);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.aboutcontentbox {
  margin-bottom: 0px;
}
.aboutthreerightdata {
  margin-left: 30px;
}
.meattheteat {
  margin-top: 30px;
  margin-bottom: 30px;
}
.meattheteat h2.title {
  text-align: center;
}
.meattheteat p.descriptionteam {
  text-align: center;
}
.skilsbox .skillul li {
  margin-bottom: 20px;
}
.skilsbox .skillul .skillline {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  background: #909090;
}
.skilsbox .skillul .skillline .textbo {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  height: 35px;
  line-height: 35px;
}
.skilsbox .skillul .skillline .countline {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
.ch-grid {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}
.ch-grid:after,
.ch-item:before {
  content: '';
  display: table;
}
.ch-grid:after {
  clear: both;
}
.ch-grid li {
  width: 240px;
  height: 240px;
  display: inline-block;
  margin: 20px;
}
.ch-item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: default;
}
.ch-info-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 20px;
  left: 20px;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8);
}
.ch-info {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ch-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ch-info .ch-info-back {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -o-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
  background: #000;
}
.ch-info h3 {
  color: #686868;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 28px;
  margin: 0 15px;
  padding: 40px 0 0 0;
}
.ch-info p {
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ch-info p a {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
  color: #fff222;
  color: rgba(255, 242, 34, 0.8);
}
.ch-item:hover .ch-info-wrap {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), inset 0 0 3px rgba(115, 114, 23, 0.8);
}
.ch-item:hover .ch-info {
  -webkit-transform: rotate3d(0, 1, 0, -180deg);
  -moz-transform: rotate3d(0, 1, 0, -180deg);
  -o-transform: rotate3d(0, 1, 0, -180deg);
  -ms-transform: rotate3d(0, 1, 0, -180deg);
  transform: rotate3d(0, 1, 0, -180deg);
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #b5b5b5;
  position: relative;
}
.jspDrag {
  background: #000000;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
}
.jspVerticalBar .jspArrow {
  height: 5px;
}
.jspHorizontalBar .jspArrow {
  width: 5px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.gallery-columns-3 dl.gallery-item {
  width: 33%;
  float: left;
  text-align: center;
}
.gallery-columns-2 dl.gallery-item {
  width: 49%;
  float: left;
  text-align: center;
}
.gallery-columns-4 dl.gallery-item {
  width: 25%;
  float: left;
  text-align: center;
}
.gallery-columns-5 dl.gallery-item {
  width: 20%;
  float: left;
  text-align: center;
}
.gallery-columns-6 dl.gallery-item {
  width: 16%;
  float: left;
  text-align: center;
}
.gallery-columns-7 dl.gallery-item {
  width: 14%;
  float: left;
  text-align: center;
}
.gallery-columns-8 dl.gallery-item,
.gallery-columns-9 dl.gallery-item,
.gallery-columns-10 dl.gallery-item {
  width: 14%;
  float: left;
  text-align: center;
}
dl.gallery-item {
  margin: 0;
  box-shadow: none;
  padding: 0px;
  color: #4a4a4a;
  text-align: center;
  display: block;
}
dl.gallery-item dt {
  width: auto;
  float: none;
  display: block;
  margin: 0 auto;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  text-transform: uppercase;
}
dl.gallery-item dd {
  display: block;
  margin: 0 auto;
  line-height: 18px;
}
.gallery-item a,
.gallery-caption {
  width: 100%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 100%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}
.shop_table,
.cart-collaterals {
  font-size: 14px;
}
.woocommerce-message:before {
  background: none!important;
  content: '' !important;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  content: '' !important;
  display: none!important;
}
.archivecartbox {
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-right: 20px;
  line-height: 60px;
}
.archivecartbox a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.shop_table {
  border-radius: 0px!important;
}
.product-remove a.remove {
  line-height: 0.9em!important;
}
.product-remove a.remove:hover {
  background: #5b5b5b!important;
}
.actions {
  padding: 15px 12px 15px 12px!important;
}
.coupon input.input-text {
  height: 40px!important;
  margin-right: 10px!important;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border-radius: 0px!important;
}
.pp_content_container {
  background: #212121!important;
}
.pp_content_container .comment-form-comment label {
  display: block!important;
}
.woocommerce #payment,
.woocommerce-page #payment {
  background: #161616!important;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
  height: 50px!important;
}
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
  border: 0px!important;
  border-radius: 0px!important;
  box-shadow: 0 0 0 0!important;
  width: 0px!important;
  height: 0px!important;
  position: relative!important;
  content: normal!important;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus {
  font-size: 26px!important;
}
.woocommerce-page #content .quantity {
  margin-top: 7px!important;
  margin-right: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 0px!important;
}
.woocommerce .woocommerce-tabs .tabs:after {
  border: 0px!important;
  border-radius: 0px!important;
  box-shadow: 0 0 0 0!important;
}
.woocommerce .woocommerce-tabs .tabs {
  padding: 0!important;
  margin: 0!important;
}
.woocommerce .woocommerce-tabs .tabs li {
  border-radius: 0px!important;
  margin: 0!important;
  padding: 0!important;
  font-size: 24px;
}
.woocommerce .woocommerce-tabs .tabs li:after {
  border: none!important;
  border-radius: 0px!important;
  box-shadow: 0 0 0 0!important;
  width: 0px!important;
  height: 0px!important;
  position: relative!important;
  content: normal!important;
}
.woocommerce .woocommerce-tabs .tabs li.active {
  background: #ffffff!important;
}
.woocommerce .woocommerce-tabs .tabs li.active a {
  color: #747474!important;
}
.woocommerce .woocommerce-tabs .tabs .description_tab,
.woocommerce .woocommerce-tabs .tabs .reviews_tab {
  padding: 0!important;
  margin: 0!important;
  border: none!important;
  border-radius: 0px!important;
  background: none!important;
  box-shadow: 0 0 0 0!important;
  font-weight: normal!important;
  text-transform: uppercase!important;
  background: #747474!important;
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.woocommerce .woocommerce-tabs .tabs .description_tab a,
.woocommerce .woocommerce-tabs .tabs .reviews_tab a {
  font-weight: normal!important;
  color: #ffffff!important;
  text-shadow: none!important;
}
.woocommerce .woocommerce-tabs .tabs .description_tab:after,
.woocommerce .woocommerce-tabs .tabs .reviews_tab:after {
  border: none!important;
  border-radius: 0px!important;
  box-shadow: 0 0 0 0!important;
  width: 0px!important;
  height: 0px!important;
  position: relative!important;
  content: normal!important;
}
.woocommerce .woocommerce-tabs .entry-content {
  background: #333333!important;
  padding: 15px!important;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  -webkit-box-shadow: 0 0 0 0 #000000 !important;
  -moz-box-shadow: 0 0 0 0 #000000 !important;
  box-shadow: 0 0 0 0 #000000 !important;
  border-radius: 0!important;
  background-image: none!important;
  border: none!important;
  text-shadow: 0 0 0 #000000!important;
  text-transform: uppercase!important;
  line-height: 30px!important;
  padding-left: 20px!important;
  padding-right: 20px!important;
  font-weight: normal!important;
  border: 2px solid #ffffff!important;
  background: none!important;
  color: #ffffff!important;
  font-size: 24px!important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #ffffff!important;
  color: #141414!important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.woocommerce div.product .quantity {
  margin: 0 10px 0 0!important;
}
.woocommerce div.product .quantity .minus,
.woocommerce div.product .quantity .plus {
  height: 20px!important;
}
.woocommerce div.product .quantity input.qty {
  height: 38px!important;
}
.woocommerce div.product span.onsale {
  z-index: 10!important;
  margin: 0!important;
  -webkit-box-shadow: 0 0 0 0 #000000 !important;
  -moz-box-shadow: 0 0 0 0 #000000 !important;
  box-shadow: 0 0 0 0 #000000 !important;
}
.woocommerce div.product div.entry-summary div.product_meta {
  line-height: 20px;
  font-size: 12px;
}
.woocommerce div.product div.entry-summary div.product_meta span.sku_wrapper {
  display: block;
}
.woocommerce div.product div.entry-summary div.product_meta span.posted_in {
  display: block;
}
.woocommerce div.product div.entry-summary h1.product_title {
  font-size: 28px!important;
}
.woocommerce div.product div.entry-summary .amount {
  color: #ffffff!important;
}
.woocommerce div.product div.entry-summary div.ale_description {
  margin-bottom: 30px!important;
}
.woocommerce div.product div.entry-summary p.price {
  text-decoration: none!important;
}
.woocommerce div.product div.entry-summary p.price del span.amount {
  font-size: 14px!important;
  color: #737373!important;
}
.woocommerce div.product div.entry-summary p.price ins {
  text-decoration: none!important;
}
.woocommerce div.product div.entry-summary p.price ins span.amount {
  font-size: 18px!important;
  text-decoration: none!important;
  color: #383838!important;
}
.woocommerce div.product .images img {
  -webkit-box-shadow: 0 0 0 0 #000000 !important;
  -moz-box-shadow: 0 0 0 0 #000000 !important;
  box-shadow: 0 0 0 0 #000000 !important;
}
.woocommerce .woocommerce-ordering select {
  padding: 5px!important;
  color: #737373!important;
}
.woocommerce ul.products {
  margin-top: 10px!important;
}
.woocommerce ul.products li.product:nth-child(3n+3) {
  margin-right: 0!important;
}
.woocommerce ul.products li.first {
  clear: none!important;
}
.woocommerce ul.products li.product {
  background: #141414;
  padding-bottom: 10px!important;
  text-align: center!important;
  float: left!important;
  width: 32%!important;
  margin-right: 2%!important;
  margin-bottom: 2%!important;
}
.woocommerce ul.products li.product a.button {
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}
.woocommerce ul.products li.product a.linkconteiner {
  display: block!important;
  position: relative!important;
}
.woocommerce ul.products li.product a.linkconteiner img {
  -webkit-box-shadow: 0 0 0 0 #000000 !important;
  -moz-box-shadow: 0 0 0 0 #000000 !important;
  box-shadow: 0 0 0 0 #000000 !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.woocommerce ul.products li.product a.linkconteiner img:hover {
  -moz-opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
  -webkit-opacity: 0.7 !important;
  opacity: 0.7 !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.woocommerce ul.products li.product a.linkconteiner .onsale {
  z-index: 10!important;
  margin: -10px -10px 0 0 !important;
  -webkit-box-shadow: 0 0 0 0 #000000 !important;
  -moz-box-shadow: 0 0 0 0 #000000 !important;
  box-shadow: 0 0 0 0 #000000 !important;
}
.woocommerce ul.products li.product a.linkconteiner h3 {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  text-align: center!important;
  line-height: 20px!important;
  font-size: 24px!important;
  background: rgba(0, 0, 0, 0.8) !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff!important;
}
.woocommerce ul.products li.product a.linkconteiner span.price {
  margin: 0!important;
  display: block!important;
  width: 100%!important;
  position: absolute!important;
  bottom: 0!important;
  left: 0!important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.8) !important;
  color: #ffffff!important;
  text-align: center!important;
  height: 30px!important;
  line-height: 30px!important;
  font-size: 14px!important;
}
.woocommerce ul.products li.product a.linkconteiner span.price span.amount {
  font-size: 14px!important;
}
.woocommerce ul.products li.product a.linkconteiner:hover h3 {
  top: 5%!important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce ul.products li.product a.linkconteiner:hover span.price {
  bottom: 5%!important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce ul.products li.product a.added_to_cart {
  background: none!important;
  padding-left: 15px!important;
  font-size: 14px!important;
  color: #4a4a4a!important;
}
.woocommerce ul.products li.product a.added:before {
  background: none!important;
}
.woocommerce ul.products li.product .star-rating {
  display: none!important;
}
.woocommerce .woocommerce-pagination {
  text-align: left!important;
  margin-top: 20px!important;
}
.woocommerce .woocommerce-pagination .page-numbers {
  text-align: center!important;
  border: none!important;
}
.woocommerce .woocommerce-pagination .page-numbers li {
  margin-left: 3px!important;
  margin-right: 3px!important;
  border: none!important;
  min-width: 36px!important;
  background: #4a4a4a!important;
}
.woocommerce .woocommerce-pagination .page-numbers li span.current {
  background: #c2c2c2!important;
  color: #141414!important;
}
.woocommerce .woocommerce-pagination .page-numbers li a {
  color: #ffffff!important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce .woocommerce-pagination .page-numbers li a:hover {
  background: #c2c2c2!important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-message,
.woocommerce-info {
  font-size: 14px!important;
  border: 0px!important;
  padding: 1em 1em 1em 1em!important;
}
.woocommerce-message a.button,
.woocommerce-info a.button {
  border-color: #4f4f4f!important;
  color: #4f4f4f!important;
  font-size: 24px!important;
  line-height: 30px!important;
}
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover {
  background: #4f4f4f!important;
  color: #ffffff!important;
}
ul.payment_methods {
  list-style: none!important;
}
ul.payment_methods li {
  list-style: none!important;
}
#order_review div#payment {
  background: #333333!important;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  top: 1px!important;
}
select {
  padding: 5px!important;
  color: #737373!important;
}
#filters {
  display: inline-block;
  height: 60px;
  float: right;
}
#filters li.activefilter a {
  background-color: #4f4f4f;
  color: #ffffff;
}
#filters li.activefilter a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#filters li {
  display: inline-block;
  margin-right: 4px;
  font-size: 12px;
  line-height: 60px;
  color: #686868;
}
#filters li a {
  padding: 0px 7px 0px 7px;
  line-height: 60px;
  display: block;
  color: #686868;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#filters li a:hover {
  text-decoration: none;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filtergalis .viewmoreposts {
  margin-top: 30px;
}
.filtergalis .filtertitle {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #4f4f4f;
  margin-bottom: 4px;
}
.filtergalis .twocol .element {
  width: 50%;
  float: left;
}
.filtergalis .threecol .element {
  width: 33%;
  float: left;
}
.filtergalis .threecol .gallyitem:hover .galmask1 {
  top: -30% !important;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.filtergalis .threecol .gallyitem:hover .galmask2 {
  bottom: -30% !important;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.filtergalis .fourcol .element {
  width: 24.99999%;
  float: left;
}
.filtergalis .fourcol .gallyitem:hover .galmask1 {
  top: -25% !important;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.filtergalis .fourcol .gallyitem:hover .galmask2 {
  bottom: -25% !important;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.filtergalis #galcontainer .gallyitem {
  position: relative;
  overflow: hidden;
}
.filtergalis #galcontainer .gallyitem:hover .galmask1 {
  top: -40%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.filtergalis #galcontainer .gallyitem:hover .galmask2 {
  bottom: -40%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.filtergalis #galcontainer .gallyitem:hover .titlegalhov h2 {
  line-height: 42px;
  font-size: 28px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}
.filtergalis #galcontainer .gallyitem:hover .titlegalhov h2 a {
  color: #ffffff;
}
.filtergalis #galcontainer .galmask1 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: -100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.filtergalis #galcontainer .galmask2 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: -100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.filtergalis #galcontainer .titlegalhov {
  position: absolute;
  top: 50%;
  height: 20%;
  margin-top: -20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.filtergalis #galcontainer .titlegalhov h2 {
  margin-bottom: 0px;
  color: #1b1b1b;
  font-size: 0px;
  line-height: 22px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.filtergalis #galcontainer .titlegalhov h2 a {
  color: #1b1b1b;
  text-decoration: none;
}
.filtergalis #galcontainer .titlegalhov h2 a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filtergalis #galcontainer .titlegalhov .galcat {
  color: #4b4b4b;
  font-size: 0px;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.abouttopslide {
  min-height: 306px;
  margin-bottom: 35px;
  overflow: hidden;
}
.abouttopslide ul.slides li {
  display: none;
}
.abouttopslide ul.slides li img {
  width: 100%;
  height: auto;
  min-height: 354px;
}
.abouttopslide .slideitem {
  position: relative;
  overflow: hidden;
}
.abouttopslide .slideitem .aboutslidetitle {
  position: absolute;
  top: 10%;
  right: 0;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.7);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 32px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.abouttopslide .slideitem .aboutslidetitle:hover {
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.abouttopslide .slideitem .aboutsliderdescr {
  position: absolute;
  top: 30%;
  right: 0;
  width: 85%;
  padding: 20px 30px 20px 30px;
  background: rgba(0, 0, 0, 0.7);
  text-align: right;
  line-height: 20px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.abouttopslide .slideitem .aboutsliderdescr:hover {
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ale-testimonial .lefttestimonialpart .testititle {
  text-transform: uppercase;
  color: #909090;
  font-size: 30px;
  margin-top: 10px;
  text-align: center;
}
.leftpartpage {
  width: 50%;
  float: left;
}
.rightpartpage {
  width: 50%;
  float: left;
}
.get {
  display: none;
}
#diagram {
  float: left;
  width: 500px;
  height: 500px;
}
/*
Menu styles
*/
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
.container,
.scroller {
  height: 100%;
}

.page-template-template-home-nivo-php .scroller {
  background-color: #f5f5f5;
}

.csstransforms3d {
  /* overlays for pusher and for level that gets covered */

  /* overlap */

  /* First level */

  /* cover */

  /* content style */

}
.csstransforms3d .scroller {
  overflow: hidden;
}
.csstransforms3d .scroller,
.csstransforms3d .scroller-inner {
  position: relative;
  height: 100%;
}
.csstransforms3d .scroller-inner {
  position: relative;
  height: 100%;
}
.csstransforms3d .container {
  position: relative;
  overflow: hidden;
}
.csstransforms3d .menu-trigger {
  position: relative;
}
.csstransforms3d .mp-pusher {
  position: relative;
  left: 0;
  height: 100%;
}
.csstransforms3d .mp-menu {
  position: absolute;
  /* we can't use fixed here :( */

  top: 0;
  left: 0;
  z-index: 1;
  width: 290px;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.csstransforms3d .mp-menu h2.menutitle {
  color: #686868;
  font-size: 34px;
  letter-spacing: 0.03em;
}
.csstransforms3d .mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #060606;*/
  background-color: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.csstransforms3d .mp-pusher::after,
.csstransforms3d .mp-level::after,
.csstransforms3d .mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0;
}
.csstransforms3d .mp-pusher::after,
.csstransforms3d .mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  z-index: 9999;
}
.csstransforms3d .mp-level::after {
  z-index: -1;
}
.csstransforms3d .mp-pusher.mp-pushed::after,
.csstransforms3d .mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.csstransforms3d .mp-level.mp-level-overlay {
  cursor: pointer;
}
.csstransforms3d .mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1;
}
.csstransforms3d .mp-pusher,
.csstransforms3d .mp-level {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.csstransforms3d .mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.csstransforms3d .mp-menu > .mp-level,
.csstransforms3d .mp-menu > .mp-level.mp-level-open,
.csstransforms3d .mp-menu.mp-overlap > .mp-level,
.csstransforms3d .mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.csstransforms3d .mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.csstransforms3d .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.csstransforms3d .mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
  font-size: 18px;
}
.csstransforms3d .mp-menu ul li.ale-menu-item-parent > a {
  background: url(images/left-menu.png) 18px 50% no-repeat;
}
.csstransforms3d .mp-menu ul li.ale-menu-item-parent > a:hover {
  background: #141414 url(images/left-menu.png) 18px 50% no-repeat;
}
.csstransforms3d .mp-menu h2 {
  margin: 0;
  padding: 30px 0 25px 40px;
  font-weight: 300;
  font-size: 34px;
  line-height: 32px;
}
.csstransforms3d .mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.csstransforms3d .mp-menu ul li > a {
  display: block;
  color: #a2a2a2;
  padding: 13px 10px 13px 40px;
  outline: none;
  /*box-shadow: inset 0 -1px rgba(50, 50, 50, 0.5);*/
  box-shadow: inset 0 -1px rgba(50, 50, 50, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.csstransforms3d .mp-menu ul li::before {
  position: absolute;
  left: 10px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.2);
  line-height: 3.5;
}
.csstransforms3d .mp-level > ul > li:first-child > a {
  /*box-shadow: inset 0 -1px rgba(50, 50, 50, 0.5), inset 0 1px rgba(50, 50, 50, 0.5);*/
  box-shadow: inset 0 -1px rgba(50, 50, 50, 0.1), inset 0 1px rgba(50, 50, 50, 0.1);
}
.csstransforms3d .mp-level > ul > li:first-child > a:hover {
  box-shadow: inset 0 -1px rgba(50, 50, 50, 0.5), inset 0 1px rgba(50, 50, 50, 0.5);
}
.csstransforms3d .mp-menu ul li a:hover {
  /*background: #141414;*/
  background: rgba(193, 26, 34, 1);
  box-shadow: inset 0 -1px rgba(50, 50, 50, 0.5);
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.csstransforms3d .mp-menu .mp-level.mp-level-overlay > ul > li > a,
.csstransforms3d .mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
}
.csstransforms3d .mp-back {
  outline: none;
  display: block;
  color: #686868;
  font-size: 34px;
  line-height: 32px;
  text-transform: uppercase;
  position: relative;
  padding: 30px 0 25px 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.csstransforms3d a.mp-back:hover {
  background: #000000!important;
  box-shadow: none!important;
  color: #686868!important;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.csstransforms3d .mp-menu .mp-level.mp-level-overlay > .mp-back,
.csstransforms3d .mp-menu .mp-level.mp-level-overlay > .mp-back::after {
  background: transparent;
  box-shadow: none;
  color: transparent;
}
.no-csstransforms3d .mp-pusher {
  height: 100%;
}
.no-csstransforms3d .mp-pusher nav.mp-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -moz-transform: translate(-290px, 0);
  -webkit-transform: translate(-290px, 0);
  -o-transform: translate(-290px, 0);
  -ms-transform: translate(-290px, 0);
  transform: translate(-290px, 0);
  width: 290px;
  float: left;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.no-csstransforms3d .mp-pusher nav.mp-menu .mp-level {
  height: 100%;
  background: #060606;
}
.no-csstransforms3d .mp-pusher nav.mp-menu .mp-level h2.menutitle {
  color: #686868;
  font-size: 34px;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 30px 0 25px 40px;
  font-weight: 300;
  line-height: 32px;
}
.no-csstransforms3d .mp-pusher .mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
  font-size: 18px;
}
.no-csstransforms3d .mp-pusher .mp-menu ul li.ale-menu-item-parent > a {
  background: url(images/right-menu.png) 18px 50% no-repeat;
}
.no-csstransforms3d .mp-pusher .mp-menu ul li.ale-menu-item-parent > a:hover {
  background: #141414 url(images/right-menu.png) 18px 50% no-repeat;
}
.no-csstransforms3d .mp-pusher .mp-menu ul {
  position: relative;
}
.no-csstransforms3d .mp-pusher .mp-menu ul .mp-level {
  display: none;
  width: 250px;
  position: absolute;
  top: 0;
  z-index: 99999;
  left: 100%;
}
.no-csstransforms3d .mp-pusher .mp-menu ul .mp-level ul {
  background: #000000;
}
.no-csstransforms3d .mp-pusher .mp-menu ul li:hover > .mp-level {
  display: block;
}
.no-csstransforms3d .mp-pusher .mp-menu ul li {
  position: relative;
}
.no-csstransforms3d .mp-pusher .mp-menu ul:after {
  content: "";
  clear: both;
  display: block;
}
.no-csstransforms3d .mp-pusher .mp-menu ul li > a {
  display: block;
  color: #a2a2a2;
  padding: 13px 10px 13px 40px;
  outline: none;
  box-shadow: inset 0 -1px rgba(50, 50, 50, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.no-csstransforms3d .mp-pusher .mp-menu ul li::before {
  position: absolute;
  left: 10px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.2);
  line-height: 3.5;
}
.no-csstransforms3d .mp-pusher .mp-level > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(50, 50, 50, 0.5), inset 0 1px rgba(50, 50, 50, 0.5);
}
.no-csstransforms3d .mp-pusher .mp-level > ul > li:first-child > a:hover {
  box-shadow: inset 0 -1px rgba(50, 50, 50, 0.5), inset 0 1px rgba(50, 50, 50, 0.5);
}
.no-csstransforms3d .mp-pusher .mp-menu ul li a:hover {
  background: #141414;
  box-shadow: inset 0 -1px rgba(50, 50, 50, 0.5);
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.no-csstransforms3d .mp-pusher .mp-back {
  display: none;
}
.no-csstransforms3d .mp-pusher .scroller {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.no-csstransforms3d .mp-pusher .scroller .scroller-inner {
  height: 100%;
  overflow: hidden;
}
.no-csstransforms3d .opablack {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.adressinfobox {
  padding: 50px 10px 50px 40px;
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
}
.adressinfobox .mainnavtit {
  font-size: 28px;
  font-weight: normal;
  color: #686868;
  line-height: 26px;
  letter-spacing: 0.04em;
}
.adressinfobox .mainnavdesc {
  margin-bottom: 35px;
}
.adressinfobox .datacontactnav {
  line-height: 17px;
}
.adressinfobox .datacontactnav a {
  color: #686868;
}
.adressinfobox .datacontactnav a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navsocial {
  position: absolute;
  left: 0;
  bottom: 0;
}
.leftscrollerpart {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 100%;
  float: left;
  display: inline-block;
  vertical-align: top;
  z-index: 9;
}
.leftscrollerparthome {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 100%;
  float: left;
  display: inline-block;
  vertical-align: top;
  z-index: 999;
}
.greycol {
  position: relative;
  width: 110px;
  height: 100%;
  background: #212121;
}
.greycol .langselectorbox {
  position: absolute;
  top: 153px;
  left: 38px;
}
.greycol .langselectorbox span.langopen {
  width: 35px;
  height: 35px;
  display: block;
  background: #909090 url(images/lang.png) 50% 50% no-repeat;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.greycol .langselectorbox span.langopen:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.greycol .langselectorbox div.openedlang {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  background: #909090;
  z-index: 99;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.greycol .langselectorbox div.openedlang span.closelang {
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/closesearch.png) 50% 50% no-repeat;
}
.greycol .langselectorbox div.openedlang span.closelang:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.greycol .langselectorbox div.openedlang .langselfor {
  width: 240px;
  margin-left: 40px;
  margin-right: 15px;
  line-height: 33px;
}
.greycol .langselectorbox div.openedlang .langselfor a {
  float: left;
  margin-right: 5px;
}
.greycol .leftsearchform {
  position: absolute;
  top: 87px;
  left: 38px;
}
.greycol .leftsearchform span.searchopen {
  width: 35px;
  height: 35px;
  display: block;
  background: #909090 url(images/search.png) 50% 50% no-repeat;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.greycol .leftsearchform span.searchopen:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.greycol .leftsearchform div.openedsearch {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
  height: 35px;
  background: #909090;
  z-index: 99;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.greycol .leftsearchform div.openedsearch span.closesearch {
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/closesearch.png) 50% 50% no-repeat;
}
.greycol .leftsearchform div.openedsearch span.closesearch:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.greycol .leftsearchform div.openedsearch input {
  height: 35px;
  padding: 0;
  margin-left: 40px;
  font-size: 14px;
  background: none;
  border: none;
  color: #212121;
}
.greycol .leftsearchform div.openedsearch ::-webkit-input-placeholder {
  color: #212121;
}
.greycol .leftsearchform div.openedsearch :-moz-placeholder {
  color: #212121;
}
.greycol .leftsearchform div.openedsearch ::-moz-placeholder {
  color: #212121;
}
.greycol .leftsearchform div.openedsearch :-ms-input-placeholder {
  color: #212121;
}
.greycol .slgoes {
  position: absolute;
  bottom: 60px;
  left: 33px;
}
.greycol .slgoes ul li {
  float: left;
  display: inline-block;
}
.greycol .slgoes ul li a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.greycol .slgoes a.flex-disabled {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.greycol .slgoes a.flex-prev {
  width: 16px;
  height: 32px;
  background: url(images/leftslide.png) 0 0 no-repeat;
  display: block;
  margin-right: 9px;
}
.greycol .slgoes a.flex-next {
  width: 16px;
  height: 32px;
  background: url(images/rightslide.png) 0 0 no-repeat;
  display: block;
}
.greycol .menu-trigger {
  background: url(images/opennav.png) 0 0 no-repeat;
  display: block;
  width: 35px;
  height: 25px;
  position: absolute;
  top: 31px;
  left: 38px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.greycol .menu-trigger:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.greycol .logo {
  position: absolute;
  top: 50%;
  left: 38px;
  margin-top: -73px;
  width: 145px;
  height: 145px;
  text-align: center;
}
.greycol .logo h1 {
  margin: 0;
  text-align: center;
}
.greycol .logo h1 .alelogo {
  width: 145px;
  height: 145px;
  display: block;
  background: url(images/logo.png) 0 0 no-repeat;
  text-indent: -9999px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0px;
}
.greycol .logo h1 .alelogo:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.greycol .logo img {
  width: auto;
  max-width: 145px;
  height: auto;
}
.rightscrollerpart {
  overflow-y: auto;
  height: 100%;
  margin-left: 120px;
  padding-left: 180px;
}
.page-template-template-home-nivo-php .rightscrollerpart {
  overflow-y: auto;
  height: 100%;
  margin-left: 110px;
  padding-left: 0;
}
.errorh1 {
  font-size: 100px;
  margin-bottom: 70px;
}
.errorbox {
  text-align: center;
}
.errorbox .erbutton {
  border: 2px solid #fff;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.06em;
  display: inline-block;
  padding: 7px 12px 7px 12px;
  margin-bottom: 40px;
}
.errorbox .erbutton:hover {
  background: #ffffff;
  color: #4f4f4f;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.errorbox p {
  text-align: center;
  margin-bottom: 80px;
}
.errorbox a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  60% {
    -webkit-transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes slideDown {
  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 slideDown {
  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%);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%);
  }
  50% {
    -webkit-transform: translateX(-8%);
  }
  65% {
    -webkit-transform: translateX(4%);
  }
  80% {
    -webkit-transform: translateX(-4%);
  }
  95% {
    -webkit-transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-150%);
  }
  50% {
    transform: translateX(8%);
  }
  65% {
    transform: translateX(-4%);
  }
  80% {
    transform: translateX(4%);
  }
  95% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%);
  }
  50% {
    -webkit-transform: translateX(8%);
  }
  65% {
    -webkit-transform: translateX(-4%);
  }
  80% {
    -webkit-transform: translateX(4%);
  }
  95% {
    -webkit-transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes stretchRight {
  0% {
    transform: scaleX(0.3);
  }
  40% {
    transform: scaleX(1.02);
  }
  60% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(0.98);
  }
  80% {
    transform: scaleX(1.01);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3);
  }
  40% {
    -webkit-transform: scaleX(1.02);
  }
  60% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(0.98);
  }
  80% {
    -webkit-transform: scaleX(1.01);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
.fullslider {
  display: none;
}
.fullslider .tf_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.fullslider .tf_bg img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  background-size: cover;
}
.fullslider .tf_pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.fullslider .tf_content_wrapper {
  position: absolute;
  top: 20%;
  right: 0;
  text-align: center;
  left: 180px;
  z-index: 11;
}
.fullslider .tf_content_wrapper .tf_content {
  display: none;
  width: 100%;
  text-align: center;
}
.fullslider .tf_content_wrapper .linkslide a {
  margin-top: 15px;
  text-shadow: none;
  font-size: 18px;
  color: #ffffff!important;
  border: 2px solid #ffffff;
  padding: 8px 23px 8px 23px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fullslider .tf_content_wrapper .linkslide a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
  color: #141414!important;
}
.fullslider .tf_content_wrapper .titlefullanimation {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible!important;
}
.fullslider .tf_content_wrapper .tf_content h2 {
  visibility: hidden;
  text-shadow: 1px 1px 0px #21201e;
  letter-spacing: 0.02em;
  color: #ffffff!important;
  font-size: 71px;
  line-height: 71px;
  margin-bottom: 20px;
  text-transform: uppercase;
  max-width: 850px;
  display: inline-block;
}
.fullslider .tf_content_wrapper .tf_content h2 a {
  color: #ffffff!important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fullslider .tf_content_wrapper .tf_content h2 a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fullslider .tf_content_wrapper .descrfullanimation {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible!important;
}
.fullslider .tf_content_wrapper .tf_content p {
  visibility: hidden;
  color: #fff;
  display: inline-block;
  text-shadow: 1px 1px 0px #21201e;
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
  max-width: 850px;
}
.fullslider .centerthumbs {
  position: absolute;
  bottom: 60px;
  left: 180px;
  right: 0;
  text-align: center;
  z-index: 12;
}
.fullslider .tf_thumbs {
  display: inline-block;
  border: 4px solid #fff;
  -moz-box-shadow: 1px 1px 5px #202020;
  -webkit-box-shadow: 1px 1px 5px #202020;
  box-shadow: 1px 1px 5px #202020;
}
.fullslider .tf_thumbs img {
  max-width: 250px;
  height: auto;
  display: block;
}
.fullslider .tf_next,
.fullslider .tf_prev {
  width: 32px;
  height: 16px;
  position: absolute;
  right: 50%;
  margin-right: -16px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fullslider .tf_next {
  background: url(images/bottom_s.png) no-repeat;
  bottom: -20px;
}
.fullslider .tf_prev {
  background: url(images/top_s.png) no-repeat;
  background-position: 0px 0px;
  bottom: 175px;
}
.fullslider .tf_next:hover,
.fullslider .tf_prev:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fullslider .tf_fullscreen {
  background-position: 0px 0px;
}
.fullslider .description {
  position: fixed;
  top: 5px;
  right: 5px;
  text-shadow: 1px 1px 1px #000;
  z-index: 999;
  font-size: 12px;
}
.slgoes .tf_next,
.slgoes .tf_prev {
  margin-left: 7px;
  width: 32px;
  height: 16px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slgoes .tf_next {
  background: url(images/bottom.png) no-repeat;
}
.slgoes .tf_prev {
  background: url(images/top.png) no-repeat;
  margin-bottom: 8px;
}
.slgoes .tf_next:hover,
.slgoes .tf_prev:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallerygridstyle ul#filters {
  margin-top: 10px;
  height: auto;
  margin-bottom: 30px;
  float: none;
}
.gallerygridstyle ul#filters li.activefilter a {
  color: #ffffff;
  border-left: 4px solid #ffffff;
}
.gallerygridstyle ul#filters li {
  font-size: 14px;
}
.gallerygridstyle ul#filters li a {
  line-height: 29px;
  background: #ffffff;
  border-left: 4px solid #ffffff;
  padding: 0px 12px 0px 12px;
  margin-right: 6px;
  font-weight: 400;
}
.gallerygridstyle ul#filters li a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
  border-left: 4px solid #ffffff;
}
.gallerygridstyle #galcontainer.fourcol {
  margin-right: -10px;
}
.gallerygridstyle #galcontainer.fourcol .element {
  min-width: 230px;
}
.gallerygridstyle #galcontainer.fourcol .element .gallyitem {
  margin-right: 10px;
  margin-bottom: 10px;
}
.gallerygridstyle #galcontainer.fourcol .element .gallyitem .contengalitem .thetitle {
  font-size: 40px;
}
.gallerygridstyle #galcontainer.fourcol .element .gallyitem .contengalitem .textbox {
  min-height: 175px;
}
.gallerygridstyle #galcontainer.fourcol .element .gallyitem .contengalitem .botline {
  text-align: center;
}
.gallerygridstyle #galcontainer.fourcol .element .gallyitem .contengalitem .countphotos {
  display: none!important;
}
.gallerygridstyle #galcontainer {
  margin-right: -20px;
}
.gallerygridstyle #galcontainer .element .gallyitem {
  background: #ffffff;
  margin-right: 20px;
  margin-bottom: 20px;
}
.gallerygridstyle #galcontainer .element .gallyitem:hover .picitem .maskbox {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.gallerygridstyle #galcontainer .element .gallyitem .picitem {
  overflow: hidden;
  position: relative;
}
.gallerygridstyle #galcontainer .element .gallyitem .picitem .maskbox {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.gallerygridstyle #galcontainer .element .gallyitem .picitem .maskbox span.numpics {
  width: 80px;
  height: 80px;
  font-size: 16px;
  line-height: 80px;
  text-align: center;
  font-weight: 700;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  background: #333;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 99;
}
.gallerygridstyle #galcontainer .element .gallyitem .contengalitem {
  padding: 15px;
}
.gallerygridstyle #galcontainer .element .gallyitem .contengalitem .thetitle {
  font-size: 40px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #4f4f4f;
}
.gallerygridstyle #galcontainer .element .gallyitem .contengalitem .thetitle a {
  color: #4f4f4f;
}
.gallerygridstyle #galcontainer .element .gallyitem .contengalitem .thetitle a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallerygridstyle #galcontainer .element .gallyitem .contengalitem .catanddate {
  color: #a3a3a3;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 25px;
}
.gallerygridstyle #galcontainer .element .gallyitem .contengalitem .catanddate a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallerygridstyle #galcontainer .element .gallyitem .contengalitem .textbox {
  color: #686868;
  margin-bottom: 30px;
  line-height: 25px;
}
.gallerygridstyle #galcontainer .element .gallyitem .contengalitem .botline {
  margin-bottom: 5px;
}
.gallerygridstyle #galcontainer .element .gallyitem .contengalitem .botline .countphotos {
  display: inline-block;
  float: right;
  color: #c7c7c7;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.gallerygridstyle #galcontainer .element .gallyitem .contengalitem .botline .readmoregal {
  padding: 10px 16px 10px 16px;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #ffffff;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  text-transform: uppercase;
}
.gallerygridstyle #galcontainer .element .gallyitem .contengalitem .botline .readmoregal:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pag {
  margin-top: 20px;
}
.pag .page-numbers {
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pag .page-numbers:hover {
  background: #ffffff;
  color: #4f4f4f;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pag .current {
  background: #ffffff;
  color: #4f4f4f;
}
.pag .next,
.pag .prev {
  display: none;
}
.gallerymasonrystyle .boxforposts {
  margin-right: 0!important;
}
.gallerymasonrystyle ul#filtersmasonry {
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 400;
}
.gallerymasonrystyle ul#filtersmasonry li.activefilter a {
  color: #ffffff;
  border-left: 4px solid #ffffff;
}
.gallerymasonrystyle ul#filtersmasonry li {
  font-size: 14px;
  display: inline-block;
  margin-right: 4px;
}
.gallerymasonrystyle ul#filtersmasonry li a {
  line-height: 29px;
  background: #ffffff;
  border-left: 4px solid #ffffff;
  padding: 0px 12px 0px 12px;
  margin-right: 6px;
  display: block;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallerymasonrystyle ul#filtersmasonry li a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
  border-left: 4px solid #ffffff;
}
.gallerymasonrystyle #galcontainermasonry.fourcol .element {
  min-width: 230px;
}
.gallerymasonrystyle #galcontainermasonry.fourcol .element .gallyitem {
  margin-right: 10px;
  margin-bottom: 10px;
}
.gallerymasonrystyle #galcontainermasonry.fourcol .element .gallyitem .contengalitem .botline {
  text-align: center;
}
.gallerymasonrystyle #galcontainermasonry.fourcol .element .gallyitem .contengalitem .countphotos {
  display: none!important;
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem {
  background: #ffffff;
  margin-right: 20px;
  margin-bottom: 20px;
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem:hover .picitem .maskbox {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem .picitem {
  overflow: hidden;
  position: relative;
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem .picitem .maskbox {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem .picitem .maskbox span.numpics {
  width: 80px;
  height: 80px;
  font-size: 16px;
  line-height: 80px;
  text-align: center;
  font-weight: 700;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  background: #333;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 99;
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem .contengalitem {
  padding: 15px;
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem .contengalitem .thetitle {
  font-size: 40px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #4f4f4f;
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem .contengalitem .thetitle a {
  color: #4f4f4f;
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem .contengalitem .thetitle a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem .contengalitem .catanddate {
  color: #a3a3a3;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 25px;
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem .contengalitem .catanddate a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem .contengalitem .textbox {
  color: #686868;
  margin-bottom: 30px;
  line-height: 25px;
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem .contengalitem .botline {
  margin-bottom: 5px;
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem .contengalitem .botline .countphotos {
  display: inline-block;
  float: right;
  color: #c7c7c7;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem .contengalitem .botline .readmoregal {
  padding: 10px 16px 10px 16px;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #ffffff;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  text-transform: uppercase;
}
.gallerymasonrystyle #galcontainermasonry .element .gallyitem .contengalitem .botline .readmoregal:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.twocolpag .element {
  width: 50%;
  float: left;
}
.threecolpag .element {
  width: 33%;
  float: left;
}
.fourcolpag .element {
  width: 24.99999%;
  float: left;
}
.fourcolpag .element .gallyitem {
  margin-right: 10px!important;
  margin-bottom: 10px!important;
}
.fourcolpag .element .gallyitem .countphotos {
  display: none!important;
}
.fourcolpag .element .gallyitem .botline {
  text-align: center!important;
}
.fourcolpag .fastview {
  height: 80px!important;
  margin-top: -40px !important;
}
.fourcolpag .fastview .spancaption {
  display: none!important;
}
.fourcolpag .boxforposts {
  margin-right: -10px !important;
}
.twocolpag .boxforposts,
.threecolpag .boxforposts,
.fourcolpag .boxforposts {
  margin-right: -20px;
}
.twocolpag .element .gallyitem,
.threecolpag .element .gallyitem,
.fourcolpag .element .gallyitem {
  background: #ffffff;
  margin-right: 20px;
  margin-bottom: 20px;
}
.twocolpag .element .gallyitem:hover .picitem .maskbox,
.threecolpag .element .gallyitem:hover .picitem .maskbox,
.fourcolpag .element .gallyitem:hover .picitem .maskbox {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.twocolpag .element .gallyitem .picitem,
.threecolpag .element .gallyitem .picitem,
.fourcolpag .element .gallyitem .picitem {
  overflow: hidden;
  position: relative;
}
.twocolpag .element .gallyitem .picitem .maskbox,
.threecolpag .element .gallyitem .picitem .maskbox,
.fourcolpag .element .gallyitem .picitem .maskbox {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.twocolpag .element .gallyitem .picitem .maskbox span.numpics,
.threecolpag .element .gallyitem .picitem .maskbox span.numpics,
.fourcolpag .element .gallyitem .picitem .maskbox span.numpics {
  width: 80px;
  height: 80px;
  font-size: 16px;
  line-height: 80px;
  text-align: center;
  font-weight: 700;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  background: #333;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 99;
}
.twocolpag .element .gallyitem .contengalitem,
.threecolpag .element .gallyitem .contengalitem,
.fourcolpag .element .gallyitem .contengalitem {
  padding: 15px;
}
.twocolpag .element .gallyitem .contengalitem .thetitle,
.threecolpag .element .gallyitem .contengalitem .thetitle,
.fourcolpag .element .gallyitem .contengalitem .thetitle {
  font-size: 40px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #4f4f4f;
}
.twocolpag .element .gallyitem .contengalitem .thetitle a,
.threecolpag .element .gallyitem .contengalitem .thetitle a,
.fourcolpag .element .gallyitem .contengalitem .thetitle a {
  color: #4f4f4f;
}
.twocolpag .element .gallyitem .contengalitem .thetitle a:hover,
.threecolpag .element .gallyitem .contengalitem .thetitle a:hover,
.fourcolpag .element .gallyitem .contengalitem .thetitle a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.twocolpag .element .gallyitem .contengalitem .catanddate,
.threecolpag .element .gallyitem .contengalitem .catanddate,
.fourcolpag .element .gallyitem .contengalitem .catanddate {
  color: #a3a3a3;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 25px;
}
.twocolpag .element .gallyitem .contengalitem .catanddate a:hover,
.threecolpag .element .gallyitem .contengalitem .catanddate a:hover,
.fourcolpag .element .gallyitem .contengalitem .catanddate a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.twocolpag .element .gallyitem .contengalitem .textbox,
.threecolpag .element .gallyitem .contengalitem .textbox,
.fourcolpag .element .gallyitem .contengalitem .textbox {
  color: #686868;
  margin-bottom: 30px;
  line-height: 25px;
}
.twocolpag .element .gallyitem .contengalitem .botline,
.threecolpag .element .gallyitem .contengalitem .botline,
.fourcolpag .element .gallyitem .contengalitem .botline {
  margin-bottom: 5px;
}
.twocolpag .element .gallyitem .contengalitem .botline .countphotos,
.threecolpag .element .gallyitem .contengalitem .botline .countphotos,
.fourcolpag .element .gallyitem .contengalitem .botline .countphotos {
  display: inline-block;
  float: right;
  color: #c7c7c7;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.twocolpag .element .gallyitem .contengalitem .botline .readmoregal,
.threecolpag .element .gallyitem .contengalitem .botline .readmoregal,
.fourcolpag .element .gallyitem .contengalitem .botline .readmoregal {
  padding: 10px 16px 10px 16px;
  font-size: 16px;
  line-height: 16px;
  border: 2px solid #ffffff;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  text-transform: uppercase;
}
.twocolpag .element .gallyitem .contengalitem .botline .readmoregal:hover,
.threecolpag .element .gallyitem .contengalitem .botline .readmoregal:hover,
.fourcolpag .element .gallyitem .contengalitem .botline .readmoregal:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.maskbox a.bigbu {
  display: block;
  width: 100%;
  height: 100%;
}
.maskbox .fastview {
  display: block;
  width: 80px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -50px;
}
.maskbox .fastview a {
  color: #ffffff;
}
.maskbox .fastview .iconbut {
  display: block;
  cursor: pointer;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #333;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.maskbox .fastview .iconbut i {
  font-size: 40px;
  line-height: 80px;
}
.maskbox .fastview .iconbut:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.maskbox .fastview .spancaption {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
}
a.whiteopenlink {
  color: #ffffff;
}
a.whiteopenlink i {
  font-size: 40px;
  vertical-align: middle;
}
a.whiteopenlink:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
span.numpics span.spancaption {
  line-height: 16px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  display: block;
}
.picitem .textonhoverbox {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.picitem .textonhoverbox .title {
  margin: 20px 20px 10px 20px;
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
}
.picitem .textonhoverbox .title a {
  color: #ffffff;
}
.picitem .textonhoverbox .title a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.picitem .textonhoverbox .catyanddate {
  margin: 0 20px 10px 20px;
  font-size: 12px;
}
.picitem .textonhoverbox .catyanddate a {
  color: #ffffff;
}
.picitem .textonhoverbox .catyanddate a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.picitem .textonhoverbox .excerpt {
  margin: 0 20px 0 20px;
}
.picitem .textonhoverbox:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.threecol .picitem .excerpt {
  font-size: 13px;
}
.fourcol .picitem .excerpt {
  display: none;
}
.modalsection {
  z-index: 99999;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.modalsection .windowbox {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 30px;
  left: 90px;
  bottom: 30px;
  right: 90px;
  display: inline-block;
  background: #212121;
}
.modalsection .windowbox .closemodalbutton {
  margin: 20px;
  float: right;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.modalsection .windowbox .closemodalbutton:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modalsection .windowbox .contentmodal {
  margin: 50px 20px 50px 20px;
  height: 100%;
  background: url(images/loader.gif) 50% 40% no-repeat;
  color: #333;
}
.modalsection .windowbox .contentmodal .postslider {
  width: 100%;
}
.modalsection .windowbox .contentmodal .postslider ul.slides li {
  width: 100%;
  display: none;
  background: #212121;
}
.modalsection .windowbox .contentmodal .postslider ul.slides li img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.modalsection .windowbox .contentmodal .postslider .flex-direction-nav {
  left: 50%;
  bottom: 20px;
  margin-left: -50px;
}
.slider-wrapper {
  display: none;
}
.nivoSlider {
  width: 100%;
  /*height: 100%;*/
  /*border: 1px solid blue;*/
  height: 600px !important;
  overflow: hidden;
  position: relative;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  /*max-height: 600px !important;*/
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}
/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 8;
  overflow: hidden;
  display: none;
  height: 100%;
  max-height: 600px !important;
  /*border: 1px solid red;*/

}
.nivo-caption p {
  padding: 5px;
  margin: 0;
}
.nivo-caption a {
  display: inline !important;
}
.nivo-html-caption {
  display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
  position: absolute;
  left: 33px;
  bottom: 60px;
  z-index: 9999;
  cursor: pointer;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.nivo-prevNav {
  width: 16px;
  height: 32px;
  display: block;
  margin-right: 9px;
  text-indent: -9999px;
  font-size: 0;
  float: left;
  background: url(images/leftslide_1.png) 50% 50% no-repeat;
}
.nivo-prevNav:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nivo-nextNav {
  width: 16px;
  height: 32px;
  display: block;
  text-indent: -9999px;
  font-size: 0;
  float: left;
  background: url(images/rightslide_1.png) 50% 50% no-repeat;
}
.nivo-nextNav:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}
.nivo-controlNav a {
  cursor: pointer;
}
.nivo-controlNav a.active {
  font-weight: bold;
}
.layerboxslider {
  height: 100%;
}
.layerboxslider .ls-fullwidth .ls-nav-prev {
  left: auto!important;
  top: auto!important;
  right: 65px!important;
  bottom: 10px!important;
  width: 50px!important;
  height: 50px!important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  background: #212121 url(images/minileft.png) 50% 50% no-repeat !important;
}
.layerboxslider .ls-fullwidth .ls-nav-prev:hover {
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.layerboxslider .ls-fullwidth .ls-nav-next {
  top: auto!important;
  left: auto!important;
  right: 10px!important;
  bottom: 10px!important;
  width: 50px!important;
  height: 50px!important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  background: #212121 url(images/miniright.png) 50% 50% no-repeat !important;
}
.layerboxslider .ls-fullwidth .ls-nav-next:hover {
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.layerboxslider .ls-fullwidth .ls-bottom-nav-wrapper {
  text-align: left!important;
  margin-left: 140px!important;
  bottom: 10px!important;
}
.layerboxslider .ls-fullwidth .ls-bottom-nav-wrapper .ls-nav-start {
  background: url(images/ls.png) 0 0 no-repeat !important;
  width: 22px!important;
  height: 22px!important;
}
.layerboxslider .ls-fullwidth .ls-bottom-nav-wrapper .ls-nav-stop {
  background: url(images/ls.png) -70px 0 no-repeat !important;
  width: 22px!important;
  height: 22px!important;
}
.layerboxslider .ls-fullwidth .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
  background: url(images/ls.png) -46px -2px no-repeat !important;
}
.layerboxslider .ls-fullwidth .ls-bottom-nav-wrapper .ls-bottom-slidebuttons .ls-nav-active {
  background: url(images/ls.png) -25px -2px no-repeat !important;
}
/*styleselectorbox*/
.styleselectorbox {
  z-index: 99999;
  position: fixed;
  top: 50%;
  right: 0;
  width: 280px;
  margin-right: -227px;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  margin-top: -190px;
  height: 385px;
}
.styleselectorbox .leftselectorbox {
  width: 53px;
  height: 111px;
  float: left;
  cursor: pointer;
  background: url(images/skin/skin.jpg) no-repeat;
}
.styleselectorbox .leftselectorbox:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.styleselectorbox .rightselectorbox {
  width: 227px;
  height: 385px;
  background: #ffffff;
  display: block;
  float: left;
}
.styleselectorbox .rightselectorbox .boxesbox {
  margin: 14px;
}
.styleselectorbox .rightselectorbox .boxesbox .st {
  width: 128px;
  height: 58px;
  margin-right: 12px;
  margin-bottom: 12px;
  float: left;
  background: url(images/skin/st.jpg) no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .divboxer {
  height: 7px;
  width: 100%;
  display: block;
  background: #e8e8e8;
  margin-bottom: 12px;
}
.styleselectorbox .rightselectorbox .boxesbox .bo {
  width: 58px;
  height: 58px;
  display: block;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}
.styleselectorbox .rightselectorbox .boxesbox .bo .ckeck {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent 50% 0% no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .bo .ckeck:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/skin/check.png) 50% 30% no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .bo .active {
  background: url(images/skin/check.png) 50% 30% no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .s0,
.styleselectorbox .rightselectorbox .boxesbox .s3,
.styleselectorbox .rightselectorbox .boxesbox .s6,
.styleselectorbox .rightselectorbox .boxesbox .p3,
.styleselectorbox .rightselectorbox .boxesbox .p6 {
  margin-right: 0;
}
.styleselectorbox .rightselectorbox .boxesbox .s0 {
  background: url(images/skin/s0.jpg) no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .s1 {
  background: url(images/skin/s1.jpg) no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .s2 {
  background: url(images/skin/s2.jpg) no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .s3 {
  background: url(images/skin/s3.jpg) no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .s4 {
  background: url(images/skin/s4.jpg) no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .s5 {
  background: url(images/skin/s5.jpg) no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .s6 {
  background: url(images/skin/s6.jpg) no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .p1 {
  background: url(images/skin/p1.jpg) no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .p2 {
  background: url(images/skin/p2.jpg) no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .p3 {
  background: url(images/skin/p3.jpg) no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .p4 {
  background: url(images/skin/p4.jpg) no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .p5 {
  background: url(images/skin/p5.jpg) no-repeat;
}
.styleselectorbox .rightselectorbox .boxesbox .p6 {
  background: url(images/skin/p6.jpg) no-repeat;
}



#icon-whats {
  cursor: pointer;
  position: fixed;
  z-index: 30;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
}



.wpsisac-slick-carousal .slick-dots {
  margin-top: 20px !important;
}

@media (max-width: 790px) {
  .n2-section-smartslider {
    margin-top: 110px;
  }
  .greycol .logo img {
    max-width: 100px;
  }
  .slick-list {
    height: 226px;
  }
}

html.js {
  margin-top: 0!important;
}

.admin-bar .rightscrollerpart {
  position: relative;
}

.admin-bar .leftscrollerparthome,
.admin-bar .rightscrollerpart {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .leftscrollerparthome,
  .admin-bar .rightscrollerpart {
    top: 46px;
  }
}


@media (min-width: 1200px) {
  
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (min-width: 980px) {
  .off-video {
    width: 50%;
    max-width: 530px;
  }
  .off-video-right {
    float: right;
    width: 50%;
    margin-left: 20px;
    max-width: 530px;
  }
  .off-video-left {
    float: left;
    width: 50%;
    margin-right: 20px;
    max-width: 530px;
  }
}

@media (max-width: 1550px) {
  .rightscrollerpart {
    padding-left: 100px;
  }
  .page-template-template-home-nivo-php .rightscrollerpart {
    padding-left: 0;
  }
  .singleblog {
    max-width: 1000px;
  }
}
@media (max-width: 980px) {
  .gallerygridstyle ul#filters li {
    margin-bottom: 4px;
  }
  .singleblog .teamimagetop img {
    min-height: 400px;
  }
  .singleblog .blogarchivetitle,
  .singleblog .singleposttitle {
    min-height: 60px;
    height: auto;
  }
  .abouttwopage .leftpartpage {
    width: 100%;
    float: none;
  }
  .abouttwopage .rightpartpage {
    width: 100%;
    float: none;
  }
  .dataslide .infoboxslider .titlefull,
  .fullslider .tf_content_wrapper .tf_content h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .dataslide .infoboxslider .descrfull,
  .fullslider .tf_content_wrapper .tf_content p {
    font-size: 18px;
    line-height: 1.5;
  }
  .ourservicehomebox .iconsboxes {
    text-align: center;
  }
  .ourservicehomebox .iconsboxes .itemicon {
    min-width: 150px;
    float: none;
    margin-bottom: 15px;
    vertical-align: top;
    display: inline-block;
  }
  .ourpartnershome .partnersbgbox .blackbg .parnersicons .partnericon {
    min-width: 155px;
    float: none;
    display: inline-block;
  }
  .ourpartnershome .partnersbgbox .blackbg .parnersicons {
    height: auto;
  }
  .ourpartnershome .partnersbgbox {
    height: auto;
    margin-bottom: 15px;
    text-align: center;
  }
  .gallerygridstyle #galcontainer .element {
    min-width: 320px;
    display: inline-block;
    float: none;
  }
}
@media (max-width: 960px) {
  .scroller-inner .carousel {
    display: none!important;
  }
  .testimonialshomebox .testimonialitem {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .testimonialshomebox .testimonialitem .boxclor {
    margin-left: 0;
  }
  .testimonialshomebox .testione .boxclor,
  .testimonialshomebox .testithree .boxclor {
    margin-right: 0;
  }
  .bottominfobox .infoboxes {
    text-align: center;
  }
  .bottominfobox .infoboxes .infoboxer {
    float: none;
    display: inline-block;
    margin-bottom: 20px;
    min-width: 225px;
  }
  .ourpartnershome .partnersbgbox {
    height: auto!important;
  }
  .singleblog .rightblog .rightinright {
    display: none;
  }
  .singleblog .rightblog .blorig {
    margin-right: 0;
  }
  .singleblog .partnersbox .awaitem {
    width: 49%;
    margin-bottom: 15px;
    margin-right: 2%;
  }
  .singleblog .partnersbox .awaitem img {
    width: 100%;
    height: auto;
  }
  .singleblog .partnersbox .awaitem:nth-child(2n+2) {
    margin-right: 0;
  }
  .leftpartpage {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .rightpartpage {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .rightpartpage .aboutthreerightdata {
    margin-left: 0;
  }
}
@media (max-width: 790px) {
  .woocommerce ul.products li.product a.linkconteiner h3 {
    font-size: 20px!important;
  }
  .bottominfobox .infoboxes .infoboxer {
    width: 50%;
  }
  .dataslide .infoboxslider .titlefull,
  .fullslider .tf_content_wrapper .tf_content h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .dataslide .infoboxslider .descrfull,
  .fullslider .tf_content_wrapper .tf_content p {
    font-size: 16px;
  }
  .leftscrollerparthome,
  .leftscrollerpart {
    bottom: auto;
    width: 100%;
    height: 110px;
    right: 0;
    float: none;
  }
  .singleblog {
    margin: 0 auto;
    width: 96%;
    margin-bottom: 90px;
    margin-top: 20px;
    /*margin-top: 165px;*/
  }
  .rightscrollerpart {
    margin-left: 0;
    padding-left: 0;
	padding-top: 165px;
  }
	.home .rightscrollerpart{ padding-top: 0; }
  .page-template-template-home-nivo-php .rightscrollerpart {
    margin-left: 0;
    padding-left: 0;
  }
  .fullslider .centerthumbs {
    display: none;
  }
  .fullslider .tf_content_wrapper {
    top: 35%;
    left: auto;
  }
  .greycol {
    width: 100%;
    height: 110px;
  }
  .greycol .logo {
    top: 100%;
    left: 50%;
    /*margin-left: -73px;*/

    margin-top: -105px;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .dataslide .infoboxslider {
    left: auto;
    top: 35%;
  }
  .loader {
    left: 0;
  }
  .greycol .slgoes,
  .nivo-directionNav,
  .scrollup {
    left: auto;
    right: 85px;
    bottom: auto;
    top: 36px;
  }
  .scrollup {
    top: 40px;
  }
  .greycol .menu-trigger {
    top: 40px;
    left: 25px;
  }
  .greycol .leftsearchform {
    top: 35px;
    left: 90px;
  }
  .greycol .langselectorbox {
    left: auto;
    right: 25px;
    top: 35px;
    width: 35px;
    height: 35px;
  }
  .greycol .langselectorbox div.openedlang {
    height: auto;
  }
  .greycol .langselectorbox div.openedlang .langselfor a {
    margin: 0;
    float: none;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .greycol .langselectorbox div.openedlang .langselfor {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
    margin-bottom: 15px;
    text-align: center;
  }
  .singleblog .postline {
    min-height: 42px;
    height: auto;
  }
  .singleblog .contactbox .contacttwoleft {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .singleblog .contactbox .contacttworight {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .filtergalis .threecol .element,
  .filtergalis .fourcol .element {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .singleblog .gallerycont .element {
    width: 100%;
    margin-right: 0;
  }
  .singleblog .blogarchivetitle h2,
  .singleblog .singleposttitle h2 {
    display: block;
  }
  .singleblog .blogarchivetitle .breadcrumbs,
  .singleblog .singleposttitle .breadcrumbs {
    line-height: 40px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 48%!important;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product:nth-child(3n+3) {
    margin-right: 1.8%!important;
  }
  .singleblog .awardsall .itemaward {
    width: 49%;
  }
  .singleblog .awardsall .itemaward:nth-child(2n+2) {
    margin-right: 0;
  }
  .singleblog .awardsall .itemaward:nth-child(3n+3) {
    margin-right: 2%;
  }
  .singleblog .leftblog {
    display: none;
  }
  .singleblog .rightblog {
    width: 100%;
  }
  .gallerygridstyle #galcontainer .element {
    width: 100%;
  }
  .recentfrombloghome .boxtit .title {
    font-size: 45px;
  }
  .dataslide .infoboxslider .titlefull,
  .fullslider .tf_content_wrapper .tf_content h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .dataslide .infoboxslider .descrfull,
  .fullslider .tf_content_wrapper .tf_content p {
    font-size: 14px;
  }
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce #content div.product div.images,
  .woocommerce-page #content div.product div.images {
    width: 100%!important;
    margin: 0!important;
    margin-bottom: 20px!important;
    float: none!important;
  }
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce #content div.product div.summary,
  .woocommerce-page #content div.product div.summary {
    width: 100%!important;
    margin: 0!important;
    margin-bottom: 20px!important;
    float: none!important;
  }
  .singleblog .blogarchivetitle .breadcrumbs,
  .singleblog .singleposttitle .breadcrumbs {
    float: none;
    margin-left: 20px;
  }
  .contactinfo .iteminfocont {
    width: 100%;
    float: none;
    margin-bottom: 35px;
  }
  .singleblog .teamimagetop figure figcaption .aboutteam {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .filtergalis .twocol .element,
  .filtergalis .threecol .element,
  .filtergalis .fourcol .element {
    width: 100%;
  }
  .bottominfobox .infoboxes .infoboxer {
    width: 100%;
  }
  .singleblog .awardsall .itemaward {
    width: 100%;
    margin-right: 0;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100%!important;
  }
  .singleblog .partnersbox .awaitem {
    width: 100%;
    margin-right: 0;
  }
  .leftsidebar,
  .rightsidebar {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .leftsidebaron,
  .rightsidebaron {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 380px) {
  .greycol .leftsearchform,
  .greycol .slgoes,
  .nivo-directionNav {
    top: 5px;
  }
}
