/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0;
}

hr.doubleline { border-top: 3px double #ddd; }
hr.shorthr{ width: 20%; }
.doublemargin { margin: 2em 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
    max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

input, textarea {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input, textarea, select, .uneditable-input {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #777;
  display: inline-block;
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 9px;
  padding: 5px;
  width: 100%;
}

select {
  height: 30px;
}

input[type="submit"] {
  border: 1px solid #AAAAAA;
  color: #666666;
  font-family: "open sans";
  font-weight: bold;
  height: auto;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
  padding: 6px 25px;
  text-transform: uppercase;
  width: auto;
}

textarea {
  height: auto;
}

body {
  font-size: 13px;
  line-height: 21px;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  color:#555;
  background: url('../img/bg.png') #EEEEEE;
}

body.page-landing {
  background: #FFFFFF;
}

a {
  text-decoration: none;
  color: #cd9a66;
  font-family: Georgia, Times, serif;
  font-style: italic;
    outline: none;
}

a:hover {
  color: #333;
}

h1 , h2 , h3 , h4 , h5 , h6 {
  font-family: "Roboto Slab", "Open Sans", Georgia, Times, serif;
  font-weight: normal;
  word-spacing: 1px;
  color: #555;
}

.jviewport {
  height: 100%;
  position: absolute;
  width: 100%;
}

.responsiveheader {
    background-color: #FFFFFF;
    position: relative;
    z-index: 20;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.25));
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  display: none;
}

.responsiveheader .logo {
  padding: 15px 0;
  text-align: center;
}

.responsiveheader .logo h1 {
  margin: 0;
  line-height: normal;
  font-size: 22px;
}

.responsiveheader .navleft, .responsiveheader .navright {
    display: block;
    height: 100%;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    left: 0;
    cursor: pointer;
    width: 26px;
}

.responsiveheader .navright {
    left: inherit;
    right: 0;
    top: 0;
}

.responsiveheader .navleftinner, .responsiveheader .navrightinner {
    position: absolute;
    top: 50%;
}

.responsiveheader .navleftwrapper, .responsiveheader .navrightwrapper {
    display: block;
    margin-top: -50%;
    position: relative;
}

.responsiveheader .iconlist:before {
  content: "\e006";
    font-family: "jkreativ";
    font-size: 26px;
    line-height: 100%;
}

.responsiveheader .navright .iconlist:before {
  content: "\f002";
}

.mobilesearch {
  background: white;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.mobilesearch form {
  height: 100%;
}

.mobilesearch input {
  border: medium none;
  font-family: georgia;
  font-style: italic;
  height: 100%;
  padding-left: 20px;
  width: 100%;
  font-size: 18px;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}

.mobilesearch .closemobilesearch {
  position: absolute;
  right: 20px;
}

.mobilesearch .closemobilesearch {
  cursor: pointer;
  display: block;
  font-size: 24px;
  height: 100%;
  position: absolute;
  right: 35px;
  top: 0;
  z-index: 20;
}

.closemobilesearch span {
  margin-top: -12px;
  position: absolute;
  top: 50%;
}

.mobile-float {
  background: #333333;
  height: 9999px;
  position: absolute;
  top: 0;
  width: 270px;
  z-index: -1;
}

#leftsidebar { width: 270px; }
#rightsidecontainer {
  position : absolute;
  width: 100%;
  height: 100%;
}
.contentholder {
  margin-left: 270px;
  overflow: hidden;
}

.mobile-menu { display: none; }
.contentoverflow {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  cursor: pointer;
  z-index: 10;
}

#leftsidebar {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 100;
  border-right: 1px solid #eee;

  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .23);
  -moz-box-shadow:0 0 15px rgba(0, 0, 0, .33);
  box-shadow: 0 0 15px rgba(0, 0, 0, .33);
}

.headermenu {
  background: #222;
  color: #CCCCCC;
  left: 0;
  min-height: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

/*
.headermenu.fademe {
  opacity: 0.5;
}
*/

.headermenu.fademe:hover {
  opacity: 1;
}


.headermenu .toplink {
  float: right;
}

.headermenu .toplink ul {
  margin: 0;
  padding: 0;
}

.headermenu .toplink li {
    float: left;
    list-style: none;
    padding: 0 15px;
    position: relative;
}

.headermenu .toplink li a {
  color: #ababab;
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-size: 12px;
    line-height: 40px;
    display: block;
    outline: none;
}

.headermenu .toplink li a:hover {
  color: #fff;
}

.headermenu .toplink li.active , .headermenu .toplink li.active > a {
  background: #EEEEEE;
    color: #666666;
}

.headermenu .toplink .separator:after {
    content: "|";
    font-size: 11.5px;
  font-weight: bold;
}

.headermenu .toplink .separator {
  padding: 0;
  margin-right: -2px;
}

.toplink ul > li > a:before {
  font-family: "jkreativ";
  margin-right: 10px;
  font-style: normal;
  font-size: 13px;
}

.topaccount > a > img {
  border-radius: 10px 10px 10px 10px;
  height: 20px;
  margin-right: 8px;
  position: relative;
  top: -2px;
  width: 20px;
}

.toplink .toplogin > a:before { content: "\e037"; }
.toplink .topcart > a:before {  content: "\e026"; }
.toplink .topcheckout > a:before { content: "\e056"; }


/** account drop **/
.active .accountdrop {
  display: block;
}

.accountdrop {
  background:  #FFFFFF;
  box-shadow: -2px 6px 6px rgba(0, 0, 0, 0.33);
  position: absolute;
  right: 0;
  width: 220px;
  display: none;
}

.headermenu .toplink .accountdrop li {
  border-bottom: 1px dotted #DDDDDD;
  float: none;
  line-height: 1.5;
  margin: 0;
  padding: 0 20px;
  text-align: right;
}

.headermenu .toplink .accountdrop li:hover {
  background: #eee;
}

.headermenu .toplink .accountdrop li:hover a {
  color: #222;
}

.headermenu .toplink .accountdrop li a {
  color: #555555;
  font-family: roboto slab;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 47px;
  text-transform: uppercase;
}


/*
.headermenu .toplink .accountdrop li:last-child {
  border-bottom: 3px solid;
}
*/

.active .topcartcontent {
  display: block;
}

.topcartcontent {
  display: none;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    width: 300px;
    padding: 10px 25px;
    box-shadow: -2px 6px 6px rgba(0, 0, 0, 0.33);
}

.topcartheader {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 50px;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}

.topcarthr {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0;
}

.topcartlist_product {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.topcartlist_product:last-child {
  border-bottom: none;
}

.topcartlist_image {
  float: left;
}

.topcart_desc {
  float: left;
  margin-left: 10px;
  width: 150px;
}

.topcart_price {
  float: left;
    width: 70px;
    text-align: right;
  font-family: roboto slab;
}

.topcart_desc strong, .topcart_desc a:hover strong {
  display: block;
  font-family: "Roboto Slab","Open Sans",Georgia,Times,serif;
  font-weight: normal;
  font-style: normal;
  color: #666;
  line-height: 1.6;
}

.topcart_desc > span {
  color: #888888;
  font-family: georgia;
  font-size: 11px;
  font-style: italic;
  display: block;
}

.topcart_subtotal {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-family: roboto slab;
  font-size: 15px;
  line-height: 50px;
  margin-bottom: 12px;
}

.topcart_subtotal > strong {
  float: right;
}

.topcart_button {
  margin-bottom: 10px;
}

.topcart_product_remove {
  font-family: georgia;
  font-size: 11px;
  font-style: italic;
  margin-right: 5px;
  text-align: right;
  cursor: pointer;
}


.headermenu .toplink li a.topcart_btn {
  background:  #FFFFFF;
  border: 1px solid #aaa;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  width: 139px;
  color: #666;
}

.headermenu .toplink li a.topcart_btn.viewcart {
  margin-right: 5px;
}

.headermenu .searchheader {
    color: #ABABAB;
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 42px;
    padding: 0 24px 0 12px;
}

.headermenu .searchcontent {
    background: white;
    height: 42px;
    position: absolute;
    top: -44px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    z-index: 2;

    -webkit-transition: all 0.2s ;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.headermenu .searchcontent input {
    background: transparent;
    border: none;
    height: 42px;
    width: 80%;
    font-family: Georgia, Times, serif;
    font-style: italic;
    outline: none;
    padding-left: 290px;
    padding-top: 0;
}

.closesearch {
    cursor: pointer;
    line-height: 42px;
    margin-right: 22px;
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
}

.opensearch .headermenu .searchcontent {
  top: 0px;

  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.withheadermenu .content {
}

.content {
  position: relative;
}

.leftfooter {
  background: white;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.topnavigation {
  display: none;
}

.topnavigation .logo {
  float: left;
  padding: 0;
  padding-left: 20px;
  text-align: left;
}

.topnavigation .sectioncontainer .logo {
  padding-left: 0px;
}

.topnavigationsearch {
  float: right;
  font-size: 15px;
  line-height: 60px;
  padding: 0 20px 0 10px;
  cursor: pointer;
}

.topsearchwrapper {
    background: #FFFFFF;
    height: 60px;
    position: absolute;
    top: -60px;
    width: 100%;

  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.topsearchwrapper input {
  border:  none;
  box-shadow: none;
  font-family: "Georgia";
  font-style: italic;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0 0 0 20px;
}


.opensearch .topsearchwrapper {
  top: 0px;
}

.topsearchwrapper .closesearch {
  font-size: 15px;
  line-height: 60px;
}

.navcontent {
  float: right;
}

.sectioncontainer .navcontent {
  margin-right: 0;
}

.navcontent > ul {
  margin: 0;
  padding: 0;
}

.navcontent li {
  float: left;
  list-style: none outside none;
  position: relative;
}

.navcontent a {
  color: #444;
  display: block;
  font-family: open sans;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 2px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.navcontent .childmenu {
  background: #FFFFFF;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  position: absolute;
  width: 200px;
  border: 1px solid #ddd;
  border-top: none;
}

.navcontent .childmenu > li {
  border-top: 1px dashed #EEEEEE;
  float: none;
  height: 45px;
  line-height: 45px;
}

.navcontent .childmenu > li a {
  color: #555;
}

.navcontent .childmenu > li:hover {
  background: #f9f9f9;
}

.navcontent .childmenu {
  display: none;
}


.footercontent {
    background: #FFFFFF;
    bottom: 0;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
    height: 40px;
    position: fixed;
    width: 100%;
    z-index: 100;
    display: none;
}

.horizontalnav .footercontent {
  display: block;
}

.horizontalnav .fs-container {
  padding-top: 60px;
}

.horizontalnav .kennav {
  top: 80px;
}

.horizontalnav .blog-masonry-wrapper {
  padding-top: 65px;
}

.horizontalnav .fullbgwrapper {
  margin-left: 0;
}


.horizontalnav .halfwidth .mainpage {
    margin-bottom: 0px;
}


.horizontalnav .blog-normal-wrapper {
  padding-top: 60px;
}

.footercontent .copyright {
  font-family: Georgia;
  font-style: italic;
  font-size: 11px;
  line-height: 40px;
  color: #555;
  margin-left: 25px;
  float: left;
}

.topnavigation .footsocial {
  clear: none;
  float: right;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px dashed #DDDDDD;
}

.topnavigation .footsocial a {
  border: 1px solid transparent;
  font-size: 14px;
}

.horizontalnav .bigloader {
  margin-left: -30px;
}

.horizontalnav .filterfloat {
  display: block;
  left: auto;
  top: 80px;
}

.horizontalnav .pagewrapper {
  padding-top: 75px;
}

/** portfolio **/

.horizontalnav .portfolionavtitle {
  display: none;
}

.horizontalnav .portfolionavbar {
  background: transparent;
    border: none;
    right: 20px;
    top: 75px !important;
    width: auto;
}

.horizontalnav .portfolionavlist > ul {
  padding: 0;
}

.horizontalnav .portfolionavlist li {
  background:  #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
}

.horizontalnav .portfolionavlist li, .horizontalnav .portfolionavlist li > a {
  height: 40px;
  width: 40px;
}

.horizontalnav .portfolionavlist .navicon {
  line-height: 40px;
  font-size: 20px;
}

.horizontalnav .portfoliolove .navicon {
  position: relative;
  top: -2px;
}

.horizontalnav .portfoliolove .navicon:before {
  font-size: 12px;
}

.horizontalnav .portfolionavlist .portfoliolove .navicon:before { top: 1px; }
.horizontalnav .portfolionavlist .portfolioprev .navicon:before {  }
.horizontalnav .portfolionavlist .portfolionext .navicon:before {  }
.horizontalnav .portfolionavlist .portfolioinfo .navicon:before { font-size: 17px; }
.horizontalnav .portfolionavlist .portfolioclose .navicon:before {  }

/** dot navigation **/
.dotnavigation {
  position: fixed;
  right: 25px;
  top: 50%;
  z-index: 1000;
}

.dotnavigation > ul {
  margin: 0;
  padding: 0;
}

.dotnavigation li {
  cursor: pointer;
  height: 10px;
  list-style: none outside none;
  padding-bottom: 15px;
  padding-top: 10px;
  position: relative;
  width: 200px;
}


.dotnavigation .active .tipcontainer, .dotnavigation .hovered .tipcontainer {
  opacity: 1;

  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.dotnavigation .tipcontainer {
  background: #DDDDDD;
  display: block;
  font-family: georgia;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  right: 25px;
  text-align: right;
  text-transform: lowercase;
  top: 0px;
  opacity: 0;


  -webkit-transition: all 0.2s ease-in-out 2;
   -moz-transition: all 0.2s ease-in-out 2;
   -o-transition: all 0.2s ease-in-out 2;
   -ms-transition: all 0.2s ease-in-out 2;
   transition: all 0.2s ease-in-out;
}

.dotnavigation .tipcontainer span {
  display: block;
    padding: 2px 15px 2px 12px;
}


.dotnavigation .tipcontainer .arrow {
  border-color: transparent transparent transparent #ddd;
  border-style: solid;
  border-width: 5px;
  position: absolute;
  right: -10px;
  top: 7px;
}


.dotnavigation i {
  background: #ddd;
  border: 1px solid #fff;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  display: block;
  float: right;
  height: 8px;
  width: 8px;
}

/*** horizontal navigation end ***/

/* foot lang */
.leftfooterwrapper {
  padding-top: 10px;
}

.footlink {
  text-align: center;
}

.footlink li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
}

.footlink li a {
  font-size: 12px;
}

.footlink ul {
  margin-bottom: 20px;
  padding: 0;
}

.footlink .separator {
    position: relative;
    top: -2px;
    margin-right: 8px;
}

.footlink .separator:after {
    content: "|";
    font-size: 11px;
}

.footlink .separator:last-child {
  display: none;
}

/* foot social */
.footsocial {
  text-align: center;
  clear: both;
}

.footsocial ul {
  margin: 0;
  padding: 0;
}

.footsocial a {
  border: 1px solid #000;
  color: #000000;
  margin: 0 5px;
  padding: 5px 5px 3px;
  text-align: center;
  font-size: 11px;
}

.footsocial a:hover {
  color: #666666;
  border: 1px solid #666666;
}

.footsocial li {
  display: inline-block;
  list-style: none;
}

.footcopy {
  font-family: Georgia, Times, serif;
  font-size: 11px;
  font-style: italic;
  margin: 20px;
  text-align: center;
  clear: both;
}


.logo {
  padding: 45px 0 30px;
  text-align: center;
}

.logo > a {
  display: block;
}

.mainnavigation {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.mainnavigation .arrow:after {
  font-family: "jkreativ";
  content: "\f107";
  font-style: normal;
}

.mainnav {
  font-family: Georgia, Times, serif;
  margin: 0;
  padding: 0;
}

.mainnav > li {
  list-style: none;
  text-align: center;
  overflow: hidden;
}

/*
.mainnav > li > a {
  border-top: 1px solid #eeeeee;
}

.mainnav > li:last-child > a {
  border-bottom: 1px solid #eeeeee;
}
*/

.mainnav > li > a > h2 {
  color: #333333;
  display: inline-block;
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 35px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  padding: 0 10px;
}

.mainnav > li > a > h2:after {
  background: #EEEEEE;
  content: "";
  height: 1px;
  left: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
}

.mainnav > li:last-child > a > h2:after {
  background: none;
}

.mainnav > li > a {
  display: block;
  outline: none;
}

.mainnav  li.active > a > h2, .mainnav  li:hover > a > h2, .menudown > a > h2,
.mainnav li[class^="current"] > a > h2,
.mainnav li[class*="current_"] > a > h2,
.menu-top-navigation li[class^="current"] > a > h2,
.menu-top-navigation li[class*="current_"] > a > h2 {
  color: #cd9a66;
}

/*
.mainnav li[class^="current"] .childmenu, .mainnav li[class*="current_"] .childmenu {
  display: block;
}
*/

/* child nav */
.mainnav .childmenu {
  margin: 25px 0;
  padding: 0;
  display: none;
}

.mainnav .childmenu .childmenu h2 {
  font-family: Georgia;
  font-style: italic;
  text-transform: none;
}

.mainnav .childmenu .childmenu li:last-child h2:after {
  background: none;
}

.mainnav .childmenu a {
  display: block;
}

.mainnav .childmenu li {
  list-style: none;
}

.mainnav h2 {
  font-size: 12px;
}

.mainnav .childmenu h2 {
    display: inline;
    font-weight: normal;
    line-height: 35px;
    margin: 0;
    padding: 0;
    position: relative;
    padding: 0 10px;
    letter-spacing: 0;
    font-style: normal;
    text-transform: uppercase;
}

.mainnav .childmenu h2:after {
    background:  #EEEEEE;
    content: "";
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 24px;
    width: 100%;
}

/*
.mainnav .childmenu li:last-child h2:after {
  background: none;
}
*/

.mainnav .childmenu li:first-child {
    padding-top: 5px;
}

.mainnav .childmenu li:last-child {
  padding-bottom: 5px;
}

.mainnav .childmenu .menudown > a > h2:after {
  background: none;
}

/*** additional block **/
.additionalblock {
  padding: 20px 40px;
  text-align: center;
  border-top: 1px solid #eee;
}

.additionalblock:last-child{
  border-bottom: 1px solid #eee;
}

.additionalblock i {
  text-align: center;
  display: block;
  font-size: 20px;
}

.additionalblock h3 {
  font-family: open sans;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 11px;
  margin-top: 7px;
}

.additionalblock .line {
  height: 1px;
  background: #eee;
  width: 150px;
  margin: 0 auto 15px;
  display: block;
}

.additionalblock input[type="text"] {
  text-align: center;
  width: 180px;
  border: 1px solid #ccc;
  font-family: georgia;
  line-height: 23px;
  height: 23px;
  font-style: italic;
  font-size: 12px;
}

.additionalblock p {
font-family: georgia;
  font-style: italic;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  margin-top: 20px;
}

/** fs container **/

.fs-container, .fs-overflow {
  overflow: hidden;
}


.fs-overflow .contentholder {
  height: 100%;
}

.fs-overflow .content, .fs-container {
  height: 100%;
  width: 100%;
}

.fs-container {
  background:  #f1f1f1;
  padding-top: 0;
}

.slideshowgallery {
  width: 100%;
  height: 100%;
}

.slideshowgallery > a {
  display: none;
}

.slideshowgallery .fotorama__wrap > .fotorama__nav-wrap {
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
}

.slideshowgallery .fotorama__stage img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.20) !important;
}

/** sidebar collapse **/

.sidebarcollapse #leftsidebar {
  left: -210px;
}

.sidebarcollapse .lefttop , .sidebarcollapse .leftfooter {
  display: none;
  width: 100% !important;
}

.sidebarcollapse .contentholder {
  margin-left: 60px;
}

.sidebarcollapse .topleftmenu {
  margin-left: 60px;
}

.sidebarcollapse .headermenu .searchcontent input {
  margin-left: 60px;
}

.csbwrapper {
    height: 100%;
    position: absolute;
    right: 0;
    width: 60px;
    display: none;
    cursor: pointer;
}

.sidebarcollapse .csbwrapper {
  display: block;
}

.csbfooter, .cbsheader {
  position: absolute;
  text-align: center;
  width: 100%;
}

.csbfooter {
  bottom: 0;
}

.cbsheader {
  top: 0;
}

.cbsheader .csbhicon {
  margin-top: 20px;
}

.cbsheader .csbhicon:before {
  font-family: "jkreativ";
  content: "\e006";
  font-style: normal;
  font-size: 36px;
}

.csbfooter ul {
  list-style: none;
  padding: 0;
}

.csbfooter ul {
  margin: 0 0 22px 0;
}

.csbfooter li {
  margin: 0 0 16px 0;
}

.csbfooter li a {
    border: 1px solid #000000;
    color: #000000;
    font-size: 12px;
    padding: 5px 5px 3px;
    text-align: center;
}

.sidebarcollapse .bigloader {
  margin-left: -30px;
}

/** no header menu **/

.noheadermenu .headermenu, .noheadermenu .contentheaderspace  {
  display: none;
}

.noheadermenu .fs-container, .noheadermenu .blog-normal-wrapper{
  padding-top: 0;
}

.noheadermenu  .blog-masonry-wrapper {
  padding-top: 5px;
}

.noheadermenu .filterfloat  {
  display: block;
}

.filterfloat {
  display: none;
  position: fixed;
  z-index: 20;
  top: 10px;
  right: 20px;
}

.sidebarcollapse .filterfloat {
  left: 70px;
}

.filterfloatbutton > span {
  position: relative;
  top: -4px;
}

.filterfloatbutton:hover {
  opacity: 1;
}

.filterfloat.active .filterfloatbutton {
  opacity: 1;
}

.filterfloat.active .filterfloatbutton {
  background-color: #ddd;
}

.filterfloatbutton {
  background: white;
  color: #666;
  cursor: pointer;
  font-family: Georgia,Times,serif;
  font-size: 12px;
  font-style: italic;
  line-height: 38px;
  height: 38px;
  opacity: 0.7;
  padding: 0 14px 0 10px;
  border-radius: 2px;
}

.filterfloatbutton:before {
  font-family: "jkreativ";
  content: "\e006";
  font-style: normal;
  font-size: 20px;
  padding-right: 5px;
}

.filterfloatlist {
  display: none;
  background: white;
}

.filterfloat.active .filterfloatlist {
  display: block;
}

.filterfloatlist ul {
  background-color: #FEFEFE;
  list-style: square outside none;
  margin: 0;
  min-width: 150px;
  padding: 10px 40px 12px;
}

.filterfloatlist li {
  color: #999999;
  cursor: pointer;
  font-family: Georgia,Times,serif;
  font-size: 12px;
  font-style: italic;
  line-height: 27px;
  text-transform: capitalize;
}

.filterfloatlist li:hover,
.filterfloatlist li.active {
  color: #333;
}

.filterfloatlist h3 {
  background: #ddd;
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  color: #666666;
  font-family: Georgia;
  font-size: 13px;
  font-style: italic;
  margin: 0;
  padding: 8px 20px;
}

/** isotope **/

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition,
.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


/** isotope portfolio **/

.isotopewrapper img {
  width: 100%;
}

.contentheaderspace {
  height: 42px;
  display: block;
}

.portfoliowrapper {
  display: block;
  left: 0%;
  position: relative;
  width: 100%;
}

.marginportfolio .portfoliocontentwrapper,
.pinterestportfolio .portfoliocontentwrapper,
.marginimg .imagelist-content-wrapper,
.marginproduct .product-content-wrapper {
  padding: 10px 10px 10px 10px;
}

.marginimg .imagelist-content-wrapper.nomargin {
  padding: 0;
  margin: -5px;
  padding-bottom: 15px;
}

.marginportfolio  .portfolioitem a,
.pinterestportfolio .portfolioitem a,
.marginimg .imggalitem a,
.marginproduct .productcontent
{
  margin: 5px;
}

.portfoliofilter, .blogfilter, .topheadertitle {
    float: left;
    margin-left: 270px;
}

.topheadertitle {
  font-family: georgia;
  font-style: italic;
  line-height: 42px;
  padding-left: 20px;
}

.blogfilter h3 {
  background: #F1F1F1;
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  color: #666666;
  font-family: Georgia;
  font-size: 13px;
  font-style: italic;
  margin: 0;
  padding: 8px 20px;
}

.blogfilter.active .blogfilterbutton{
  background: #EEEEEE;
  color: #666;
}

.blogfilterbutton {
    color: #999999;
    cursor: pointer;
    font-family: Georgia, Times, serif;
    font-size: 12px;
    font-style: italic;
    line-height: 42px;
    padding: 0 24px 0 18px;
}

.blogfilterbutton:before  {
  font-family: "jkreativ";
  content: "\e006";
  font-style: normal;
  font-size: 20px;
  float: left;
  padding-right: 5px;
}

.blogfilterlist {
  box-shadow: -2px 6px 6px rgba(0, 0, 0, 0.33);
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 5;
}

.blogfilter.active .blogfilterlist {
  display: block;
}

.blogfilterlist ul {
    background-color: #FEFEFE;
    list-style: square;
    margin: 0;
    padding: 10px 40px 12px 40px;
    min-width: 150px;
}

.blogfilterlist li {
  color: #999999;
  cursor: pointer;
  font-family: Georgia,Times,serif;
  font-size: 12px;
  font-style: italic;
  line-height: 27px;
  text-transform: capitalize;
}

.blogfilterlist li:hover,
.blogfilterlist li.active {
  color: #333;
}

.bloginputfilter {
  display: none;
}

.blogpagingholder{
    height: 40px;
}

.blogpagingholder .pagedot > a, .blogpagingholder .pagedot > span {
  border: 1px dotted #BBBBBB;
  display: block;
  float: left;
  font-family: Georgia,sans-serif;
  font-size: 12px;
  font-style: italic;
  margin: 7px 2px 0;
  padding: 2px 7px;
}

.blogpagingholder .pagedot > a:hover {
  background: #f1f1f1;
}

.blogpagingholder .pagedot > span {
  border: none;
}

.blogpagingholder .pagedot {
  padding-left: 7px;
  padding-right: 7px;
}

.blogpagingwrapper {
    background: #ffffff;
    bottom: 0;
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 40px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.blogpagingwrapper.hideme {
  opacity: 0;
}

.pagetext {
    border-right: 1px solid #ddd;
    float: right;
    font-family: Georgia,Times,serif;
    font-size: 13px;
    font-style: italic;
    line-height: 40px;
    padding-right: 20px;
}

.pagedot {
    border-left: 1px solid #FFFFFF;
    float: right;
    height: 40px;
    padding-left: 20px;
    padding-right: 15px;
}

.pagedot ul {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.pagedot li {
    cursor: pointer;
    float: left;
    line-height: 40px;
    list-style: none;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.pagedot li span {
  background: #333333;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  line-height: 40px;
  overflow: hidden;
  text-indent: 9999px;
  width: 10px;
}

.pagedot li.active span {
  background: #999;
}

.pagedot li.active {
  cursor: auto;
}

.bigloader {
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: rgba(255,255,255,0);
  background-size: 40px;

  border-radius: 30px 30px 30px 30px;
  display: block;
  height: 60px;
  left: 50%;
  margin-left: 105px;
  margin-top: -30px;
  opacity: 0.7;
  position: fixed;
  top: 50%;
  width: 60px;
  z-index: 100;
}

/** button ***/
.btn {
  display: inline-block;
  padding: 8px 22px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #333;
  color: #333;
  letter-spacing: 1px;

  font-family: "Open Sans";
  /* font-weight: bold; */
  font-style: normal;
  text-transform: uppercase;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.password-page-form .portfolio-passsword {
  margin-left: -175px;
  margin-top: -100px;
  width: 350px;
}

.password-page-form .portfolio-form-body {
  height: 170px;
}

.password-page-form form {
  margin: 25px 40px 25px 25px;
}

/*** portfolio password ***/
.portfolio-password-overlay {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.portfolio-passsword {
  background: #FFFFFF;
  left: 50%;
  margin-left: -151px;
  margin-top: -74px;
  position: absolute;
  top: 50%;
  width: 300px;
  z-index: 120;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.05);
  box-shadow: 0 2px 3px rgba(0,0,0,0.15),0 0 0 1px rgba(0,0,0,0.05);
}

.portfolio-form-header > h2 {
  background: #fff;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 10px 10px 10px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
}

.portfolio-form-body {
  height: 120px;
}

.portfolio-form-body > input {
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  height: 26px;
  margin-left: 18px;
  margin-top: 16px;
  padding-left: 10px;
  width: 250px;
}

.portfolio-form-body > div {
  margin-top: 20px;
  text-align: center;
}

.portfolio-form-body .slider-button {
  border: 1px solid #CCCCCC;
}

.portfolio-form-body .slider-button .button-text {
  color: #333333;
  font-size: 12px;
}

.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}

iframe, object, embed, video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/** ken burn **/
.kenburntext {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.kenburntextcontent {
  bottom: 40px;
  left: 40px;
  position: absolute;
  padding-right: 20px;
  top: auto;
}

.kenburntextcontent.item .text1, .kenburntextcontent.item .text2 {
  margin: 0;
}

.kenburntextcontent.item .text1 {
  font-size: 36px;
}
.kenburntextcontent.item .text2 {
  font-size: 21px;
}

.kenburntextcontent {
  display: none;
}

.kenburntextcontent > div {
  opacity: 0;
}

.kennav {
    position: absolute;
    right: 20px;
    top: 60px;
    display: none;
}

.noheadermenu .kennav  {
  top: 20px;
}

.kennav > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.kennav li {
    background: white;
    color: #333333;

    border-radius: 26px 26px 26px 26px;
    cursor: pointer;
    float: left;
    font-family: georgia;
    font-size: 10px;
    font-style: italic;
    height: 22px;
    line-height: 20px;
    margin: 0 3px;
    text-align: center;
    width: 22px;
}

.kennav li.active {
  background: black;
  color: white;
}

/*********************
 * Blog masonry
 ********************/

.blog-masonry-wrapper {
  padding-top: 55px;
  padding-left: 12px;
}

.blog-masonry-wrapper .isotopewrapper {
  padding-bottom: 10px;
}

.article-image {
  padding-bottom: 15px;
  position: relative;
}

.article-masonry-container {
    opacity: 0;
}

.article-masonry-box, .article-normal-box {
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: auto;
  display: block;
  margin: 10px;
}

.article-masonry-box-ads {
    text-align: center;
}

.article-masonry-box-ads img {
  width: 100%;
}

.article-masonry-ads-text {
  background: #F2F2F2;
  border-bottom: 1px dotted #BDBDBD;
  font-size: 11px;
  margin: -20px -20px 15px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}

.article-masonry-box-ads a {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}

.article-category > a {
  font-family: open sans;
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
}

.article-masonry-wrapper, .article-normal-wrapper {
    padding: 0 20px;
    margin-top: 20px;
}

.article-normal-wrapper {
  padding: 0 15px;
}

.article-masonry-box h2, .article-normal-box h2 {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.article-masonry-wrapper h2 a, .article-normal-wrapper h2 a {
  font-size: 20px;
  font-family: "Open Sans", arial;
  font-style: normal;
  color: #444444;
  text-transform: uppercase;
}

.article-masonry-box .article-meta {
    font-size: 12px;
    margin-bottom: 12px;
    text-align: center;
}

.article-masonry-box a {
    text-decoration: none;
}

.article-image img {
    display: block;
    height: auto;
    width: 100%;
}

.article-masonry-summary {
  background: #F7F7F7;
  border-top: 1px dotted #D1D1D1;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
  margin: 20px -20px 0;
  padding: 0 20px 25px;
}

.article-masonry-summary p {
  margin-bottom: 0;
  margin-top: 20px;
  color: #666;
}

.article-masonry-meta-wrapper {
  background-color: #F2F2F2;
  border-top: 1px solid #DDDDDD;
  font-size: 11px;
  line-height: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 12px 20px;
}

.article-comment {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}

.article-masonry-container .flexslider {
  margin: 0;
  padding-bottom: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.article-masonry-container .flex-control-nav {
  bottom: 5px;
}

.article-masonry-container  .flex-control-paging li a {
  border-radius: 9px 9px 9px 9px;
  height: 9px;
  width: 9px;
}

.article-masonry-container [data-type="youtube"],
.article-masonry-container [data-type="vimeo"],
.article-masonry-container [data-type="soundcloud"] {
  margin-bottom: 15px;
}

/** article masonry quote **/
.article-quote-container .article-masonry-wrapper, .article-quote-container .article-normal-wrapper {
  margin-bottom: 20px;
}

.article-quote-wrapper {
  background: #333333;
  padding: 20px;
  font-size: 20px;
  color: #ddd;
}

.article-quote-wrapper h1, .article-quote-wrapper h2, .article-quote-wrapper h3, .article-quote-wrapper h4, .article-quote-wrapper h5, .article-quote-wrapper h6 {
  color: #fff;
}

.article-normal-container .article-quote-wrapper {
  font-size: 30px;
}

.article-quote-wrapper quote {
    color: #FFFFFF;
    display: block;
    font-family: open sans;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 20px;
}

.article-normal-container quote {
  text-align: center;
}

.article-quote-wrapper .article-meta {
    color: #FFFFFF;
    margin-bottom: 0;
    text-align: right;
  font-size: 12px;
}

.article-quote-valign {
  vertical-align: middle !important;
}

.article-quote-wrapper:before {
  font-family: "jkreativ";
  content: "\e01a";
}

.article-sidebar .article-quote-wrapper {
  text-align: left;
}

.article-sidebar .article-quote-wrapper quote {
  font-size: 20px;
}

/*** blog normal wrapper **/
.blog-normal-wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 42px;
  max-width: 1550px;
  position: relative;
  z-index: 1;
}

.blog-normal-article .article-header h2 {
  font-family: "open sans";
}

.blog-big-wrapper {
  width: auto;
  margin-right: 40px;
  background: #fdfdfd;
  border-right: 1px solid #ddd;
}

.blog-main-content {
  width: 75%;
  background-color: white;
  float: left;
  position: relative;
}

.blog-right-content {
  position: relative;
  width: 25%;
  float: left;
}

.article-inner-wrapper {
  position: relative;
}

.blog-normal-article .article {
  padding: 20px 30px 20px 30px;
}

.blog-normal-article, .comment-container {
  width: 100%;
  position: relative;
  -webkit-transition: background 1s ease-out;
   -moz-transition: background 1s ease-out;
   -o-transition: background 1s ease-out;
   -ms-transition: background 1s ease-out;
   transition: background 1s ease-out;
}

.blog-normal-article {
  border-bottom: 1px solid #eee;
}

.single-post .blog-normal-article:hover {
  background: none;
}

.single-post .featured {
  margin-bottom: 25px;
}

.blog-normal-wrapper .article > .featured {
  margin-bottom: 25px;
}

.article-header {
  margin-top: 10px;
  display: block;
  margin-bottom: 20px;
  clear: both;
  text-align: left;
}

.single-post .blog-normal-article:hover .insetshadow img {
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}

.blog-normal-article .featured img {
  width: 100% !important;
}

.insetshadow {
    display:block;
    position:relative;
    overflow: hidden;
}

.insetshadow img {
    display:block;
}

.insetshadow:before {
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    z-index: 2;
    -moz-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.2);
    box-shadow:inset 0px 0px 3px 1px rgba(0,0,0,0.2);
}

.blog-normal-article:hover .insetshadow img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);

  -webkit-transition: all 20s ease-out;
   -moz-transition: all 20s ease-out;
   -o-transition: all 20s ease-out;
   -ms-transition: all 20s ease-out;
   transition: all 20s ease-out;
}

.blog-normal-article .insetshadow img {
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);

  -webkit-transition: all 2s ease-out;
   -moz-transition: all 2s ease-out;
   -o-transition: all 2s ease-out;
   -ms-transition: all 2s ease-out;
   transition: all 2s ease-out;
}

.article-header h2 {
  color: #555;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single-post .blog-normal-article .article-header h2  {
  letter-spacing: 1px;
}

.blog-normal-article .meta-top {
  font-family: georgia;
  font-style: italic;
  font-size: 12px;
  color: #999;
}

.blog-normal-article .article-masonry-meta-wrapper {
  border-top: 1px solid #E0E0E0;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.blog-normal-article .featured h2 {
  margin-top: 0px;
}

.blog-normal-article .meta-top {
  display: block;
  margin-bottom: 15px;
}

.blog-normal-article .article-share {
    max-width: 60px;
    width: 60px;
    margin: 0px 5px 0 15px;
    position: absolute;
    text-align: center;
    top: 0;
    overflow: hidden;
}

.blog-normal-article .share-wrapper {
  position: relative;
  display: block;
}

.blog-normal-article .article-wrapper {
  margin-left: 80px;
  padding-left: 20px;
  min-height: 315px;
  border-left: 1px solid #e0e0e0;
}

.hideshare .blog-normal-article .article-wrapper {
  min-height: 0;
  border-left: none;
  margin-left: 0;
  padding-left: 10px;
}

.blog-normal-article .article-content {
  margin-top: 20px;
}

.blog-normal-article .article-quote-wrapper quote {
  font-family: Georgia;
  font-size: 23px;
  font-style: italic;
  font-weight: normal;
}

.article-slider-wrapper .article-image-slider {
  display: none;
}

.article-slider-wrapper.loading {
    background: url("../img/loading.gif") no-repeat scroll 10px 10px white;
    background-size: 40px;
    border-radius: 30px 30px 30px 30px;
    display: block;
    height: 60px;
    left: 50%;
    margin-bottom: 50px;
    margin-left: -30px;
    margin-top: 50px;
    opacity: 0.7;
    position: relative;
    top: 50%;
    width: 60px;
}

/* table */
.mainpage table { font-size: 14px; margin-bottom: 1.5em; width: 100%; text-align: center; }
.mainpage table tr:nth-child(even) { background: #f7f7f7; }
.mainpage table td { border-bottom: 1px solid #f7f7f7; text-align: center; padding: 5px; vertical-align: middle; }
.mainpage table th { font-weight: 600; text-align: center; border-top: 1px solid #f7f7f7; border-bottom: 1px solid #f7f7f7; padding: 10px 5px; }

/* image position & caption */
.mainpage img {height: auto !important; max-width: 100%;}
.mainpage img.size-auto,
.mainpage img.size-large,
.mainpage img.size-medium,
.mainpage .attachment img { max-width: 100%; height: auto; }
.mainpage img.alignleft { margin: 18px 20px 18px 0; }
.mainpage img.alignright { margin: 18px 0 18px 20px; }
.mainpage img.aligncenter { margin: 18px auto; clear: both; display: block; }
.mainpage img .size-full { width: 100%!important; }
.mainpage .gallery img, .mainpage img.wp-smiley { margin: 0; }
.mainpage .wp-caption { background: #f7f7f7; max-width: 100%; margin-bottom: 14px; text-align: center; }
.mainpage .wp-caption-text { font-style: italic; }
.mainpage .wp-caption a { border-bottom: none; }
.mainpage .wp-caption img { margin: 0; max-width: 100%; height: auto; }
.mainpage .wp-caption.alignleft { margin-right: 20px; }
.mainpage .wp-caption.alignright { margin-left: 20px; }
.mainpage .wp-caption.alignnone { width: 100%!important; overflow: hidden; }
.mainpage .wp-caption.alignnone img { margin: 0 auto; max-width: 100%!important; }
.mainpage .wp-caption-text { color: #999; font-size: 13px; padding: 8px 0; margin: 0; }

/* gallery */
.mainpage .gallery { clear: both; overflow: hidden; width: 100%; margin: 15px 0!important; }
.mainpage .gallery img { display: block; width: 100%; height: auto; border-width: 1px 2px!important; border-color: transparent!important; }
.mainpage .gallery .gallery-item { position: relative; overflow: hidden; border-color: transparent; margin: 0!important; }
.mainpage .gallery .gallery-caption { background: rgba(255,255,255,0.8); color: #333; font-size: 11px; padding: 5px 0; text-align: left; text-indent: 10px; font-style: normal; margin: 0; bottom: -44px; left: 2px; right: 2px; overflow: hidden; position: absolute; text-overflow: ellipsis; white-space: nowrap; width: 100%; transition: all .2s ease; -o-transition: all .2s ease; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; }
.mainpage .gallery .gallery-item:hover .gallery-caption  { bottom: 0; }
.mainpage .gallery-columns-5 .gallery-caption,
.mainpage .gallery-columns-6 .gallery-caption,
.mainpage .gallery-columns-7 .gallery-caption,
.mainpage .gallery-columns-8 .gallery-caption,
.mainpage .gallery-columns-9 .gallery-caption { display: none!important; }

/** blog sidebar **/
.blog-right-content-wrapper {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  border-left: 1px solid #ddd;
}

.blog-main-content .blog-right-content-float {
  background-color: #fff;
}

.blog-right-content .blog-right-content-float {
  background-color: #f9f9f9;
}

.blog-right-content-float {
    background: #FFF;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    height: 9999em;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.blog-side-space {
  display: block;
  height: 100%;
  padding-right: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-sidebar {
    padding-top: 15px;
}

.blog-sidebar-title h3:after {
    border-color: transparent transparent transparent #ccc;
    border-style: solid;
    border-width: 0 0 10px 14px;
    content: " ";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

.blog-sidebar-title {
  margin: -25px -25px 25px;
}

.blog-sidebar-title h3 {
  background-color: #F2F2F2;
  color: #666;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    margin: 0 -15px 0 0;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid #ccc;
    border-left: none;
}

.blog-sidebar-content {
  padding: 25px;
}

/* Widget: Search */
.widget_search input {margin: 0}

/** article sidebar **/
.article-sidebar-container {
  margin-bottom: 20px;
  display: block;
}

.article-sidebar {
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
  margin-bottom: 25px;
}

.article-sidebar .article-category {
  font-size: 11px;
  color: #acacac;
  text-transform: uppercase;
  font-style: normal;
  font-family: Arial;
}

.article-sidebar h2 {
  line-height: 1;
    margin-bottom: 15px;
    margin-top: 2px;
}
.article-sidebar h2 a {
  font-family: "Open Sans";
  font-style: normal;
  color: #333;
  line-height: 25px;
  font-size: 18px;
  text-transform: uppercase;
}

.article-sidebar .article-meta {
  font-family: Georgia;
  font-size: 12px;
  color: #8c8c8c;
  font-style: italic;
}

.sticky .featured-post:before {
  font-family: 'jkreativ';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e601";

  margin-right: 4px;
}

.blog-sidebar-content > ul {
  margin: 0;
  padding-left: 20px;
}

/** facebook like box **/
#fb-root {
    display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/** calender **/
#wp-calendar {
    text-align: center;
    width: 100%;
}
#wp-calendar caption {
    line-height: 35px;
}
table th {
    color: #5F5F5F;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 4px;
}
table#wp-calendar th {
    background-color: #E8E8E8;
    border: 1px solid #C2C2C2;
    text-shadow: 1px 1px 0 #F4F4F4;
}
table#wp-calendar td {
    border: 1px solid #DCDCDC;
    box-shadow: none;
    padding: 4px;
    text-shadow: 1px 1px 0 #FFFFFF;
}
table#wp-calendar td a {
    display: block;
}

table#wp-calendar td:hover, table#wp-calendar td a:hover {
    background: rgba(82, 168, 236, 0.8);
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #000000;
}

/** search box **/
.blog-sidebar #searchform {
    margin: 0 40px 0 0;
    position: relative;
}
.blog-sidebar #searchform label {
    display: none;
}
#searchform input[type="text"] {
    background: url("../img/search.png") no-repeat scroll 6px 4px transparent;
    font-size: 90%;
    margin-bottom: 5px;
    padding-left: 30px;
    width: 100%;
}
.notfound #searchform input[type="text"] {
    margin-bottom: 30px;
    margin-top: 20px;
    width: 220px;
}
.blog-sidebar #searchform input[type="submit"] {
    display: none;
}
.blog-sidebar #searchform #s {
}

/** blog paging **/
.blognormalpaging {
  position: relative;
  z-index: 3;
}

.blognormalpaging.blogpagingholder {
  margin-top: 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 2px;
}

.pagewrapper .blognormalpaging.blogpagingholder {
  background: white;
  border: 1px solid #ddd;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*** blog comment ****/
.nopassword {
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 20px 30px;
}

.comment-container {
    padding: 30px 40px 50px;
    width: auto;
}


.comment-container hr {
  border-top: 1px solid #E2E2E2;
}

#comments > h2 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
}

.comment-container ul, .comment-container li {
  list-style: none;
    margin: 0;
    padding: 0;
}

.comment-container ul.children {
  margin-left: 40px;
}

.coment-box-inner {
    padding: 10px 0 10px;
}

.comment-autor {
    float: left;
  margin-right: 20px;
}


.coment-box {
    margin-bottom: 20px;
  border-bottom: 1px solid #E7E7E7;
}

.addby {
  font-size: 14px;
  text-transform: uppercase;
}

.replycomment, .closecommentform {
  display: list-item;
    color: #CD9A66;
    cursor: pointer;
    float: right;
    font-size: 12px;
    list-style: square;
    padding-right: 5px;
    padding-top: 2px;
    font-family: "Open Sans";
}

.closecommentform {
  display: none;
}

span.liststyle {
  display: list-item;
}

.addby .authorcomment {
  color: #333333;
  display: inline-block;
  padding-right: 10px;
}

.authorcomment a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
}

.addtime {
  color: #7F7F7F;
  font-family: georgia;
  font-size: 12px;
  font-style: italic;
}

.comment-text {
  margin-left: 100px;
  margin-top: 10px;
}

.comment-form-author, .comment-form-email , .comment-form-url{
  float: left;
  width: 33%;
}

.comment-input-wrapper, .comment-author-wrapper  {
  display: block;
  margin-right: 30px;
}

.comment-input-wrapper input {
  width: 100%;
}

.comment-form-comment textarea {
  width: 100%;
}

.comment-form-comment {
  clear: both;
  margin-right: 10px;
}

.comment-form-url .comment-input-wrapper {
  margin-right: 0;
}

.comment-textarea-wrapper {
  margin-right: 10px;
}

#respond > h3 {
  clear: both;
  font-size: 18px;
  margin-left: 0;
  padding-left: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#respond label {
  font-style: italic;
  font-size: 12px;
  font-family: Georgia;
  color: #666;
}

.comment-notes {
  color: #666666;
  font-family: georgia;
  font-style: italic;
}

.comment-respond {
  margin-top: 10px;
}

.form-allowed-tags {
  color: #999999;
}

#comments .bypostauthor .coment-box { border-bottom:double medium #bbb;}

/** not found begin **/

.notfound h1 {
  border-bottom: 1px dashed #CCCCCC;
  font-size: 80px;
  padding: 30px 0;
  text-align: center;
}

.notfoundsec {
  text-align: center;
  padding-bottom: 30px;
}

.notfoundtext {
  font-family: georgia;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  color: #999;
}

/** not found end **/


/**** row fluid *****/

.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12, .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11, .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10, .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9, .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8, .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7, .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6, .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5, .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4, .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3, .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2, .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1, .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.alignleft {
    float: left !important;
    margin-left: 0 !important;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.alignright {
    float: right !important;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.aligncenter {
    display: block;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}

/** block quote **/

.pull-right {
  float: right !important;
  padding-right: 15px;
  padding-left: 20px;
}

.pull-left {
  float: left !important;
  padding-right: 20px;
  padding-left: 15px;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  margin-top: 6px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-family: Georgia;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote:after {
  content: '';
  display: block;
  clear: both;
}


blockquote.pull-right {

  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p, blockquote.pull-right small {
  text-align: right;
}

/*** image slider ***/

.slider-inside-post {
  margin-top: 20px;
  margin-bottom: 20px;
}

/*** half container ***/
.fullbgcontainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fullbgwrapper {
  position: relative;
  height: 100%;
  margin-left: 270px;
}

.menuopen .fullbgcontainer {
  margin-left: 271px;
}

.noheadermenu .pagewrapper {
  padding-top: 20px;
}

.pagewrapper {
  padding-top: 65px;
  margin-right: 20px;
  margin-left: 20px;
}

.mainpage {
  position: relative;
    float: left;
}

.mainpage.blog-normal-article:hover {
  background: inherit;
}

.nomargin .imageholder {
  padding: 0px;
  border: 0;
}

.imageholder {
  margin-bottom: 15px;
  padding: 10px;
  background: white;
  border: 1px solid #ddd;
  position: relative;

  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .13);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .13);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .13);
}

.imageholder img {
  min-width: 100%;
}

.nomargin .imageholderdesc {
  bottom: -1px;
}

.imageholderdesc {
  position: absolute;
  bottom: 8px;
  left: 0;
  background: rgba(255,255,255,0.8);
  text-align: center;
  font-family: Georgia;
  font-style: italic;
  font-size: 15px;
  line-height: 2.7;
  width: 100%;
}

.pageleft {
    float: left;
}

.pageright {
    float: right;
}

.pagecenter {
  margin-left: 50%;
  margin-right: auto;
  display: inline-block;
}

.pagecenter .pageholder {
  margin-left: -50%;
  display: inline-block;
  margin-bottom: -5px;
}

.pageinnerwrapper {
  padding: 30px;
    background: #FFF;
    border: 1px solid #fff;
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #ddd;

    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .13);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .13);
}

.postnotfound .pagetext {
  border: none;
  margin: 30px 0;
  text-align: center;
  float: none;
}

.postnotfound .pagetotal {
  font-size: 20px;
}

.mainpage {
  border-bottom: 0;
}

.mainpage .article-header {
  margin-bottom: 20px;
}

.mainpage.blog-normal-article .article-content {
  margin-top: 0;
}

.pageinnerwrapper > .featured {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}

.pageinnerwrapper > .featured.nomargin {
  margin: -31px -31px 30px;
}

.pageholder > .featured {
  background: white;
  position: relative;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 2px 2px 2px 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
}

.pageholder > .featured.nomargin {
  padding: 0;
  border: none;
}

.coverwidth .pageholder > .featured {
  margin-bottom: 15px;
}

.mainpage .comment-container, .mainsidebar .comment-container {
  padding: 20px 0 0 0;
  margin-top: 10px;
}

.mainpage .comment-input-wrapper input, .mainsidebar .comment-input-wrapper input {
  width: 100%;
}

.mainpage .comment-form-author, .mainpage .comment-form-email, .mainpage .comment-form-url,
.mainsidebar .comment-form-author, .mainsidebar .comment-form-email, .mainsidebar .comment-form-url {
  width: 100%;
}

.mainpage  .comment-form-author, .mainpage  .comment-form-email , .mainpage  .comment-form-url {
  margin: 5px 0;
}

.mainpage .comment-input-wrapper, .mainpage .comment-author-wrapper, .mainpage .comment-form-wrapper {
  margin-right: 10px;
}

.mainpage .comment-container ul.children {
  margin-left: 20px;
}

.article-sharing {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.article-sharing-wrapper {
  background:  #AAAAAA;
  color: #FFFFFF;
  display: inline-block;
  font-family: Georgia;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 2px;
  padding: 2px 20px;
}

.article-sharing .sharing-wrapper {
  float: left;
  display: block;
  width: 95px;
  height: 30px;
  position: relative;
}

/** half sidebar **/
.mainsidebar {
  float: left;
  margin-left: 10px;
  position: relative;
}

.mainsidebar-wrapper {
  position: relative;
  padding-bottom: 20px;
}

.mainsidebar .blog-sidebar {
    background: white;
    border: 1px solid #ddd;
    margin-bottom: 10px;
  padding-top: 0;
  border-radius: 2px;

    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, .13);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .13);
}

.mainsidebar .blog-sidebar:last-child {
  margin-bottom: 15px;
}

.mainsidebar .blog-sidebar-title h3 {
  border: none;
    border-bottom: 1px solid #DDDDDD;
    background-color: transparent;
    margin: 0;
    font-family: "Open sans";
    font-weight: normal;
    font-size: 15px;
    height: 46px;
    line-height: 46px;
}

.mainsidebar .blog-sidebar-title h3:after {
  border: none;
}

.pagewrapper.nosidebar .mainsidebar {
  display: none;
}

/*** half and full width ***/
.halfwidth .mainpage , .halfwidth.nosidebar .pageholder{ width: 550px; }
.halfwidth .mainsidebar, .halfwidth .mainsidebar .mainsidebar-wrapper { width: 300px; }
.halfwidth .pageholder { width: 860px; }

.fullwidth .mainpage { width: 820px; }
.fullwidth .mainsidebar, .fullwidth .mainsidebar .mainsidebar-wrapper { width: 330px; }
.fullwidth .pageholder { width: 1160px; }
.fullwidth.nosidebar .mainpage,
.fullwidth.nosidebar .pageholder { width: 1080px; }

.coverwidth { display: block; width: inherit; }
.coverwidth .mainpage { width: 70%; }
.coverwidth .mainsidebar { margin-left: 0; width: 30%;}
.coverwidth .blog-sidebar { margin-left: 15px; margin-bottom: 15px; width: auto;}

/*** wp cf **/
.wpcf7 {
  margin: 20px 0;
}

.wpcf7 input {
  margin-top: 5px;
}

/*** loader ***/

#loading {
  background:  #FFFFFF;
  height: 100%;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10000;
}

#loading[data-type="linear"] {
  background: transparent;
}

#loading #loader {
  height: 276px;
  left: 50%;
  margin-left: -200px;
  margin-top: -138px;
  position: absolute;
  top: 50%;
  width: 400px;
}

#loader #imgLoading {
  left: 65px;
  position: absolute;
  top: 3px;
}

#loading canvas {
  display: inline-block;
}

#loadingbg {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 2001;
}

#loading .line {
  background: #000000;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 0%;
  margin-top: -1px;
}

#loading .percentage {
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}

#loading .percentage span {
  bottom: 0;
  color: #000000;
  font-family: "roboto slab";
  font-size: 55px;
  left: 0;
  margin-bottom: 45px;
  position: absolute;
  text-align: center;
  width: 100%;
}

#loading .loadingwrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}

#loading .loadsplit {
  width: 100%;
  height: 50%;
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity : 1;
}

#loading .loadsplit:first-child {
  top: 0%;
}

#loading .loadsplit:nth-child(2) {
  top: 50%;
}

.admin-bar .headermenu {
  top: 32px;
}