

/*  ------------ [Table of contents] ---------------

      Reset
      Buttons
      Pricing Table
      Main Styles
      Home page
      Blog Page
      About Page
      Portfolio Page
      Team Page
      Comments
      Sidebar
      Footer

*/

/**
 *   ======================= Reset ========================================
 */
html {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
html, body {
    min-height: 100%;
}
html.loading {
    background: #333 url('../images/loading.gif') no-repeat 50% 50%;
    -webkit-transition: background-color 0;
    transition: background-color 0;
}
body {
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}
html.loading body {
    /* Make the contents of the body opaque during loading */
    opacity: 0;

    /* Ensures that the transition only runs in one direction */
    -webkit-transition: opacity 0;
    transition: opacity 0;
}
html, body { 
  height: 100%; 
  font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
  color: #333;
}
h1, h2, h3, h4, h5 {
  font-family: "Raleway","Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
  font-weight: bold;
}
body, div, dl, dt, dd, ul, ol, li, pre, form, p, blockquote, th, td {
  font-size: 15px;
}
p {
  font-size: 14px;
  line-height: 1.5em;
}
a {
  /*color: #FFF;*/
}
blockquote {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 0 1.25em 1.2em;
  font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
}
blockquote, 
blockquote p {
  font-size: 1.08em;
  line-height: 1.6;
  text-align: left;
}
blockquote p {
  padding-bottom: 8px;
}
figure {
  margin: 0;
}
table thead tr th {
  border: none;
  font-weight: bold;
  white-space: nowrap;
  padding: 1em;
  font-size: 1em;
}
table tr td {
  padding: 0.75em 1.5em;
}
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="week"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea {
  box-shadow: none;
  color: #333;
  height: 2.513em;
  padding: 5px 10px;
}
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="date"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="month"]:focus, 
input[type="week"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="time"]:focus, 
input[type="url"]:focus, 
textarea:focus {
  background: #AAA;
  box-shadow: 0 0 5px #AAA;
  background: rgba(255,255,255, 0.15);
  border-color: none;
  outline: none;
}
label {
  color: #444;
  font-size: 1em;
}
pre {
  word-break: break-word;
}
.alert-box {
  background-color: #FAFAFA;
  border-color: #EDEDED;
  color: #000;
}
.alert-box p {
  margin-bottom: 0;
}
[class*="block-grid-"] {
  margin: 0;
}  
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.wp-caption {
  max-width: 100%;
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575;
}
/**
 *   ======================= Buttons ========================================
 */
.wpcf7-submit {
  font-size: 1em;
  font-weight: bold;
  padding: 0.7em 2em;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.wpcf7-submit:hover, 
.wpcf7-submit:focus, 
button.secondary:hover, 
button.secondary:focus, 
.button.secondary:hover, 
.button.secondary:focus {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
}
button.secondary, .button.secondary, .wpcf7-submit {
  background-color: #2572EB;
  border: medium none;
  border-radius: 0 0;
  color: #FFF;
  transition: background-color 300ms ease-out 0s;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #666;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
}

/**
 *   ======================= Pricing Table ========================================
 */
.pricing-table {
  transition: all 0.25s ease 0s;
}
.pricing-table:hover, .pricing-table.featured:hover {
    transform: scale(1.05);
}
.pricing-table .title {
    background-color: rgba(208, 206, 206, 0.09);
    font-size: 1.2em;
}
.pricing-table.featured {
    transform: scale(1.03);
}
.pricing-table.featured .title {
    background: none repeat scroll 0 0 #ee4400;
    color: #fff;
}
.pricing-table .price {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1.9em;
}
.pricing-table .cta-button {
  background-color: rgba(245, 245, 245, 0.36);
  padding: 1em 1em 0;
  text-align: center;
}
.pricing-table .cta-button {
  margin-bottom: 1em; 
}



/*--------------------- Global Classes --------------------*/
.h3-title {
  margin-bottom: 1.2em;
}
.p-t-20 {
  padding-top:20px;
}
.p-all-0 {
  padding: 0 !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #wpadminbar {
    margin-top: -32px;
  }
}




/*--------------------- Global internals --------------------*/
.icons-list li {
  list-style: none;
}
.icons-list li i {
  padding-right: 10px;
}
.ajax-progress .throbber {
  background: transparent url("../images/loading.gif") no-repeat center; 
}
.single .page,
.date .page,
.category .page,
.archive .page {
  padding-top: 30px;
  background: #FFF;
  min-height: 100%;
}

/**
 *   ======================= Main ========================================
 */
.logo-div {
  margin-top: 8%
}
.cube-homepage {
  position: relative;
  text-align: center;
  height: 100%;
}
.cube-text {
  margin: 35% auto 0 auto;
}
.menu-row {
  color: #FFF;
  margin-top: 30px;
}
.site-name-div {
  color: #444;
}
.site-name-div h1 {
  margin-bottom: .1em;
}
.site-name-div h1 a {
  color: #111;
}
.site-name-div span {
  display: block;
  margin-bottom: 1.5em;
}
.site-name {
  font-size: 3.5em;
  font-weight: 400;
}
.site-name a {
  padding: 2px 7px;
}
.menu-row a {
  color: #FFF;
}
.menu-row h2 {
  font-size: 2.5em;
  margin: 0 auto;
  text-transform: uppercase;
}
.menu-button {
  padding-top: 50px;
}
.menu-button i {
 cursor: pointer; 
}
.l-header {  
  padding-right: 1.2em;
  padding-left: 1.2em;
}
.top-bar-section ul,
.top-bar-section li a:not(.button)  {
  background: none
}
.top-bar {
  background: rgba(255,255,255,.2);
}


.show-menu {
  background: #888;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: medium none;
  position: absolute;
  left: 20px;
  line-height: 22px;
  top: 60px;
  cursor: pointer;
  z-index: 10;
  padding: 3px 10px 3px 0px;
}
.show-menu:hover {
  color: #fff;
}
.show-menu.moved {
  left: 280px;
}
.show-menu.moved.mobile {
  left: 185px;
  display: block;
}
.show-menu i {
  color: #fff;
  font-size: 1.5em;
  padding: 0 10px;
  float: left;
}

.meny {
  height: 100%;
  /*top: 0;
  right:0;*/
  width: 240px;
  z-index: 499;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 332px;
  background: #0E0E0E;
 /* position: fixed;*/
  padding: 50px 0 0 0;
  overflow: visible !important;
}
.meny.mobile {
  position: absolute;
  left: -182px;
}
.meny h1 {
  text-align: center;
}
.meny h3 {
  padding: 40px 0 20px 35px;
} 
.meny .remove {
  background: no-repeat url(../images/close.gif);
  padding: 0 11px;
}    
.meny .menu-list {
  margin-top: 20px;
  list-style: none;
} 
.meny a {
  padding: 10px 38px;
  color: #FFFFFF;
  display: block;
  font-size: 1.1em;
  font-weight: 300;
}

.meny .menu-list li i {
  display: inline-block;
  min-width: 28px;
  width: 41px;
  margin-right: 0px;
  text-align: center;
  background: none;
  padding: 11px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.meny .menu-list li a:hover i {
  margin-right: 11px;
}  
.meny form .container-inline {
  position: relative;
  margin: 0 26px 0 38px;
}
.meny form button.form-submit {
  height: 33px;
  position: absolute;
  right: 0;
  margin: 1px;
  width: 36px;
  background: #4718B6 url(../images/search.png) no-repeat 4px 5px;
  text-indent: -9999%;
  border: 0;
  box-shadow: 0 0 0;
}
.meny form .form-text {
  background: #FFF;
  color: #222;
}
.meny .contextual-link {
  background: #FFA500;
  color: #FFF;
  display: none;
  float: left;
  font-size: .9em;
  padding: 5px 9px;
  text-align: center;
  z-index: 9;
  margin-top: 11px;
}
.meny:hover .contextual-link {
 display: block; 
}  
.meny .contextual-link:hover {
  background: #FFF;
  color: #000;
}
.meny li {
  position: relative;
}
.meny li ul,
.meny li ul li ul {
  background: #353535;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
  display: none;
  left: 190px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 215px;
  margin: 0;
  list-style: none;
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
} 
.meny .menu-list > li:hover > ul,
.meny li ul li:hover ul {
  display: block;
  
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
.meny .menu-list > li > ul a:hover,
.meny li ul li ul a:hover {
  background: rgba(255,255,255,.1);
}
.meny li ul a {
  border-left: 2px solid #ffd300;
  font-size: 0.95em;
  padding: 8px 20px;
}

.social-icons,
.social-icons li {
  text-align: center;
}
.social-icons li {
  margin-left: .5em;
  display: inline-block;
  float: none;
}
.social-icons a {
  padding: 4px 10px;
  min-width: 35px;
}
.social-icons a:hover {
  border-radius:50%; 
}

/**
 *   ======================= Home page ========================================
 */
.logo-div {
  margin-top: 8%;
}
#logo > img,
.logo-slider img {
  height: auto !important;
  position: initial !important;
  width: auto !important;
  z-index: auto !important;
}
.home-page {
  position: relative;
}
.vega-nav {
  position: absolute;
  top: 440px;
  background: #bbb;
  background: rgba(0,0,0,.5);
  color: #DDDDDD;
  cursor: pointer;
  font-size: 45px;
  height: 48px;
  opacity: 0.3;
  padding: 0 12px 0 15px;
  width: 48px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.vega-nav:hover {
  opacity: 1;
}
.vega-nav-next {
  right: 20px;
}
.vega-nav-previous {
  left: 20px;
}
.home-text h2 {
  line-height: 22px;
  margin-bottom: 18px;
  font-size: 42px;
}
.home-text p {
  font-size: 19px;
}
.home-text,
.home-text h2,
.home-text h4 {
  color: #FFF;
}

.home-text h2 .show {
  height: 60px;
  padding: 9px 10px;
}
.home-text .show-me {
  background-color: none;
  background: rgba(0, 0, 0, 0.1);
  border: 2px solid #EEEEEE;
}
.button.hide {
  display: none;
}

.pt-perspective {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}
@media only screen and (min-width: 1025px) {  
  body.menu-fixed .pt-perspective {
    width: calc(100% - 240px);
  }
}
.page-section {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.page-section-current,
.no-js .page-section {
	visibility: visible;
	z-index: 1;
	overflow: auto;
}
.page-section .space {
  width: 120px;
  background: #f58239;
  padding: 1px;
  margin: 0 auto;
}
.page-sub-title {
  margin: 40px 0 60px;
}
.page-sub-title,
.page-sub-title p {
  color: #777;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}
.no-js body {
	overflow: auto;
}
.pt-page-ontop {
	z-index: 999;
}


.home-page {
	background: url('../images/bg-.html');
	background-size: cover;
}
/**
 *   ======================= Blog Page ========================================
 */
.blog-page .large-block-grid-3 > li {
  margin-bottom: 25px;
  padding: 0 15px 10px;
}
.blog-page article {
  position: relative;
} 
article.node-blog.sticky {
  border-left: 4px solid #F5C93E;
}
.blog-page .article > a {
  display: block;
  overflow: hidden;
  text-align: center;
}
.blog-page .article img {
  transition: all .5s ease;
}
.blog-page .article a img:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.blog-page .article .user-picture img:hover {
  transform: none;
}
.blog-page article .user-picture {
  border-radius: 50%; 
  overflow: hidden; 
  left: 7px; 
  position: absolute; 
  top: 122px; 
  border: 1px solid rgb(255, 255, 255);
} 
.postdate {
  border-right: 1px solid #ccc;
  padding-right: 15px;
  margin-right: 10px;
}
.postdate .day {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1em;
}
.postdate .year {
  display: block;
  font-size: 13px;
  line-height: 1em;
}
.blog-page article h2 {
  line-height: 1em;
  margin: 24px 0 0px 13px;
  font-size: 1.2em;
  font-weight: 600;
}
.blog-page article h2 a {
  color: #222;
}
.blog-page article .post-body {
  min-height: 209px;
}
.blog-page article .blog-body {
  font-size: 14px;
  clear: both;
  padding-top: 15px;
}
.blog-page article .post-author {
  font-size: .8em;
  text-transform: uppercase;
  padding-top: 3px;
  padding-left: 60px;
}
a.read_more {
  color: white;
  display: block;
  height: 25px;
  line-height: 25px;
  margin-bottom: 15px;
  padding-left: 15px;
  text-decoration: none;
  text-align: right;
}

a.edit-link {
  border: 1px solid #ccc;
  color: #222;
  float: right;
  padding: 2px 15px;
}


body.blog .page,
body.page > .page,
body.search > .page,
body.error404,
body.error404 > .page,
body.woocommerce-cart.woocommerce-page {
  background: #fff;
}
.blog-page {
  background-size: cover;
  padding: 35px 0 10px;
}

.blog-page .menu-row {
  padding-bottom: 35px;
}

.node-type-blog .button-group {
  position: absolute;
  right: 19px;
  top: 0px;
  z-index: 99;
}
.node-type-blog .button-group button.secondary, 
.node-type-blog .button-group .button.secondary {
  background-color: #2572EB;
  border: none;
  color: #FFFFFF;
}
article.node-blog,
article.post {
  position: relative;
  background: #fafafa;
}
article.node-blog .node-title,
article.node-blog .body,
article.node-blog .posted,
article.node-blog .links,
article.node-blog .comment-wrapper,
article.node-blog .date,
article.node-blog .field-name-field-blog-tags {
  padding: 0 35px;
}  
article.node-blog .user-picture {
  border-radius: 50% 0 50% 0;
  height: 65px;
  overflow: hidden;
  position: absolute;
  left: 7px;
  top: -98px;
  width: 60px;
}
article.node-blog .date {
  margin-bottom: 25px;
  color: #6B6B6B;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9em;
} 
article.node-blog .node-title {
  margin-top: 5px;
  text-align: left;
  word-wrap: break-word;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
} 
article.node-blog .wp-caption {
  max-width: 100%;
}
article.node-blog .node-title a {
  color: #000;
} 
.single article.node ul, 
.single article.node ol {
  margin-left: 1.25em;
}
article.node-blog .field-name-field-blog-tags h2 {
  font-size: 1em;
  margin-top: 0;
  float: left;
}
article.node-blog .field-name-field-blog-tags .links {
  list-style: none outside none;
  margin: 0 0 1.0625em -1.375em;
  overflow: hidden;
  padding: 0;
}
article.node-blog .field-name-field-blog-tags .links > li {
  display: block;
  float: left;
  list-style: none outside none;
  margin-left: .8em;
}
article.node-blog .field-name-field-blog-tags .links > li a {
  color: #FFFFFF;
}
article.node ul.links,
.blog ul.links {
  padding-bottom: 40px;
}
article.node ul.links li,
.blog ul.links li {
  float: right;
  list-style: none;
} 
article.node ul.links li a,
.blog ul.links li a {
  color: #FFF;
}  
.search ul.links li.node-readmore,
.blog ul.links li.node-readmore {
  background: url(../images/plus.png) no-repeat 1px 4px;
  padding-left: 28px;
}  
article.node .more-link,
.blog-page .view-blog .more-link {
  text-align: center; 
 margin-bottom: 30px;
}
article .more-link a,
.blog-page .view-blog .more-link a {
 padding: 10px 136px;
 background: #FFF;
 display: inline-block;
 background: rgba(255,255,255,.3);
} 
article .more-link a:hover,
.blog-page .view-blog .more-link a:hover {
 background: rgba(255,255,255,.5);
}  


.post-info {
  padding: 15px 35px 10px;
  font-size: .95em;
  color: rgba(0, 0, 0, 0.7);
}
.blog-page .post-info {
  padding: 15px 0 10px;
}  
.single .post-info {
  padding-bottom: 25px;
}
.post-info .readmore a {
  border: 1px solid #857979;
  color: #4D4D4D;
  padding: 3px 7px;
  border-radius: 2px;
}
.single span.post-categories {
  padding-left: 10px;
}
.single .post-info ul.post-categories {
  margin: 0;
}
.post-categories,
.post-categories > li {
  display: inline;
  line-height: 1em;
  font-size: 14px;
}
.post-categories > li {
  padding-right: 7px;
}
.post-categories > li:after {
  content: ","; 
}
.post-categories > li:last-child:after {
  content: ""; 
}
.post-info a {
  color: #FFF;  
}
nav#nav-below {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/**
 *   ======================= About Page ========================================
 */
.services-divs .small-title {
  margin: 0 0 30px;
}
.services-divs .icon-container {
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
  height: 155px;
  margin: 0 auto;
  padding: 48px 44px;
  width: 155px;
}
.service-div {
  padding: 15px 20px;
  background: rgba(255,255,255,.15);
}
.service-div:hover {
  background: rgba(255,255,255,.3);
}
.services-divs .icon-container.green-bg {
  background: #19D12F;
}  
.services-divs .icon-container.pink-bg {
  background: #E01B5D;
}   
.services-divs .icon-container.orange-bg {
  background: #FCA325;
}  

/**
 *   ======================= Portfolio Page ========================================
 */
#project-info {
  background: #222;
  color: #CCC;
  margin: 20px 0;
  padding: 20px 20px 30px;
  position: relative;
}
#project-info h2 {
  color: #FFF;
  margin: 1px 0 30px;
  text-align: center;
}
#project-info .back {
  cursor: pointer;
  font-size: 24px;
  height: 38px;
  line-height: 19px;
  padding-left: 8px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 38px;
  z-index: 9999;
}
#project-info .back:hover {
  color: #FFF;
}
#project-info .view-content .large-6 {
  border-right: 1px solid #121212;
}
#project-info .view-content .large-6:last-child {
  border-left: 1px solid #2A2A2A;
  border-right: none;
}

.portfolio-page {
  padding-bottom: 30px;
}
li.portfolio-item {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.portfolio-item img {
  transform: translateY(0);
  transition: all .4s, transform .25s .1s;
}
.portfolio-item:hover img {
  transform: translateY(-10px) scale(1.05);

  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.portfolio-item-link {
  background: rgba(255, 255, 255, 0.15);
  display: block;
  position: relative;
}
#project-info .article > a:hover {
  background: rgba(255, 255, 255, 0.5);
}


figcaption {
  background: none repeat scroll 0 0 #2572EB;
  display: block;
  overflow: hidden;
  transition: all 0.4s;
  position: absolute;
  width: 100%;
  bottom: -90px;
}
.article.portfolio-item:hover figcaption {
  z-index: 5;
  bottom: 0;
}
.portfolio-item-link figcaption h3 {
  font-size: 1.4em;
  color: #FFF;
  font-weight: 400;
}

.portfolio-item-link .plus-icon {
  background: #FFF;
  border-radius: 50%;
  display: none;
  height: 40px;
  left: 44.5%;
  padding: 10px 11px;
  position: absolute;
  top: 35%;
  width: 40px;
}
.portfolio-item-link .plus-icon i {
  color: #555;
  font-size: 1.5em;
}


.portfolio-item .item-more {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  text-align: center;
  padding-top: 100px;
  transition: all .2s ease-in-out;
}
.portfolio-item:hover .item-more {
  opacity: .7;
}
 
.node.node-project .node-title {
  margin-top: 0;
} 
.node.node-project .node-title a {
  color: #FFF;
} 
.field-name-field-skills .field-label {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 1px;
}

/**
 *   ======================= Team Page ========================================
 */
.team-list > li {
  position: relative;
  padding: 0 16px 10px;
}
.team-member-picture {
  overflow: hidden;
  position: relative;
}
.team-member-item h3 {
  margin-bottom: 0;
  font-size: 1.25em;
}  
.team-member-item h4 {
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 0;
  opacity: 0.8;
}
.team-list .team-member-desc {
  display: none;
  transition: all .3s ease;
}
.team-list .team-member-desc i {
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  font-size: 1.2em;
  margin: 2px;
  padding: 5px;
  width: 34px;
}
.team-list li:hover .team-member-desc {
  background: #222222;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  display: block;
  padding: 65px 3px 10px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%
}



/*-------------- Contact Page ----------------------*/
div.wpcf7 {
  background: #fbfbfb;
  color: #fff;
  padding: 2em 2.5em .5em 2.5em;
}
.wpcf7-form .wpcf7-textarea {
  height: 200px;
}

div.wpcf7 p {
    color: #333;
}

.page-contact {
    margin: 40px 0 60px;
}

/**
 *   ======================= Comments ========================================
 */
#comments {
  border-top: 1px solid #EEE;
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 1px;
}
#comments form#commentform p.form-allowed-tags {
  font-size: 0.8em;
  color: #FFF;
}
#comments form#commentform p.form-allowed-tags code {
  color: #FFF;
}
#comments .field-name-comment-body p:last-child {
  margin-bottom: 0;
}
#comments .inline-list > li:first-child {
  margin-left: 0;
}
.comment {
  padding-bottom: 20px;
  list-style: none;
} 
.children .comment {
  margin-top: 20px;
  padding-bottom: 0;
}
.comment > article {
  background: #FdFdFd;
}
.comment .comment-photo {
  width: 15%;
}
.comment .comment-text {
  width: 84%;
} 
.comment-author {
  display: inline-block;
  line-height: 20px;
  margin-top: 0;
  width: 100%;
} 
.comment-author > img {
  float: left;
  margin: 15px;
}
.comment-author .author-meta {
  padding-top: 30px;
}
.comment-author .author-meta .fn {
  font-weight: bold;
}
.comment-date {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9em;
  padding-top: 9px;
}
.comment section.comment {
  padding-left: 80px;
}
article.type-post .comment .user-picture {
  border-radius: 50%;
  border-width: 4px;
  float: left;
  height: 92px;
  margin-right: 24px;
  margin-top: 10px;
  position: static;
  text-align: center;
  width: 92px;
}
.comment-form .form-submit {
  display: none;
}

.button input {
  background: none;
  border: none;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  cursor: pointer;
}

.comments-title {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
  font-weight: normal;
}
.comments-area article {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.comments-area article header {
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
  overflow: hidden;
  position: relative;
}
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 85px;
  margin-left: 6.071428571rem;
}
.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  font-size: 1.071428571rem;
  line-height: 1.42857143;
}
.comments-area cite b {
  font-weight: normal;
}
.comments-area article header time {
  line-height: 1.714285714;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.857142857rem;
  color: #5e5e5e;
}
.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}
.comments-area article header a:hover {
  color: #21759b;
}
.comments-area article header cite a {
  color: #444;
}
.comments-area article header cite a:hover {
  text-decoration: underline;
}
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  padding: 0.428571429rem 0.857142857rem;
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  margin-left: 0.357142857rem;
  padding: 2px 5px;
  padding: 0.142857143rem 0.357142857rem;
  font-size: 10px;
  font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
  font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
  float: right;
  font-size: 0.928571rem;
  line-height: 1.84615;
  margin: -7px 7px 0 0;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #21759b;
}
.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}

/* respond */
#respond {
  padding-top: 48px;
  background: #FFF;
}
#respond h3#reply-title {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.714285714rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.857142857rem;
}
#respond form {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
#respond form p {
  margin: 11px 0;
  margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
#respond form label {
  display: block;
  line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  padding: 10px;
  padding: 0.714285714rem;
  width: 100%;
}
#respond form input[type="text"] {
  width: 50%;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #5e5e5e;
}
.required {
  color: red;
}

#respond code {
  color: #595959;
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  font-weight: normal;
}


/**
 *   ======================= Sidebar ========================================
 */
.sidebar-right {
  font-size: 0.95em;
  width: 25.5%;
}
.sidebar-right > ul,
.widget > ul {

}
.sidebar-right ul li {
  border-bottom: 1px solid #f4f4f4;
  line-height: 40px;
  list-style: none;
}
.sidebar-right ul li a {
  color: #777;
}
.sidebar-right ul li a:hover {
  color: #4F81D8;
}
.sidebar-right .block-title {
  background: rgba(245,201,62,1);
  clear: both;
  font-size: 1.2em;
  font-weight: 400;
  margin-top: 35px;
  padding-left: 10px;
  color: #FFF;
}
.sidebar-right .block-title:first-child {
    margin-top: 0;
}
.sidebar-right #searchform {
  position: relative;
}
.sidebar-right .searchform input[type="text"] {
  margin: 0 0 .3em 0
}
.sidebar-right .searchform .form-text:focus {
    box-shadow: 0 0 2px #fff;
}
.sidebar-right .searchform label, .not-found .searchform label {
    display: none;
}
.sidebar-right .searchform .form-submit {
    right: 15px;
}
.sidebar-right .searchform #searchsubmit {
  background-color: #F5C93E;
  float: right;
  margin-bottom: 13px;
  padding: 5px 12px;
  border: none;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  transition: all .15s ease-in-out;
}
.sidebar-right .searchform #searchsubmit:hover {
  padding: 5px 16px;
}

.sidebar-right table thead tr th,
.sidebar-right table tr td {
  padding: .498em;
  width: 4%;
}
.sidebar-right table caption {
  text-align: left;
  background: none repeat scroll 0 0 #F5C93E;
  clear: both;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 10px;
}

/**
 *   ======================= Footer ========================================
 */
footer.panel {
  background: rgba(0,0,0,.5);
  border: medium none;
  color: #FFF;
  margin:40px auto 0 auto;
  padding: 12px 20px;
}
footer .copyright {
  font-size: 13px;
}
/**
 *   ======================= portfolio ========================================
 * 
 */
#filters .separateur:last-child {
	display : none;
}
#filters {
	margin : 20px 0;
}
#filters a {
	padding : 0 8px;
}

/*---------map shortcode------*/
iframe {
 width: 100%;
}
div.map-popup {
    display: inline-block;
}
div.map-img {
  display: inline-block;
  float: left;
  width: 320px;
}
div.map-text {
  display: inline-block;
  width: 10em;
  margin-left: 0.5em;
}
div#map-canvas .gm-style-iw div {
	overflow: hidden !important;
}
/*------------------------inline---------------*/
article.node-blog,
    article.post,
    .alert-box {
        background-color: rgba(250, 250, 250, 1);
    }
    .page-section-50 {
        background: #FFFFFF;
        color: #444444;
    }
    .page-section-1909 {
        background: #FFFFFF;
        color: #444444;
    }
    .page-section-8 {
        background: #FFFFFF;
        color: #444444;
    }
    .page-section-38 {
        background: #FFFFFF;
        color: #444444;
    }
    .page-section-22 {
        background: #FFFFFF;
        color: #444444;
    }
    .page-section-47 {
        background: #FFFFFF;
        color: #444444;
    }
    .page-section-1797 {
        background: #FFFFFF;
        color: #444444;
    }
    .page-section.home-page {
        background: url() #FFFFFF;
        color: #444444;
        background-size: cover;
    }
    .showMenu,
    .showMenu a {
        color: #444444;
    }
    .meny a {
        color: rgba(0, 0, 0, 1);
    }
    .menu-list li:hover,
    .menu-list li.active,
    .menu-list a:hover {
        background-color: #842b27;
    }
    .meny .sub-menu {
        background-color: rgba(161, 52, 180, 1);
    }
    .meny {
        background-color: rgba(255, 255, 255, 1);
        color: 1;
    }
    a,
    .primary-color_color,
    div.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav.ui-accordion-header-active a,
    div.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-tabs-active a,
    div.wpb_content_element .wpb_accordion_header.ui-accordion-header-active a,
    div.wpb_content_element .wpb_accordion_header .ui-tabs-active a,
    .post-info a,
    article.post.type-post .field-name-field-blog-tags .links > li a,
    .sidebar-right ul li.recentcomments a:last-child,
    .boxes.small .box-icon i {
        color: rgba(233, 84, 28, 1);
    }
    .primary-color_bg,
    .article.portfolio-item:hover figcaption,
    .dispalyMenu,
    .cart-count > a,
    .galleries-page .galleries-item:hover figcaption,
    .pricing-table.featured .title,
    button,
    .button,
    .sidebar-right .block-title:after,
    input.wpcf7-submit,
    .sidebar-right .block-title,
    .sidebar-right table caption,
    .sidebar-right .searchform #searchsubmit,
    .sidebar-right .searchform #searchsubmit,
    .page-section .space {
        background-color: #842b27;
        color: #fff;
    }
    .primary-color_border,
    .pricing-table.featured,
    div.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav.ui-accordion-header-active a,
    div.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-tabs-active a,
    div.wpb_content_element .wpb_accordion_header.ui-accordion-header-active a,
    div.wpb_content_element .wpb_accordion_header .ui-tabs-active a,
    .boxes.layout-2 .box-icon,
    .boxes.layout-3 .box-icon,
    article.node-blog.sticky {
        border-color: rgba(233, 84, 28, 1);
    }
    .flickr i,
    .facebook i,
    .twitter i,
    .google_plus i {
        color: rgba(255, 255, 255, 1);
    }
    .flickr a,
    .facebook a,
    .twitter a,
    .google_plus a {
        background: #842b27;
        border-radius: 10px;
    }
    .menu-holder {
        background-color: 1;
    }
    .menu-list {
        padding: 0 0 50px 0;
    }
    .menu-list a {
        font-weight: bold;
        padding: 5px 38px;
        font-size: 1.1em;
    }
    .meny .menu-list li i {
        display: none;
    }
    @media only screen and (min-width: 1025px) {
        .show-menu {
            display: none;
        }
    }
    .menu-list a {
        font-size: 1.25em;
        font-weight: 300;
        padding: 4px 38px;
    }
    .menu-list a:hover {
        color: #fff;
    }
    div#slides .slides-container .wd-slide-53 h2 {
        font-size: 72px;
        font-weight: Bold;
        color: #fff;
    }
    div#slides .slides-container .wd-slide-53 p {
        font-size: 28px;
        font-weight: Normal;
    }
    div#slides .slides-container .wd-slide-53 {
        text-align: center;
        color: #fff;
    }
    div#slides .wd-slide-53 .show-me {
        border: 2px solid #fff;
        color: #fff;
    }
    div#slides .slides-container .wd-slide-52 h2 {
        font-size: 72px;
        font-weight: Bold;
        color: #fff;
    }
    div#slides .slides-container .wd-slide-52 p {
        font-size: 28px;
        font-weight: Normal;
    }
    div#slides .slides-container .wd-slide-52 {
        text-align: center;
        color: #fff;
    }
    div#slides .wd-slide-52 .show-me {
        border: 2px solid #fff;
        color: #fff;
    }

/* Edit */

div.content-text p {
    font-size: 1.12em !important;
    line-height: 1.5em;
}


div.gallery-img {
    border-radius: 5px;
}

