@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,700,800);

@font-face {
    font-family: 'icon-worksregular';
    src: url('../fonts/icon-works-webfont.eot');
    src: url('../fonts/icon-works-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/icon-works-webfont.woff') format('woff'),
         url('../fonts/icon-works-webfont.ttf') format('truetype'),
         url('../fonts/icon-works-webfont.svg#icon-worksregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'bpg_banner_caps_alpha';
	src: url('../fonts/bpg_banner_caps_alpha.eot');
	src: local('☺'), url('../fonts/bpg_banner_caps_alpha.woff') format('woff'), url('../fonts/bpg_banner_caps_alpha.ttf') format('truetype'), url('../fonts/bpg_banner_caps_alpha.svg') format('svg');
	font-weight: 100;
	font-style: normal;
} 

/* ------------------------ 
   Typography and Reset CSS
   ------------------------ */

* {
    max-height: 100000px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    margin: 0;
    min-width: 320px;
    color: #8c8c8c;
    font: 14px/22px 'Merriweather Sans', Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    background: #fff;
    border-top: 5px solid #ffe300;
}
img {
    vertical-align: top;
    border-style: none;
}
a {
    text-decoration: none;
    color: #17212c;
}
a:hover,
a:focus,
a:active {
    color: #17212c;
    text-decoration: none;
}
*:focus {
    outline: none !important;
}
input,
textarea,
select {
    font: 300 100% 'Merriweather Sans', Arial, sans-serif;
    vertical-align: middle;
    color: #17212c;
}
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    -webkit-appearance: none;
}
form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}
::-webkit-input-placeholder {
    color: #17212c;
}
:-moz-placeholder {
    color: #17212c;
    opacity: 1;
}
::-moz-placeholder {
    color: #17212c;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #17212c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: 'Merriweather Sans', Arial, sans-serif;
    font-weight: 700;
    margin-top: 0px;
}
[class*="col-md"],
[class*="col-lg"],
[class*="col-sm"],
[class*="col-xs"] {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0 -4px 0 0;
}
h1 {
    font-size: 55px;
    line-height: 58px;
}
h2 {
    font-size: 30px;
    line-height: 33px;
}
h3 {
    font-size: 20px;
    line-height: 23px;
}
h4 {
    font-size: 18px;
    line-height: 21px;
}
h5 {
    font-size: 16px;
    line-height: 19px;
}
h6 {
    font-size: 14px;
    line-height: 17px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table thead {}
table tbody {}
table tr th {
    font-weight: 300;
    color: #8c8c8c;
    padding: 15px 15px 15px 0;
}
table tbody tr td {
    padding: 15px 15px 15px 0;
}
table tfoot tr td {}

/* ----------- 
   Rich Editor
   ----------- */

.rich_editor_text h1,
.rich_editor_text h2,
.rich_editor_text h3,
.rich_editor_text h4,
.rich_editor_text h5 {
    margin-bottom: 10px;
}
.rich_editor_text p,
.rich_editor_text ul,
.rich_editor_text ol {
    margin-bottom: 10px;
}
.rich_editor_text ul {
    float: none;
    list-style: disc;
    margin-left: 0px;
}
.rich_editor_text .liststyle ul {
    padding-left: 0px;
}
.rich_editor_text ol {
    list-style-type: decimal;
    margin-left: 0px;
    padding-left: 25px;
}
.rich_editor_text li {
    float: none;
}
.rich_editor_text ul ul {
    list-style-type: circle;
    margin-bottom: 0;
    padding: 0 0 0 25px;
}

/* --------------- 
   Wordpress Reset
   --------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}
.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 20px 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%;
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.mobile-nav,
.menu-btn {
    display: none;
}
#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* ------ 
   Header
   ------ */
#header{
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
    position: relative;
    z-index: 99999;
}
#header .header-top {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}
.header-top .contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.header-top .contact-info li {
    float: left;
    padding: 0 40px 0 0;
}
.header-top .contact-info .icon {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    width: 45px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    color: #17212c;
    text-align: center;
    margin: 0 10px 0 0;
}
.header-top .contact-info .icon i {
    line-height: 45px;
    font-size: 18px;
}
.header-top .contact-info a,
.header-top .contact-info .text {
    font-size: 12px;
    color: #17212c;
    display: inline-block;
    vertical-align: middle;
}
.header-top .social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    border-left: 1px solid #e6e6e6;
}
.header-top .social-icons li {
    float: left;
    border-right: 1px solid #e6e6e6;
}
.header-top .social-icons a {
    height: 45px;
    width: 45px;
    color: #17212c;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
}
.header-top .social-icons a:hover:after{ width: 100%; }
.header-top .social-icons a:after{
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 100%;
    content: '';
    background-color: #f0f0f0;
    z-index: -1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
.header-top .social-icons i {
    line-height: 45px;
    font-size: 18px;
}
#header .nav-block {}
#header .nav-block:after {
    display: block;
	overflow:visible !important;
    clear: both;
    content: '';
}
.nav-block.fixed{
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    border-top:3px solid #ffe300;
    background: #fff;
    z-index: 99999;
     -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
}
.nav-block.fixed .logo{
    -moz-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    padding: 12px 0;
}
.nav-block .logo {
    float: left;
    padding: 23px 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
.nav-block .nav-area {
    float: right;
}
#nav {
    float: left;
}
#nav * {
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
#nav>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-block.fixed #nav>ul>li{padding: 16px 0;}
#nav>ul>li {
    float: left;
    font-size: 14px;
    margin: 0 32px 0 0;
    padding: 26px 0;
    position: relative;
}
#nav>ul>li.has-dropdown>a {
    position: relative;
    padding: 0 14px 0 0;
}
#nav>ul>li.has-dropdown>a:after {
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 8px;
    line-height: 8px;
    color: #17212c;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all 0.2s ease-in;
     transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#nav>ul>li>a {
    color: #17212c;
	font-family: 'bpg_banner_caps_alpha';
}
#nav>ul>li:hover a:after {
    color: #6e6e6e;
}
#nav>ul>li:hover>a {
    color: #ccc;
}
#nav>ul>li:hover>.sub-dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
#nav>ul .sub-dropdown {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 200px;
    border: 1px solid #e6e6e6;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    z-index: 999;
}
#nav>ul .sub-dropdown>li {
    line-height: 14px;
    font-size: 14px;
    position: relative;
}
#nav>ul .sub-dropdown>li.has-dropdown:after {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 12px;
    color: #17212c;
    position: absolute;
    right: 16px;
    top: 50%;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#nav>ul .sub-dropdown>li a {
    color: #17212c;
    display: block;
    padding: 16px;
}
#nav>ul .sub-dropdown li:hover>a {
    background-color: #f0f0f0;
}
#nav>ul .sub-dropdown>li:hover .sub-dropdown {
    opacity: 1;
    visibility: visible;
    left: 100%;
}
#nav>ul .sub-dropdown .sub-dropdown {
    top: 0;
    left: 50%;
}
.nav-area .add-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.nav-block.fixed .add-nav>li { padding:16px 0;}
.nav-area .add-nav>li {
    float: left;
    padding: 26px 0;
    position: relative;
    margin: 0 0 0 32px;
     transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
.nav-area .add-nav>li.lang>a {
    position: relative;
    padding: 0 14px 0 0;
}
.nav-area .add-nav>li.lang>a:after {
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 8px;
    line-height: 8px;
    color: #17212c;
    position: absolute;
    right: 0;
    top: 50%;
     transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-area .add-nav>li>.icon,
.nav-area .add-nav>li>.text {
    color: #17212c;
     transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
.nav-area .add-nav>li:hover .icon,
.nav-area .add-nav>li:hover .text{
    color: #ccc;
}
.nav-area .add-nav .search:hover .search-form {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.nav-area .add-nav .search-form {
    position: absolute;
    left: 0;
    top: 50%;
    width: 178px;
    height: 38px;
    border: 1px solid #e6e6e6;
    opacity: 0;
    visibility: hidden;
     transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    z-index: 999;
}
.nav-area .add-nav .search-form input[type="search"] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 46px 10px 16px;
    background-color: #ffffff;
    border: none;
}
.nav-area .add-nav .search-form .submit {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 14px;
    height: 15px;
    margin: -7px 0 0;
    color: #17212c;
}
.nav-area .add-nav .search-form .submit:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 14px;
    content: '\f002';
    pointer-events: none;
    color: #17212c;
}
.nav-area .add-nav .search-form input[type="submit"] {
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    background: none;
    border: none;
}
/* Sub Header */
.sub-header img{
    margin: -65px 0;
    width: 100%;
    height: auto;
}
.sub-header{
    padding: 65px 0;
    background-color: #f0f0f0; 
    text-align: center;
    position: relative;
}
.sub-header h2{
    color: #000;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 2px;
}
.sub-header .sub-title{
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.sub-header .text{
    position: absolute;
    left: 0px;
    top:50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/* Slider */
#main .slider{ margin: -60px 0 0;}
.slider .slide{ position: relative; }
.slider .description{
    position: absolute;
    left:0;
    top:50%;
    width:100%;
    z-index: 999;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider .text{ padding: 0 0 0 102px; }
.slider .description h1{
    color: #fff;
    font-weight: 400;
    margin: 0 0 20px;
}
.slider .description p{
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin: 0 0 24px;
}
.slider .description a.btn{
    border-radius: 2px;
    line-height: 36px;
    min-width: 150px;
    background-color: #ffe300;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 300;
    color: #FFFFFF;
    padding: 0 15px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.slider .description a.btn:hover:after{ width: 100%; }
.slider .description a.btn:after{
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 100%;
    content: '';
    background-color: #e6e6e6;
    z-index: -1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
.slider img {
    width: 100%;
    height: auto;
    display: block;
}
.slider .slick-dots{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left:0;
    width: 100%;
	bottom: 40px;
	text-align: center;
	z-index: 999;
}
.slider .slick-dots li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
    width: 8px;
	height: 8px;
	border-radius: 10px;
	background: none;
	border: 1px solid #fff;
	padding: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    cursor:pointer;
}
.slider .slick-dots button{
	text-indent: -9999px;
	overflow: hidden;
	background: none;
	border: none;
	padding: 0;
}
.slider .slick-dots li:hover,
.slider .slick-dots .slick-active{ 
    background: #fff;
    width:15px;
    height:15px;
}
/* slider arrows */
.slider .slick-arrow{
	position: absolute;
	left: 0;
	top:50%;
	z-index: 999;
	font-size: 0;
	line-height: 0;
	width:48px;
	height: 48px;
	background: #fff;
	border:1px solid #fff;
    border-radius:2px;
    margin: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider .slick-arrow:after{
	position: absolute;
	left: 0;
	top: 0;
	content: '\f104';
	font-size: 26px;
	line-height: 44px;
	font-family: 'FontAwesome';
	width:46px;
	text-align: center;
    color: #17212c;
}
.slider .slick-next:after{ 
    content: '\f105';
}
.slider .slick-next{
    left: auto;
    right:0;
}
.slider .slick-arrow:hover{
    background:none;
}
.slider .slick-arrow:hover:after{ color: #fff; }
/* Call Box */
.call-box{
    background-color: #1b2a31;
    padding: 42px 0;
    overflow: hidden;
}
.call-box h2{
    color: #fff;
    margin: 0;
    font-weight: 300;
    float: left;
}
.call-box .btn{
    border-radius: 2px;
    line-height: 36px;
    min-width: 150px;
    background-color: #fff;
    float: right;
    font-size: 14px;
    font-weight: 300;
    color: #17212c;
    padding: 0 15px;
    margin: 0 0 0 20px;
    position: relative;
    z-index: 1;
}
.call-box .btn:hover:after{ width: 100%; }
.call-box .btn:after{
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 100%;
    content: '';
    background-color: #e6e6e6;
    z-index: -1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
/* Main */
#main{ padding: 60px 0; }
#main .section-title{ 
    text-align: center;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 50px;
}
#main .section-title:after{
    position: absolute;
    left: 50%;
    bottom:0;
    width: 40px;
    height: 1px;
    background: #b30121;
    content: '';
    margin: 0 0 0 -20px;
}
#main .section-title h2{
    color: #17212c;
    font-weight: 400;
    margin: 0;
	font-family: 'bpg_banner_caps_alpha';
}
 
/* Services */
.services{ padding: 60px 0 85px; }
.services .items{ 
    overflow: hidden;
    margin-bottom: 70px;
}
.services .items .icon{
    font-family: "icon-worksregular";
    font-size: 35px;
    float: left;
    padding: 5px 0 0;
    color: #17212c;
    width: 32px;
}
.services .items .text-area{
    overflow: hidden;
    padding: 0 0 0 40px;
}
.services .items .text-area h3{
    font-weight: 400;
    margin: 0 0 10px;
}
.services .items .text-area p{ 
    margin: 0;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
}
/* About */
.about{
    padding: 110px 0;
    border-bottom:1px solid #e6e6e6;
    margin: 0 0 60px;
}
.about .items h3{
    text-align: center;
    font-weight: 400;
    color: #030104;
    margin: 0 0 36px;
}
.about .items p{
    font-weight: 300;
    color: #8c8c8c;
    margin: -7px 0 22px ;
}
.skillbar-holder{ margin: 0 0 22px; }
.skillbar{ 
    background: #e6e6e6;
    height: 2px;
    margin-bottom: 6px;
}
.skillbar .skillbar-bar {
    background:#b30121;
    height: 2px;
    position: relative;
    width: 0;
}
.skillbar .skillbar-bar small{
    position: absolute;
    bottom:-28px;
    right:0;
    font-size: 12px;
    color: #030104;
}
.skillbar-holder .skill{
    font-size: 12px;
    color: #030104;
    display: block;
}
.about .list{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 15px;
}
.about .list li{ margin: 0 0 16px; }
.about .list .icon{
    font-family: "icon-worksregular";
    font-size:20px;
    float:left;
    color:#030104;
    width: 19px;
}
.about .list .text{
    overflow: hidden;
    display: block;
    color: #8c8c8c;
    font-weight: 300;
    padding: 0 0 0 20px;
}
/* Text Block */
.text-block{
    background: url('../images/bg-textblock.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.text-block:after{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(32,48,55,0.95);
    content: '';
}
.text-block .container{
    position: relative;
    z-index: 1;
}
.text-block .text-area{
    padding: 90px 15px;
}
.text-block img{
    width:100%;
    height:auto;
    display: block;
}
.text-block .image-area figure{
    margin: 80px 0 0;
}
.text-block h3{
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    padding: 0 0 20px;
    position: relative;
    margin: 0 0 20px;
	font-family: 'bpg_banner_caps_alpha';
}
.text-block h3:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #fff;
    content: '';
}
.text-block p{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 30px;
    font-weight: 300;
}
.text-block ul{
    margin: 0 0 46px;
    padding: 0 0 0 36px;
    list-style: none;
    font-weight: 300;
}
.text-block ul li{
    position: relative;
    color: #fff;
    padding: 0 0 0 17px;
}
.text-block ul li:after{
    position: absolute;
    left: 0;
    top:7px;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
}
.text-block .btn{
    border-radius: 2px;
    line-height: 36px;
    min-width: 150px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    color: #17212c;
    padding: 0 15px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.text-block .btn:hover:after{ width: 100%; }
.text-block .btn:after{
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 100%;
    content: '';
    background-color: #e6e6e6;
    z-index: -1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
/* Text Block 2*/
.text-block2{
    padding: 140px 0;
}
.text-block2 .image-area{ margin-bottom: 30px; }
.text-block2 .image-area img{
    display: block;
    width: 100%;
    height: auto;
}
.text-block2 .image-area figure{
    padding: 0 45px;
}
.text-block2 .text-area>h3{
    color:#17212c;
    font-weight: 400;
    font-size:22px;
    padding: 0 0 20px;
    position: relative;
    margin: 0 0 20px;
	font-family: 'bpg_banner_caps_alpha';
}
.text-block2 .text-area>h3:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background:#b30121;
    content: '';
}
.text-block2 p{
    font-weight: 300;
    color: #8c8c8c;
    margin: 0 0 50px;
}
.text-block2 .list{
    margin: 0;
    padding: 0 0 0px 0px;
    list-style: none;
    max-width: 380px;
}
.text-block2 .list li{ 
    margin: 0 0 0px;
    overflow: hidden;
}
.text-block2 .list .icon{
    font-family: "icon-worksregular";
    font-size:20px;
    float: left;
    color:#17212c;
    width:32px;
    padding: 5px 0 0;
}
.text-block2 .list .text-box{ 
    overflow: hidden;
    padding: 0 0 0 15px;
}
.text-block2 .list .text-box h3{
    font-weight: 400;
    margin: 0 0 12px;
}
.text-block2 .list .text-box p{
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
    margin: 0;
}
.text-block2 .btn{
    border-radius: 2px;
    line-height: 36px;
    min-width: 150px;
    background-color:#e6e6e6;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    color: #17212c;
    padding: 0 15px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.text-block2 .btn:hover:after{ width: 100%; }
.text-block2 .btn:after{
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 100%;
    content: '';
    background-color: #d7d7d7;
    z-index: -1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
/* Why Us */
.why-us{ 
    padding: 100px 0 80px;
    border-bottom: 1px solid #e6e6e6;
}
.why-us .items{ 
    text-align: center;
    margin-bottom:20px;
}
.why-us .items .icon{
    font-family: "icon-worksregular";
    font-size:55px;
    color:#17212c;
    margin: 0 0 24px;
    height: 50px;
    display: block;
}
.why-us .items h3{
    font-weight: 400;
    text-align: center;
    margin: 0 0 12px;
}
.why-us .items p{
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
    color: #8c8c8c;
}
/* Clients */
.clients{
    padding: 62px 0 22px;
    background-color: #f0f0f0;
}
.clients ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.clients ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 40px;
    min-width: 170px;
}
/* Newsletter */
.newsletter {
    padding: 80px 0;
    background-color: #203037;
}
.newsletter h3{
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 0 0 36px;
}
.newsletter form{
    max-width: 460px;
    margin: 0 auto 20px;
}
.newsletter form .field{ 
    overflow: hidden;
}
.newsletter form input[type="text"],
.newsletter form input[type="email"]{
    padding: 0 16px;
    margin: 0;
    background:none;
    border:1px solid #fff;
    color: #fff;
    height: 36px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.newsletter form input[type="submit"]{
    width: 150px;
    height: 36px;
    background-color: #fff;
    border:none;
    color: #17212c;
    line-height: 36px;
    text-align: center;
    float: right;
    border-radius: 2px;
    margin-left: 10px;
}
.newsletter .note{
    display: block;
    font-size: 12px;
    color: #ccc;
    text-align: center;
}
.newsletter ::-webkit-input-placeholder {
    color: #fff;
}
.newsletter :-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.newsletter ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.newsletter :-ms-input-placeholder {
    color: #fff;
}
/* Contact */
.contact{padding: 80px 0; }
.contact h3{
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 80px;
    text-align: center;
}
.contact form{
    max-width: 765px;
    margin: 0 auto;
}
.contact input[type="text"],
.contact input[type="email"]{
    width: 100%;
    height: 36px;
    background-color: #f0f0f0;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px 16px;
    margin: 0 0 25px;
}
.contact textarea{
    width: 100% !important;
    height: 97px !important;
    background-color: #f0f0f0;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px 16px;
    margin: 0 0 25px;
}
.contact form input[type="submit"]{
    width: 180px;
    height: 36px;
    background-color:#e6e6e6;
    border:none;
    color: #17212c;
    line-height: 36px;
    text-align: center;
    float: right;
    border-radius: 2px;
}
/* Testimonials */
.testimonials{
    background: url('../images/bg-testimonials.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 10px 0;
    text-align: center;
}
.testimonials:after{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(32,48,55,0.95);
    content: '';
}
.testimonials .container-fluid{
    position: relative;
    z-index: 1;
}
.testimonials figure{
    width:100px;
    height: 100px;
    border-radius: 100px;
    margin: 0 auto 32px;
}
.testimonials p{
    max-width: 700px;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    margin: 0 auto 20px;
}
.testimonials .author{
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 300;
}
.testimonials .slick-dots{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left:0;
    width: 100%;
	bottom: -44px;
	text-align: center;
	z-index: 999;
}
.testimonials .slick-dots li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
    width: 8px;
	height: 8px;
	border-radius: 10px;
	background: none;
	border: 1px solid #fff;
	padding: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    cursor:pointer;
}
.testimonials .slick-dots button{
	text-indent: -9999px;
	overflow: hidden;
	background: none;
	border: none;
	padding: 0;
}
.testimonials .slick-dots li:hover,
.testimonials .slick-dots .slick-active{ 
    background: #fff;
    width:15px;
    height:15px;
}
/* Counter */
.counter-sec{
    background: url('/images/bg-counter.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 150px 0 100px;
    margin: 0 0 60px;
}
.counter-sec:after{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(32,48,55,0.95);
    content: '';
}
.counter-sec .container{
    position: relative;
    z-index: 1;
}
.counter-sec ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.counter-sec ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px 50px;
}
.counter-sec ul .count{
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 45px;
    margin: 0 0 40px;
}
.counter-sec ul .title{
    font-size: 17px;
    color: #fff;
    font-weight: 300;
}
.counter-sec ul .icon{
    font-family: "icon-worksregular";
    font-size:25px;
    display: inline-block;
    vertical-align: middle;
    color:#fff;
    width:21px;
    margin: 0 18px 0 0;
}
/* News */
.news{ padding: 0px 0; }
.sidebar{
    padding-top: 60px;
}
.news article{ margin-bottom:68px; }
.news figure{ 
    margin: 0 0 24px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.news article:hover figure{
    -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, .55);
    box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, .55);
}
.news article:hover img{
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.news img{
	    border-top: #ffe300 5px solid;
    display: block;
    width: 100%;
    height: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(1,0,.73,1.49);
    -webkit-transition-timing-function: cubic-bezier(1,0,.73,1.49);
    -o-transition-timing-function: cubic-bezier(1,0,.73,1.49);
}
.news h3{
    font-size: 19px;
    color: #17212c;
    font-weight: 400;
}
.news .info{
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.news .info li:first-child{ 
    padding-left: 0;
    border: none;
}
.news .info li{
    float: left;
    font-weight: 300;
    color: #8c8c8c;
    font-size: 13px;
    line-height: 15px;
    padding: 0 7px;
    border-left: 1px solid #8c8c8c;
}
.news p{
    margin: 0 0 28px;
}
.news .more{
    color: #ccc;
    float: right;
}
/* Pagination */
.pager { margin: 0; }
.pager ul{
	position:relative; 
    margin: 0;
    padding: 0;
    list-style: none;
}
.pager ul li{
    float: left;
    margin: 0 15px 15px 0;
}
.pager ul a{
    color: #17212c;
    font-size: 16px;
    line-height: 38px;
    display: block;
    width: 38px;
    border: 1px solid #e6e6e6;
    text-align: center;
    border-radius: 0;
    padding: 0;
     -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.pager ul a:hover{
    border-color: #ccc;
    background-color: #fff;
}
/* Portfolio*/
.portfolio{ padding: 60px 0 0; }
.portfolio img{
    display: block;
    width: 100%;
    height: auto;
}
.portfolio .jprt-buttons{
    margin: 0 0 50px;
}
.portfolio .jprt-buttons .jprt-btn{
    background:none; 
	padding:5px;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    margin: 0 6px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
.portfolio .jprt-buttons .jprt-btn-active,
.portfolio .jprt-buttons .jprt-btn:hover{
    background: none; 
    color: #000000; 
}
.portfolio .jprt-buttons .jprt-btn.jprt-btn-active:hover{
    background:#0CF; 
	color:#FFF;
	border: 2px solid #ffe300;
}
.portfolio .port-masonry{ padding: 0 0 60px; }
.portfolio .port-masonry,
.portfolio .jprt-container{
    margin: 0 -5px;
}
.portfolio .port-masonry .jprt-item{
    position: static;
}
.portfolio .jprt-item{
    padding: 0 5px;
    background: #fff;
    overflow: hidden;
    margin:0;
    display: block;
    float: left;
}
.portfolio .jprt-item:hover .item-hover{
    opacity: 1;
    visibility: visible;
}
.portfolio .jprt-item .item-hover{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
.portfolio .jprt-item .title{
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    text-align: center;
    padding: 22px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.portfolio .jprt-item h3{
    font-weight: 300;
    margin: 0 0 5px;
}
.portfolio .jprt-item .sub-title{
    font-size: 14px;
    font-weight: 300;
    display: block;
    color: #17212c;
}
.portfolio .jprt-item .links{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    width: 100%;
    top:50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio .jprt-item .links li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
.portfolio .jprt-item .links li a{
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: #17212c;
}
.portfolio .jprt-item .links li i{
    color: #fff;
    font-size: 22px;
    line-height: 50px;
}
/* Portfolio Details */
.project-details h3{
    font-weight: 400;
    margin: 0 0 40px;
    text-align: center;
}
.project-details{
    padding: 120px 0;
}
.project-details .items{ margin-bottom: 20px; }
.project-details .detail-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.project-details .detail-list li{
    overflow: hidden;
    margin: 0 0 20px;
}
.project-details .detail-list .title{
    float: left;
    min-width: 100px;
}
.project-details .detail-list .value{
    overflow: hidden;
    padding: 0 0 0 50px;
    color: #8c8c8c;
    font-weight: 300;
}
.project-details .detail-list .icon{
    float: left;
    color: #17212c;
    font-family: "icon-worksregular";
    font-size:20px;
    width:20px;
    text-align: center;
}
.project-details .detail-list .text{
    overflow: hidden;
    padding: 0 0 0 16px;
    font-weight: 300;
    color: #17212c;
}
.project-details p{
    font-weight: 300;
    color: #8c8c8c;
    text-align: justify;
}
#main>.text-box{
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}
#main>.text-box h3{
    font-weight: 400;
    color: #17212c;
    margin: 0 0 26px;
}
#main>.text-box p{
    color: #17212c;
    font-weight: 300;
}
#main .image-block{ padding: 60px 0; }
#main .image-block img{
    display: block;
    width: 100%;
    height: auto;
}
/* News Details */
.blog-details{ 
    padding: 50px 15px;
    max-width: 970px;
    margin: 0 auto;
}
.blog-details p{
    color: #17212c;
    margin:0 0 40px;
    font-weight: 300;
    text-align: justify;
}
.blog-details p strong{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.blog-details ul{
    color: #17212c;
    font-weight: 300;
    margin-bottom: 40px;
}
.blog-details blockquote{
    margin: 0 0 40px;
    border: none;
    padding: 0;
}
.blog-details blockquote q{
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #17212c;
    font-style: italic;
    margin: 0 0 16px;
    display: block;
}
.blog-details blockquote cite{
    display: block;
    font-size: 13px;
    color: #17212c;
    font-style: normal;
}
.blog-details .post-options{
    padding: 20px 0 0 ;
    border-top:1px solid #f0f0f0;
    margin: 100px 0;
}
.blog-details .post-options img{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
}
.blog-details .post-options ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.blog-details .post-options ul li:first-child{ margin: 0; }
.blog-details .post-options ul li{
    float: left;
    width: 120px;
    margin: 0 0 0 80px;
}
.blog-details .post-options ul .title{
    display: block;
    font-weight: 300;
    color: #17212c;
}
.blog-details .post-options ul .value{
    display: block;
    color: #8c8c8c;
    font-weight: 300;
}
.comments-area{
    padding: 80px 0 0;
    border-top:1px solid #f0f0f0;
}
.comments-area .holder{
    padding: 50px 15px;
    max-width: 970px;
    margin: 0 auto;
}
.comments-area h2{
    font-size: 29px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 80px;
}
.comments{
    margin: 0;
    padding: 0;
    list-style: none;
}
.comments .thumblist{ margin: 0 0 40px; }
.comments figure{
    width: 75px;
    float: left;
    margin: 0 30px 0 0;
}
.comments figure img{
    width: 100%;
    height: auto;
    display: block;
}
.comments>li:last-child .text-area{ border:none; }
.comments .text-area{
    overflow: hidden;
    padding: 0 0 40px;
    border-bottom: 1px solid #f0f0f0;
}
.comments .post-info{
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.comments .post-info li:first-child{ margin: 0; }
.comments .post-info li{
    float: left;
    margin: 0 0 0 70px;
}
.comments .post-info i{
    color: #8c8c8c;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    margin: 0 12px 0 0;
}
.comments .post-info a,
.comments .post-info span{
    font-size: 13px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    color: #8c8c8c;
}
.comments p{
    color: #17212c;
    font-weight: 300;
    margin: 0;
}
.comments .children{
    margin: 0;
    padding: 0 0 0 105px;
    list-style: none;
}
.comment-form{
    padding: 50px 15px;
    max-width: 970px;
    margin: 0 auto 80px;
}
.comment-form h2{
    text-align: center;
    font-size: 29px;
    font-weight: 400;
    margin: 0 0 70px;
}
.comment-form .field{
    margin-bottom: 30px;
}
.comment-form textarea,
.comment-form input[type="email"],
.comment-form input[type="text"]{
    width: 100%;
    height: 37px;
    border:1px solid #e6e6e6;
    color: #17212c;
    font-weight: 300;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px 16px;
}
.comment-form textarea{
    width: 100% !important;
    height: 113px !important;
    padding: 12px 16px;
}
.comment-form input[type="submit"]{
    background-color: #e6e6e6;
    border:none;
    width: 200px;
    height: 37px;
    font-weight: 300;
    color: #17212c;
    border-radius: 2px;
}
/* Post Pager */
#main .post-pager{
    border-top:1px solid #f0f0f0;
    padding: 4px 0;
    text-align: center;
    margin: 0 0 -60px;
}
.post-pager a{
     transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
.post-pager a.prev{ float: left; }
.post-pager a.next{ 
    float: right;
    line-height: 40px;
}
.post-pager a.next i{ 
    float: right;
    margin: 0 0 0 15px;
}
.post-pager a i{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin: 0 15px 0 0;
}
.post-pager a:hover{ color: #ccc;}
/* Filter */
.filter:after{
    display: block;
    clear: both;
    content: '';
}
.filter{ margin: 0 0 45px;}
.filter .info{
    float: left;
    color: #8c8c8c;
    font-size: 16px;
}
.filter .filter-area{
    float:right;
}
.filter .search-bar {
    width: 298px;
    height: 34px;
    border: 1px solid #e6e6e6;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    z-index: 999;
    position: relative;
    float: left; 
}
.filter .search-bar input[type="search"] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 7px 46px 7px 16px;
    background: none;
    border: none;
}
.filter .search-bar .submit {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 14px;
    height: 15px;
    margin: -7px 0 0;
    color: #17212c;
}
.filter .search-bar .submit:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 14px;
    content: '\f002';
    pointer-events: none;
    color: #17212c;
}
.filter .search-bar input[type="submit"] {
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    background: none;
    border: none;
}
.filter .sort-list{ 
    float: right;
    margin-left: 70px;
}
.filter .sort-list select{
    padding-right: 10px;
    width: 198px;
    height: 34px;
    font-size:14px;
    font-weight:300;
    outline: none;
    border: 1px solid #e6e6e6;
    -webkit-appearance: none;
    padding-left: 10px;
    color:#17212c;
    background-color: #f0f0f0;
}
/* Shop */
.shop{ padding: 60px 0; }
.shop img{
    display: block;
    width:100%;
    height: auto;
}
.shop .items{ 
    text-align: center;
    margin-bottom: 90px;
}
.shop figure{ margin: 0 0 23px; }
.shop h4{
    font-weight: 300;
    font-size: 17px;
    margin: 0 0 8px;
}
.shop h4 a{
    color: #17212c;
}
.shop .price{
    display: block;
    font-size: 20px;
    color: #17212c;
    margin: 0 0 20px;
}
.shop .cart-btn{
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    background-color: #e6e6e6;
    position: relative;
    z-index: 1;
    padding: 0 23px 0 46px;
}
.shop .cart-btn:before{
    position: absolute;
    top: 50%;
    left: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 14px;
    content: '\f07a';
    pointer-events: none;
    color: #17212c; 
}
.shop .cart-btn:hover:after{ width: 100%; }
.shop .cart-btn:after{
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 100%;
    content: '';
    background-color: #d7d7d7;
    z-index: -1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
.woocommerce{padding: 60px 0;}
.woocommerce .cart-collaterals,
.woocommerce .cart{
    width: 70%;
    margin: 0 auto;
}
.woocommerce .cart{ margin-bottom: 55px; }
.woocommerce .cart td{ vertical-align: top; }
.woocommerce .product-name a{
    font-weight: 300;
    color: #17212c;
}
.woocommerce .product-size .size{
    display: block;
    width: 35px;
    height: 35px;
    background-color: #e6e6e6;
    color: #17212c;
    font-weight: 300;
    text-align: center;
    line-height: 35px;
}
.woocommerce .product-quantity input[type="number"]{
    width: 35px;
    height: 35px;
    background-color: #e6e6e6;
    border:none;
    display: block;
    text-align: center;
}
.woocommerce .product-price .amount{
    color: #17212c;
    font-weight: 300;
    display: block;
}
.woocommerce .product-remove a{
    font-weight: 700;
    color: #17212c;
}
.woocommerce .cart input[type="submit"]{
    width: 150px;
    height: 36px;
    background-color: #e6e6e6;
    border-radius: 2px;
    float: right;
    font-size: 14px;
    color: #17212c;
    font-weight: 300;
    border: none;
}
.woocommerce .cart-collaterals table{ float: right; }
.woocommerce .cart-collaterals .cart_totals{ overflow: hidden; }
.woocommerce .cart-collaterals td,
.woocommerce .cart-collaterals th{
    color: #17212c;
    padding: 7px 7px 7px 0;
    font-weight: 300;
}
.woocommerce .cart-collaterals th{ width: 200px;}
.woocommerce .wc-proceed-to-checkout{ float: left; }
.woocommerce .wc-proceed-to-checkout a{
    min-width: 150px;
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    background-color: #e6e6e6;
    border-radius: 2px;
    font-size: 14px;
    color: #17212c;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.woocommerce .wc-proceed-to-checkout a:hover:after{ width: 100%; }
.woocommerce .wc-proceed-to-checkout a:after{
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 100%;
    content: '';
    background-color: #d7d7d7;
    z-index: -1;
    border-radius: 2px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
/* Widgets */
.widget-area{
    border-top:1px solid #e6e6e6;
    padding: 100px 0 50px;
}
.widgets .widget{ margin: 0 0 50px; }
.widgets .widget-title{ margin: 0 0 25px; }
.widgets .widget-title h3{
    font-weight: 300;
}
.widgets ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.widgets p{
    font-weight: 300;
    color: #8c8c8c;
}
.widgets .widget-search form {
    width: 100%;
    height: 34px;
    border: 1px solid #e6e6e6;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    z-index: 999;
    position: relative;
}
.widgets .widget-search form input[type="search"] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 7px 46px 7px 16px;
    background: none;
    border: none;
}
.widgets .widget-search form .submit {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 14px;
    height: 15px;
    margin: -7px 0 0;
    color: #17212c;
}
.widgets .widget-search form .submit:after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 14px;
    content: '\f002';
    pointer-events: none;
    color: #17212c;
}
.widgets .widget-search form input[type="submit"] {
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    background: none;
    border: none;
}
.widgets .widget-tags .tags{
    margin: 0 -7px;
    overflow: hidden;
}
.widgets .widget-tags a{
    float: left;
    line-height: 35px;
    padding: 0 14px;
    border:1px solid #e6e6e6;
    margin: 0 7px 15px;
}
.widgets .widget-tags a:hover{ border-color: #ccc;}
.widgets .widget-archives li,
.widgets .widget-categories li{
    margin: 0 0 8px;
}
.widgets .widget-archives li a,
.widgets .widget-categories li a{
    color: #8c8c8c;
}
.widgets .widget-archives li a:hover,
.widgets .widget-categories li a:hover{
    color: #17212c;
}
.widgets .widget-posts li{ 
    margin: 0 0 25px;
    overflow: hidden;
}
.widgets .widget-posts figure{
    width: 90px;
    height: 90px;
    float: left;
}
.widgets .widget-posts img{
    width: 100%;
    height: auto;
    display: block;
}
.widgets .widget-posts .text-area{
    padding: 0 0 0 30px;
    overflow: hidden;
}
.widgets .widget-posts h6{
    font-weight: 300;
    margin: 0 0 18px;
}
.widgets .widget-posts .author,
.widgets .widget-posts time{
    display: block;
    font-size: 12px;
    color: #8c8c8c;
    position: relative;
    padding: 0 0 0 26px;
}
.widgets .widget-posts .author:after,
.widgets .widget-posts time:after{
    position: absolute;
    left:0;
    top:0;
    content: '\f073';
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #8c8c8c;
}
.widgets .widget-posts .author:after{ content: '\f007';}
.widgets .widget-comments li:first-child{
    padding-top: 0;
    border:none;
}
.widgets .widget-comments li{ 
    color: #8c8c8c;
    font-weight: 300;
    padding: 16px 0 ;
    border-top:1px solid #e6e6e6;
}
.widgets .widget-comments li:hover span {
    color: #17212c;
}
.widgets .widget-cart li{ 
    margin: 0 0 25px;
    overflow: hidden;
}
.widgets .widget-cart figure{
    width: 90px;
    height: 90px;
    float: left;
}
.widgets .widget-cart img{
    width: 100%;
    height: auto;
    display: block;
}
.widgets .widget-cart .text-area{
    padding: 0 0 0 30px;
    overflow: hidden;
}
.widgets .widget-cart h6{
    font-weight: 300;
    margin: 0 0 10px;
}
.widgets .widget-cart .quantity{
    color: #8c8c8c;
    font-size: 14px;
    display: block;
    margin: 0 0 10px;
}
.widgets .widget-cart .remove{
    display: block;
    font-size: 12px;
    color: #8c8c8c;
    position: relative;
    padding: 0 0 0 20px;
    line-height: 14px;
}
.widgets .widget-cart .remove:after{
    position: absolute;
    left:0;
    top:-1px;
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #8c8c8c;
}
.widgets .widget-cart .total{
    font-size: 16px;
    display: block;
    text-align: right;
    color: #17212c;
    margin: 0 0 26px;
}
.widgets .widget-cart .buttons{ overflow: hidden; }
.widgets .widget-cart .buttons a{
    float: left;
    margin: 0 15px 10px 0;
    background-color: #e6e6e6;
    border-radius: 2px;
    line-height: 36px;
    color: #17212c;
    font-weight: 300;
    padding: 0 23px;
    position: relative;
    z-index: 1;
}
.widgets .widget-cart .buttons a:hover:after{
    width: 100%;
}
.widgets .widget-cart .buttons a:after{
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 100%;
    content: '';
    background-color: #d7d7d7;
    z-index: -1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
.widgets .widget-filter .fields{ margin-bottom: 25px; }
.widgets .widget-filter input[type="text"]{
    width: 100%;
    height: 38px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 7px 46px 7px 16px;
}
.widgets .widget-filter input[type="submit"]{
    margin: 0 15px 0 0;
    background-color: #e6e6e6;
    border-radius: 2px;
    line-height: 36px;
    color: #17212c;
    font-weight: 300;
    padding: 0 23px;
    border:none;
}
.widgets .widget-filter input[type="submit"]:hover{ background-color: #d7d7d7;}
/* Footer */
#footer .contact-sec{
    background-color: #f0f0f0;
    padding: 76px 0;
    text-align: center;
}
#footer .contact-sec .icon{
    float: left;
    font-family: "icon-worksregular";
    font-size: 35px;
    color: #17212c;
    width: 36px;
    margin: 6px 0 0;
}
#footer .contact-sec .text{
    overflow: hidden;
    text-align: left;
    padding: 0 0 0 30px;
    color: #8c8c8c;
}
#footer .contact-sec h4{
    color: #17212c;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: uppercase;
}
#footer .contact-sec p{ margin: 0; }
#footer .contact-sec p a{
    color: #8c8c8c;
}
#footer .footer-bottom{
    text-align: center;
    padding: 80px 0 50px;
}
#footer .footer-bottom h2{
    font-size: 25px;
    color: #17212c;
    font-weight: 400;
    margin: 0 0 32px;
}
#footer .social-icons{
    margin: 0 0 64px;
    padding: 0;
    list-style: none;
}
#footer .social-icons li{
    display: inline-block;
    vertical-align: middle;
}
#footer .social-icons li a{
    height: 40px;
    width: 40px;
    background-color: #f0f0f0;
    display: block;
    position: relative;
    z-index: 1;
}
#footer .social-icons li a:hover:after{ width: 100%; }
#footer .social-icons li a:after{
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 100%;
    content: '';
    background-color: #e6e6e6;
    z-index: -1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -webkit-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
    -o-transition-timing-function: cubic-bezier(.86,.06,.53,.68);
}
#footer .social-icons li i{
    font-size: 20px;
    line-height: 40px;
}
#footer .copy{
    color: #8c8c8c;
    font-size: 14px;
}
#footer .copy span{
    font-size: 12px;
    font-weight: 300;
    display: block;
}
@media screen and (max-width: 992px){
    h1{
        font-size: 36px;
        line-height: 38px;
    } 
    h2 {
        font-size: 26px;
        line-height: 29px;
    }
    h3 {
        font-size: 18px;
        line-height: 21px;
    }
    h4 {
        font-size: 16px;
        line-height: 19px;
    }
    h5 {
        font-size: 14px;
        line-height: 117px;
    }
    h6 {
        font-size: 13px;
        line-height: 16px;
    }
    .filter .filter-area,
    .filter .info{
        float: none;
        overflow: hidden;
        margin: 0 0 5px;
        display: block;
    }
    .header-top .contact-info li{ padding: 0 20px 0 0; }
    .slider .description h1{
        margin: 0 0 12px;
    }
    .slider .description p{
        font-size: 16px;
        margin: 0 0 14px;
    }
    .nav-area .add-nav{ float: left; }
    #nav { display: none; }
    .menu-active .mobile-nav{
        right:0;
        opacity: 1;
    }
    .mobile-nav{
        display: block;
        position: fixed;
        width: 280px;
        height: 100%;
        right:-280px;
        opacity: 0;
        top:0;
        z-index: 999999;
        background:#1b2a31;
        padding: 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        overflow: auto;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .mobile-nav ul{
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .mobile-nav ul a{
        padding: 10px;
        border:2px solid #fff;
        display: block;
        margin: 0 0 10px;
        color: #fff;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .mobile-nav ul .open>a,
    .mobile-nav ul a:hover{
        background: #b30121;
    }
    .mobile-nav .has-dropdown ul{ 
        padding: 10px 0 10px 20px;
    }
    .mobile-nav .has-dropdown>a{
        position: relative;
        display: block;
    }
    .mobile-nav .has-dropdown.open>a:after{
        content: '\f107';
    }
    .mobile-nav .has-dropdown>a:after{
        position: absolute;
        right: 10px;
        top:0;
        content: '\f105';
        font-family: 'FontAwesome';
        font-size: 18px;
        line-height: 40px;
    }
    .mobile-nav .menu-close{
        display: block;
        width: 30px;
        height: 30px;
        background: #b30121;
        line-height: 28px;
        color: #fff;
        text-align: center;
        margin: 0 0 20px;
    }
    .menu-active .mobile-nav-wrap{ left:-280px; }
    .nav-block.fixed .menu-btn{ margin: 6px 0 0 20px; }
    .menu-btn{
        float: right;
        width: 40px;
        height: 40px;
        padding: 10px;
        background-color: #b30121;
        margin: 18px 0 0 20px;
        display: block;
        border-radius: 2px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .menu-btn span{
        display: block;
        height: 2px;
        background: #fff;
        margin: 0 0 6px;
    }
    .mobile-nav-wrap{
        position: relative;
        overflow: hidden;
        width: 100%;
        left: 0;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    #main .section-title{ margin-bottom: 30px; }
    #main{ padding: 30px 0; }
    .testimonials{ padding: 30px 0 60px; }
    .news,
    .counter-sec{ 
        padding: 30px 0 0; 
        margin: 0;
    }
    #footer .footer-bottom,
    #footer .contact-sec,
    .contact,
    .newsletter,
    .shop,
    .text-block2,
    .why-us,
    .portfolio,
    .about,
    .services{ 
        padding: 30px 0;
        margin: 0;
    }
    .text-block .image-area figure{
        margin: 0;
        padding: 30px 0;
    }
    .text-block .text-area{
        padding: 30px 15px;
    }
    .counter-sec ul li{
        margin: 0 30px 30px;
    }
    .services .items,
    .shop .items,
    .news article{ margin-bottom: 30px; }
    .widget-area{ padding: 30px 0; }
    .sidebar{ padding-top: 15px; }
    .widgets .widget{ margin: 0 0 20px; }
    #footer .social-icons{ margin: 0 0 20px; }
}
@media screen and (max-width: 767px){
    #header .header-top{ text-align: center; }
    .header-top .social-icons{
        text-align: center;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .header-top .contact-info{ 
        text-align: center;
        float: none;
        display: inline-block;
        vertical-align: top;
        border-bottom:1px solid #e6e6e6;
        border-right:1px solid #e6e6e6;
    }
    .header-top .social-icons li,
    .header-top .contact-info li{
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .slider .description{ display: none; }
    .call-box{ text-align: center; }
    .call-box .btn,
    .call-box h2{
        display: inline-block;
        vertical-align: middle;
        float: none;
        margin: 10px;
    }
    .project-details .detail-list{ text-align: center; }
    .project-details .detail-list .value,
    .project-details .detail-list .title{
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }
    .blog-details,
    .comment-form,
    .comments-area .holder{ padding: 20px 15px; }
    .comments-area{ padding: 40px 0 0;}
    .blog-details .post-options{ margin: 30px 0; }
    .blog-details .post-options img,
    .blog-details .post-options ul{
        vertical-align: top;
    }
    .blog-details .post-options ul li:first-child,
    .blog-details .post-options ul li{
        float: none;
        margin: 0 0 20px;
    }
    .comments figure{
        float: none;
        display: block;
        margin: 0 0 20px;
    }
    .comments .post-info li:first-child,
    .comments .post-info li{
        margin: 0 20px 10px 0;
    }
    .comments .children{
        padding: 0 0 0 50px;
    }
    .filter .search-bar{ width: 140px; }
    #footer .contact-sec .icon{
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 12px 0 0;
    }
    #footer .contact-sec .text{
        display: inline-block;
        vertical-align: top;
    }
    #footer .contact-sec .container div{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .shop img{
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .text-block2 .list{ padding: 0 0 20px; }
    .portfolio{ margin: 0 0 -480px }
    .text-block ul{ padding: 0; }
}
@media screen and (max-width: 612px){
    .portfolio{ margin: 0 0 -250px }
    .nav-block .nav-area .add-nav,
    .header-top .social-icons,
    .header-top .contact-info{ display:none; }
    .header-top .contact-info li{
        border-top:1px solid #e6e6e6;
        border-bottom:1px solid #e6e6e6;
        border-right:1px solid #e6e6e6;
        margin: 5px;
    }
    .header-top .social-icons{ margin: 5px 0 0; }
    .header-top .social-icons li{ 
        border-top:1px solid #e6e6e6;
        border-left:1px solid #e6e6e6;
    }
    .newsletter form input[type="submit"]{ width: 100px;}
    .post-pager span{ display: none; }
    .filter .sort-list{ margin: 0; }
    .filter .sort-list select{ width: 140px; }
    
}

.fa-heart-o{ color:red;}
.fa-envelope-o{ color:#2f60b9;}
.fa-user{ color:#81BE31;}
.btn-danger{
	color: #fff; 
    border-color: #ffffff;
	}
.btn-danger:hover{ 
    background:#0015FF !important;
	color: #FFFFFF;
    background-color: #d9534f;
    border-color: #081a5d;
	}
.fa-chevron-right{
	color:#FFFFFF;
	}
.email {
    border-bottom: 1px solid #fefefe;
    padding: 0;
    margin: 0;
	width: 220px;
}
#email {
	color:#FFFFFF;
    background: none;
    border: none;
} 
.cube-wrap {
    -webkit-perspective: 800px;
    perspective: 800px;
	left: -70px;
    position: relative;
    -webkit-perspective-origin: 50% -200px;
    perspective-origin: 50% -200px;
    -webkit-transform: translateY(-10px) scale(.2);
    -ms-transform: translateY(-10px) scale(.2);
    transform: translateY(-10px) scale(.2)
}

@-webkit-keyframes cube-spin {
    from {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes cube-spin {
    from {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}
.cube {
    position: relative;
    width: 200px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: cube-spin 7s infinite linear;
    animation: cube-spin 7s infinite linear
}

.cube img {
    position: absolute;
    width: 200px;
    height: 200px
}

.cube .back {
    -webkit-transform: translateZ(-100px) rotateY(180deg);
    transform: translateZ(-100px) rotateY(180deg)
}

.cube .right {
    -webkit-transform: rotateY(-270deg) translateX(100px);
    transform: rotateY(-270deg) translateX(100px);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right
}

.cube .left {
    -webkit-transform: rotateY(270deg) translateX(-100px);
    transform: rotateY(270deg) translateX(-100px);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left
}

.cube .top {
    -webkit-transform: rotateX(-90deg) translateY(-100px);
    transform: rotateX(-90deg) translateY(-100px);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.cube .bottom {
    -webkit-transform: rotateX(90deg) translateY(100px);
    transform: rotateX(90deg) translateY(100px);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center
}

.cube .front {
    -webkit-transform: translateZ(100px);
    transform: translateZ(100px)
}
.nav-block .logo span{
	position:relative;
	left:50px;
	font-size: 16px;
    color: black;
	}
	
	
#interest{	
 position: absolute;
    z-index: 9999;
    color: white;
    top: 46px; 
	opacity:0;
    padding: 10px;
    background: #21687a;
    border-radius: 0px 15px 15px 15px;
}
#messages{	
 position: absolute;
    z-index: 9999;
    color: white;
    top: 46px; 
	opacity:0;
    padding: 10px;
    background: #21687a;
    border-radius: 0px 15px 15px 15px;
}







#slicebox-wrapper {
    position: relative;
    margin-top: 56px
}

#sb-slider {
    max-width: initial!important;
    margin: 0
}

@media screen and (max-width:1295px) {
    #slicebox-wrapper {
        margin-top: 96px
    }
}

#slicebox-wrapper>ul>li img {
    width: 100%;
    min-height: 100%
}

#slicebox-wrapper>ul>li .sb-desc {
    padding: 25px 50px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    width: 31.3%;
    color: #fff;
    font-size: 20px;
    text-align: center
}

#slicebox-wrapper>ul>li .sb-desc::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 86%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 86%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    width: 100%;
    height: 100px;
    z-index: 10
}

#slicebox-wrapper>ul>li .sb-desc>h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px
}

#slicebox-wrapper>ul>li .sb-desc>h3>a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s color;
    transition: .3s color
}

#slicebox-wrapper>ul>li .sb-desc .meta {
    margin-top: 15px;
    color: #fff
}

#slicebox-wrapper>ul>li .sb-desc .preview-text {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    max-height: 400px;
    overflow: hidden
}

#slicebox-wrapper>ul>li .sb-desc .preview-text p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 26px
}

#slicebox-next,
#slicebox-prev {
    position: absolute;
    top: 43%;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: .3s opacity left;
    transition: .3s opacity left
}

#slicebox-prev {
    left: -72px
}

#slicebox-next {
    right: -72px
}

#slicebox-wrapper:hover #slicebox-prev {
    left: 60px;
    opacity: 1
}

#slicebox-wrapper:hover #slicebox-next {
    right: 60px;
    opacity: 1
}

@media screen and (max-width:1200px) {
    #slicebox-next,
    #slicebox-prev {
        opacity: .9
    }
    #slicebox-prev {
        left: 0
    }
    #slicebox-next {
        right: 0
    }
    #slicebox-wrapper:hover #slicebox-prev {
        left: -10px
    }
    #slicebox-wrapper:hover #slicebox-next {
        right: -10px
    }
}
.banner{
	width: 200px;
    height: 350px;
    background: red;
    position: fixed;
    top: 50%;
    right: -190px;
    z-index: 9999999; 
	}
.banner:hover{
	width: 200px;
    height: 350px;
    background: red;
    position: fixed;
    top: 50%;
    right: 0px; 
    z-index: 9999999;
	}
.banner span{ 
	writing-mode:tb-rl;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
    white-space:nowrap;
    display:block;
    position: relative;
    right: 25px;
	font-size:20px; 
	font-family: 'bpg_banner_caps_alpha';
	}
#email::-webkit-input-placeholder { color:#FFFFFF; }
 
