@font-face {
font-family: HelveticaNeue;
src: url('/fonts/HelveticaNeueLTPro-MdCn.otf') format("opentype");
}

@font-face {
font-family: HelveticaNeue;
font-weight: 100;
src: url("/fonts/HelveticaNeueLTPro-LtCn.otf") format("opentype");
}

@font-face {
font-family: HelveticaNeue;
font-weight: bold;
src: url("/fonts/HelveticaNeueLTPro-BdCn.otf") format("opentype");
}



/* Wordpress core classes */
  :-moz-placeholder {
color: #bebebe;
font: italic 11px Arial, Tahoma, Verdana;
outline: none;
text-shadow: 0 1px 0 rgba(255,255,255,0.7);
  }
  :-ms-input-placeholder {
color: #bebebe;
font: italic 11px Arial, Tahoma, Verdana;
outline: none;
text-shadow: 0 1px 0 rgba(255,255,255,0.7);
  }
  ::-webkit-input-placeholder {
color: #bebebe;
font: italic 11px Arial, Tahoma, Verdana;
outline: none;
text-shadow: 0 1px 0 rgba(255,255,255,0.7);
  }
.alignnone {
  padding: 5px 0 30px 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.half {
width: 49%;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  text-align: center;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 30px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption img.size-large {
border: 0 none;
height: auto;
margin: 0;
max-width: 100%;
padding: 0;
width: auto;
margin-bottom: 10px;
}
.textwidget img {
padding: 0;
max-width: 100%;
margin-bottom: 20px;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

img {
max-width: 100%;
height: auto;
}

a {
color: #1C184B;
}

.sticky {}

.gallery-caption {}

.bypostauthor {}

/*-------- Sentiment ------------*/
.media_for_js {
  position: fixed;
  visibility: hidden;
  width: 0px;
  height: 0px;
  z-index: 940;
}
@media only screen and (max-width: 939px){
  .media_for_js {
    z-index: 939;
  }
}
@media only screen and (max-width: 767px){
  .media_for_js {
    z-index: 767;
  }
}
@media only screen and (max-width: 639px){
  .media_for_js {
    z-index: 639;
  }
}
@media only screen and (max-width: 479px){
  .media_for_js {
    z-index: 479;
  }
}

body {
background-color: rgb(255, 255, 255);
}
.page-wrapper {
overflow: hidden;
background: rgb(255, 255, 255);
position: relative;
}
.border-bottom {
border-bottom: 1px solid #e9ecef;
}

/*----- List ------*/

ul.arrow li:before {
content: '►';
color: #1C184B;
margin-right: 10px;
}
ul.arrow {
margin-left: 20px;
font-weight: bold;
}
ul.square li:before {
content: "\f04d";
color: #1C184B;
font-family: FontAwesome;
margin-right: 10px;
font-size: 5px;
font-weight: normal;
margin-top: -2px;
display: inline-table;
}
ul.square {
margin-left: 20px;
line-height: 2.8;
}


/*----------------- Header -----------------*/
header {
background: #fff;
position: fixed;
box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
z-index: 1000;
top:0;
left: 0;
width: 100%;
}
.logo_wrapper {
position: relative;
float: left;
overflow: hidden;
}
header .logo:first-child {
position: relative;
top: 0;
}
header.small-header .logo:first-child {
top: -100px;
}
.small-header .logo:last-child {
top: 0;
}
.headerstyle5 header.small-header .logo:first-child {
  top:0;
}
.logo:last-child {
position: absolute;
left: 0;
top: 90px;
}
.headerstyle5 header .container_16 >a {
    display: inline-block;
    vertical-align: middle;
}

.b960 #map-box,  .b1170 #map-box {
margin-left: -60px;
margin-right: -60px;
}
.small-header .logo_wrapper {
height: 46px;
}
.logo {
  margin-top: 15px;
  float: left;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;

  max-height: 50px;
}

.menu {
float: right;
margin-bottom: 0;
z-index: 100;
position: relative;
}
.menu li {
  display: inline-block;
  text-align: center;
  padding: 0 0px 0px;
  text-align: left;
  position: relative;
  text-transform: uppercase;

/*  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;*/
}
.menu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 240px;
  padding-bottom: 5px;
  border-top: 2px solid #1C184B;
  visibility: hidden;

  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}

.menu.PRE li ul, .menu.EP li ul {
    border-top: 2px solid #A7CE3B;
}

.menu.HOR li ul {
    border-top: 2px solid #002B60;
}

.menu.NYP li ul {
    border-top: 2px solid #CE222B;
}


.sub-menu .sub-menu {
    left: 100%;
}
.menu .sub-menu ul {
    left: 100%;
    top: 0;
}
.menu .sub-menu li {
    display: block;
}
.menu li ul li a {
padding: 13px 20px;
font: 400 13px Open Sans, Arial, Tahoma;
text-transform: none;
}
.menu li ul li a:before {
margin-right: 5px;
}
.menu li ul:after, .menu > li.mega-menu > a:after {
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 4px 5px 4px;
border-color: transparent transparent #1C184Btransparent;
position: absolute;
top: -2px;
left: 35px;
z-index: -1;
content: '';
  -webkit-transition: top 0.4s;
  -moz-transition: top 0.4s;
  -o-transition: top 0.4s;
  -ms-transition: top 0.4s;
  transition: top 0.4s;
}
.menu li:hover ul:after, .menu > li.mega-menu:hover > a:after {
top: -7px;
}
.menu > li.mega-menu > a:after {
  top: 100%;
  margin-top: -4px;
  left: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.menu > li.mega-menu:hover > a:after {
opacity: 1;
}
.menu li:hover > ul, .menu li.mega-menu:hover ul {
display: block;
visibility: visible;
}
.menu li a {
  font: 500 17px Open Sans Condensed, Arial, Tahoma;
  color: #333333;
  text-decoration: none;
  padding: 30px 20px;
  display: block;
  position: relative;

  padding: 30px 10px;

  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.menu li a:hover {
  color: #1C184B;
}
li.current_page_item > a {
color: #1C184B;
}
.menu > li > a:before {
  content: '';
  width: 0;
  background: #1C184B;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.menu.PRE > li > a:before, .menu.EP > li > a:before {
  background: #A7CE3B;
}

.menu.NYP > li > a:before{
  background: #CE222B;
}

.menu.HOR > li > a:before {
  background: #002B60;
}

.dark_menu .menu > li > a:before,
.headerstyle5 .menu > li > a:before {
display: none;
}
.menu > li:hover > a:before {
width: 100%;
left: 0;
}
.menu li.current_page_item span {
  color: #fff;
}
.menu li span {
text-transform: uppercase;
font-size: 11px;
text-shadow: 0 1px 2px rgba(0,0,0,0.5);
color: #1C184B;
line-height: 1;
}

/*---- Mega-menu -----*/

.menu .mega-menu >ul >li {
    display: table-cell;
    white-space: nowrap;
    clear: none;
}
.menu .mega-menu >ul >li ul {
    display: block !important;
opacity: 1 !important;
    position: static;
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 0;
min-width: 240px;
}
.menu .mega-menu >ul >li ul:after {
    display: none;
}
.menu li.mega-menu > ul {
    padding: 20px 10px;
}
.menu li.mega-menu > ul > li {
    border-right: 1px solid #ececec;
}
.menu li.mega-menu > ul > li:last-child {
    border: 0;
}
.menu li.mega-menu ul li a:before {
    display: none;
}
.menu li.mega-menu ul li a {
    color: #73757a;
padding: 9px 20px;
}
.menu li.mega-menu ul li a:hover {
color: #1C184B;
}
.menu li.mega-menu ul li a i {
    margin-right: 20px;
}
.menu-item.mega-menu {
    position: static;
}
.menu li.mega-menu > ul:after {
    display: none;
}
.menu li.mega-menu >ul >li>a {
padding-top: 0;
}
.menu li.mega-menu ul ul li:last-child a {
    padding-bottom: 0;
}
.menu li.mega-menu ul {
background: #fff;
}
.menu li.mega-menu ul li:hover a {
  background: transparent;
}
.headerstyle1 .menu li.mega-menu ul {
left: auto;
right: 0;
}
/*----- Dark Mega menu ------*/

.headerstyle5 .menu li.mega-menu ul, .dark_menu .menu li.mega-menu ul {
    background: #474950;
}
.headerstyle5 .menu li.mega-menu ul li a, .dark_menu .menu li.mega-menu ul li a {
    color: #a5a5a5;
}
.headerstyle5 .menu li.mega-menu > ul > li, .dark_menu .menu li.mega-menu > ul > li {
    border: 0;
}
.headerstyle5 .menu li.mega-menu ul li a:hover, .dark_menu .menu li.mega-menu ul li a:hover {
    color: #fff;
}

header > .header_wrapper {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…hlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.67) 69%, rgba(0,0,0,0.67) 71%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(69%,rgba(0,0,0,0.67)), color-stop(71%,rgba(0,0,0,0.67)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 69%,rgba(0,0,0,0.67) 71%);
background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 69%,rgba(0,0,0,0.67) 71%);
background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 69%,rgba(0,0,0,0.67) 71%);
background: radial-gradient(ellipse at 50% 30%, rgba(0,0,0,0) 20%,rgba(0,0,0,0.87) 99%,rgba(0,0,0,0.97) -312.7%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab000000',GradientType=1 );
-webkit-backface-visibility: hidden;
}
.page-header header > .header_wrapper {
padding-bottom: 55px;
}
.header_overlay {
background: url(../img/pattern.png);
position: absolute;
width: 100%;
height: 100%;
opacity: 0.5;
}
footer .menu li:hover {
box-shadow: none;
}
footer .current_page_item:after {
display: none;
}

#search-icon {
float: right;
position: relative;
z-index: 100;
width: 25px;
height: 20px;
}

.fa-search {
position: absolute;
pointer-events: none;
left: -4px;
top: 33px;
z-index: 100;
color: #444444;
font-size: 19px;
width: 17px;
height: 17px;
border-left: 1px solid #ccc;
padding-left: 12px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
pointer-events: all;
cursor: pointer;
}
#searchform {
width: auto;
height: auto;
border: 0;
background: none;
margin-top: 33px;
margin-left: 5px;
position: relative;
}
header #searchform input {
width: 200px;
position: absolute;
top: 40px;
right: -30px;
height: 40px;
background: #fff;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
display: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
border-radius: 4px;
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
font-size: 13px;
cursor: pointer;
border: none;
outline: none;
margin: 0;
padding: 4px 0 4px 28px;
}
.small-header .fa-search {
top: 13px;
}
.small-header #searchform {
margin-top: 0;
}

#menu-btn {
width: 21px;
height: 27px;
position: relative;
margin: 13px 0 0;
display: none;
float: right;
}
#menu-btn:before {
font-family: fontawesome;
content: "\f0c9";
color: #5C5C5C;
font-size: 21px;
font-weight: 800;
}
.menu li > span {
position: absolute;
right: 20px;
top: 16px;
color: rgb(187, 187, 187);
display: none;
}
/*--------- Fixed header --------------*/

.fixed-header header {
width: 100%;
top: 0;
left: 0;
margin: 0;
}
.admin-bar.fixed-header header {
top: 32px;
}
.admin-bar header {
top: 32px;
}
body.b960 header, body.b1170 header {
box-shadow: none;
background: transparent;
border: 0;
}
.b960 header .container_16,
.b1170 header .container_16 {
box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
padding: 0 49px;
background: #fff;
}
.small-header .logo {
margin-top: 4px !important;
margin-bottom: 5px !important;
}
.small-header #search-icon {
margin-top: 3px;
}
.small-header .menu > li > a {
/*padding: 15px 20px !important;*/

padding: 15px 10px !important;
}

/*------------ Slider ----------------*/

#slider {
position: relative;
/*margin-top: 90px;*/
}
#slider .tparrows.default {
  height: 77px;
  width: 76px;
  top: 50% !important;
  margin-top: -38px;
  background-image: url(/images/front/sprite.png);
  position: absolute;
  cursor: pointer;
  background-color: rgba(0,0,0,0.1);

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.ie8 #slider .tparrows.default {
background-color: rgb(120, 120, 120);
}
#slider .tparrows.default:hover {
background-color: rgba(0,0,0,0.3);
}
#slider .tp-leftarrow {
background-position: 26px 30px;
left: 0;
}
#slider .tp-rightarrow {
background-position: -70px 30px;
right: 0;
}

#slider .next {
    background: rgba(255,255,255,0.5);
    padding: 10px 20px;
    font-size: 18px;
}

#slider .next:hover {
    background: rgba(0,0,0,0.5);
}

#slider .next:hover a {
    color: #fff;
}
/*------------- Colors -------------------*/

.black-color {
  color: #000;
}
.pink-color {
  color: #e61175;
}
.blue-bg {
  background-color: #1C184B;
}


/*--------------- Main ----------------*/

#main {
margin-top: 35px;
}

iframe {
  width: 100%;
display: block;
}

/*body > iframe {
    width: auto;
    display: initial;
}
*/

iframe#chat-application-iframe {
    height: 100% !important;
}

#main.hide-content {
margin-top: 0;
}

/*--------------- Header top ----------------*/

#crumbs {
display: block;
padding-left: 40px;
position: relative;
}
.page-path {
height: 35px;
float: right;
}
#crumbs a {
color: #666666;
text-decoration: none;
font: 13px/36px Lato, Tahoma, Verdana;
}
#crumbs span {
display: inline-block;
line-height: 36px;
}
.delimiter {
font-size: 0;
}
.delimiter:before {
content: "\f101";
font-size: 13px;
font-family: fontawesome;
margin: 0 5px;
}
/*------------ Page Header -----------------*/

.page-header {
background-image: url(../img/page-title.jpg);
background-position: center;
background-size: cover;
}
.b960 .page-header, .b1170 .page-header {
margin-left: -50px;
margin-right: -50px;
}
.page-header.position-left-top {
background-position: left top;
}
.page-header.position-left-center {
background-position: left center;
}
.page-header.position-left-bottom {
background-position: left bottom;
}
.page-header.position-right-top {
background-position: right top;
}
.page-header.position-right-center {
background-position: right center;
}
.page-header.position-right-bottom {
background-position: right bottom;
}
.page-header.position-center-top {
background-position: center top;
}
.page-header.position-center-center {
background-position: center center;
}
.page-header.position-center-bottom {
background-position: center bottom;
}

.page-header .container_16 {
padding-bottom: 33px;
}
.page-header h1 {
color: #464646;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
font-weight: normal;
font-size: 18px;
}
.page-header h2 {
display: inline-block;
margin-left: 10px;
color: #333333;
font-size: 35px;
margin-bottom: 0;
font-weight: 700;
}
.page-header h2:before {
content: '-';
margin-right: 15px;
}
.page-header.page-header-style2 h1 {
font-size: 18px;
color: #333333;
font-weight: normal;
}
.page-header.page-header-style2 .container_16 {
padding: 25px 0 15px;
}
.page-header-style3 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

.page-header.size-original {
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}

.page-header-style3 .container_16 {
text-align: center;
padding: 45px 0 35px;
}
.page-header-style3.page-header h1 {
color: #333333;
font-size: 24px;
background-color: #fff;
padding: 8px 54px;
font-weight: normal;
}

/*-------------- Portfolio ---------------*/

.isotope .isotope-element>div {
  width: 100%;
  margin-bottom: 0;
  float: left;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery.isotope {
margin-left: -2%;
margin-bottom: 40px;
}
#portfolio {
  opacity: 0;
}
.portfolio2col .isotope-element {
margin-left: 2%;
margin-bottom: 3%;
width: 47.8%;
float: left;
display: block;
}
.portfolio3col .isotope-element {
margin-left: 2.6%;
margin-bottom: 50px;
width: 30.7%;
float: left;
display: block;
}
.portfolio4col .isotope-element {
margin-left: 2%;
margin-bottom: 3%;
width: 22.9%;
float: left;
display: block;
}
.gallery-filters {
display: block;
border-bottom: 1px solid #d9dee1;
}
.gallery-filters ul li {
display: inline;
}
.gallery-filters ul {
margin-bottom: 0;
}
.gallery-filters li a {
padding: 12px 30px;
color: #000;
text-decoration: none;
font: 13px Lato, Arial, Tahoma, Verdana;
display: inline-block;
border: 1px solid transparent;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
border-radius: 2px;
border: 1px solid #e6eaed;
-ms-transition: 0.3s;
transition: 0.3s;
margin-right: 2px;
}
.gallery-filters li a.selected {
background: #1C184B;
color: #fff;
font-weight: bold;
}
.gallery-filters li:hover a {
background: #fbfbfb;
border-color: #d2d2d2;
}
.portfolio-main-item .flexslider-nav a.flexslider-prev {
margin-left: 0;
background-position: 13px -163px;
}
.portfolio-main-item .flexslider-nav a.flexslider-next {
margin-right: 0;
background-position: 15px -83px;
}
.portfolio-main-item .flexslider-nav {
top: 50%;
margin-top: -45px;
}
.portfolio-main-item .flexslider-nav a {
  width: 40px;
  height: 90px;
}
.portfolio-main-item {
margin-bottom: 60px;
}
.flex-control-nav {
position: absolute;
bottom: 10px;
left: 0;
width: 100%;
text-align: center;
margin-bottom: 0;
z-index: 10;
}
.flex-control-nav li {
display: inline-block;
margin: 0;
}
.flex-control-nav li a {
display: inline-block;
font-size: 0;
width: 12px;
height: 12px;
background: transparent;
margin: 5px;
text-align: center;
cursor: pointer;
border-radius: 50%;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
border: 1px solid #fff;
}
.latest-from-blog_main_item a {
text-decoration: none;
border: 0;
box-shadow: none;
outline: none;
display: block;
}
.flex-control-nav li a.flex-active {
background: #fff;
}
.portfolio-item-url {
clear: both;
display: block;
color: #1C184B;
}
ul.services li:before {
content: "\f00c";
font-family: FontAwesome;
margin-right: 10px;
color: #d2d2d2;
font-weight: normal;
}

.load-portfolio {
  background-color: #1C184B;
margin-bottom: 80px;
}

.portfolio-cta {
	background-color:#1C184B;
	padding-top: 30px;
	padding-bottom: 0;
	margin-bottom: -41px;
}

.portfolio-cta h3 {
	color: #ffffff;
	font-size: 32px;
}
.latest-from-blog_main_item img {
width: 100%;
}
/*---- No-titles -----*/

.no-titles .latest-from-blog_main_item {
  position: relative;
  overflow: hidden;
}
.overlay .post-category {
color: #fff;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1C184B;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0;

  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  transition: 0.6s;
}
.overlay:hover {
opacity: 1;
}

.latest-from-blog_main_item .overlay .read-more {
border-color: #fff;
color: #fff;
position: absolute;
bottom: -10%;
right: 0;
}
.overlay .post-title a {
color: #fff;
}


/*-------- Portfolo-single -----------*/

.post-image {
width: 100%;
margin-bottom: 40px;
}
.post-image img {
border: 1px solid #ebebeb;
box-sizing: border-box;
}

.project-details a {
color: #747474;
text-decoration: none;
font-weight: normal;
}

.project-details li span {
color: #747474;
font-weight: normal;
}

.post-back:before {
content: "\f045";
}
.post-like:before {
content: "\f004";
}
.post-share:before {
width: 20px;
height: 11px;
content: '';
background: url(../img/sprite.png) -290px 0;
display: inline-block;
}
.post-details .post-back {
border-right: 0;
}
.portfolio-gallery {
margin-bottom: 40px;
}

/*-------------- Contact ----------*/

#map-box {
display: block;
height: 565px;
margin-bottom: 40px;
}
#map-box > p {
display: none;
}
#map-box>div {
height: 565px;
position: relative;
width: 100% !important;
margin: 0;
}

#map-box .wpgmappity_container {
height: 565px !important;
}

#map-box .wpgmappity_container {
width: 100% !important;
}

input[type=text] {
margin: 0 2% 0 0;
font: normal 13px Lato, Tahoma, Verdana;
}
input[type=text],input[type=number],textarea {
  border: 1px solid #e6eaed;
  background: #Fff;
  padding: 11px 10px;
  margin-bottom: 20px;
  outline: none;
  font: 13px Lato, Arial, Tahoma;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
display: block;
width: 100%;
margin: 0;
height: 160px;
margin-bottom: 20px;
}
input[type=text].last {
margin-right: 0 !important;
}
.contact-form input[type=text] {
width: 48.7%;
}
.contact-form  :-moz-placeholder,
#commentform  :-moz-placeholder {
color: #bebebe;
font: 13px Lato, Arial, Tahoma;
outline: none;
text-shadow: 0 1px 0 rgba(255,255,255,0.7);
  }
.contact-form  :-ms-input-placeholder,
#commentform  :-ms-input-placeholder {
color: #bebebe;
font: 13px Lato, Arial, Tahoma;
outline: none;
text-shadow: 0 1px 0 rgba(255,255,255,0.7);
  }
 .contact-form ::-webkit-input-placeholder,
 #commentform ::-webkit-input-placeholder {
color: #bebebe;
font: 13px Lato, Arial, Tahoma;
outline: none;
text-shadow: 0 1px 0 rgba(255,255,255,0.7);
  }
.contact-form input.sc-button {
border: 0;
color: #ffffff;
}
.contact-form_form input,.contact-form_form textarea {
  color: #bebebe;

  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}

.error {
	color: #FF0000;
}

.message {
	color: #01750f;
}

/*---------- Blog -----------*/

.post a img {
  width: 100%;
  border: 1px solid #e7ebee;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.post .latest-from-blog_item_header a {
  color: #1C184B;
  font-size: 23px;
  font-weight: normal;
}
.post {
position: relative;
margin-bottom: 60px;
border-bottom: 1px solid #e6eaed;
padding-bottom: 40px;
}
.post-title {
margin-bottom: 22px;
margin-top: 10px;
padding: 0;
}
.post-details span {
 border-right: 1px solid #bebebe;
 padding-right: 15px;
 padding-left: 5px;
}

.post-details span, .post-details .post-author a {
font: 13px Lato, Arial, Tahoma;
color: #bebebe;
display: inline-block;
border-right: 1px solid #9c9c9c;
line-height: 0.8;
padding-right: 7px;
margin-left: 3px;
padding-left: 0;
text-decoration: none;
}
.read-more {
text-decoration: none;
}
.post-details .post-author a, .post-details span:last-child {
border-right: 0;
}
.post .post-author {
margin-left: 0;
}
.post-details .post-categories {
border-right: 0;
}
.post-comments {
display: inline-block;
margin-left: 15px;
padding-left: 20px;
color: #b0b0b0;
font: 11px Arial, Tahoma;
background: url(../img/sprite.png) -279px -116px;
}
.post-details span:before {
margin-right: 7px;
font-family: FontAwesome;
}
.post-comments:before {
content: "\f075";
}
.post .post-date:before {
content: "\f040";
}
.post-categories:before {
content: "\f02c";
}
.post:last-child {
border: 0;
}
.post .latest-from-blog_item_text {
padding-left: 0;
margin-bottom: 25px;
display: block;
}
.post .post-author:before {
content: "\f007";
}
.post-comments {
display: inline-block;
margin-left: 15px;
padding-left: 20px;
color: #b0b0b0;
font: 11px Arial, Tahoma;
background: url(../img/sprite.png) -279px -116px;
}
.post .latest-from-blog_item_header {
margin-bottom: 20px;
}
.input-field {
float: left;
width: 32.4%;
margin-right: 1.4%;
margin-bottom: 0;
}
.input-field.last-field {
margin-right: 0;
}
.input-field input {
width: 100%;
}
.post-img img {
width: 100%;
display: block;
margin: 0;
}
.post-title a {
font: normal 18px Lato, Arial, Tahoma;
text-decoration: none;
margin-top: 20px;
display: block;
}
.right-sidebar #post-body-padding {
padding-right: 20px;
}
.latest-from-blog_main_item .read-more {
text-decoration: none;
float: right;
cursor: pointer;
width: 28px;
height: 28px;
border: 2px solid #1C184B;
border-radius: 50%;
margin: 25px 17px;
color: #1C184B;
font-size: 20px;
text-align: center;
line-height: 1;
}
.latest-from-blog_main_item .read-more:after {
content: "\f061";
font-family: FontAwesome;
font-size: 12px;
font-weight: 100;
line-height: 29px;
}
.latest-from-blog_main_item:hover .read-more {
  color: #fff;
  border-color: #fff;
}

.post-pagination a, .comments-pages .page-numbers {
  font: bold 13px Lato, Arial, Tahoma;
  text-decoration: none;
  color: #333333;
  border: 1px solid #e6eaed;
  padding: 10px 30px;
  height: 20px;
  line-height: 20px;
  display: block;

  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 2px;
}

.comments-pages .page-numbers {
	display: inline-block;
	margin-right: 6px;
}

.container_16.post-pagination a {
float: right;
margin-left: 6px;
}
.post-pagination li {
    display: inline-block;
    margin-right: 6px;
}
.post-pagination a.next-page:before {
    content: 'Next';
}
.post-pagination a.prev-page:before {
content: 'Previous';
}
.post-pagination a:hover,
.post-pagination a.active,
.comments-pages .page-numbers.current,
.comments-pages .page-numbers:hover {
    background-color: #1C184B;
    color: #fff;
    border-color: transparent;
}

.post-pagination .all-posts {
background: url(../img/sprite.png) -188px 15px;
}
.post-pagination h3 {
clear: none;
margin-bottom: 0px;
}

/*----- Small Blog -----*/

.blog.blog-small .post-image {
width: 40%;
margin-right: 2.5%;
display: inline-block;
vertical-align: top;
margin-bottom: 0;
}
.blog.blog-small .post-content {
display: inline-block;
width: 57%;
vertical-align: top;
}
.blog-small .post-title,
.blog-small .post-title a {
margin-top: 0;
}

/*------------ Blog Grid ---------*/
#blog-grid {
  width: 102.5%;
  opacity: 0;
}
.blog-grid .post-pagination {
text-align: center;
}
#blog-grid .post {
float: left;
width: 30.77%;
margin: 0 2.4% 30px 0;
border: 0;
}
.isotope-item {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
#blog-grid h4 a {
font-weight: normal;
}
.wrapper.gallery-filters.centered {
text-align: center;
}
.wrapper.gallery-filters.centered .container_16 {
padding: 70px 0;
}

/*------ Comments -------*/

.comment-list li {
list-style: none;
display: block;
margin-left: 0;
}
.comment-list .avatar {
float: left;
margin-right: -80px;
width: 70px;
height: 70px;
border-radius: 50%;
overflow: hidden;
}
.comment-list .avatar img {
width: 100%;
height: 100%;
display: block;
}
.comment-content {
display: inline-block;
margin-left: 100px;
}
.comment-content h6 {
margin-bottom: 20px;
font: bold 12px Arial, Tahoma, Verdana;
color: #474747;
}
.comment-content time {
float: right;
font-weight: normal;
font-style: italic;
color: #999999;
}
.comment-list .reply a {
margin-left: 10px;
text-decoration: none;
}
.comment-list .children {
margin-left: 50px;
}
#reply-title {
display: none;
}
.comment-meta > img {
width: 77px;
height: 77px;
border: 1px solid #ebebeb;
margin-right: 30px;
border-radius: 50%;
float: left;
}
.form-allowed-tags {
display: none;
}

.comments-pages {
	margin-bottom: 20px;
}

.depth-2 {
	margin-left: 40px;
}

.depth-3 {
	margin-left:60px;
}

/*------- Blockquote ----------*/

.blockquote {
background: #fff;
border-radius: 5px;
box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
padding: 15px 15px 15px 60px;
position: relative;
display: block;
margin-bottom: 30px;
}
.blockquote:after {
content: '';
position: absolute;
background: url(../img/quote.png);
width: 33px;
height: 27px;
top: 15px;
left: 15px;
}
.blockquote p {
margin: 0;
}
.blockquote-container-center {
  width: 100%;
  margin-bottom: 20px;
}
.blockquote-container-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.blockquote-container-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}




/*----------- Purchase -------------*/

.purchase {
background-color: #1C184B;
padding: 68px 0;
text-align: center;
}
.purchase h2 {
color: #fff;
font-size: 30px;
font-weight: bold;
margin-right: 0;
display: block;
line-height: 1.4;
margin-bottom: 0;
text-align: center;
margin-right: 30px;
display: inline-block;
}
.purchase .sc-button {
display: inline-block;
margin-bottom: 0;
}

.purchase.purchase-full-width {
padding-left: 5000px;
padding-right: 5000px;
margin-left: -5000px;
margin-right: -5000px;
}

/*----------- Footer  --------*/

.page-wrapper footer {
  background: rgb(247, 247, 247);
  padding:  0;
  border-top: 8px solid #1b1e25;
  z-index:99;
}

footer .logo {
margin-top: 5px;
height: 30px;
}
#footer-bottom .menu {
float: right;
margin-left: 36px;
height: auto;
}

footer .menu li{
	visibility:visible;
	border-top:1px solid transparent;
}

footer .menu li:hover{
	border-top:1px solid #1C184B;
}

footer .current_page_item {
border: 0;
}
#footer-bottom .menu li a {
font-size: 14px;
padding: 0 4px;
color: #7b7b7b;
font: 12px Lato, Arial, Tahoma;
text-transform: uppercase;
}
#footer-bottom .menu li a:hover {
color: #fff;
}
footer .menu > li > a:before {
display: none;
}
footer .menu li:last-child a:after {
display: none;
}
footer .menu li a:after {
content: '|';
margin-left: 10px;
color: #7b7b7b;
}
footer .menu .current_page_item a {
color: #fff;
}
#footer-bottom {
background-color: #1b1e25;
padding: 15px 0;
}
footer p {
color: #7b7b7b;
/*font: 600 13px/1.7 Lato, Arial, Tahoma;*/
}
.footer-logo {
margin-bottom: 30px;
}
#footer-top {
padding: 20px 0 0px;
}

.copy {
font-size: 12px;
text-transform: uppercase;
float: left;
margin-bottom: 0;
}
footer .widget ul li a {
color: #969696;
border-bottom: 1px solid #3f4147;
}
footer .widget ul li a:hover {
/*color: #fff;*/
}
footer .widget li a:before {
content: "\f105";
color: #969696;
font-size: 14px;
margin-right: 7px;
margin-top: 0;
}

footer.PRE .widget li a:before {
color: #A7CE3B;
}

footer.NYP .widget li a:before {
color: #CE222B;
}

footer.EP .widget li a:before {
color: #A7CE3B;
}

footer.HOR .widget li a:before {
color: #002B60;
}


.footer-logo {
margin-bottom: 20px;
display: block;
}
.contact {
display: block;
margin-bottom: 10px;
}
.contact .fa {
color: #002A5C;
margin-right: 25px;
}
.wysija-input {
    border-radius: 2px;
    width: 100%;
    height: 38px;
}
.widget_wysija_cont input.wysija-submit {
  background: #a7d74c;
  border: 0;
  color: #fff;
  height: 38px;
  text-align: center;
  border-radius: 2px;

  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  width: 30%;
  margin-top: 0;
-webkit-appearance: none;
}

.wysija-paragraph {
  float: left;
  width: 70%;
  padding-right: 10px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_wysija_cont p label {
    display: none;
}
/*------- Boxed layouts ---------*/

.b960 #footer-bottom,  .b1170 #footer-bottom,
.b960 #slider,  .b1170 #slider,
.b960 #purchase,  .b1170 #purchase {
margin-left: -50px;
margin-right: -50px;
}

/*-------------- Slides -------------*/

.tp-caption.big_white {
background: transparent;
font-size: 48px;
font-family: Lato, Arial, Tahoma;
font-weight: 500;
}
.tp-caption.small_white {
font-size: 18px;
color: #fff;
font-weight: 500;
}
.small_white {
  color: #fff;
  font: bold 18px Lato, Arial, Tahoma;
}
.blue_bg {
  font-size: 30px;
padding: 0 30px;
  background: #1C184B;
color: #fff;
font-weight: 600;
width: auto;
}
.blue_bg2 {
  font-size: 30px;
padding: 16px 30px;
  background: #1C184B;
color: #fff;
font-weight: 600;
width: auto;
display: block;
line-height: 1 !important;
box-sizing:border-box;
}
.black_bordered {
  background: #Fff;
  border: 1px solid #e9ecef !important;
padding: 10px 50px;
font-size: 18px;
font-weight: 600;
}
.black_bordered2 {
  background: #Fff;
padding: 16px 50px;
font-size: 18px;
font-weight: 600;
line-height: 1 !important;
}
.medium_black {
  font-size: 30px;
  color: #333333;
  font-weight: 600;
}
.medium_blue {
  color: #1C184B;
  font-size: 18px;
  font-weight: 600;
}
.small_black {
color: #333333;
width: 400px;
white-space: normal !important;
font-weight: 600;
}
.tp-caption .sc-button {
  color: #fff;
display: inline;
}
.tp-caption.one-third {
    width: 410px;
    white-space: normal !important;
}
.tp-caption.one-third p {
white-space: normal !important;
line-height: 20px !important;
}
.tp-caption h2 {
  font-size: 30px;
}
.tp-caption a:hover {
  color:#ffffff;
}
.tp-caption.big_title h2 {
  font-size: 60px;
}
/*----------------- Shop Page --------------*/

body.woocommerce ul.products li.product a:hover img, body.woocommerce-page ul.products li.product a:hover img {
    box-shadow: none;
    border-bottom: 1px solid #e6eaed;
}
body.woocommerce ul.products li.product a img, body.woocommerce-page ul.products li.product a img {
    box-shadow: none;
    border-bottom: 1px solid #e6eaed;
}
body.woocommerce ul.products li.product,body.woocommerce-page ul.products li.product {
  border: 1px solid #e6eaed;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body.woocommerce ul.products li.product .price, body.woocommerce-page ul.products li.product .price {
color: #1C184B;
font-size: 13px;
text-decoration: none;
font-weight: 600;
padding: 0 20px;
line-height: 1.5;
height: 20px;
margin-bottom: 20px;
}
.woocommerce ul.products li.product .price ins {
text-decoration: none;
}
ul.product_list_widget li {
padding: 0;
margin-bottom: 10px;
}
body.woocommerce a.button, .woocommerce-page a.add_to_cart_button {
position: absolute;
right: 10px;
bottom: 25px;
width: 35px;
height: 35px;
background: #1C184B !important;
font-size: 0;
border-radius: 50%;
padding: 0;
box-shadow: none;
text-align: center;
border: 0;
}
body.woocommerce a.button:hover, body.woocommerce-page a.add_to_cart_button:hover {
opacity: 0.8;
}
body.woocommerce a.button:before, body.woocommerce-page a.add_to_cart_button:before {
font-family: fontawesome;
font-size: 15px;
color: #fff;
content: "\f07a";
line-height: 35px;
text-align: center;
font-weight: 100;
text-align: center;
}
body.woocommerce a.button.added:before, body.woocommerce-page a.add_to_cart_button.added:before {
font-family: fontawesome;
font-size: 15px;
color: #fff;
content: "\f00c";
line-height: 35px;
text-align: center;
font-weight: 100;
text-align: center;
position: static;
height: auto;
width: auto;
text-indent: 0;
background-image: none;
}

body.woocommerce .page-wrapper a.added_to_cart, body.woocommerce-page .page-wrapper a.added_to_cart {
position: absolute;
bottom: 29px;
right: 56px;
font-size: 12px;
background: #1C184B;
color: #fff;
padding: 4px 10px;
border-radius: 3px;
}

body.woocommerce ul.products li.product h3, body.woocommerce-page ul.products li.product h3 {
font-weight: 500;
font-size: 18px;
padding: 0 20px;
}
body.woocommerce ul.products li.product .onsale, body.woocommerce-page ul.products li.product .onsale, body.woocommerce span.onsale {
background: #f95353;
border-radius: 0;
line-height: 1;
font-size: 11px;
font-weight: normal;
padding: 4px 10px;
min-height: initial;
right: auto;
left: -6px;
top: 25px;
text-shadow: none;
box-shadow: 0 0 4px 1px #e2e5e6;
}
.woocommerce-tabs h2 {
font-size: 18px;
font-weight: 500;
margin-bottom: 10px;
}
.single-product .right-sidebar {
display: none;
}
body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
    width: 30.7% !important;
}
body.woocommerce ul.products li.product:nth-child(3n+3), body.woocommerce-page ul.products li.product:nth-child(3n+3) {
    margin-right: 0 !important;
}
body.woocommerce ul.products li.first, body.woocommerce-page ul.products li.first {
clear: none;
}
body.woocommerce ul.products li.last, body.woocommerce-page ul.products li.last {
margin-right: 3.8%;
}
body.woocommerce .widget_price_filter .ui-slider .ui-slider-range, body.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
background: #43464D;
box-shadow: none;
}
body.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page body.widget_price_filter .ui-slider .ui-slider-handle {
background: #fff;
border: 1px solid #e6eaed;
border-radius: 0;
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.44);
text-decoration: none;
top: -4px;
padding: 1px 1px 1px 3px;
}
body.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, body.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #fff;
border: 1px solid #e6eaed;
margin-bottom: 30px;
}
body.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after, .woocommerce-page body.widget_price_filter .ui-slider .ui-slider-handle:after {
content: '|||';
font-size: 6px;
text-decoration: none;
color: #686868;
text-align: center;
line-height: 12px;
padding: 0;
display: block;
}
.product_list_widget  .buttons {
display: none;
}
body.woocommerce .widget_price_filter .price_slider_amount .button, body.woocommerce-page .widget_price_filter .price_slider_amount .button {
background: #1C184B;
color: #fff;
text-shadow: none;
border: 0;
}
.woocommerce .widget_shopping_cart .buttons, .woocommerce-page .widget_shopping_cart .buttons {
  display: none;
}
.related.products h2 {
font-size: 18px;
}

.widget_shopping_cart {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 250px;
  border: 1px solid #e6eaed;

  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.11);
  padding: 20px;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
z-index: 1100;
}
.top-menu > li:hover > a div {
display: block;
opacity: 1;
}
.top-menu > li > a div {
left: auto;
right: 0;
}
.icon-menu > li:hover > div {
  opacity: 1;
  display: block;
}
.widget_shopping_cart h5 {
    display: none;
}
.widget_shopping_cart:before {
    content: 'Recently added item(s)';
    color: #919191;
    font: 11px Lato, Arial, Tahoma;
    margin: 0;
    display: block;
}
body.woocommerce ul.cart_list li img, body.woocommerce-page ul.cart_list li img, body.woocommerce ul.product_list_widget li img, body.woocommerce-page ul.product_list_widget li img {
    float: left;
    margin: 0;
}
body.woocommerce-page ul.cart_list li img {
    padding: 0;
    width: 65px;
    box-shadow: none;
    border: 1px solid #e6eaed;
    margin-right: 20px;
}
body.woocommerce ul.cart_list, body.woocommerce-page ul.cart_list, body.woocommerce ul.product_list_widget, body.woocommerce-page ul.product_list_widget {
margin-top: 10px;
position: static;
box-shadow: none;
}
body.woocommerce ul.cart_list li a, body.woocommerce-page ul.cart_list li a, body.woocommerce ul.product_list_widget li a, body.woocommerce-page ul.product_list_widget li a {
    padding: 0;
    font: 13px Lato, Arial, Tahoma;
    text-decoration: none;
    margin-bottom: 10px;
color: #747474;
}
body.woocommerce .quantity, body.woocommerce-page .quantity, body.woocommerce #content .quantity, body.woocommerce-page #content .quantity {
margin-top: 0;
display: inline-block;
padding: 0 !important;
}
body.woocommerce .quantity .amount {
color: #1C184B;
padding: 0 !important;
}
body.woocommerce a.button:active, .woocommerce-page a.button:active {
  top:auto;
}

body.woocommerce .widget_shopping_cart .total strong, body.woocommerce-page .widget_shopping_cart .total strong {
    font: 13px Lato, Arial, Tahoma;
    text-transform: uppercase;
    margin-right: 10px;
}

body.woocommerce .widget_shopping_cart .total, body.woocommerce-page .widget_shopping_cart .total {
    background: #f5f5f5;
    border-bottom: 1px solid #eaedf0;
    border-top: 1px solid #eaedf0;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: -20px;
    text-align: right;
    color: #333333;
    padding: 10px 20px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
body.woocommerce .widget_shopping_cart .total strong, body.woocommerce-page .widget_shopping_cart .total strong {
    font: 13px Lato, Arial, Tahoma;
    text-transform: uppercase;
    margin-right: 10px;
}

body.woocommerce .woocommerce-ordering, body.woocommerce-page .woocommerce-ordering {
    float: left;
    position: relative;
margin-bottom: 40px;
}
body.woocommerce .woocommerce-result-count, body.woocommerce-page .woocommerce-result-count {
    float: right;
    color: #9f9f9f;
margin-top: 15px;
}
body.woocommerce .woocommerce-ordering select,body.woocommerce-page .woocommerce-ordering select {
  color: #9f9f9f;
  border: 1px solid #CECECE !important;
  padding: 5px;
  background: #fff;
  -webkit-appearance: none;
}
body.woocommerce .woocommerce-ordering:after, body.woocommerce-page .woocommerce-ordering:after {
content: "\f107";
font-family: fontawesome;
position: absolute;
right: 10px;
top: 7px;
color: #9f9f9f;
}

body.woocommerce ul.product_list_widget li a:before, body.woocommerce-page ul.product_list_widget li a:before {
display: none;
}

.right-sidebar > div, .left-sidebar > div {
    margin-bottom: 30px;
}

aside .menu>li>a{
	padding:0;
	padding: 13px 20px;
}

aside .menu li ul {
padding-left: 10px;
}

aside .menu li a{
	border-top:1px solid transparent;
	border-bottom:1px solid #ddd;
}

aside .menu li a:before {
	display: none!important;
}

aside .menu li{
	visibility:visible;
}

aside .menu li a:hover{
	border-top-color:#1C184B;
}

aside .menu>li>a:hover{
	border-top-color:transparent;
}

body.woocommerce ul.product_list_widget li img, body.woocommerce-page ul.product_list_widget li img {
    width: 70px;
    margin-right: 20px;
    box-shadow: none;
    border: 1px solid #e6eaed;
}
body.woocommerce ul.product_list_widget li a:before, body.woocommerce-page ul.product_list_widget li a:before {
    color: #747474;
}
body.woocommerce ul.product_list_widget li a:before, body.woocommerce-page ul.product_list_widget li a:before {
    display: none;
}
.product_list_widget ins {
    color: #1C184B;
    text-decoration: none;
}
.widget_shopping_cart  a.sc-button {
    padding: 13px 29px;
    color: #fff;
    display: inline-block;
margin: 8px 0 0;
font-size: 13px;
}
.widget_shopping_cart  a.sc-button.sc-blue {
    margin-right: 8px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
  width: 100%;
}
ul.product-categories li a:before {
content: '\f105';
font-size: 12px;
font-family: fontawesome;
margin-right: 12px;
color: #747474;
}
.woocommerce ul.product-categories li a {
border-bottom: 1px solid #e6eaed;
padding-bottom: 5px;
display: block;
line-height: 20px;
margin-bottom: 5px;
color: #747474;
}
body.woocommerce.headerstyle5  ul.cart_list li a {
color: #fff;
}
.headerstyle5 .widget_shopping_cart {
background: #474950;
border: 0;
}
body.woocommerce.headerstyle5 .quantity {
color: #a5a5a5;
}
body.woocommerce.headerstyle5 .widget_shopping_cart .total {
background: #686969;
border: 0;
color: #fff;
}




body.woocommerce nav.woocommerce-pagination ul li a {
    padding: 14px 27px;
    text-align: center;
    border: 1px solid #e6eaed;
    border-radius: 2px;
    color: #333333;
}
body.woocommerce nav.woocommerce-pagination {
    text-align: left;
}
body.woocommerce nav.woocommerce-pagination ul li span.current {
    padding: 14px 27px;
    background: #1C184B;
    color: #fff;
    text-align: center;
    border-color: transparent;
    border-radius: 2px;
}
body.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}
body.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    margin-right: 7px;
}
body.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
    font-size: 0;;
}
body.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:before {
    content: 'Next';
    font-size: 13px;
    display: inline-block;
    line-height: 1;
}


/*-------------- Product Page --------------*/

.woocommerce .product_title.entry-title {
    color: #464646;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1;
}
body.woocommerce div.product p.price {
    height: auto;
    line-height: 1;
    color: #1C184B;
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 30px;
}
body .woocommerce-tabs ul.tabs li {
display: none !important;
}
body .woocommerce-main-image.zoom {
  float: left;
  width: 70%;
  padding-right: 4px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body.woocommerce div.product div.images div.thumbnails {
    display: inline-block;
    width: 30%;
    padding: 0;
    vertical-align: top;
}
body.woocommerce div.product div.images div.thumbnails a {
    width: 100%;
    margin-bottom: 4px;
    margin-right: 0;
}
body.woocommerce-page div.product div.images img {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e8ecee;

height: 474px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body.woocommerce-page div.product div.images .thumbnails img {
height: 155px;
}
body.woocommerce-page .related ul.products li.product {
width: 22.9% !important;
margin-right: 2.8% !important;
}
body.woocommerce-page .related ul.products li.product:last-child {
margin-right: 0 !important;
}

body.woocommerce-page .quantity input {
    background: #fff !important;
    border: 1px solid #e6eaed !important;
    box-sizing: border-box;
    box-shadow: none !important;
    transition:0.2s;
    color: #9f9f9f;
}
body.woocommerce-page .quantity .minus {
    left: 0;
    top: 0;
    height: 37px;
    width: 27px;
}
body.woocommerce-page .quantity .plus {
    height: 37px;
    width: 27px;
}
body.woocommerce-page .quantity input.input-text {
    width: 110px;
    height: 37px;
}
body.woocommerce div.product form.cart div.quantity {
    width: 110px;
    margin-right: 10px;
    text-align: center;
}
body.woocommerce-page form.cart div.quantity input:hover {
    background: #1C184B !important;
    color: #fff;
}
body.woocommerce div.product form.cart .button {
background: #1C184B;
border: 0;
text-shadow: none;
height: 37px;
box-shadow: none;
padding-left: 20px;
padding-right: 20px;
}


/*----------- Portfolio open project ---------------*/

.op-content {
display: none;
}
.pp_content {
height: auto !important;
padding-bottom: 40px;
width: 100% !important;
}
#pp_full_res .open-project {
  line-height: 1.8;
}
.open-project h5 {
  margin-bottom: 20px;
}
.open-project .theme-one-fourth,
.open-project .theme-three-fourth {
  margin-bottom: 0;
}
.pp_top {
    height: 0;
}
.pp_content_container .pp_right {
    padding: 0;
}
.pp_content_container .pp_left {
    padding: 0;
}
.op-info {
    padding: 0 45px;
    position: relative;
}
.op-nav {
    position: absolute;
    top: -170px;
    left: 45px;
}
.op-nav a {
width: 77px;
height: 77px;
display: inline-block;
background-color: rgba(0,0,0,0.2);
margin-right: 3px;
color: #fff;
text-align: center;
text-decoration: none;
line-height: 77px;
}
.op-nav a:before {
font-family: fontawesome;
font-size: 15px;
color: #fff;
text-align: center;
}
.prev_project:before {
content: "\f060";
}
.next_project:before {
content: "\f061";
}
.op-close {
background: url(../img/op-close.png) no-repeat;
width: 37px;
height: 37px;
display: block;
position: absolute;
right: -42px;
top: 0px;
cursor: pointer;
}
.pp_inline .videoWrapper {
margin-bottom: 30px;
}
/*----------- Portfolio no margins ------------*/

.portfolio-no-margin {
margin-bottom: 60px;
}
.portfolio-no-margin .latest-from-blog_main_item {
position: relative;
width: 33%;
float: left;
margin: 0;
border: 0;
margin-bottom: 3px;
margin-right: 3px;
}
/*------------ Full width portfolio ----------*/

.featured-projects .sc-flexslider-wrapper {
overflow: visible;
}
.featured-projects img {
height: auto;
max-width: 100.1%;
width: 100.1%;
}
.featured-projects .latest-from-blog_main_item {
position: relative;
border: 0;
margin: 0;
float: left;
overflow: hidden;
}
.overlay.white {
background: #fff;
cursor: -webkit-grab !important;
cursor: -moz-grab !important;
width: 100.1%;
}

.overlay.white .post-title a,  .overlay.white .post-category,  .overlay.white .read-more {
color: #333;
border-color: #333;
border-width: 2px;
margin-top: 0;
}
.overlay.white .read-more {
  border-color: #464646;
  bottom: 45%;
  color: #464646;
  margin: 0px 0 -16px;
  right: 25px;
}

.overlay.white .post-category {
margin-top: 32%;
  top: 50%;
  opacity: 0;
}
.overlay.white:hover .read-more {
opacity:  1;
  bottom: 50%;
}
.overlay.white h4 {
  top: 50%;
  position: relative;
  margin-top: -30px;
  text-align: left;
  opacity: 0;
}

.featured-projects * {
  -webkit-user-drag: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
-webkit-backface-visibility: hidden;
}
.dragging .overlay.white {
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
}
.featured-projects .slides li {
padding-left: 0;
}

.overlay h4 {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;

  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
.overlay .post-category {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;

  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
opacity: 0;
}
.overlay .read-more {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;

  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;

}
.overlay:hover .post-category,  .overlay:hover h4 {
opacity: 1;
}

.overlay:hover .read-more {
opacity:  1;
  bottom: 0;
}

/*-------------- Preheader ---------------*/

.top-menu li {
    display: inline-block;
    position: relative;
}
.top-menu {
    float: right;
    margin: 0;
margin-right: -15px;
}
.top-menu li > a {
    color: #747474;
    text-decoration: none;
padding: 9px 20px 10px;
    display: block;
}
.top-menu > li > a:before {
    content: '|';
    position: absolute;
    left: 0;
    color: #e3e3e3;
    font-size: 11px;
}
.top-menu > li:first-child > a:before {
    display: none;
}
.top-menu .fa-angle-down {
position: absolute;
right: 7px;
padding: 0 !important;
top: 14px;
}
.top-menu  ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 1100;
    background: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.3);
    display: none;
width: 120px;
}
/*#preheader span {
    padding: 9px 0;
    display: inline-block;
    color: #747474;
}*/
#preheader {
  border-bottom: 1px solid #e3e3e3;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  background: rgb(247, 247, 247);
}

#preheader .item {
	/*margin: 5px 0;*/
    color: #747474;
	font-size: 13px;
}

#preheader .item a {
	/*color: #fff;*/
	text-decoration: none;
}

#preheader.PRE .item a {
	color: #767676;
	text-decoration: none;
}


#preheader .item.left:before {
	margin-right: 10px;
	/*content: '|';*/
	color: #E3E3E3;
	font-size: 11px;
}

#preheader .item.left.hidden:before {
	display: none;
}

#preheader .item.right:before {
	margin-right: 10px;
	content: '|';
	color: #E3E3E3;
	font-size: 11px;
}

#preheader .item.right.hidden:before {
	display: none;
}

#preheader .left {
	float: left;
	padding-right: 10px;
}

#preheader .right {
	float: right;
	padding-left: 10px;
}
#language li img {
display: inline-block;
clear: none;
margin-right: 10px;
}
.top-menu #language {
  background: #fff;
}
#language {
    position: absolute;
    left: 1px;
    background: #474950;
    width: 150px;
    top: 100%;
    padding: 10px 0;
}
.icon-menu ul {
display: none;
}
.icon-menu li:hover ul {
    display: block;
}
#language li a {
    padding: 4px 20px;
    color: #9b9b9b;
    font-size: 13px;
}
#language li:hover a {
  color: #fff;
}
.top-menu #language li:hover a {
    color: #1C184B;
}
.small-header #preheader {
margin-top: -42px;
}
.top-menu  li:hover ul {
    display: block;
}
.headerstyle2 header.small-header .logo:first-child {
top: 0;
}
.headerstyle2 .mega-menu > .sub-menu {
left: auto;
right: 0;
}
/*--------- Headerstyle3 -------------*/

.headerstyle3 .menu li a {
    padding: 12px 20px;
}
.headerstyle3 .menu {
    float: left;
}
.headerstyle3 .menu {
margin-left: -20px;
}
.headerstyle3 .menu-container {
    border-top: 1px solid #cdcdcd;
}
.headerstyle3 .logo {
margin-bottom: 31px;
}
.headerstyle3 header > section span {
margin-top: 35px;
float: right;
margin-right: 30px;
}
.headerstyle3 .fa-search {
border-left: 0;
}
.headerstyle3 .menu-container .logo {
  display: none;
}
.headerstyle3 .small-header > .container_16 {
    margin-top: -58px;
}
.headerstyle3 header > .container_16 {
  -webkit-transition: margin-top 0.3s;
  -moz-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  -ms-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}
.b1170.headerstyle3.fixed-header .menu-container,
.b960.headerstyle3.fixed-header .menu-container {
    border-top: 0;
}
.b1170.headerstyle3.fixed-header .menu-container .container_16,
.b960.headerstyle3.fixed-header .menu-container .container_16 {
    border-top: 1px solid #cdcdcd;
box-shadow: 0 2px 3px -1px rgba(0,0,0,0.3);
}

.b1170.headerstyle3 header .container_16, .b960.headerstyle3 header .container_16 {
box-shadow: none;
}
.headerstyle3.b1170 .menu-container, .headerstyle3.b960 .menu-container {
    border: 0;
}
.headerstyle3.b1170 .menu-container .container_16, .headerstyle3.b960 .menu-container .container_16 {
    border-top: 1px solid #cdcdcd;
}
.menu > li > a:after {
  display: none;
}
.dark_menu ul .sub-menu li.current_page_item > a,
.headerstyle5 ul .sub-menu li.current_page_item > a {
color: #ffffff;
}
/*----------- Headerstyle4 --------------*/

.headerstyle3.dark_menu .menu-container .menu > li > a {
color: #fff;
}
.headerstyle3.dark_menu .menu-container {
background: #30323a;
}



/*-------- Headerstyle5 -----------*/

.headerstyle5 header {
    background-color: #262932;
}
.headerstyle5 .menu > li > a {
color: #fefefe;
padding: 20px 20px !important;
text-transform: uppercase;
font-weight: 600;
}
.headerstyle5 .logo {
    margin: 18px 0;
}
.headerstyle5 #search-icon {
    margin-top: 8px;
}
.headerstyle5 .menu {
float: none;
margin-left: 60px;
display: inline-block;
}
.headerstyle5 ul .sub-menu,
.dark_menu ul .sub-menu {
    background-color: #1C184B;
    box-shadow: none;
    border: 0;
}
.headerstyle5 .menu li:hover > a,
.dark_menu .menu li:hover > a {
    background-color: #1C184B;
    color: #fff;
}
.headerstyle5 ul .sub-menu:after, .dark_menu ul .sub-menu:after {
display: none;
}
.sub-menu h2 {
color: #fff;
margin-bottom: 0;
padding-left: 20px;
}
.headerstyle5 .menu > li > a:after {
content: '|';
position: absolute;
right: -3px;
color: #5d5e60;
font-size: 11px;
border: 0;
top: 50%;
margin-top: -7px;
left: auto;
opacity: 1;
}
.headerstyle5 .menu > li:last-child > a:after {
display: none;
}
.headerstyle5 .menu > li:last-child > a:afte 757575 r {
display: none;
}
.icon-menu {
    float: right;
    margin: 0;
}
.icon-menu li {
    display: inline-block;
    position: relative;
}
.icon-menu li a {
  color: #757575;
  font-size: 16px;
  padding: 20px 26px;
  display: block;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.icon-menu li a:hover {
  color: #fff;
}
.icon-menu > li:before,
.icon-menu > li:last-child:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border-left: 1px solid #16181d;
    border-right: 1px solid #4d4e53;
    height: 100%;
}
.icon-menu li:last-child:after {
  right: 0;
  left: auto;
}
.icon-menu li a.fa-search {
    position: static;
border: 0;
}
.icon-menu #searchform input {
    top: 0;
    right: 0;
}
.b960.headerstyle5 header .container_16, .b1170.headerstyle5 header .container_16 {
background-color: #262932;
}
/*-------- Headerstyle6 ------------*/

.headerstyle5.big-padding .menu > li > a {
    padding: 46px 20px;
}
.headerstyle5.big-padding .logo {
    margin: 45px 0;
}
.headerstyle5.big-padding .icon-menu > li > a {
padding: 45px 26px;
}

.headerstyle5.big-padding .icon-menu li:before, .headerstyle5.big-padding .icon-menu li:last-child:after {
  display: none;
}
.small-header .icon-menu li a {
padding: 20px 26px !Important;
}



/*----------- Dark header search ---------------*/
.big-padding .icon-menu .dark + #searchform {
  top: 110px;
}
.big-padding.admin-bar .icon-menu .dark + #searchform {
  top: 142px;
}
.headerstyle5 .small-header .icon-menu .dark + #searchform {
top: 58px;
}
.headerstyle5.admin-bar .icon-menu .dark + #searchform {
top: 90px;
}
header  #searchform.white {
  background-color: #fff;
}
header  #searchform.white input {
  color: #747474;
}
header #searchform {
  position: fixed;
  background-color: #3A3E47;
  left: 0;
  width: 100%;
  top: 58px;
  overflow: hidden;
  height: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin-left:0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
margin-top: 0;
}
header #searchform input {
    position: static;
    background: transparent;
    margin-top: 15px;
    font-size: 48px;
    color: #fff;
    box-shadow: none;
    height: auto;
    width: 100%;
    cursor: text;
padding-left: 0;
/*display: block !important;*/
opacity: 1 !important;

}
header form :-moz-placeholder {
  color: #fff;
  font-size: 48px;
  text-shadow: none;
}

header form :-ms-input-placeholder {
  color: #fff;
  font-size: 48px;
  text-shadow: none;
}

header form ::-webkit-input-placeholder {
  color: #fff;
  font-size: 48px;
  text-shadow: none;
}

header form.white :-moz-placeholder {
  color: #747474;
}

header form.white :-ms-input-placeholder {
  color: #747474;
}

header form.white ::-webkit-input-placeholder {
  color: #747474;
}
header #searchform > .container_16 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 20px;
  margin-top: -100px;
}
header #searchform.white {
top: 115px;
box-shadow: 0 3px 3px -3px rgba(0,0,0,0.4);
}
.admin-bar header #searchform.white,
.headerstyle3.dark_menu header #searchform {
top: 167px;
}
.headerstyle3.dark_menu header #searchform {
    top: 135px;
}
header .active+#searchform.white {
    border-top: 1px solid #ebebeb;
}
header .active + #searchform > .container_16 {
    margin-top: 0;
}
header.small-header #searchform.white {
top: 47px;
}

/*----------- Page header style 4 --------------*/

.page-header.page-header-style4 {
background-image: url(../images/page-title2.jpg);
}
.page-header.page-header-style4 .container_16 {
padding: 77px 0;
}
.page-header.page-header-style4 h1 {
font-size: 36px;
font-weight: 400;
display: block;
text-align: center;
margin-bottom: 0;
}
.page-header.page-header-style4 .page-path {
    float: none;
    display: block;
    text-align: center;
}
.page-header.page-header-style4 #crumbs {
    padding: 0;
}
.page-header.page-header-style4 #crumbs span a, .page-header.page-header-style4 #crumbs span {
line-height: 16px;
font-weight: 600;
}

.page-header.page-header-style4 .delimiter:before {
  content: '\f105';
}

/*------------- Blog item ---------*/

.about-author {
margin-bottom: 50px;
}
.post-meta {
border-bottom: 1px solid #e6eaed;
border-top: 1px solid #e6eaed;
padding: 15px 0 12px;
margin-bottom: 30px;
}
.post-meta .social-icons {
margin-bottom: 0;
}
.avatar.rounded.big {
width: 77px;
height: 77px;
border: 1px solid #ebebeb;
margin-right: 30px;
}
.about-author p {
color: #939393;
}
.related-posts .latest-posts li {
display: inline-block;
width: 22%;
margin-right: 3.5%;
vertical-align: top;
}
.related-posts .latest-posts li:last-child {
  margin-right: 0;
}

/*------------ Comments ------------*/

.comment .post-author {
font-weight: 600;
font-size: 16px;
text-decoration: none;
color: #747474;
}
.comment-meta {
margin-bottom: 10px;
}
.comment-meta h5 {
    clear: none;
    margin-bottom: 0;
}
.comment .post-author:before {
    display: none;
}
.comment-reply-link {
float: right;
color: #939393;
text-decoration: none;
}
.comment-reply-link:before {
content: "|";
margin-right: 7px;
}
.comment time {
float: right;
color: #bebebe;
margin-right: 10px;
text-transform: uppercase;
}
.comment-body {
display: block;
margin-left: 110px;
border-bottom: 1px solid #e6eaed;
margin-bottom: 30px;
}
.comment:last-child .comment-body {
    border:0;
}
#commentform #submit {
border: 0;
cursor: pointer;
border-radius: 2px;
text-decoration: none;
display: inline-block;
margin-right: 20px;
margin-bottom: 20px;
position: relative;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
font: bold 13px Lato, Arial, Tahoma;
color: #fff;
padding: 13px 30px;
background-color: #1C184B;
}
.input-field input, #commentform textarea {
width: 100%;
box-shadow: 0 0 13px 0 rgba(0,0,0,0.05);
}

/*-------------- Portfolio Single2 -------------*/

.post-pagination.style2 a {
width: 29px;
height: 29px;
padding: 0;
line-height: 29px;
text-align: center;
border-color: #1C184B;
float: none;
display: inline-block;
}
.post-pagination.style2 {
text-align: center;
border-bottom: 1px solid #e6eaed;
border-top: 1px solid #e6eaed;
padding: 15px 0;
margin-top: 70px;
}
.post-pagination.style2 a i {
line-height: 29px;
vertical-align: middle;
font-size: 14px;
}

.post-pagination.style2 a i.fa-lg {
  font-size: 24px;
}
.project-details.style2 li {
font-weight:bold;
color:#333333;
border-bottom: 1px solid #e6eaed;
padding: 8px 0;
}

.portfolio-related-projects {
	background-color:#f4f4f4;
	border:1px solid #ebebeb;
	padding-top: 50px;
	padding-bottom: 0;
	margin-bottom: -1px;
}
.portfolio-related-projects:last-child {
margin-bottom: -40px;
border-bottom: 0;
}
.portfolio-related-projects h4 {
	 text-align: center;
	 font-size: 23px;
}
.portfolio-related-projects .h20 {
	height: 20px;
}
.videoWrapper.post-video {
margin-bottom: 40px;
}
/*------------- Banner Builder ------------*/
.banner-wrapper {
height: 0;
overflow: hidden;
opacity: 0;
}
.banner-builder {
overflow: hidden;
display: block;
float: left;
width: 100%;
margin-bottom: 30px;
position: relative;
}

.banner-builder video {
position: absolute;
top: 0;
width: 100%;
}

.banner-builder .banner-inner {
position: relative;
}

/*------------- Contact Template ------------*/

.contact-info p {
  margin-bottom:10px;
}

#search-icon i {
  font-size:14px;
}

#crumbs, #crumbs a {
  font-size:12px;
  font-weight:300;
}

span.post-author a, span.post-categories a {
  color:#bebebe;
}





section.sc-accordion, section.sc-accordion>p, section.sc-accordion>div {
    font-size: 15px;
    font-family: Arial;
    font-size: 14px;
    line-height: 26px;
    color: #333;
}



/****************** home-hoz plusz **********************************/

.slide-button {
    background: #f8f8f8;
    border-bottom: 1px solid #e9e9e9;
    border-top: 4px solid #dfdfdf;
    -webkit-box-shadow: 1px 0 0 #fff inset, 0 1px 0 0 #fff inset;
    -moz-box-shadow: 1px 0 0 #fff inset, 0 1px 0 0 #fff inset;
    box-shadow: 1px 0 0 #fff inset, 0 1px 0 0 #fff inset;
    color: #3a3a3a;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 20px;
    height: 40px;
    overflow: hidden;
    padding: 20px;
    text-align: left;
    text-decoration: none;
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    width: 30.15%;
    text-align: center;
}

.slide-button:hover{
    background: #f0f0f0;
}

.slide-button.PRE:hover{
    border-top-color: #A7CE3B;
}

.slide-button.EP:hover{
    border-top-color: #A7CE3B;
}

.slide-button.NYP:hover{
    border-top-color: #CE222B;
}

.slide-button.HOR:hover{
    border-top-color: #002B60;
}

.dropcap {
    float: none;
    margin-right: 0px;
}


h3.special-text.animated-block.group1.transparent-animation.animated {
    font-size: 30px !important;
}

h2.tran03slinear {
    font-size: 21px !important;
}

.tp-caption span.fa {
    line-height: 75px !important;
}

#text-6 .menu-item {
    padding: 2px 0px;
}


.isotope-item .tweets {
    list-style: none;
    padding-left: 16px;
}


div.sc-highlight {
    max-width: 1170px;
    margin: 0px auto 15px;
}

.top.benefits {
    list-style: none;
}

.top.benefits li {
    float: left;
    overflow: hidden;
    width: 15.3%;
    text-align: center;
    color: #fff;
    font-family: 'open sans condensed';
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.top.benefits i.fa {
    display: block;
    font-size: 15px;
    padding: 10px;
    background: url('/images/front/preimum-ikon-small.png');
    border-radius: 6px;
    margin-right: 4px;
    width: 15px;
    margin: 0px auto;
    background-size: contain;
}

.top.benefits li:hover i.fa {
    background: url('/images/front/preimum-ikon-hover-small.png');
    background-size: contain;
}

.top.benefits li {
    padding-right: 10px;
}

div.sc-highlight-full-width.with_corner.sc-heading-promo.animated-block.group2.transparent-animation.animated h4{
    margin-bottom: 25px;
    text-transform: uppercase;
}
div.sc-highlight-full-width.with_corner.sc-heading-promo.animated-block.group2.transparent-animation.animated p{
    margin-bottom: 5px;
}

div.sc-highlight-full-width.with_corner.sc-heading-promo.animated-block.group2.transparent-animation.animated p a{
    color: #fff;
}

#main #post-body ul.tweets li {
    padding: 5px;
    border-bottom: 1px dotted #ddd;
    margin-right: 15px;
}

#main #post-body ul.tweets li:last-child {
    border: none;
}

.line_bottom_box {
    height: 1px;
    width: 130px;
    background: #ddd;
    margin-left: 20px;
    position: relative;
    top: -5px;
}

.right-sidebar .line_bottom_box {
    margin-left: 0px;
}

.tp-bgimg:after {
background: url('/images/front/grid.png') repeat;
content: '';
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0.5;
}


video {
    margin-left: 0px !important;
}

div.video-pattern:after {
/*background: url('http://nyugdijpenztar.piarsoft.hu/images/front/pat3.png') repeat;
content: '';
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0.5;*/
}

.right-sidebar .post-title {
    font-family: 'Open Sans Condensed',Lato,Arial,Tahoma;
    font-size: 21px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 12px 0px;
}

.right-sidebar ul {
    margin-bottom: 5px;
}

.post-text-full div.item h2{
    background: rgb(247,247,247);
    border-radius: 15px 15px 15px 0px;
}

.post-text-full div.item h2:hover{
    background: rgb(217,217,217);
}

.sc-accordion.PRE .item>h2 {
    -webkit-box-shadow: inset 2px 0 0 0 #A7CE3B;
    box-shadow: inset 2px 0 0 0 #A7CE3B;
}

.sc-accordion.HOR .item>h2 {
    -webkit-box-shadow: inset 2px 0 0 0 #002B60;
    box-shadow: inset 2px 0 0 0 #002B60;
}

.sc-accordion.EP .item>h2 {
    -webkit-box-shadow: inset 2px 0 0 0 #A7CE3B;
    box-shadow: inset 2px 0 0 0 #A7CE3B;
}

.sc-accordion.NYP .item>h2 {
    -webkit-box-shadow: inset 2px 0 0 0 #CE222B;
    box-shadow: inset 2px 0 0 0 #CE222B;
}

li.menu-item span.fa {
    margin-right: 5px;
}

.socials {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    /*background-color: #f5f5f5;
    border: 1px solid #eee;*/
    width: 100%;
    text-align: left;
    max-width: 1170px;
}

iframe#twitter-widget-0 {
    height: 20px !important;
    display: inline-block;
    padding-top: 8px;
}

.fb_iframe_widget {
position: relative;
top: -8px;
margin-right: 25px;
}


.submenulink {
    font-size: 21px;
    margin: 0px;
    padding-left: 35px;
    font-family: 'open sans condensed';
    letter-spacing: 1px;
    line-height: 30px;
}

.item>h2>strong:after,.item>h2>span:after {
content: '(kinyit)';
float: right;
margin-right: 25px;
font-size: 12px;
}

.item.active>h2>strong:after,.item.active>h2>span:after {
content: '(bezár)';
float: right;
margin-right: 25px;
font-size: 12px;
}

.item>div.button>p>span:nth-child(1) {
    display: block !important;
}
.item.active>div.button>p>span:nth-child(1) {
    display: none !important;
}

.item>div.button>p>span:nth-child(2) {
    display: none !important;
}
.item.active>div.button>p>span:nth-child(2) {
    display: block !important;
}

div#___plusone_0 {
margin-right: 25px !important;
}

.connected_doc {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

section.sc-accordion p{
    margin-bottom: 15px;
}

p.connected_doc a:hover {
    color: #002A5C !important;

}

.doksik.HOR p.connected_doc a:hover {
    color: #CE222B !important;
}

.sc-accordion ul li {
    list-style: square !important;
}

#primary-menu .sub-menu .menu-item a{
    font-family: 'open sans condensed' !important;
    padding: 6px 20px;
    font-size: 16px;
    text-transform: uppercase;
}

footer h5 {
    font-family: 'open sans condensed';
    font-size: 16px;
}

section.sc-accordion img{
    margin: 0px 20px;
    /*border: 1px solid #ddd;*/
}

.item>p{
    margin-left: 47px;
}

.item>p:after {
    content: 'tovább...';
    margin-left: 30px;
    font-size: smaller;
    display: inline-block;
    font-style: italic;
    cursor: pointer;
}

.item.active>p:after {
    display:none;
}

section.sc-accordion table thead tr {
    border-top: 3px solid;
    border-bottom: 3px solid rgb(202,202,202);
}

section.sc-accordion table tbody tr {
    border-bottom: 1px solid ;
}

section.sc-accordion table tbody tr:last-child {
    border-bottom-width: 1px;
}

section.sc-accordion.EP table thead tr {
    /*border-bottom-color:#A7CE3B;*/
    border-top-color:#A7CE3B;
}

section.sc-accordion.NYP table thead tr {
    /*border-bottom-color:#CE222B;*/
    border-top-color:#CE222B;
}

section.sc-accordion.PRE table thead tr {
    /*border-bottom-color: #A7CE3B;*/
    border-top-color:#A7CE3B;
}

section.sc-accordion.HOR table thead tr {
    /*border-bottom-color: #002B60;*/
    border-top-color: #002B60;
}

section.sc-accordion table tbody tr {
    border-bottom-color: rgb(202,202,202);
}

section.sc-accordion table tr th{
    background: rgb(240,240,240);
    font-weight: bold;
}

section.sc-accordion table tr th, section.sc-accordion table tr td{
    padding: 5px;
}

section.sc-accordion table caption {
    color: #fff;
    padding: 5px 10px 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

section.sc-accordion.EP table caption, section.sc-accordion.PRE table caption {
    background: #A7CE3B;
}

section.sc-accordion.NYP table caption {
    background: #CE222B;
}

section.sc-accordion.HOR table caption {
    background: #002b60;
}


table tr.even td{
    background: #fff;
}

table tr.odd td{
    background: rgb(247,247,247);
}

ul.tweets li div.tweets-desc.email a:first-child {
    color: #47ade8;
}

/****************************************- slider-hez átalakítás ***********************************/

div.buttons-container {
    display: none;
}

div.buttons-container.display {
    display: block;
    position: relative;
    z-index: 100;
    overflow: hidden;
}


div.tp-bullets {
width: 100% !important;
bottom: 0px !important;
margin-left: 0px !important;
left: 0 !important;
position: relative !important;
z-index: 0 !important;
}

div.bullet {
    /*cursor: pointer !important;*/
    /*position: relative !important;*/
    background: none !important;
    width: 33.33333% !important;
    height: auto !important;
    /*margin-right: 0px;*/
    /*float: left;*/
    /*margin-top: 0px;*/
    margin-left: 0px !important;
}

.slide-button {
    width: 100% !important;
    padding: 20px 0;
}

div.buttons-container.display .slide-button {
    width: 33.333333% !important;
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 0px !important;
}

.bullet.selected .slide-button {
    background: #e0e0e0;
}





.sc-accordion.EP hr {
    border-color: #A7CE3B;
}

.sc-accordion.HOR hr {
    border-color: #002B60;
}

.sc-accordion.NYP hr {
    border-color: #CE222B;
}

.sc-accordion.PRE hr {
    border-color: #A7CE3B;
}

.sc-accordion ul{
    margin-left: 10px !important;
}

.sc-accordion ul li {
    list-style: none !important;
    text-indent: -15px;
}

.sc-accordion ul li:before {
    content: '\f0c8';
    font-family: fontawesome;
    font-size: 6px;
    line-height: 16px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.sc-accordion.PRE ul li:before, .sc-accordion.PRE a:hover {
    color: #A7CE3B;
}

.sc-accordion.HOR ul li:before, .sc-accordion.HOR a:hover {
    color: #002B60;
}

.sc-accordion.EP ul li:before, .sc-accordion.EP a:hover {
    color: #A7CE3B;
}

.sc-accordion.NYP ul li:before, .sc-accordion.NYP a:hover {
    color: #CE222B;
}

.sc-accordion strong {
    font-size: 16px;
}

.sc-accordion a {
    text-decoration: underline;
}

.sc-accordion.EP ul li>p {
display: inline-block;
margin-bottom:initial;
}

.sc-accordion table.nyomtatvany tbody tr:last-child,.sc-accordion table.nyomtatvanyok tbody tr:last-child{
    border-bottom: none
}

.sc-accordion table.nyomtatvany tbody tr td:first-child,.sc-accordion table.nyomtatvanyok tbody tr td:first-child{
    background: url('https://premiumpenztarak.hu/lib/kcfinder/upload/images/Pdf_by_mimooh.svg.png') no-repeat center;
    background-size: 25px;
}

.sc-accordion table.nyomtatvany td,.sc-accordion table.nyomtatvanyok td{
    background: none;
}

.sc-accordion table.nyomtatvany td p,.sc-accordion table.nyomtatvanyok td p {
    margin-bottom: initial;
}

.HOR.logo {
    max-width: 201px;
    margin-top: 22px;
}

.small-header .HOR.logo {
    margin-top: 8px !important;
}

#main .right-sidebar .widget {
    border-radius: 15px 15px 15px 0px;
}


#rev_slider_3_2 {
    height:455px;
}


#rateDatePicker{
    width: 100%;
    padding: 10px;
    background: #F7F7F7;
    border-radius: 5px 5px 5px 5px;
    overflow: auto;
    margin-bottom: 20px;
}
#rateDatePicker .date1{
    float: right;
    margin-right: 10px;
    width: 12%;
    height: 30px;
    margin-bottom: 0px;
}

#rateDatePicker .rateRefresh{
    float: right;
    width: 11%;
    height: 30px;
    border: none;
    background-color: #002B60;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
#rateDatePicker .loadingRate{
    float: right;
    margin-right: 15px;
    display: none;
}

#rateDatePicker .rateTitle{
    font-size: 16px;
    line-height: 30px;
    color: #002B60;
    font-weight: bold;
}

#ratesTable{
    width: 100%;
}
#ratesTable th{
    background-color: #002B60;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-align: center;
}

#ratesTable .even td{
    text-align: center;
}

#ratesTable .odd td{
    text-align: center;
}

#dev_site {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    background: red;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}


div[data-jsfunction=szamlaszam]{
    color: #1C184B;
}

.sc-accordion.NYP div[data-jsfunction=szamlaszam]:hover{
    color: #CE222B;
}

.sc-accordion.EP div[data-jsfunction=szamlaszam]:hover{
    color: #A7CE3B;
}

/******************************************* NYEREMÉNYJÁTÉK ****************************************/
.nyeremeny-banner {
    height: 48px;
    font-family: HelveticaNeue;
    font-size: 27px;
    line-height: 48px;
    background-color: #022C5D;
}

.nyeremeny-banner-inside {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px auto;
    max-width: 1140px;
}

.nyeremeny-banner-inside p, .nyeremeny-banner-inside img{
    float: left;
    margin-left: 10px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.nyeremeny-banner-inside img{
    height: 44px;
    padding: 2px 0px;
}
