/*------------------------------
	MAIN
------------------------------*/

html,body {
	margin:0;
	padding:0;
    /*overflow: hidden;*/
}

body {
	font-family: 'Open Sans', sans-serif;
    height: auto!important;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page-wrapper {
	background-color:#FFFFFF;
}

.page-boxed {
	width:auto;
	margin:0 auto;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}

@media (min-width: 992px) {
  .page-boxed {
    width: 1000px;
  }
}

@media (min-width: 1200px) {
  .page-boxed {
    width: 1200px;
  }
}

#pager-wrapper {
    height: 120px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: -35px;
    left: 0;
    z-index: 2;
}
#pager img {
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: block;
    width: 80px;
    height: 80px;
    padding: 10px;
    margin: 10px;
    float: left;
}
#pager img:hover {
    background: #eff;
}
#pager img.selected {
    background: #dff;
}

a,
a:focus,
a:hover,
button,
button:focus,
button:hover,
button:active {
	outline:0 none;
	text-decoration:none;
}

p {
	margin: 0 0 20px;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: 400;
    color: #333;
}

h1 {
    margin: 0 0 26px;
    /*line-height: 46px;*/
    font-size: 46px;
}

h2 {
    margin: 0 0 26px;
    /*line-height: 40px;*/
    font-size: 40px;
}

h2 b {
    font-weight: 600;
}

h3 {
    margin: 0 0 21px;
    line-height: 1.5em;
    font-size: 24px;
}

h3 b {
    font-weight: 900;
}

h4 {
    margin: 0 0 34px;
    /*line-height: 25px;*/
    font-size: 20px;
}

h4 b {
    font-weight: 500;
}

h5 {
    margin: 0 0 15px;
    /*line-height: 20px;*/
    font-size: 15px;
}

h6 {
    margin: 0 0 15px;
    /*line-height: 20px;*/
    font-size: 12px;
}

/* LAYOUT */

.one-third .img-box, .one-half .img-box, .one-fourth .img-box {
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
}
/* Custom Grid
---------------------------------- */
.grid-space-20 {
    margin-right: -10px;
    margin-left: -10px;
}
.grid-space-20 .col-lg-6,
.grid-space-20 .col-lg-4,
.grid-space-20 .col-lg-3,
.grid-space-20 .col-lg-2,
.grid-space-20 .col-lg-15,
.grid-space-20 .col-md-6,
.grid-space-20 .col-md-4,
.grid-space-20 .col-md-3,
.grid-space-20 .col-md-2,
.grid-space-20 .col-md-15,
.grid-space-20 .col-sm-6,
.grid-space-20 .col-sm-4,
.grid-space-20 .col-sm-3,
.grid-space-20 .col-sm-2,
.grid-space-20 .col-sm-15,
.grid-space-20 .col-xs-6,
.grid-space-20 .col-xs-4,
.grid-space-20 .col-xs-3,
.grid-space-20 .col-xs-2,
.grid-space-20 .col-xs-15 {
    padding-left: 10px;
    padding-right: 10px;
}
.grid-space-10 {
    margin-right: -6px;
    margin-left: -6px;
}
.grid-space-10 .col-lg-6,
.grid-space-10 .col-lg-4,
.grid-space-10 .col-lg-3,
.grid-space-10 .col-lg-2,
.grid-space-10 .col-lg-15,
.grid-space-10 .col-md-6,
.grid-space-10 .col-md-4,
.grid-space-10 .col-md-3,
.grid-space-10 .col-md-2,
.grid-space-10 .col-md-15,
.grid-space-10 .col-sm-6,
.grid-space-10 .col-sm-4,
.grid-space-10 .col-sm-3,
.grid-space-10 .col-sm-2,
.grid-space-10 .col-sm-15,
.grid-space-10 .col-xs-6,
.grid-space-10 .col-xs-4,
.grid-space-10 .col-xs-3,
.grid-space-10 .col-xs-2,
.grid-space-10 .col-xs-15 {
    padding-left: 5px;
    padding-right: 5px;
}
.grid-space-0 {
    margin-right: 0;
    margin-left: 0;
}
.grid-space-0 .col-lg-6,
.grid-space-0 .col-lg-4,
.grid-space-0 .col-lg-3,
.grid-space-0 .col-lg-2,
.grid-space-0 .col-lg-15,
.grid-space-0 .col-md-6,
.grid-space-0 .col-md-4,
.grid-space-0 .col-md-3,
.grid-space-0 .col-md-2,
.grid-space-0 .col-md-15,
.grid-space-0 .col-sm-6,
.grid-space-0 .col-sm-4,
.grid-space-0 .col-sm-3,
.grid-space-0 .col-sm-2,
.grid-space-0 .col-sm-15,
.grid-space-0 .col-xs-6,
.grid-space-0 .col-xs-4,
.grid-space-0 .col-xs-3,
.grid-space-0 .col-xs-2,
.grid-space-0 .col-xs-15 {
    padding-left: 0;
    padding-right: 0;
}
.grid-space-0 > div {
    margin-bottom: 0;
    padding-bottom: 0;
}

.grid-space-0 .blog-item .blog-post {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.grid-space-10 .gallery-item {
    margin-bottom: 10px;
    margin-top: 0;
}

.grid-space-20 .gallery-item {
    margin-bottom: 20px;
}

.grid-space-0 .gallery-item {
    padding-right: 0;
    padding-left: 0;
}

.grid-space-10 .img-box, .grid-space-10 .portfolio-item, .grid-space-10 .transition-item,
.grid-space-10 .blog-item .blog-post, .grid-space-10 .card-item {
    margin-bottom: 10px;
    margin-top: 0;
}

.grid-space-20 .img-box, .grid-space-20 .portfolio-item, .grid-space-20 .transition-item,
.grid-space-20 .blog-item .blog-post, .grid-space-20 .card-item {
    margin-bottom: 20px;
}

/*.auto-height .class-margin {*/
    /*position: absolute;*/
    /*height: 100%;*/
/*}*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.column, .columns {
    float: left;
    position: relative;
    min-height: 1px;
}

.one-ninth {
    width: 11.111%;
}

.one-eighth {
    width: 12.5%;
}

.one-seventh {
    width: 14.285%;
}

.one-fifth {
    width: 20%;
}


/* TYPOGRAPHY */

ul.list-large li {
	font-size:18px;
	line-height:36px;
}

.list-inline > li {
    padding-left: 0;
}

.text-lg {
	font-size:20px;
}

.text-success {
	color:#2ECC71;
}

.text-info {
	color:#3498DB;
}

.text-danger {
	color:#C0392B;
}

.text-warning {
	color:#E67E22;
}

.dl-horizontal dt {
	width: 250px;
}

.dl-horizontal dd {
	margin-left: 270px;
}

.dl-horizontal dt,
.dl-horizontal dd {
	margin-bottom:10px;
}

/* BUTTONS */

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline:0 none;
	outline-offset:0;
}

.btn {
	border-bottom-width:2px;
	font-weight:bold;
	padding: 8px 12px 7px;
    font-family: inherit;
    font-size: inherit;
    /*color: inherit;*/
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    overflow: hidden;
    border-radius: 0;
    border: none;
    text-transform: none;
}

.btn:active, 
.btn.active {
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2) inset;
}

.btn i {
	margin-right:8px;
}

.btn-default,
.alert-default {
	background-color:#F0F0F0;
	color: #555555;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.active {
	background-color:#E0E0E0;
	border-color:#E0E0E0;
}

.btn-default:active, 
.btn-default.active {
    box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.btn-flat, .btn-3d {
    padding: 0 !important;
}

.btn:after {
    content: '';
    position: absolute;
    opacity: 0.3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

.button_label {
    display: block;
    position: relative;
    z-index: 1;
}

.btn:hover:after,
.btn:active:after {
    width: 100%;
    background: rgba(0,0,0,.4);
    /*opacity: .9;*/
}

.btn i {
    margin: 0;
}

/*span.button_icon.button_icon_left {*/
    /*border-right: 2px solid rgba(255,255,255,0.8);*/
/*}*/

/*span.button_icon.button_icon_right {*/
    /*border-left: 2px solid rgba(255,255,255,0.7);*/
/*}*/

span.button_icon {
    float: right;
    background: rgba(0,0,0,.2);
}

.button_label {
    float: right;
}

.btn-lg span.button_icon {
    padding: 17px 20px;
    float: right;
}

.btn-lg .button_label {
    padding: 17px 40px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

.btn-lg .button_icon i {
    font-size: 140%;
}

.btn-lg, .btn-group-lg>.btn {
    border-radius: 0;
    padding: 11px 30px 10px;
}

.btn.md .button_label {
    padding: 14px 23px;
    font-size: 14px;
    line-height: 18px;
}

.btn.md span.button_icon {
    padding: 13px 16px;
}

.btn.btn-sm .button_label {
    padding: 6px 15px;
    font-size: 12px;
    line-height: 14px;
}

.btn.btn-sm span.button_icon {
    padding: 6px 10px;
    float: right;
}

.btn.btn-sm .button_label {
    padding: 6px 15px;
    font-size: 12px;
    line-height: 21px;
}

.btn:active, .btn.active {
    box-shadow: none;
}

/* Button 2 */
.btn-3d {
    color: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border-radius: 0 0 5px 5px;
}

.btn-3d:after {
    display: none;
}

.btn-3d:hover {
    top: 2px;
}

.btn-3d:active {
    top: 6px;
}

.outline-button {
    text-indent: -9999em;
    position: relative;
    display: block;
    width: 15.5em;
    height: 4.15385em;
    color: transparent;
    text-align: center
}

.outline-button:before,.outline-button:after {
    font-style: normal;
    font-weight: normal;
    font-family: 'Futura W01 Bold', 'Helvetica Neue', Helvetica, Arial;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    line-height: 1.33333em;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border: 4px solid #0085a1;
    color: #0085a1;
    text-decoration: none;
    padding: 1.33333em;
    content: attr(title);
    text-indent: 0
}

.outline-button:before {
    display: block
}

.outline-button:after {
    color: #fff;
    background-color: #0085a1;
    display: none
}

.outline-button:hover:before {
    display: none
}

.outline-button:hover:after {
    display: block
}

.outline-button:before, .outline-button:after {
    -webkit-transform-origin: 50% 50% -2.07692em;
    transform-origin: 50% 50% -2.07692em;
    transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    display: block
}

.outline-button:after {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

.outline-button:hover:before {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0.2
}

.outline-button:hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}


body a.btn-default,
body a.btn-default:hover,
body a.btn-default:focus,
body button.btn-default,
body button.btn-default:hover,
body button.btn-default:focus,
body .btn-group label.btn-default,
body .btn-group label.btn-default:hover,
body .btn-group label.btn-default:focus {
	color: #555555;
}

body a.btn-primary,
body a.btn-primary:hover,
body a.btn-primary:focus,
body button.btn-primary,
body button.btn-primary:hover,
body button.btn-primary:focus,
body a.btn-danger,
body a.btn-danger:hover,
body a.btn-danger:focus,
body button.btn-danger,
body button.btn-danger:hover,
body button.btn-danger:focus,
body a.btn-info,
body a.btn-info:hover,
body a.btn-info:focus,
body button.btn-info,
body button.btn-info:hover,
body button.btn-info:focus,
body a.btn-success,
body a.btn-success:hover,
body a.btn-success:focus,
body button.btn-success,
body button.btn-success:hover,
body button.btn-success:focus,
body a.btn-warning,
body a.btn-warning:hover,
body a.btn-warning:focus,
body button.btn-warning,
body button.btn-warning:hover,
body button.btn-warning:focus {
	color: #FFFFFF;
}

.btn-danger,
.alert-danger,
.label-danger,
.panel-danger > .panel-heading {
	background-color:#C0392B;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
	background-color:#A3271A;
	border-color:#A3271A;
}

.btn-info,
.alert-info,
.label-info,
.panel-info > .panel-heading {
	background-color:#3498DB;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active {
	background-color:#2280BF;
	border-color:#2280BF;
}

.btn-warning,
.alert-warning,
.label-warning,
.panel-warning > .panel-heading {
	background-color:#E67E22;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
	background-color:#D67118;
	border-color:#D67118;
}

.btn-success,
.alert-success,
.label-success,
.panel-success > .panel-heading {
	background-color:#2ECC71;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active {
	background-color:#18BA5D;
	border-color:#18BA5D;
}

.btn-inverse {
	background-color:transparent;
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
}

.btn-inverse:hover,
.btn-inverse:focus {
	background-color: #FFFFFF;
}

.btn-inverse {
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
}

.btn-inverse:hover {
    color: #16A085 !important;
}


.btn-xs {
	font-size:10px;
	padding: 6px 8px 5px;
}

.btn-sm {
	font-size:11px;
	padding: 6px 9px 5px;
}

.btn-lg {
	font-size:14px;
	padding: 11px 16px 10px;
}

/* ALERTS AND LABELS */

.alert {
	border:0;
	border-radius:2px;
	color:#FFFFFF;
    margin: 20px 0;
}

.alert .close {
    color: #000;
    font-size: 30px;
	position:relative;
	top:-5px;
}

.label-default {
	background-color:#BBBBBB;
}

.alert:before {
    /*content: "\f00c";*/
    float: left;
    font-family: "FontAwesome";
    /*color: #2ECC71;*/
    font-size: 24px;
    z-index: 3;
    margin-top: -6px;
    margin-right: 10px;
}

.alert p {
    margin-left: 35px;
}

.alert-success:before {
    content: "\f00c";
}

.alert-danger:before {
    content: "\f00d";
}

.alert-warning:before {
    content: "\f071";
}

.alert-info:before {
    content: "\f05a";
}

.alert-primary:before {
    content: "\f11d";
}

/* VERTICAL NAV */

.nav.vertical-nav li {
	/*border-bottom: 1px solid #E5E5E5;*/
}

.nav.vertical-nav li:last-child {
	border-bottom:0;
}

.nav.vertical-nav li a {
	color: #555555;
    font-weight: 500;
    padding: 6px 0;
	transition-duration: 0.4s;
	text-transform: uppercase;
    font-size: 13px;
}

.nav.vertical-nav li a:hover,
.nav.vertical-nav li a:focus {
	background-color:transparent;
}

.nav.vertical-nav li a i {
	margin-right: 10px;
    min-width: 12px;
}

.nav.vertical-nav li a .badge {
	float:right;
}

/* POPOVER */

.popover {
	padding:0;
	border-radius:3px;
	border-top-width:0;
	z-index:1020;
}

.popover-title {
	color:#FFFFFF;
    border:0;
    border-radius: 2px 2px 0 0;
	font-weight:700;
}

/* TABS */

.nav-tabs {
    border-bottom:0;
}

.nav-tabs > li > a {
    /*border:0;*/
    border-radius:0;
    /*margin-right:0;*/
	background-color:#E0E0E0;
	color: #555555;
	padding:12px 18px;
	font-weight:500;
}

.nav-tabs > li > a:hover {
	background-color:#D0D0D0;
	color: #555555;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	border:0;
    color: #FFFFFF;
    cursor: default;
	padding:14px 18px;
	margin-top:-4px;
}

.tab-content {
	background-color:#F9F9F9;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);
	padding:20px;
	margin-bottom:50px;
}

/* PANELS */

.panel {
    background-color:#F9F9F9;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.2);
    border:0;
    border-radius: 0;
    margin-bottom: 20px;
}

.panel-heading {
    border-radius:0;
    padding: 18px 15px;
}

.panel-default > .panel-heading {
    background-color: #E5E5E5;
    color: #555555;
	border-color:rgba(0,0,0,0.1);
}

.panel-primary > .panel-heading,
.panel-success > .panel-heading,
.panel-info > .panel-heading, 
.panel-warning > .panel-heading, 
.panel-danger > .panel-heading {
    color: #FFFFFF;
	border-color:rgba(0,0,0,0.1);
}

.panel-primary > .panel-heading .panel-title > a,
.panel-success > .panel-heading .panel-title > a,
.panel-info > .panel-heading .panel-title > a, 
.panel-warning > .panel-heading .panel-title > a, 
.panel-danger > .panel-heading .panel-title > a {
    color: #FFFFFF;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top:0;
}

/* COLLAPSE */

.panel-title > a {
	color: #FFFFFF;
	display:block;
	cursor:pointer;
}

.panel-title > a > i {
    margin-right:8px;
}

body .panel-default .panel-title > a,
body .panel-default .panel-title > a:after {
	color: #ffffff;
}

body .style-2 .panel-default .panel-title > a,
body .style-2 .panel-default .panel-title > a:after {
    color: inherit;
}

.panel-title a:after {
	display: inline-block;
    font-family: feather;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	content:"\e115";
	color:#FFFFFF;
	float:right;
	margin: 0;
    font-size: 16px;
    margin-top: 3px;
}

.panel-title a.collapsed:after {
	content:"\e114";
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.panel {
    background-color: transparent;
    box-shadow: none;
}

.panel-default > .panel-heading {
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.04);
    border: none;
    background-color: #f8f8f8;
    margin: -1px;
}

.panel-group .panel {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
}

.panel-title > a > i {
    font-size: 20px;
}

.panel-group.style-2 .panel {
    box-shadow: none;
    border: none;
}

.panel-group.style-2 .panel-default > .panel-heading {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    padding: 20px 15px;
}

.panel-group.style-2 .panel-default .panel-title a:after {
    color: #fff !important;
    width: 25px;
    height: 25px;
    background-color: #3f85c2;
    text-align: center;
    padding-top: 5px;
    border-radius: 50%;
    font-size: 14px;
    font-family: feather;
    content: "\e115";
}

.panel-group.style-2 .panel-default .panel-title a.collapsed:after {
    content: "\e114";
}

.panel-title {
    font-size: 16px;
    font-weight: 400;
}

/* __________ Feature Tab __________ */

.tab-content-fe {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.tab-content-fe .title {
    margin: 0 0 17px;
    font-weight: 300;
    line-height: 60px;
    font-size: 50px;
    color: inherit;
}

.tab-content-fe .title b {
    font-weight: 500;
}

.tab-content-fe .tab-fe-content {
    font-weight: 300;
    line-height: 34px;
    font-size: 22px;
    color: inherit;
}

.tab-pane-fe {
    display: block;
    height: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.tab-pane-fe.active {
    height: auto;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.nav-tabs-fe > li {
    float: left;
}

nav.nav-tabs-fe:before,
nav.nav-tabs-fe:after {
    display: none;
}

.nav-tabs-fe {
    margin: 0 -15px 50px;
    border: 0;
}

.nav-tabs-fe li {
    margin: 0;
    padding: 0 15px;
}

.nav-tabs-fe li a {
    width: 150px;
    height: 150px;
    margin: 0;
    padding: 40px 0 0;
    text-align: center;
    border: 0 !important;
    border-radius: 0;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}

.nav-tabs-fe li a i {
    display: block;
    color: #fff;
    font-size: 45px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transform: translateY(-16px);
    -o-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
}

.nav-tabs-fe li a:hover,
.nav-tabs-fe li a:focus {
    background-color: transparent;
}

.nav-tabs-fe li.active a,
.nav-tabs-fe li.active a:hover,
.nav-tabs-fe li.active a:focus {
    background-color: transparent;
}

.nav-tabs-fe li a:hover i {
    background-position: 0 -120px;
    transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.nav-tabs-fe li.active a i {
    font-size: 50px;
    color: #ffffff;
    background-position: 0 0;
    transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.nav-tabs-fe li a span {
    display: block;
    font-weight: 400;
    line-height: 20px;
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

.nav-tabs-fe li a span b {
    font-weight: 400;
}

.nav-tabs-fe li.active a span {
    opacity: 0;
    transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

@media (max-width: 1199px) and (min-width: 992px) {

    .tab-content-fe .title {
        font-size: 60px;
        line-height: 60px;
    }

    .nav-tabs-fe li {
        padding:0 10px;
    }

    .nav-tabs-fe li a {
        width: 130px;
        height: 130px;
        padding-top: 35px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav-tabs-fe li a i {
        width: 45px;
        height: 45px;
        font-size: 38px;
    }

    .nav-tabs-fe li a span {
        font-size: 18px;
    }

    .nav-tabs-fe li a:hover i {
        transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

    .nav-tabs-fe li.active a i {
        font-size: 48px;
        transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .tab-content-fe .title {
        font-size: 50px;
        line-height: 50px;
    }

    .tab-content-fe .tab-fe-content {
        font-size: 20px;
        line-height: 24px;
    }

    .nav-tabs-fe li {
        padding:0 12px;
    }

    .nav-tabs-fe li a {
        width: 100px;
        height: 100px;
        padding-top: 24px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav-tabs-fe li a i {
        width: 40px;
        height: 40px;
        font-size: 33px;
    }

    .nav-tabs-fe li a span {
        font-size: 16px;
    }

    .nav-tabs-fe li a:hover i {
        background-position: 0 -90px;
        transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

    .nav-tabs-fe li.active a i {
        font-size: 45px;
        background-position: 0 0;
        transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
    }

}

@media (max-width: 767px) {

    .tab-content-fe {
        text-align: center;
        margin-top: 60px;
    }

    .tab-content-fe .title {
        font-size: 40px;
        line-height: 40px;
    }

    .tab-content-fe .tab-fe-content {
        font-size: 15px;
        line-height: 22px;
    }

    .nav-tabs-fe {
        margin: 0 auto;
        width: 450px;
    }

    .nav-tabs-fe li a {
        width: 120px;
        height: 120px;
        padding-top: 24px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-tabs-fe li a i {
        width: 40px;
        height: 40px;
        font-size: 35px;
    }

    .nav-tabs-fe li a span {
        font-size: 14px;
    }

    .nav-tabs-fe li a:hover i {
        transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

    .nav-tabs-fe li.active a i {
        font-size: 40px;
        transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
    }

}

/* FORM CONTROL */

.form-control {
    border: 1px solid #D5D5D5;
	border-bottom-width:2px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1) inset;
    color: #555555;
    height: 42px;
    transition: 0.3s ease-in-out 0s;
	border-radius:0;
}

.form-control:focus {
	outline:none;
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.08) inset;
	border-color:#B5B5B5;
}

.form-control:focus::-webkit-input-placeholder { color:transparent; }
.form-control:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.form-control:focus::-moz-placeholder { color:transparent; } /* FF 19+ */

textarea.form-control {
	height:180px;
	resize:vertical;
}

form .row:last-child .form-group {
	margin-bottom:0;
}

form label span {
	color: #E74C3C;
	margin-left:5px;
}

form span.form-info {
	color: #555555;
	margin-left:15px;
	font-weight:bold;
	position:relative;
	top:11px;
}

form .pull-left span.form-info {
     margin-left: 0;
}

form span.required {
	color: #E74C3C;
	margin-right:5px;
}

form button.btn {
	margin:20px 0 0;
}

.input-group .form-control {
	height: 40px;
	border-radius:4px 0 0 4px;
}

.input-group .btn {
	padding: 11px 16px 11px;
	font-size:14px;
	margin:0;
}

.input-group-btn:last-child > .btn, 
.input-group-btn:last-child > .btn-group {
    margin-left:0;
}

.input-group-btn .btn i {
	margin-right:0;
}

.input-group-addon {
    border-radius:0;
	border-bottom-width:2px;
	color:#888888;
	font-size:20px;
	border-color: #D5D5D5;
}

.form-group.nospace {
	margin:0;
}

.form-horizontal .control-label, 
.form-horizontal .radio, 
.form-horizontal .checkbox, 
.form-horizontal .radio-inline, 
.form-horizontal .checkbox-inline {
    padding-top: 12px;
}

.input-group .form-control {
    height: 42px;
    border-radius: 0;
    border: 1px solid #e9e9e9;
}

.form-control {
    border: 1px solid #e9e9e9;
    box-shadow: none;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: 0 0 0px 0px rgba(0,0,0,0.08);
}

select {
    background-image: url(../images/dropdown.png) !important;
    background-repeat: no-repeat;
    background-position: right center;
    padding-left: 15px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* IMAGE OVERLAY */

.overlay-wrapper {
	position:relative;
	overflow: hidden;
}

.overlay-wrapper .overlay {
	margin:2px;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
	text-align:center;
	transition-duration:0.5s;	
}

.overlay-wrapper .overlay a {
	/*font-size:30px;*/
	/*color:#FFFFFF;*/
	/*position: absolute;*/
	/*left: 50%;*/
	/*top: 50%;*/
	/*margin-left: -15px;*/
	/*margin-top: -18px;*/
}

.overlay-wrapper .overlay a:hover {
	/*color:#FFFFFF;*/
}

.overlay-wrapper .overlay .overlay-title {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	position: relative;
	top:20px;
}

.overlay-wrapper:hover .overlay {
	opacity:1;
}

.wrapper .overlay-wrapper img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.wrapper .overlay-wrapper:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.wrapper {
    overflow: hidden;
}

#portfolio .overlay-wrapper:hover .overlay {
    margin-right: -1px;
}


/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.55em;
    background: #2FC3DF;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

figure.effect-zoe h2 {
    float: left;
    color: #fff;
    font-size: 30px;
    padding-top: 5px;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.3em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe .description {
    position: absolute;
    top: 0px;
    left: 0;
    text-align: center;
    height: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
}

figure.effect-zoe:hover .description {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe .description:before {
    content: '';
    display: inline-block;
    height: 80%;
    vertical-align: middle;
}

figure.effect-zoe .description p {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    height: auto;
    color: #fff;
    text-transform: none;
    font-size: 100%;
    opacity: 0;
    -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}

figure.effect-zoe p.icon-links a i::before {
    display: inline-block;
    padding: 7px 8px;
    color: #fff;
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover .description p {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover .description,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

figure.effect-zoe:hover img {
    opacity: 0.7;
}

figure.effect-zoe img {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

@media (max-width: 991px) {
    /*figure.effect-zoe .description p {*/
        /*font-size: 100%;*/
        /*opacity: 1;*/
    /*}*/

    figure.effect-zoe h2 {
        font-size: 14px !important;
    }

    figure.effect-zoe p.icon-links a {
        font-size: 16px;
    }

    figure.effect-zoe figcaption {
        padding: 0.5em;
        height: 2.75em;
    }

    /*figure.effect-zoe figcaption, figure.effect-zoe .description, figure.effect-zoe h2, figure.effect-zoe p.icon-links a {*/
        /*-webkit-transform: translate3d(0,0,0);*/
        /*transform: translate3d(0,0,0);*/
    /*}*/

    /*figure.effect-zoe:hover .description p {*/
        /*opacity: 1;*/
    /*}*/

    /*figure.effect-zoe img {*/
        /*opacity: 0.7;*/
    /*}*/
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
    background: #2e5d5a;
}

figure.effect-milo img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px,0,0) scale(1.12);
    transform: translate3d(-30px,0,0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-milo:hover img {
    opacity: 0.5 !important;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
    color: #fff;
}

figure.effect-milo p {
    padding: 0 10px 0 0;
    width: 40%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
    color: #fff;
}

figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #fff;
}

figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* Common style */
figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #3085a3;
    text-align: center;
}

figure img {
    position: relative;
    display: block;
    max-height: 100%;
    max-width: 100%;
}

figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption,
figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure h2 {
    word-spacing: -0.15em;
    font-weight: 400;
    font-size: 80% !important;
    text-transform: uppercase;
}

figure h2 span {
    font-weight: 800;
}

figure h2,
figure p {
    margin: 0;
}

figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.gallery-item figure.effect-milo img {
    width: 100%;
    -webkit-transform: none;
    transform: none;
}

.gallery-item figure.effect-milo:hover img {
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

.gallery-item figure.effect-milo:hover p {
    color: #fff !important;
}

.gallery-item figure.effect-milo p {
    border-right: none;
}

.mfp-figure figure {
    background: transparent !important;
}


/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley {
    background-color: transparent;
}

figure.effect-marley img {
    /*width: 100.5%;*/
    height: auto;
    max-width: 100%;
}

figure.effect-marley figcaption {
    text-align: right;
}

figure.effect-marley figcaption .caption-bottom {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    text-transform: lowercase;
}

figure.effect-marley figcaption .caption {
    background-color: #000;
    padding: 10px;
    z-index: 90;
    opacity: 0.6;
    color: #fff;
}

figure.effect-marley h2,
figure.effect-marley p {
    right: 30px;
    left: 30px;
    padding: 10px 0;
}

figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    font-size: 14px;
}

figure.effect-marley h2 {
    top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    color: #fff;
    font-weight: 500;
}

figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after{
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* OWL CAROUSEL */

.owl-carousel .owl-wrapper-outer {
	box-shadow:0 1px 1px 1px rgba(0,0,0,0.1);
}

.owl-pagination {
	text-align:center;
	margin-top:20px;
}

.owl-theme .owl-controls {
    margin-top:0;
}

.owl-theme .owl-controls .owl-page span,
.owl-theme .owl-controls .owl-page.active span {
    background-color: #CCCCCC;
    border-radius: 50%;
    display: block;
    margin: 0 5px 0 0;
    opacity: 1;
    width: 16px;
	height: 16px;
}

.owl-theme .owl-controls .owl-page:last-child span {
	margin-right:0;
}

body .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
	top: 45%;
	/*bottom: 46px;*/
    /*margin: auto;*/
	width:45px;
	height:45px;
	font-size: 29px;
	border-radius:50%;
	background-color: #FFFFFF;
	opacity:1;
	/*border:1px solid rgba(0,0,0,0.1);*/
	padding:0;
	transition-duration:0.3s;
	-webkit-transform: translateX(-50%);
	transform: translateY(-50%);
}

body .owl-theme .owl-controls .owl-buttons div:hover {
	color: #FFFFFF;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left:-80px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev i {
    margin-right:3px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right:-80px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next i {
    margin-left:3px;
}

.hidden-control.owl-theme .owl-controls .owl-buttons div {
    opacity:0;
	transition-duration:0s;
}

.hidden-control.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left:40px;
	color: #FFFFFF;
}

.hidden-control.owl-theme .owl-controls .owl-buttons div.owl-next {
    right:40px;
	color: #FFFFFF;
}

#carousel-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*#carousel {*/
    /*width: 800px;*/
    /*height: 500px;*/
    /*overflow: hidden;*/
/*}*/

#carousel img {
    display: block;
    float: left;
}

.item-with-nav .owl-controls .owl-buttons div {
    bottom: 0% !important;
}

.owl-carousel.inline-nav .owl-pagination {
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: 10px;
}


/* ISOTOPE */

.isotope-filter {
	background-color:#F9F9F9;
	box-shadow:0 1px 1px 1px rgba(0,0,0,0.1);
	margin:0 0 50px;
	padding:20px;
}

.isotope-filter ul {
	margin:0;
}

.isotope-filter ul li {
	line-height:60px;
}

.isotope-filter {
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 20px 0;
    background-color: transparent;
}

.isotope-filter .btn {
    background: transparent;
    color: #777777;
    font-weight: 500;
    text-transform: uppercase;
    overflow: visible;
    padding: 11px 20px 10px;
    border-radius: 2px;
}

.isotope-filter .btn:hover,
.isotope-filter .btn.active {
    color: #fff;
}

.isotope-filter.custom-bg .btn:hover,
.isotope-filter.custom-bg .btn.active {
    background-color: rgba(0,0,0,.15);
}

.isotope-filter.custom-bg .btn {
    color: #fff;
}

.isotope-filter .btn:after {
    display: none;
}

.container .isotope-filter.custom-bg {
    padding: 20px;
}

.container-fluid .isotope-filter ul {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
}

/* CREATIVE BRANDS */

.brands.main {
	margin:0;
}

.brands > li {
    margin-bottom:0;
}

.brands.main li a {
	color:#FFFFFF;
	transition-duration: 0.2s;
}

body .brands.main li a:hover {
	background-color:#AAAAAA;
}

.brands > li > a:hover {
	color:#FFFFFF;
}

.brands > li > a.brands-googlePlus:hover, .brands > li > a.brands-stumbleupon:hover {
    background-color: #C63D2D;
}

.brands > li > a.brands-delicious:hover {
    background-color: #0b79e5;
}

/*------------------------------
	HEADER
------------------------------*/

.top-header {
	border-bottom: 1px solid #EEE;
	height:44px;
}

.top-header .header-item {
	display:inline-block;
	margin-right:20px;
	font-size:12px;
	padding-top:12px;
	color: #666;
	height: 44px;
}

.top-header .header-item:last-child {
	margin-right:0;
}

.top-header .header-item i {
	margin-right:7px;
}

.top-header .brands {
	display:inline-block;
	margin-right:20px;
	position:relative;
	top:-2px;
}

.navbar {
	/*border-bottom:1px solid #DDDDDD;*/
    border-bottom: none;
	background-color: transparent;
	margin:0;
	height:70px;
}

.navbar-offset {
	box-shadow:0 1px 5px 0px rgba(0,0,0,0.05);
}

.navbar-default .navbar-brand {
    padding: 0;
	font-size:35px;
	font-weight:600;
	color:#555555;
}

.navbar-default .navbar-brand.text-logo {
    font-size: 24px;
    position: relative;
    top: 40%;
    font-family: 'OpenSansSemibold';
}

.navbar-default .navbar-nav > li > a {
	padding-bottom: 25px;
    padding-top: 25px;
    color: #777777;
    font-size: 13px;
	font-weight:600;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a > i {
    font-size: 30px;
    position: relative;
     /*top: -1px;*/
    /* left: 3px; */
    display: block;
    text-align: center;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: #333333;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
/*.navbar-default .navbar-nav > .open > a, */
/*.navbar-default .navbar-nav > .open > a:hover, */
/*.navbar-default .navbar-nav > .open > a:focus */
{
    color: #FFFFFF;
}

/* DROPDOWN */

.navbar-nav > li > .dropdown-menu {
    background-color: transparent;
    border:0;
	border-bottom:3px solid #16A085;
    border-radius:0;
    margin:0;
    padding:0;
	min-width: 260px;
    box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.15);
}

/*.navbar-main-menu.navbar-nav > li > .dropdown-menu {*/
    /*top: 75%;*/
/*}*/

/*.navbar-main-menu.navbar-nav > li > .dropdown-menu:before {*/
    /*position: absolute;*/
    /*display: block;*/
    /*content: '';*/
    /*width: 12px;*/
    /*height: 12px;*/
    /*background-color: rgb(255, 255, 255);*/
    /*border: 1px solid rgb(245, 245, 245);*/
    /*border-image-source: initial;*/
    /*border-image-slice: initial;*/
    /*border-image-width: initial;*/
    /*border-image-outset: initial;*/
    /*border-image-repeat: initial;*/
    /*top: -6px;*/
    /*right: 35px;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-webkit-transition: all 0.3s;*/
    /*transition: all 0.3s;*/
/*}*/

.dropdown-menu > li,
.dropdown-menu > li > ul > li {
	border-bottom: 1px solid #EEEEEE;
    position: relative;
}

.dropdown-menu > li:last-child {
	border-bottom:0;
}

.dropdown-menu > li > a,
.dropdown-menu > li > ul.nav.vertical-nav > li > a {
    color: #555555;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 15px;
	transition: 0.3s ease-in-out 0s;
	background-color: #FFFFFF;
	position:relative;
	text-transform: uppercase;
}

.dropdown-menu > li > a i {
    margin-right:8px;
}

.dropdown-menu > li > a span {
    margin-left:4px;
	position:absolute;
	right:10px;
	padding:4px 6px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > ul.nav.vertical-nav > li > a:hover {
    background-color: #f7f7f7;
	color: #333333;
	padding-left:20px;
}

.dropdown-menu > li > a.sf-with-ul:after {
    position: absolute;
    content: "\f105";
    right: 20px;
    top: 0;
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    text-align: right;
    line-height: 42px;
    font-size: 12px;
    color: #fff;
}

.menu-item-has-mega-menu .box {
    width: auto;
    padding: 0;
    position: relative;
    margin: 0px 0px;
}

.nav.navbar-nav > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 220px;
    border-left: 1px solid #EEE;
    border-bottom: 3px solid #1ABC9C;
    height: auto;
    z-index: 199;
    margin: 0;
    padding: 0;
}

ul.menu-item-has-mega-menu > li > ul {
    display: block !important;
}

ul.menu-item-has-mega-menu > li {
    list-style: none;
}

/* WIDE MENU */

.yamm-content {
	padding:20px;
}

.yamm-content .mega-col-title {
    margin: 10px 8px 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.yamm-content .mega-col-title:after {
    content: '';
    display: block;
    margin: 10px 0;
    width: 20px;
    border-top: 2px solid;
}

.yamm-content p {
	margin:0;
	line-height:24px;
}

.yamm-content img {
	margin-bottom:20px;
}

.yamm-content ul li a:hover {
	background-color:transparent;
}

@media (max-width: 991px) {
    .yamm-content {
        padding: 0;
    }

    .yamm-content > .row > ul {
        padding-left: 0;
    }
}

/* NAVBAR SHOPPING CART */

.navbar-default .navbar-nav > li.shopping-cart-toggle > a,
.navbar-default .navbar-nav > li.shopping-cart-toggle.open > a,
.navbar-default .navbar-nav > li.shopping-cart-toggle.open > a:hover,
.navbar-default .navbar-nav > li.shopping-cart-toggle.open > a:focus {
	padding:35px 5px 0;
	background-color:transparent;
}

.navbar-default .navbar-nav > li.search-form-toggle > a,
.navbar-default .navbar-nav > li.search-form-toggle.open > a,
.navbar-default .navbar-nav > li.search-form-toggle.open > a:hover,
.navbar-default .navbar-nav > li.search-form-toggle.open > a:focus {
	padding:35px 5px 0;
	background-color:transparent;
}

.navbar-default .navbar-nav > li.shopping-cart-toggle > a > i,
.navbar-default .navbar-nav > li.search-form-toggle > a > i {
	font-size:14px;
	background-color:#F0F0F0;
	color:#AAAAAA;
	padding:8px;
	border-radius:4px;
}

.navbar-default .navbar-nav > li.shopping-cart-toggle.open > a > i,
.navbar-default .navbar-nav > li.search-form-toggle.open > a > i {
	border-radius:4px 4px 0 0;
}

.shopping-cart-counter {
	position:absolute;
	background-color:#C0392B;
    text-align: center;
	color:#FFFFFF;
	font-weight:300;
    right: 0px;
    top: 33px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: top .4s ease,opacity .3s ease;
    -o-transition: top .4s ease,opacity .3s ease;
    transition: top .4s ease,opacity .3s ease;
}

.navbar-fixed-top .shopping-cart-counter {
    top: 12px;
}

.navbar-nav > li > .dropdown-menu.navbar-shopping-cart,
.navbar-nav > li > .dropdown-menu.navbar-search-form {
	background-color:#F0F0F0;
	padding:0;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
	right:-5px;
	border:0;
	margin-top:-1px;
	width: 400px;
	font-size:13px;
	color:#777777;
}

.navbar-nav > li > .dropdown-menu.navbar-shopping-cart li {
	padding:0 0 7px;
}

/*.navbar-nav > li > .dropdown-menu.navbar-shopping-cart li:hover {*/
	/*background-color:#F9F9F9;*/
/*}*/

.navbar-nav > li > .dropdown-menu.navbar-shopping-cart li:last-child {
	padding:0 10px;
	background-color:#FFFFFF;
}

.navbar-nav > li > .dropdown-menu.navbar-shopping-cart a.delete {
	position:relative;
	top:9px;
	left:10px;
	color:#444;
}

.navbar-nav > li > .dropdown-menu.navbar-shopping-cart a h3 {
	font-size:13px;
	margin:12px 0 0;
	color:#777777;
}

.navbar-nav > li > .dropdown-menu.navbar-shopping-cart a:hover h3 {
	text-decoration:underline;
}

.navbar-nav > li > .dropdown-menu.navbar-shopping-cart p {
	margin:10px 0 0;
}

.navbar-nav > li > .dropdown-menu.navbar-shopping-cart p.price {
	font-weight:bold;
	color:#555555;
	position:relative;
	right:5px;
}

.navbar-nav > li > .dropdown-menu.navbar-shopping-cart li:last-child p.price {	
	right:-1px;
	color:#C0392B;
}

.navbar-nav > li > .dropdown-menu.navbar-shopping-cart li:last-child .btn {
	margin:10px 0;
	color:#FFFFFF;
    border-radius: 2px;
}

.navbar-nav > li > .dropdown-menu.navbar-search-form {
	right: -10px;
	/*padding:10px;*/
	width: 380px;
}

.navbar .header-bg {
    background-color: #FFFFFF;
}

.navbar-default .navbar-nav > li.shopping-cart-toggle > a > i, .navbar-default .navbar-nav > li.search-form-toggle > a > i,
.navbar-nav > li > .dropdown-menu.navbar-search-form {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.navbar-nav > li > .dropdown-menu.navbar-shopping-cart {

}

.navbar-nav > li > .dropdown-menu.navbar-shopping-cart,
.navbar-nav > li > .dropdown-menu.navbar-search-form {
    /*border-top-color: #f7f7f7 !important;*/
    box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.15);
    background: #FFF;
    margin-top: 10px;
}

.navbar-fixed-top .navbar-nav > li > .dropdown-menu.navbar-search-form {
    margin-top: 2px;
}

.navbar-fixed-top .navbar-nav > li > .dropdown-menu.navbar-shopping-cart {
    margin-top: 2px;
    opacity: .9;
}

.navbar {
    height: 100px;
    -webkit-transition: height .4s ease,opacity .3s ease;
    -o-transition: height .4s ease,opacity .3s ease;
    transition: height .4s ease,opacity .3s ease;
}

.navbar:not(.transparent-header, floating-header) {
    border-bottom: 1px solid #f1f1f1;
}

.navbar-brand {
    display: block;
}

.navbar-brand img {
    height: 100px;
    line-height: 100px;
    max-height: 100px;
    -webkit-transition: height .4s ease,opacity .3s ease;
    -o-transition: height .4s ease,opacity .3s ease;
    transition: height .4s ease,opacity .3s ease;
    display: block;
    max-width: 100%;
    border: none;
}

.navbar-fixed-top .navbar-header .navbar-brand img {
    height: 60px;
}

.navbar-fixed-top {
    /*background-color: rgba(255, 255, 255, 0.95) !important;*/
    height: 60px;
    -webkit-backface-visibility: hidden;
}

.navbar-nav>li>a {
    line-height: 50px;
    -webkit-transition: height .4s ease,line-height .4s ease,margin .4s ease,padding .4s ease;
    -o-transition: height .4s ease,line-height .4s ease,margin .4s ease,padding .4s ease;
    transition: height .4s ease,line-height .4s ease,margin .4s ease,padding .4s ease;
}

.navbar-fixed-top .navbar-nav>li>a {
    line-height: 10px;
}

.navbar-main-menu {
    /*border-right: 1px solid #EEE;*/
    padding-right: 10px;
}

.navbar-fixed-top.navbar-default .navbar-nav > li.shopping-cart-toggle > a,
.navbar-fixed-top.navbar-default .navbar-nav > li.shopping-cart-toggle.open > a,
.navbar-fixed-top.navbar-default .navbar-nav > li.shopping-cart-toggle.open > a:hover,
.navbar-fixed-top.navbar-default .navbar-nav > li.shopping-cart-toggle.open > a:focus {
    padding: 14px 5px 0;
}

.navbar-fixed-top.navbar-default .navbar-nav > li.search-form-toggle > a,
.navbar-fixed-top.navbar-default .navbar-nav > li.search-form-toggle.open > a,
.navbar-fixed-top.navbar-default .navbar-nav > li.search-form-toggle.open > a:hover,
.navbar-fixed-top.navbar-default .navbar-nav > li.search-form-toggle.open > a:focus {
    padding:14px 5px 0;
}

.navbar-fixed-top.navbar-default .navbar-nav > li.search-form-toggle > a > i {
    /*top: 14px !important;*/
}

header .container {
    position: relative;
    height: 100%;
}

header.full-header .container {
    width: 100%;
    padding: 0 30px;
    height: 100%;
}

.header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=90);
    z-index: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
}

.navbar-fixed-top .header-bg {
    opacity: .9;
}

.transparent-header {
    position: absolute;
    width: 100%;
    border-bottom: 0;
}

.sticky-header .transparent-header {
    position: fixed;
}

.custom-styling.transparent-header .header-bg {
    background-color: transparent;
}

.transparent-header.transparent-border {
    border-bottom: 1px solid;
}

.transparent-header.transparent-border,
.transparent-header.transparent-border .navbar-main-menu {
    border-color: rgba(255, 255, 255, .30);
}

.transparent-header:not(.transparent-border) .navbar-main-menu,
.floating-header .navbar-main-menu {
    border-right: none;
}

.transparent-header.navbar-default .navbar-nav li a {
    color: #fff;
}

.transparent-header.navbar-default .navbar-nav > li.shopping-cart-toggle > a > i,
.transparent-header.navbar-default .navbar-nav > li.search-form-toggle > a > i {
    background-color: transparent;
    color: #fff;
}

.transparent-header.navbar-default .navbar-nav > .open > a {
    background-color: transparent !important;
}

.has-top-bar .page-boxed .custom-styling.top-header {
    margin-left: auto;
    margin-right: auto;
}

.has-transparent-logo .navbar-brand img.normal-logo {
    position: absolute;
}

.navbar-fixed-top .navbar-brand img.transparent-logo,
.transparent-header.has-transparent-logo:not(.navbar-fixed-top) .navbar-brand img.normal-logo {
    opacity: 0;
}

.navbar-fixed-top .navbar-brand img.normal-logo,
.transparent-header.navbar:not(.navbar-fixed-top) .navbar-brand img.transparent-logo {
    opacity: 1;
}

.floating-header {
    position: absolute;
    width: 100%;
    border-bottom: 0;
    top: 60px;
    right: 0;
    left: 0;
}

.sticky-header .floating-header.navbar-fixed-top {
    position: fixed;
}

.floating-header .header-bg {
    width: 1170px;
    margin: 0 auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
}

.custom-styling.floating-header.navbar-fixed-top .header-bg {
    width: 100%;
    border-radius: 0;
    background-color: #FFF;
    opacity: .9;
}

.nav.vertical-nav li a {
    padding: 8px 10px;
}

#search-button .icon-cross {
    opacity: 0;
}

#top-search {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 100%!important;
    height: 99%!important;
    padding: 0 15px;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.navbar-header {
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

#top-search form {
    width: 100%!important;
    height: 100%!important;
}

#top-search form input {
    box-shadow: none!important;
    pointer-events: none;
    border-radius: 0;
    border: 0;
    outline: 0!important;
    font-size: 32px;
    padding: 10px 80px 10px 0;
    height: 100%;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    margin-top: 0!important;
    /*font-family: Raleway,sans-serif;*/
    letter-spacing: 2px;
}

#search-button i {
    /*position: absolute;*/
    /*top: 30px;*/
    -webkit-transition: opacity .3s ease, top .3s ease;
    -o-transition: opacity .3s ease, top .3s ease;
    transition: opacity .3s ease, top .3s ease;
}

#search-button {
    position: relative;
    display: block;
}

#close-search {
    position: absolute;
    right: 25px;
    bottom: 34px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
}

#search {
    display: block !important;
}

.navbar-search-form .input-group .form-control {
    height: 56px;
    /*box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.15);*/
    background-color: #fff;
    border-radius: 0;
    border: 0;
}

.navbar-search-form .input-group-btn button {
    height: 56px;
    width: 56px;
    background-color: #bfbcbc;
    overflow: visible;
}

.navbar-search-form .input-group-btn button i {
    font-size: 18px;
}

.navbar-search-form .input-group button:before {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #bfbcbc;
    border: 0;
    border-right: none;
    border-bottom: none;
    top: -6px;
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-search-form .input-group button:hover:after {
    background: none;
}

body.top-search-opened .navbar-fixed-top #close-search {
    bottom: 15px;
}

/*ul.dropdown-menu.navbar-shopping-cart {*/
    /*border: 1px solid #f5f5f5 !important;*/
/*}*/

ul.dropdown-menu.navbar-shopping-cart:before {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-right: none;
    border-bottom: none;
    top: -6px;
    right: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*body.top-search-opened .transparent-header #top-search {*/
/*background-color: rgba(0, 0, 0, 0.3);*/
/*}*/

body.top-search-opened .transparent-header #top-search form input::-webkit-input-placeholder,
body.top-search-opened .transparent-header #top-search form input,
body.top-search-opened .transparent-header #top-search #close-search i {
    color: #fff;
}

body.top-search-opened .navbar-fixed-top.transparent-header #top-search form input::-webkit-input-placeholder,
body.top-search-opened .navbar-fixed-top.transparent-header #top-search form input,
body.top-search-opened .navbar-fixed-top.transparent-header #top-search #close-search i {
    color: #555555;
}

body.top-search-opened .transparent-header #top-search form input::-moz-placeholder {
    color: #fff;
}

body.top-search-opened header .navbar-brand,
body.top-search-opened header .navbar-right > ul,
body.top-search-opened header .navbar-left > ul,
body.top-search-opened header .top-expand,
body.top-search-opened header .navbar-nav .shopping-cart-toggle,
body.top-search-opened header .navbar-nav .search-form-toggle {
    opacity: 0;
}

body.has-top-bar .transparent-header:not(.navbar-fixed-top) {
    top: 44px;
}




@media (max-width:991px) {

    #close-search {
        right: 15px;
        bottom: 35px;
        font-size: 28px;
    }

    body.top-search-opened header .navbar-header .navbar-toggle,
    body.top-search-opened header .navbar-header .nav-toggle {
        opacity: 0;
    }

    .navbar-header button.navbar-toggle {
        float: left;
        padding-left: 10px;
    }

    .navbar-header a.navbar-toggle {
        float: right;
    }

    .navbar-fixed-top .navbar-header {
        margin: 3px -15px 0 -15px;
    }

    .navbar-main-menu {
        border-right: none;
    }

    .navbar-header {
        -webkit-transition: margin-top .4s ease,opacity .3s ease;
        -o-transition: margin-top .4s ease,opacity .3s ease;
        transition: margin-top .4s ease,opacity .3s ease;
    }

    .nav.vertical-nav li {
        border-bottom: 1px solid #EEE;
    }

    .navbar-fixed-top .navbar-nav>li>a {
        line-height: 50px;
    }

    .navbar-fixed-top #top-search {
        margin-top: 0px;
    }

    #top-search {
        margin-top: 10px;
    }

    .transparent-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .sticky-header .transparent-header {
        position: fixed;
    }

    .transparent-header.navbar-default:not(.navbar-fixed-top) .navbar-toggle:not(a) {
        padding: 0px 10px;
        border: 1px solid #ffffff;
        border-radius: 3px;
        color: #fff !important;
    }

    body.has-top-bar .transparent-header:not(.navbar-fixed-top) {
        top: 77px;
    }

    .transparent-header.navbar-default:not(.navbar-fixed-top) .navbar-toggle {
        color: #FFF;
    }

    /*.transparent-header a.navbar-toggle i,*/
    /*.navbar-fixed-top.transparent-header button.navbar-toggle i {*/
    /*color: #FFF;*/
    /*}*/

    .navbar-fixed-top.transparent-header,
    .navbar-fixed-top.transparent-header.transparent-header .header-bg {
        background-color: #FFF;
    }

    .top-search-opened #top-search {
        margin-top: 0;
    }

    .top-header {
        height: auto;
        text-align: center;
    }

    .top-header .container .row > div {
        float: none !important;
        display: inline-block;
    }

    .top-header .header-item {
        padding-top: 10px;
        padding-bottom: 0px;
        height: auto;
    }

    .top-social li {
        border-left: none !important;
    }

    .floating-header {
        position: relative;
        top: 0;
    }

    .floating-header .header-bg {
        border-radius: 0 !important;
    }

    header.full-header .container {
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .nav.navbar-nav > li > ul > li > ul {
        position: relative;
        background-color: #FFF;
        height: auto;
        z-index: 199;
        margin: 0;
        padding-left: 20px;
        border: none !important;
        left: 0;
        width: inherit;
    }
}

/*Fixed main navigation with boxed layout*/
@media (min-width:992px) {
    .page-boxed .navbar-default.navbar-fixed-top {
        width: 1200px;
        margin: 0 auto;
    }

    .navbar>.container .navbar-brand {
        margin-left: 0;
    }

    .has-top-bar.has-floating-header .top-header {
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2;
        border-bottom: none;
    }

    .has-top-bar.has-transparent-header .top-header {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 10;
        border-color: rgba(255, 255, 255, .30);
    }

    .has-top-bar.has-transparent-header .top-header .top-social li {
        border-color: rgba(255, 255, 255, .30);
    }

    .has-top-bar.has-floating-header .top-header .header-item,
    .has-top-bar.has-floating-header .top-header .top-social li a,
    .has-top-bar.has-transparent-header .top-header .header-item,
    .has-top-bar.has-transparent-header .top-header .top-social li a
    {
        color: #FFF;
    }

    .has-top-bar.has-floating-header .top-header .top-social li {
        border-left: none;
    }
}

@media (min-width:992px) and (max-width: 1199px) {
    .page-boxed .navbar-default.navbar-fixed-top {
        width: 1000px;
    }

    .page-boxed .transparent-header {
        width: 1000px;
    }

    .floating-header .header-bg {
        width: 970px;
    }

    .has-top-bar .page-boxed .custom-styling.top-header,
    .has-transparent-header .page-boxed .custom-styling.transparent-header {
        width: 1000px;
    }
}

@media (min-width:1200px) {
    .has-top-bar .page-boxed .custom-styling.top-header,
    .has-transparent-header .page-boxed .custom-styling.transparent-header {
        width: 1200px;
    }

    .page-boxed .transparent-header {
        width: 1200px;
    }
}

/*------------------------------
	JUMBOTRON
------------------------------*/

.jumbotron {
	padding:0;
	border-bottom:0;
	margin:0;
	background-color:transparent;
}

.jumbotron6,
.jumbotron3 {
	background-color:transparent;
	padding:0;
}

.jumbotron6 .item,
.jumbotron3 .item {
	height:450px;
	background-size:100%;
	background-repeat:no-repeat;
}

.jumbotron6 h2,
.jumbotron5 h2,
.jumbotron3 h2 {
	color:#FFFFFF;
	padding:7px 14px;
	margin:70px 30px 40px;
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:40px;
	display:inline-block;
}

.jumbotron6 h3,
.jumbotron5 h3,
.jumbotron3 h3 {
	background-color:rgba(0, 0, 0, 0.6);
	color:#FFFFFF;
	padding:7px 14px;
	margin:0 30px 20px;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:40px;
	display:inline-block;
}

/* JUMBOTRON 1 */

#jumbotron-slider.hidden-control.owl-theme .owl-controls .owl-buttons div,
#jumbotron-eshop-slider.hidden-control.owl-theme .owl-controls .owl-buttons div {
    opacity:0;
	background-color:transparent;
	color: #FFFFFF;
	transition-duration:0s;
	border:0;
	font-size:60px;
}

#jumbotron-slider.hidden-control.owl-theme .owl-controls .owl-buttons div:hover,
#jumbotron-eshop-slider.hidden-control.owl-theme .owl-controls .owl-buttons div:hover {
	background-color:transparent;
}

#jumbotron-slider.owl-carousel .owl-wrapper-outer,
#jumbotron-eshop-slider.owl-carousel .owl-wrapper-outer {
    box-shadow:none;
}

/* JUMBOTRON 2 */

.jumbotron2 {
    padding: 60px 0;
	background-position:center center;
}

.jumbotron2 h2 {
	font-size: 80px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 700;
	margin: 0;
	/*text-align:left;*/
}

.jumbotron2 h2 small {
	font-size: 50px;
	color: #FFFFFF;
	font-weight: 300;
	margin: 30px 0 0;
	display:block;
}

/* JUMBOTRON 3 */

.jumbotron3 {
	border-bottom:0;
}

#jumbotron-eshop-slider .owl-pagination {
    position:absolute;
	left:50%;
	width:300px;
	margin-left:-150px;
	bottom:20px;
}

.jumbotron3 #slide-1 {
	background-image: url(../image/bg6.jpg); 
	background-position:right bottom;
	text-align:center;
}

.jumbotron3 #slide-2 {
	background-image: url(../image/bg7.jpg); 
	background-position:right -170px;
}

.jumbotron3 h2 {
	font-size: 80px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 700;
	margin: 90px 0 40px;
	padding:20px;
	line-height:90px;
}

.jumbotron3 #slide-2 h2 {
	font-size: 60px;
	padding:10px 15px;
}

.jumbotron3 #slide-3 img {
	margin-top:30px;
}

.jumbotron3 #slide-3 h2 {
	font-size: 60px;
	line-height:70px;
	padding:10px 15px;
}

.jumbotron3 h3 {
	margin:0 0 20px;
}

.eshop-subscribe-text {
	text-transform:uppercase;
	font-size:22px;
	padding:4px 0 0;
	margin:0;
	text-align:right;
}

/* JUMBOTRON 4 */

.jumbotron4 {
	padding:150px 0;
	background-position:center center;
}

.jumbotron4 h2 {
	color:#FFFFFF;
	font-size:60px;
	font-weight:700;
	margin:0 0 50px;
}

.jumbotron4 .input-group .form-control {
    height: 80px;
	border:0;
	font-size:26px;
	padding:0 20px;
}

.jumbotron4 .input-group .btn {
    font-size: 26px;
    padding: 20px 13px 19px;
	background-color:#444444;
}

.jumbotron4 .input-group .btn:hover,
.jumbotron4 .input-group .btn:focus,
.jumbotron4 .input-group .btn.active {
	border-color:#333333;
	background-color:#333333;
}

/* JUMBOTRON 5 */

.jumbotron5 {
	background-image: url(../image/bg4.jpg);
	padding:0;
	height:500px;
	background-position:center center;
	background-size:100%;
}

/* JUMBOTRON 6 */

.jumbotron6 #slide-1 {
	background-image: url(../image/bg2.jpg); 
	background-position:right -280px;
}

.jumbotron6 #slide-2 {
	background-position:right -180px;
	background-color: rgba(0,0,0,0.1);
	background-image: url(../image/bg1.jpg);
	position: relative;
}

.jumbotron6 #slide-2:before {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: inherit;
  content: ' ';
}

.jumbotron6 #slide-3 {
	background-image: url(../image/bg5.jpg); 
	background-position:left -200px;
}

.jumbotron6 #slide-1 img {
	margin-top:50px;
}

.jumbotron6 #slide-2 h2 {
	background-color:transparent;
	font-size: 80px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 700;
	margin: 80px 0 30px;
	text-align:left;
	padding:0;
	line-height:90px;
}

.jumbotron6 #slide-2 h3 {
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 300;
	margin:0 0 10px;
	line-height:50px;
}

.jumbotron6 #slide-3 h2,
.jumbotron5 h2 {
	font-size: 60px;
	line-height:70px;
	padding:20px;
	margin:100px 0 30px;
}

.jumbotron6 #slide-3 h3,
.jumbotron5 h3 {
	font-size: 36px;
	margin:0 0 30px;
}

.jumbotron6 #slide-3 .btn,
.jumbotron5 .btn,
.jumbotron3 .btn {
	font-size: 20px;
	border-radius:0;
	color: #FFFFFF;
}

body .jumbotron6 #slide-3 .btn:first-child:hover,
body .jumbotron5 .btn:first-child:hover {
	color:#FFFFFF;
}

.jumbotron6 #slide-3 span,
.jumbotron5 span {
	font-size: 20px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
	top:5px;
	margin:0 10px;
}

/* JUMBOTRON 7 */

.jumbotron7 {
	padding:0 0 50px;
	border-bottom:0;
}

.jumbotron7 img.application-image {
	position:relative;
	top:50px;
	max-height:522px;
}

.jumbotron7 h2 {
	font-size: 50px;
	line-height:65px;
  	font-weight: bold;
  	margin: 50px 0 30px;
  	color:#FFFFFF;
}

.jumbotron7 .application-feature {
	margin: 0 0 20px;
}

.jumbotron7 .application-feature img {
	max-width:64px;
	margin-left:30px;
}

.jumbotron7 .application-feature h3 {
	font-size: 22px;
	line-height:28px;
  	font-weight: 600;
  	color:rgba(0,0,0,0.5);
	margin:15px 20px 0;
}

.btn-download {
	width:170px;
	height:60px;
	display:inline-block;
	margin-top:20px;
}

.btn-googleplay {
	background-image: url(../image/googleplay.png);
	background-size:100%;
	margin-right:10px;
}

.btn-appstore {
	background-image: url(../image/appstore.png); 
	background-size:100%; 
}

/*------------------------------
	CONTENT
------------------------------*/

.container2 {
	padding:0 30px;
}

.container3 {
	padding:0;
}

.content {
	padding: 40px 0px;
}

.content-full {
	text-align:center;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

.content-full header.navbar {
	padding:13px 25px;
}

.content-separator {
	color: #FFFFFF;
}

.content h2 {
	text-transform:uppercase;
	font-size:36px;
	margin:0 0 40px;
}

.content .secondary-headline {
	font-weight:600;
	font-size:16px;
	margin:-15px 0 40px;
	color:#888888;
}

body.custom section.bg-color-2 {
	background-color: #f2f2f2;
}

/* BREADCRUMB */

.breadcrumb-wrapper {
    position: relative;
    padding: 40px 0;
    background-color: #f8f8f8;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

.breadcrumb-wrapper .container {
	position: relative;
}

.breadcrumb-wrapper h2 {
	font-size: 24px;
	font-family: 'Roboto';
	margin: 0;
	color: #555555;
    text-transform: uppercase;
    font-weight: 500;
}

.breadcrumb-wrapper span {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
	font-size: 18px;
}

.breadcrumb-wrapper .breadcrumb {
	position: absolute!important;
	width: auto!important;
	top: 50%!important;
	left: auto!important;
	right: 15px!important;
	margin: -10px 0 0!important;
	background-color: transparent!important;
	padding: 0!important;
}

.breadcrumb-wrapper .breadcrumb > li {
    font-size:14px;
	font-weight:400;
}

.breadcrumb-wrapper .breadcrumb > .active {
    color: #777777;
	font-weight:500;
}

.breadcrumb-wrapper .breadcrumb > li + li:before {
    color: #AAAAAA;
    content: "\f105";
    padding: 0 8px;
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.breadcrumb-wrapper {
    position: relative;
    padding: 40px 0;
    background-color: #f8f8f8!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
}

/* features-pagination */

.pagination {
    border-radius:0;
    margin:0;
    box-shadow: none;
}

.pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    color: #555555;
    padding: 10px 20px;
	font-size:16px;
    margin-right: 8px;
    border-radius: 2px;
}

.pagination > li i {
	font-size: 11px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 6px 12px;
	font-size:14px;
}

.pagination-sm > li i {
	font-size:12px;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 12px 20px;
	font-size:18px;
}

.pagination-lg > li i {
	font-size:16px;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span,
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    border-radius: 2px;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
	background-color: #dddddd;
}

body .pagination > li.disabled > span, 
body .pagination > li.disabled > span:hover, 
body .pagination > li.disabled > span:focus, 
body .pagination > li.disabled > a, 
body .pagination > li.disabled > a:hover, 
body .pagination > li.disabled > a:focus {
	color: #BBBBBB;
	background-color: transparent;
    border-radius: 2px;
}

body .pagination > li.active > a, 
body .pagination > li.active > span, 
body .pagination > li.active > a:hover, 
body .pagination > li.active > span:hover, 
body .pagination > li.active > a:focus, 
body .pagination > li.active > span:focus {
    color: #FFFFFF;
}

/*------------------------------
	CONTENT - SEPARATORS
------------------------------*/

.content-separator h2 {
	/*font-size:26px;*/
	/*color: #FFFFFF;*/
	/*text-align:center;*/
}



.content-separator.promo h2 {
	color: #FFFFFF;
	text-align:center;
	margin: 0;
}

.content-separator.promo span.subtitle {
	font-size: 18px;
	display: block;
}

.content-separator.promo.promo-center .btn {
	margin: 20px 0 0;
}

.content-separator p {
	margin:0;
}

.separator1 p {
    font-size: 22px;
}

.separator1 .btn {
	margin-left:20px;
}

.separator1 .btn {
    margin-left: 0;
}

.content-separator .input-group .btn {
	background-color:#444444;
}

.content-separator .input-group .btn:hover,
.content-separator .input-group .btn:focus,
.content-separator .input-group .btn.active {
	border-color:#333333;
	background-color:#333333;
}

/*------------------------------
	HOME SECTIONS - DEFAULT
------------------------------*/

/* INTRODUCTION */

#section-introduction {
	text-align:center;
}

#section-introduction h2 {
	font-size:60px;
	line-height:70px;
	text-transform:uppercase;
	font-weight:700;
	margin:0px 0 40px;
}

#section-introduction p {
	font-size:20px;
	padding:0 120px;
	color:#777777;
	line-height:30px;
	margin:0 0 30px;
}

body.custom section.light-section {
    background-color: #fcfcfc;
}

.section.wallpapered .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: url(../images/videomask.png) repeat center rgba(0, 0, 0, 0.4);
}

/* FEATURES */

#section-features {
	padding:40px 0;
}

#section-features .row > div {
	border-right:1px solid #D5D5D5;
}

#section-features .row > div:last-child {
	border-right:0;
}

#section-features .feature {
	text-align:center;
	padding:15px 0;
}

#section-features .feature i {
	font-size:40px;
	border:2px solid #16A085;
	border-radius:50%;
	width:90px;
	height:90px;
	padding-top:25px;
	transition-duration:0.4s;
}

#section-features .feature h3 {
	text-transform:uppercase;
	font-size:20px;
	margin:20px 0 15px;
}

#section-features .feature p {
	font-size:13px;
	color:#555;
	margin:0;
}

body #section-features .feature:hover i {
	color:#FFFFFF;
}

/* ABOUT US */

#section-about-us {
	padding:0;
}

#section-about-us h2 {
	text-align:left;
	margin:30px 0 15px;
}

#about-us-slider {
	padding:50px 0 0;
}

#about-us-slider .owl-wrapper-outer {
    box-shadow: none;
}

#about-us-slider .owl-pagination {
    margin-top: 0;
}

#about-us-slider .carousel-indicators {
    bottom: -25px;
	padding-left:3px;
}

#about-us-slider .item {
	transition-duration: 1.2s;
}

.text-highlight {
	padding:20px;
	border-left:5px solid #16A085;
    background-color: #f8f8f8;
    margin-right: 10px;
}

.text-highlight i {
	color:#AAAAAA;
	font-size:30px;
	margin-bottom:10px;
}

.text-highlight p {
	font-style:italic;
	color:#555555;
	font-size:16px;
	font-weight:300;
	margin:0 0 12px;
}

.text-highlight span {
	text-align:right;
	font-weight:600;
	font-style:italic;
	display:block;
}

.text-highlight.tes {
    margin-right: 10px;
    border: none;
}

/* BLOG POSTS */

#section-blog-posts {
	padding:50px 0;
}

#section-blog-posts  h2{
	color:#FFFFFF;
	text-shadow:2px 2px 1px rgba(0,0,0,0.5);
}

.recent-blog-post {
	padding:18px;
	background-color:#FFFFFF;
	box-shadow:0 1px 3px 2px rgba(0,0,0,0.2);
}

#section-blog-posts .row > div:first-child .recent-blog-post {
	margin-right:20px;
}

#section-blog-posts .row > div:last-child .recent-blog-post {
	margin-left:20px;
}

.recent-blog-post .post-date {
	color:#FFFFFF;
	padding:5px 7px;
	font-weight:bold;
	font-size:12px;
	display:inline-block;
}

.recent-blog-post h3 {
	margin:10px 0 12px;
	padding:0 0 6px;
	border-bottom:1px solid #DDDDDD;
	font-size:14px;
	font-weight:bold;
	clear:both;
	line-height:22px;
	color:#555555;
}

.recent-blog-post p {
	font-size:13px;
	margin:0 0 8px;
	color:#666666;
}

.recent-blog-post a {
	text-align:right;
	display:block;
	text-decoration:underline;
}

.recent-blog-post a i {
	margin-left:5px;
}

.recent-blog-post a:hover {
	text-decoration:none;
}

#section-blog-posts .btn {
	margin-top:50px;
	color:#FFFFFF;
}

/* PORTFOLIO */

#section-portfolio {
	position:relative;
	text-align:center;
	padding:50px 0;
}

#section-portfolio .portfolio-item {
    overflow: hidden;
    position: relative;
	display:block;
	cursor:pointer;
	margin:0;
}

#section-portfolio .portfolio-item .hover-overlay {
    width: 100%;
	height: 100%;
	position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: all 0.6s ease-out 0s;
	-webkit-transform: translateX(-100%);
	-webkit-transition: all 0.6s ease-out;
	padding:20px 5% 0 35%;
}

#section-portfolio .portfolio-item img {
    transform: translateX(0px);
	transition: all 0.6s ease-out 0s;
	-webkit-transform: translateX(0px);
	-webkit-transition: all 0.6s ease-out;
}

#section-portfolio .portfolio-item:hover img {
    transform: translateX(70%);
	-webkit-transform: translateX(70%);
}

#section-portfolio .portfolio-item:hover .hover-overlay {
    transform: translateX(-30%);
	-webkit-transform: translateX(-30%);
}

#section-portfolio .portfolio-item-description {
	border:1px solid #EEEEEE;
	background-color:#FFFFFF;
	border-top-width:0;
	padding:0 10px;
}

#section-portfolio .portfolio-item-description h3 {
	color:#555555;
	font-size:18px;
	font-weight:400;
	line-height:30px;
	margin:0;
	padding:15px 0;
}

#section-portfolio .portfolio-item p {
	color:#FFFFFF;
	line-height:25px;
	text-align:left;
}

#section-portfolio .portfolio-item a i {
	color:#FFFFFF;
	border-radius:50%;
	border:2px solid #FFFFFF;
	width:45px;
	height:45px;
	text-align:center;
	font-size:18px;
	padding-top:10px;
	margin-right:15px;
}

#section-portfolio .portfolio-item a:hover i {
	background-color:#FFFFFF;
}

#section-portfolio .portfolio-item a:last-child i {
	margin-right:0;
}

/* PARTNERS */

#section-partners #partners-slider {
	padding:50px 0;
}

#section-partners #partners-slider .item {
	text-align:center;
}

#partners-slider.owl-carousel .owl-wrapper-outer {
    box-shadow:none;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-portfolio .portfolio-wrapper > div, .no-padding
{
    padding: 0 !important;
    /*border: 1px solid rgba(0,0,0,0.1);*/
    /*margin: -1px 0px 0px -1px !important;*/
}

.no-padding .portfolio-item-description {
    /*border-right: 1px solid #eee !important;*/
    /*border-bottom: 1px solid #eee !important;*/
    /*border-top: none;*/
    /*border-left: none !important;*/
    border: none !important;
}

.portfolio-wrapper-nospaces > div {
    border: none !important;
}

#portfolio .portfolio-item.col-md-3 figure figcaption {
    padding: 0.5em;
    height: 2.75em;
}

#portfolio .portfolio-item.col-md-3 figure.effect-zoe .description p {
    font-size: 100%;
}

#portfolio .portfolio-item.col-md-3 figure figcaption h2 {
    font-size: 80% !important;
    padding-top: 11px;
    padding-left: 5px;
}

#portfolio .portfolio-item.col-md-3 figure.effect-zoe p.icon-links a i::before {
    padding: 7px 5px;
}

#portfolio .portfolio-item.col-md-3 figure.effect-zoe p.icon-links a {
    font-size: 1.2em;
}

#section-portfolio {
    padding: 0;
}

#portfolio .portfolio-item article .portfolio-item-description h3 {
    margin-top: 10px;
    font-size: 22px;
}

#portfolio .portfolio-item.no-padding article {
    box-shadow: none;
}

.pagination-area {
    padding-top: 30px;
    margin-left: 0;
    margin-right: 0;
}

.pagination-area.grid-space-10 {
    margin-top: -10px;
}

.pagination-area.grid-space-20 {
    margin-top: -20px;
}

.portfolio-paging-spaces {
    margin-top: 30px;
}

.portfolio-paging-spaces #features-pagination .row > div, .portfolio-paging #features-pagination .row > div {
    margin-bottom: 0;
}

/*------------------------------
	HOME SECTIONS - PRODUCT
------------------------------*/

.product-content {
    padding: 60px 0 50px;
}

.product-content h2 {
	font-size: 50px;
	line-height:65px;
  	font-weight: bold;
  	margin: 0 0 20px;
  	color:#999999;
	text-transform:none;
}

.product-content p {
	font-size: 18px;
	line-height:32px;
	color:#AAAAAA;
}

/* TESTIMONIALS */

#section-testimonials {
	padding:70px 0 60px;
}

.testimonials-slider .owl-wrapper-outer {
    box-shadow:none;
}

.testimonials-slider i {
	font-size:26px;
	float:left;
	margin:0 20px 0 0;
}

.testimonials-slider p {
	font-size:22px;
	line-height:40px;
}

.testimonials-slider h3 {
	color:inherit;
	font-size:24px;
	text-align:right;
	font-weight:bold;
	margin:20px 0 0;
}

.testimonials-slider h3 small {
	color:inherit;
	font-size:16px;
	font-weight:bold;
}

.testimonials-slider.owl-theme .owl-controls .owl-page span {
    background-color:transparent;
	border:2px solid #FFFFFF;
	width:18px;
	height:18px;
}
.testimonials-slider.owl-theme .owl-controls .owl-page.active span {
    background-color: #FFFFFF;
}
#section-testimonials {
    padding:70px 0 60px;
}

.testimonials-slider .owl-wrapper-outer {
    box-shadow:none;
}

.testimonials-slider i {
    font-size:26px;
    float:left;
    margin:0 20px 0 0;
}

.testimonials-slider p {
    font-size:22px;
    line-height:40px;
}

.testimonials-slider h3 {
    font-size:24px;
    text-align:right;
    font-weight:bold;
    margin:20px 0 0;
}

.testimonials-slider h3 small {
    font-size:16px;
    font-weight:bold;
}

.testimonials-slider .owl-theme .owl-controls .owl-page span {
    background-color:transparent;
    /*border:2px solid #FFFFFF;*/
    width:18px;
    height:18px;
}

.testimonials-slider .owl-theme .owl-controls .owl-page.active span {
    background-color: #FFFFFF;
}

.custom-bg .testimonials-slider .owl-theme .owl-controls .owl-page span {
    border-color: #ffffff !important;
}

.testimonials .owl-carousel .owl-wrapper-outer {
    box-shadow: none;
}

.testimonials-slider .owl-theme .owl-controls .owl-page.active span {
    background-color: #2FC3DF;
}


.testimonials.navigation, .testimonials-slider.navigation {
    margin-top: 70px;
}

.testimonials-slider.navigation .owl-wrapper-outer {
    margin-top: 63px;
}

.testimonials.boxed .owl-wrapper-outer {
    padding-bottom: 75px;
}

.testimonials .owl-theme .owl-controls .owl-buttons div, .testimonials-slider .owl-theme .owl-controls .owl-buttons div {
    top: -16%;
    border-radius: 0;
    bottom: 100%;
    width: 40px;
    height: 40px;
    font-size: 27px;
    border: 1px solid #f0f0f0 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.testimonials-slider .owl-theme .owl-controls .owl-buttons div i {
    font-size: 27px;
    width: 40px;
    height: 40px;
    margin-top: 5px;
}

.testimonials .owl-theme .owl-controls .owl-buttons div.owl-prev,
.testimonials-slider .owl-theme .owl-controls .owl-buttons div.owl-prev{
    left: -5px;
}

.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next,
.testimonials-slider .owl-theme .owl-controls .owl-buttons div.owl-next{
    right: 100%;
    margin-right: -83px;
}

.testimonials .owl-theme .owl-controls .owl-buttons div.owl-next i {
    margin-left: 0;
}

.testimonials.navigation.quote .owl-carousel .owl-wrapper-outer {
    padding-top: 5px;
}

.testimonials .owl-theme .owl-controls .owl-buttons div:hover {
    border: 1px solid #2FC3DF !important;
}

body.custom .content-separator .testimonials-slider .owl-theme .owl-controls .owl-page span {
    border: 2px solid #ffffff !important;
}

/* STATISTICS */

#section-statistics {
	padding:70px 0 60px;
}

.statistic {
	text-align:center;
    padding: 30px 0px;
    background-color: rgba(255,255,255,0.1);
}

.statistic .number {
	font-size:60px;
	font-weight:300;
}

.statistic .title {
	font-size:18px;
	font-weight: 400;
}

.statistic {

}

.statistic i {
    font-size: 90px;
    text-align: center;
}

.statistic.divider-counter .title:before {
    content: '';
    display: block;
    margin: 30px auto;
    width: 50px;
    border-top: 3px solid;
}

@media (max-width: 768px) {
    .statistic {
        margin-bottom: 15px;
    }
}

/*------------------------------
	HOME SECTIONS - SEARCH
------------------------------*/

/* IMAGES */

#section-images {
	padding:80px 0;
}

#section-images .row {
	margin: 0;
}

#section-images .row > div {
    padding: 0;
}

#section-images .overlay-wrapper .overlay {
    margin:0;
}

#section-images  .overlay-wrapper:hover .overlay {
	opacity:0.75;
}

/*------------------------------
	HOME SECTIONS - PORTFOLIO
------------------------------*/

/* LATEST WORK */

#section-latest-work span.label {
	padding: 4px 8px 5px;
	font-size: 14px;
	line-height:32px;
}

#section-latest-work #about-us-slider {
	padding:0;
}

/*------------------------------
	HOME SECTIONS - APPLICATION
------------------------------*/

/* VIDEO */

#section-video {
	padding:50px 0;
}

#section-video h2 {
	font-size: 32px;
	line-height:45px;
	font-weight:600;
	margin:0 0 20px;
}

#section-video p {
	font-size: 18px;
	line-height:28px;
	color:#888888;
}

/*------------------------------
	FOOTER
------------------------------*/

footer {
	color:#555555;
	padding:60px 0 15px;
    background-color: #f8f8f8;
    border-top: none;
    position: relative;
}

footer h3 {
	margin:0 0 15px;
	font-weight:600;
}

footer h3 i {
	margin-right:15px;
	font-size:16px;
}

footer ul li {
	line-height:23px;
}

footer p {
	margin:0;
	font-size:13px;
}

footer p.contact-text {
	margin:0 0 20px;
	font-weight:400;
	font-size:14px;
}

footer ul.contact-address li {
	border-bottom:1px dashed #CACACA;
	line-height:32px;
    font-size: 14px;
}

footer ul.contact-address li:last-child {
	border-bottom:0;
}

footer .brands {
	margin:18px 0 12px;
	/*text-align:center;*/
}

footer .brands li {
	margin-bottom:0;
	margin-right:7px;
}

footer .brands li a {
    padding-top: 15px;
    border-radius: 50%;
}

footer .footer-bottom {
	border-top:1px solid #DADADA;
	padding:15px 0 0;
	margin:10px 0 0;
    clear: both;
}

footer .footer-bottom .footer-copyright {
	float:left;
}

footer .navbar-nav > li > a {
    color:#555555;
	font-size:13px;
	padding:0 10px;
}

footer .navbar-nav > li > a:hover {
    background-color:transparent;
}

footer .container {
    position: relative;
}

#latest-work-footer {
	margin:0;
}

#latest-work-footer > div {
	padding:2px;
}

#latest-work-footer .overlay-wrapper:hover .overlay {
	opacity:0.75;
}

.footer-widget {
    margin-bottom: 30px;
}

footer h3 i {
    font-size: 20px;
}

footer.dark {
    background-color: #333;
    border-top: 1px solid rgba(0,0,0,.2);
    color: #BBB;
}

footer.dark h1, footer.dark h2, footer.dark h3, footer.dark h4, footer.dark h5, footer.dark h6 {
    color: #BBB;
}

footer.dark .navbar-nav > li > a {
    color: #BBB;
}

footer .navbar-nav>li>a {
    line-height: 20px;
}

footer.footer-bottom-only {
    padding: 30px 0 30px;
}

footer.footer-bottom-only .footer-bottom {
    border-top: none;
    padding: 0;
    margin: 0;
}

footer .navbar-nav > li > a > i {
    padding-right: 5px;
}

#page-wrapper:not(.page-boxed) footer.fixed {
    width: 100%;
    left: 0;
    right: 0;
}

.main-content {
    background-color: #ffffff;
    position: relative;
}

.side-menu footer.fixed {
    margin-left: 260px;
    width: auto !important;
}

[data-stellar-ratio] {
    z-index: 1;
    position: relative;
}

.twitter-button {
    float: right;
}

footer.custom-styling .overlay-layer {
    opacity: 1;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
}

footer [class*='col-'] {
    /*margin-bottom: 20px;*/
}

@media (min-width: 1200px) {
    .page-boxed footer.fixed {
        width: 1200px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .page-boxed footer.fixed {
        width: 1000px;
    }
}

@media (max-width: 991px) {
    .page-boxed footer.fixed {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    footer.fixed {
        position: fixed;
        bottom: 0;
    }
}

footer .overlay-wrapper .overlay {
    margin: 0;
}

footer .overlay-wrapper .overlay a, .shortcode-widget-area .overlay-wrapper .overlay a {
    font-size: 22px;
    color: #FFFFFF;
    position: absolute;
    left: 55%;
    top: 50%;
    margin-left: -15px;
    margin-top: -20px;
}

@media (max-width: 991px) {
    footer .overlay-wrapper .overlay a {
        font-size: 30px;
    }
}

    /*------------------------------
        COMING SOON
    ------------------------------*/

.comingsoon .title {
  	font-size: 150px;
  	font-weight: bold;
  	color:#555555;
	margin:40px 0 20px;
}

.comingsoon h1 {
	font-size:54px;
	margin:0 0 70px;
}

.comingsoon .digits .cntSeparator {
	width:20px;
}

.comingsoon .countdown-labels span {
	margin-right:20px;
	width:134px;
	display:inline-block;
	font-weight:bold;
	font-size:18px;
}

.comingsoon .countdown-labels span:last-child {
	margin-right:0px;
}

.comingsoon .brands {
	margin:40px 0 0;
}

.comingsoon .brands-inline > li {
	margin-right: 10px;
}

.comingsoon .brands li a {
	color:#FFFFFF;
	transition: all 0.3s ease;
	border:1px solid rgba(0,0,0,0.1);
}

body .comingsoon .brands li a:hover {
	background-color:#FFFFFF;
}

.navbar-comingsoon {
	height:auto;
	padding:40px 0;
}

.navbar-comingsoon p {
	font-size:26px;
	margin:0 0 20px;
	color:#FFFFFF;
}

.navbar-comingsoon .input-group .form-control {
    height: 42px;
	font-size: 14px;
}

.navbar-comingsoon .input-group .btn {
    font-size: 14px;
    padding: 10px 13px;
	background-color:#444444;
}

.navbar-comingsoon .input-group .btn:hover,
.navbar-comingsoon .input-group .btn:focus,
.navbar-comingsoon .input-group .btn.active {
	border-color:#333333;
	background-color:#333333;
}

.comingsoon {
    display: inline-block;
}

.comingsoon .countdown-labels span {
    margin-right: 17px;
}

.comingsoon .digits .cntSeparator {
    display: inline-block;
    color: transparent;
}

/*------------------------------
	ERROR
------------------------------*/

.error {
	
}

.error .error-number {
	font-size:200px;
	line-height: 200px;
}

.error .error-text h1 {
	font-size:80px;
	margin:30px 0 50px;
}

.error .error-text p {
	font-size:30px;
	line-height:45px;
	padding:0 50px;
}

/*------------------------------
	SIGN IN / SING UP
------------------------------*/

.forms-only h1 {
	font-size:80px;
	margin:80px 0 50px;
}

.forms-only {
	padding:0 180px;
}

.forms-only form {
	text-align:left;
	background-color:#F9F9F9;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
	padding:40px;
}

.forms-only form button.btn {
	margin-top:5px;
}

.forms-only form h2 {
	font-size:40px;
	margin:0 0 20px;
}

.forms-only form h3 {
	font-size:24px;
	margin:0 0 20px;
	line-height:32px;
}

.forms-only form .pull-right a {
	margin-top:12px;
	display:block;
}

#reset-password {
	display:none;
	border-top:1px solid #DDDDDD;
	margin-bottom:20px;
}

/*------------------------------
	FEATURES
------------------------------*/

/* FEATURES SIDEBAR */

#features .features-sidebar {
	top:110px;
	width:250px;
}

#features .features-sidebar h3 {
	margin:0 0 10px;
}

/* FEATURES CONTENT */

#features .features-content h3.features-title {
	border-bottom: 2px solid #E5E5E5;
	padding:0 0 10px;
	margin:0 0 20px;
}

#features .features-content h3.features-title i {
	margin-right:15px;
}

#features .features-content .features-item {
    margin-bottom:50px;
}

#features .features-content h2 {
    font-size: 30px;
    margin: 20px 0 10px;
    text-align: left;
    text-transform:none;
}

#features #features-buttons .btn,
#features #features-buttons .brands,
#features #features-pagination .pagination {
    margin-bottom:10px;
}

#features #features-buttons .brands {
	margin-top:10px;
}

#features #features-tooltips-popovers > div {
	margin-bottom:20px;
}

#features #features-collapse .panel-group {
    margin-bottom: 40px;
}

.features-item .owl-carousel .owl-wrapper-outer {
    box-shadow: none;
}

.features-item.eshop-main.top-nav {
    padding-top: 50px;
}

.features-item.eshop-main.top-nav .owl-theme .owl-controls .owl-buttons div {
    top: -40px;
    bottom: 100%;
    opacity: 1;
    width: 46px;
}

.features-item.eshop-main .owl-theme .eshop-product .product-sale-label-cat {
    right: -10px;
}

.features-item.eshop-main.top-nav .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 45.5%;
}

.features-item.eshop-main.top-nav .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 45.5%;
}

/*.features-item .owl-carousel .effect-marley figure figcaption {*/
    /*text-transform: lowercase;*/
/*}*/

/*------------------------------
	FAQ
------------------------------*/

#faq h2,
#faq h3 {
	margin:0 0 20px;
}

/*------------------------------
	PRICING
------------------------------*/

.pricing .row,
#pricingtable .row {
	margin:0;
}

.pricing .row > div,
#pricingtable .row > div {
	padding:0;
}

.pricing-plan {
	background-color: #F5F5F5;
	text-align:center;
	margin:30px 0 0;
	box-shadow:0 0 1px 0 rgba(0,0,0,0.15) inset, 0 1px 1px 0 rgba(0,0,0,0.1);
}

.pricing-plan.popular {
	background-color: #FFF;
	position:relative;
	top:-35px;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}

.pricing-plan h3,
.pricing-plan p {
	padding:15px 0;
	color:#FFFFFF;
	margin:0;
	text-transform:uppercase;
	font-size:22px;
	font-weight:700;
}

body .pricing-plan.popular h3,
body .pricing-plan.popular p {
	background-color: #555555;
}

.pricing-plan p {
	font-size:14px;
	color:#EEEEEE;
	padding-top:0;
}

.pricing-plan .pricing-plan-price {
	padding:13px 0;
}

body .pricing-plan.popular .pricing-plan-price {
	background-color: #666666;
}

.pricing-plan .pricing-plan-price span {
	color:#FFFFFF;
}

.pricing-plan .pricing-plan-price span.pricing-plan-small {
	font-size:28px;
}

.pricing-plan .pricing-plan-price span.pricing-plan-number {
	font-size:50px;
}

.pricing-plan .pricing-plan-price span.pricing-plan-text {
	font-size:16px;
	display:block;
	font-weight:300;
	position:relative;
	top:-10px;
	color:rgba(215,215,215,0.7);
}

.pricing-plan ul {
	padding:10px 30px;
	text-align:left;
}

.pricing-plan ul li {
	border-bottom:1px solid #E5E5E5;
	font-size:16px;
	color:#555555;
	line-height:50px;
}

.pricing-plan.popular ul li {
	border-color:#D5D5D5;
}

.pricing-plan ul li:last-child {
	border-bottom:0;
}

.pricing-plan ul li i {
	color:#999999;
	width:35px;
}

.pricing-plan .btn {
	margin-bottom:30px;
}

/* pricing table */

#pricingtable .pricing-plan ul {
	padding:10px 30px;
	text-align:center;
}

.pricing-plan-titles {
	margin-top:203px;
}

#pricingtable .pricing-plan-titles ul {
	text-align:left;
}

.pricing > div {
    padding: 0;
}

.pricing-plan-price small {
    font-size: 16px;
    display: block;
    font-weight: 300;
    position: relative;
    top: -10px;
    color: rgba(215,215,215,0.7);
}

.pricing-plan.popular h3 small{
    font-size: 14px;
    color: #EEEEEE;
    display: block;
    padding: 10px 0 11px 0;
}

.pricing-plan .pricing-plan-price span.pricing-plan-small {
    padding-right: 5px;
}

.pricing-plan {
    background-color: #f8f8f8;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.15) inset, 0 0px 1px 0 rgba(0,0,0,0.1);
}

/*------------------------------
	TABLES
------------------------------*/

.table > thead > tr > th {
    vertical-align: bottom;
    /*border-bottom: 1px solid #3f85c2;*/
    background-color: #2FC3DF;
    border: none;
    color: #fff;
    padding: 15px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.table > tbody > tr > td {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    color: #555555;
    line-height: 35px;
}
.table-bordered {
    border-color: #3f85c2;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: #E2E2E2;
}


/*------------------------------
	SERVICES
------------------------------*/

.services .service h3 {
	text-transform:uppercase;
	font-size:20px;
	margin:0 0 10px;
	font-weight: 400;
	color:#555555;
	transition: 0.3s ease-in-out 0s;
}

.services.divider .service h3:after {
    content: '';
    display: block;
    margin: 15px auto;
    width: 30px;
    border-top: 2px solid;
}

.services .service p {
	font-size:14px;
	color:#666666;
	margin:0;
}

.service-body {
    line-height: 24px;
}

.icon-box-content {
    clear: both;
}

/* SERVICES 1 */

.services.services1 .service {
	padding:10px 0 20px;
}

.services.services1 .service i {
	font-size:40px;
	width:60px;	
	display:block;
	float:left;
}

.services.services1 .service .service-body {
	overflow:hidden;
}

.services.services1.divider .service h3:after {
    margin: 15px 0;
}

.service-body .line-bottom {
    content: '';
    display: block;
    margin: 15px auto;
    width: 30px;
    border-top: 2px solid;
    float: right;
}

/* SERVICES 2 */

.services.services2 .service,
.services.services3 .service {
	text-align:center;
	padding:15px 0;
}

.services.services2 .service i,
.services.services3 .service i {
	font-size:40px;
	border:2px solid #16A085;
	border-radius:50%;
	width:90px;
	height:90px;
	padding-top:25px;
	transition: 0.3s ease-in-out 0s;
}

.services.services2 .service h3,
.services.services3 .service h3 {
	margin:20px 0 15px;
	font-size:24px;
}

/* SERVICES 3 */

.services.services3 .service {
	text-align:center;
	padding:40px 20px;
	background-color:#F9F9F9;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
	/*margin:0 0 30px;*/
}


.services.services3 .service {
    background-color: #f8f8f8;
    box-shadow: none;
    margin-bottom: 20px;
}

.services .service h3,.content h2 {
    text-transform: none;
}

/*.linear-gradient {*/
/*background-image: linear-gradient(rgba(22, 160, 133, 0.6), rgba(22, 160, 133, 0.6)), url(../images/bg3.jpg);*/
/*}*/
.services.services1 .service i {
    border: 1px solid;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    padding-top: 22px;
    margin-right: 20px;
    text-align: center;
    font-size: 26px;
    transition: 0.3s ease-in-out 0s;
    background-color: #0085a1;
}

.services.services1 i,
.services.services2 i,
.services.services-right i {
    color: #ffffff!important;
}

.services.services2 .service i, .services.services3 .service i {
    font-size: 26px;
    border: 1px solid #16A085;
    width: 70px;
    height: 70px;
    padding-top: 22px;
}

.services:not(.services3) .service i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.services .service i.circle:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    box-shadow: none;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform .5s,opacity .5s,background-color .5s;
    -o-transition: -moz-transform .5s,opacity .5s,background-color .5s;
    transition: transform .5s,opacity .5s,background-color .5s;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.services .service i.rounded:after,
.services .service i.square:after {
    top: -3px;
    left: -3px;
    padding: 3px;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform .3s,opacity .3s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform .3s,opacity .3s;
    transform: scale(.8);
    opacity: 0;
}

.services .service i.rounded:after {
    border-radius: 3px;
}

.services .service i.square:after {
    border-radius: 0;
}

.services .service:hover i:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.services.services-right .service {
    padding: 10px 0 20px;
}

.services.services-right .service i {
    border: 1px solid;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    padding-top: 22px;
    margin-left: 20px;
    text-align: center;
    font-size: 26px;
    transition: 0.3s ease-in-out 0s;
    float: right;
}

.services.services-right .service-body {
    overflow: hidden;
    text-align: right;
}

.services.services-right.divider .service h3:after {
    display: none;
}

body .services.services1 .service:hover i, body .services.services-right .service:hover i {
    color: #ffffff !important;
}

.services.services3.gray i {
    color: #555555!important;
}

.services.services3 .service i {
    font-size: 35px;
    width: 70px;
    height: 70px;
    padding-top: 18px;
}

.services.services3.red .service {
    background-color: #e74c3c;
}

.services.services3.gray .service {
    background-color: #f8f8f8;
}

.services.services3.dark .service {
    background-color: #555;
}

.services.services3.blue .service {
    background-color: #3498db;
}

.services.services3.green .service {
    background-color: #72c02c;
}

.services.services3.yellow .service {
    background-color: #f1c40f;
}

.services.services3.dark-blue .service {
    background-color: #4765a0;
}

.services.services3.purple .service {
    background-color: #9b6bcc;
}

.services.services3.aqua .service {
    background-color: #27d7e7;
}

.services.services3.square .service {
    border-radius: 0;
}

.services.services3.rounded .service {
    border-radius: 5%;
}

.services .service i.square {
    border-radius: 0;
}

.services .service i.rounded {
    border-radius: 3px !important;
}

.services .service i.circle {
    border-radius: 50% !important;
}

.services.services3.light-text .service i {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.services.services3.light-text .service-body, .services.services3.light-text .service-body h3 {
    color: #fff;
}



.align-center {
    display: block;
    margin: 0 auto 0px auto;
    text-align: center;
    clear: both;
}

.align-left {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

.align-right {
    display: block;
    float: right;
    margin-left: 15px;
    margin-top: 5px;
}


/*------------------------------
	FEATURE BOX
------------------------------*/

.feature-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.feature-box img {
    position: relative;
    display: block;
    margin: 0 auto;
    height: auto;
}

.feature-box .fbox-desc {
    padding: 5px;
    background-color: transparent;
    border-top: 0;
}

.feature-box h3 {
    margin: 20px 0 5px;
    font-size: 22px;
    font-weight: 400;
    color: inherit;
}

.feature-box h3 span.subtitle {
    display: block;
    margin-top: 20px;
    color: inherit;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    line-height: 1.4em;
}

.feature-box .fbox-desc .btn {
    margin-top: 20px;
}

/*------------------------------
	ABOUT
------------------------------*/

#about-content {
	padding:50px 0;
}

#about-content h3 {
	font-size: 34px;
	color: #444;
	margin:0 0 20px;
}

#about-content p {
	font-size: 18px;
	color: #666666;
	line-height:30px;
}

#about-slider {
	margin-top:61px;
}


/* ABOUT - TEAM */

.profile {
	text-align:center;
	background-color: transparent;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
	margin:0 20px;
}

.profile img {
	margin-bottom:20px;
}

.profile h3 {
	font-size: 22px;
	text-transform: uppercase;
	color: #666666;
	font-weight: 500;
}

.profile h3 small {
	display:block;
	font-size: 20px;
	font-weight:bold;
	margin:15px 0 0;
}

.profile p {
	color: #999999;
	font-size: 14px;
	margin:20px;
	line-height:24px;
	text-align:left;
}

.profile .address {
	margin:20px 0;
}

.profile .address li {
	line-height:26px;
}

.profile .brands {
	padding: 0 0 15px;
}

/*------------------------------
	MEMBER PROFILE
------------------------------*/

#profile-single .profile-body h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #666666;
	font-weight: 600;
	margin:0 0 20px;
}

#profile-single .profile-body h2 small {
	display:block;
	font-size: 20px;
	font-weight:bold;
	margin:15px 0 0;
}

#profile-single .profile-body p {
	color: #999999;
	font-size: 14px;
	line-height:24px;
	text-align:left;
}

#profile-single .profile-body .profile-contacts {
	border-top:1px solid #ccc;
	padding:20px 0 0;
}

#profile-single .profile-body .profile-contacts li {
	text-transform: uppercase;
	color: #666666;
	font-weight: 600;
	padding:5px 0;
}

#profile-single .profile-body .profile-contacts li span {
	border-radius:50%;
	color: #ffffff;
	width:24px;
	height:24px;
	text-align:center;
	margin-right:15px;
	display:inline-block;
	font-weight:bold;
	text-transform:none;
	padding-top:2px;
}

#profile-single .brands {
	text-align:center;
	margin:20px 0 0;
}

#profile-single .brands li {
	margin-right:10px;
}


.profile {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    margin: 0;
}

.profile.style-2 {
    margin-top: 50px;
}

.profile.style-2 img {
    margin-bottom: 20px;
    height: 90px;
    width: 90px;
    position: absolute;
    top: 0;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.profile.style-2 .profile-body {
    padding-top: 50px;
}

.profile.style-2 .profile-body .brands a, .profile.style-3 .profile-body .brands a {
    background-color: transparent;
    color: #000;
    font-size: 20px;
}

.profile.style-2 .profile-body .brands a:hover, .profile.style-3 .profile-body .brands a:hover {
    background-color: #ebebeb;
}

.profile.style-3 {
    background-color: transparent;
}

.profile-body p {
    text-align: center;
}

@media (max-width:768px) {
    .services.services3 .service {
        margin: 0 0 15px;
    }

    .profile.style-3 {
        margin-bottom: 15px;
    }

    .profile.style-3 .profile-body .brands a {
        background-color: #ebebeb;
    }
}

/*------------------------------
	SEARCH-RESULTS
------------------------------*/

.search-result {
	background-color:#F9F9F9;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
	padding:15px;
	margin: 0 0 30px;
}

.search-result h3 {
	text-transform: uppercase;
	color: #666666;
	font-weight: 600;
	margin: 0 0 10px;
	font-size:18px;
}

.search-result .search-info {
	background-color:rgba(0,0,0,0.01);
	padding:10px 15px;
	margin:0 -15px -15px;
	color: #666666;
	font-weight: bold;
	font-size:13px;
	display:block;
}

.search-result .search-info span {
	padding:0 10px;
}

.search-result .search-info span:first-child {
	padding-left:0;
}

#searchform .input-group input[type=text], #search {
    border-right: 0px;
}

.search-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 25px;
}


/*------------------------------
	CONTACT
------------------------------*/

#contact h2 {
	text-align:left;
	margin-bottom:20px;
}

#contact p {
	font-size:18px;
	color:#555555;
	line-height:26px;
}

#contact .contact-address li {
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #E5E5E5;
}

#contact .contact-address li:last-child {
	border-bottom:0;
	padding-bottom:0;
}

#contact .brands {
	margin:30px 0 0;
}

#contact .brands li {
	margin-right:10px;
}

#contact .panel-group .brands {
	margin:0;
}

#map-canvas {
	height: 400px;
	margin: 0;
	padding: 0;
}

#google-map {
	position:relative;
}

.map-overlay-wrapper {
	position:relative;
}

.map-overlay {
	display:inline-block;
	position:absolute;
	bottom:30px;
	width: 35%;
	color:#FFFFFF;
}

.map-overlay i {
	font-size:64px;
	padding:20px 20px 0 20px;
	display:inline-block;
	float:left;
}

.map-overlay .map-overlay-body {
	display:inline-block;
}

.map-overlay h3 {
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
}

.map-overlay ul {
	margin-bottom:20px;
}

.map-overlay ul li {
	font-size:16px;
	line-height:26px;
}

.map-overlay:first-child {
	left:10%;
}

.map-overlay:last-child {
	right:10%;
}

.map-overlay:last-child {
    right: 0;
}

.map-overlay:first-child {
    left: 0;
}

.map-overlay {
    margin-left: 5%;
    width: 500px;
    padding-top: 15px;
    padding-left: 15px;
}

#contact .panel-group .profile {
	box-shadow:none;
	margin:0;
	background-color:transparent;
	text-align:left;
}

#contact .panel-group .profile h3 {
    margin:0 0 20px;
}

#contact .panel-group .profile .brands {
    padding:0;
}

#contact .panel-group .profile img {
    margin-bottom:0;
}

/*------------------------------
	BLOG
------------------------------*/

#blog {
	padding-top:30px;
}

#blog.blog-col-2 .row > div,
#blog.blog-col-3 .row > div {
	margin-bottom:30px;
}

@-moz-document url-prefix() {
	#blog.blog-col-2 .row > div,
	#blog.blog-col-3 .row > div {
		margin-bottom:30px;
	}
}

.blog-header .vertical-nav li a:hover {
	background-color:transparent;
}

/* BLOG - SIDEBAR */

.left-sidebar .blog-sidebar {
	padding-right:30px;
}

.right-sidebar .blog-sidebar {
	padding-left:30px;
}

.blog-sidebar .box h3:after, .shortcode-widget-area .box h3:after, footer h3:after {
	content: '';
	display: block;
	margin: 15px 0;
	width: 30px;
	border-top: 2px solid;
}

.blog-sidebar .box h3 i {
	display: none;
}

.blog-sidebar .box .flickr_badge_image, .shortcode-widget-area .box .flickr_badge_image {
	display: inline-block;
}

.blog-sidebar #searchform .btn {
    margin-top: 0;
}

#blog.blog-col-2 .row > div,
#blog.blog-col-3 .row > div {
    margin-bottom:30px;
}

@-moz-document url-prefix() {
    #blog.blog-col-2 .row > div,
    #blog.blog-col-3 .row > div {
        margin-bottom:30px;
    }
}

/* Boxes */

.box {
	margin-bottom:40px;
}

.box h3 {
	text-transform:uppercase;
	font-size: 18px;
	font-weight:500;
	margin:0 0 15px;
}

.box ul {
	list-style: none;
	padding: 0;
}

.box ul li {
	margin:0 0 14px 0px;
    overflow: hidden;
    zoom: 1;
    list-style-type: none;
    text-align: left;
}

.box ul li a {
	font-size:14px;
	color:#555555;
	display:block;
    font-weight: 500;
}

.box ul li span {
	color: #aaa;
	font-size: 13px;
    font-weight: 500;
}

.box ul li a span.badge {
	float:right;
    border-radius: 15px;
    padding: 4px 8px;
	color: #fff;
    font-weight: 500;
}

.box ul li a i {
	margin-right:12px;
}

.box.box-tags a span {
	font-weight:600;
	color:#555555;
	padding:0 3px 3px 0;
	white-space:nowrap;
}

.box.box-tags a {
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 5px;
    margin-right: 2px;
    background-color: #E5e5e5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.box.box-tags a:hover {
    background-color: #3472a8;
    color: #fff;
}

footer .box h3 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #555555 !important;
}

.box .menu {
    padding-left: 0;
    list-style: none;
}

.box ul.menu li {
    margin: 0;
}

.box ul.menu li a {
    padding: 12px;
    background-color: #f8f8f8;
    margin-bottom: 2px;
    padding: 15px 20px;
    text-transform: uppercase;
}

.box ul.menu li a:hover {
    background-color: #2FC3DF;
    color: #fff !important;
}

.box ul.menu li a:hover:before {
    color: #fff !important;
}

.box ul.menu li a:before {
    content: "\f101";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 12px;
    color: #2FC3DF;
}

.box ul.menu .current_page_item a {
    /*background-color: #2FC3DF;*/
    color: #fff !important;
}

.box ul.menu .current_page_item a:before {
    color: #fff !important;
}

.text-10 {font-size:10px;}
.text-12 {font-size:12px;}
.text-14 {font-size:14px;}
.text-16 {font-size:16px;}
.text-18 {font-size:18px;}
.text-20 {font-size:20px;}

.text-block br {
    display: none;
}

.wrap-flickr ul li {
    font-size: 14px;
    margin-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

.wrap-flickr ul li i {
    position: absolute;
    left: -1.5em;
    text-align: center;
    top: 5px;
    font-size: 20px;
}

/* BLOG - CONTENT */

.left-sidebar .blog-content {
	border-left:1px solid #EBEBEB;
	padding-left:30px;
}

.right-sidebar .blog-content {
	border-right:1px solid #EBEBEB;
	padding-right:30px;
}

.blog-post {
	background-color:#F9F9F9;
	box-shadow:0 1px 1px 1px rgba(0,0,0,0.1);
	margin:0 0 50px;
}

.blog-col-2 .blog-post,
.blog-col-3 .blog-post  {
	margin:0;
}

.blog-post-body {
	padding:0 30px 30px;
}

.single .blog-post-body {
    padding-bottom: 0;
}

.blog-col-2 .blog-post-body,
.blog-col-3 .blog-post-body {
	padding:0 20px 20px;
}

.blog-post-detail {
	background-color:#F5F5F5;
	padding: 20px 0 20px 20px;
	border-bottom:1px solid #eeedee;
}

.blog-post-detail span {
	padding: 10px 0px 10px 5px;
	color:#777;
	font-weight:400;
    font-size: 14px;
}

.blog-post-detail span:before {
	content: '/';
	display: inline-block;
	margin-right: 5px;
	opacity: .5;
}

.blog-post-detail span:first-child:before {
	display: none;
}

.blog-post-detail span:last-child {
	border-right:0;
	padding-right:50px;
}

.blog-post-detail span:first-child {
	padding-left: 0px;
}

.blog-col-2 .blog-post-detail span:last-child,
.blog-col-3 .blog-post-detail span:last-child {
	padding-right:18px;
}

.blog-col-2 .blog-post-detail span:first-child,
.blog-col-3 .blog-post-detail span:first-child {
	padding-left:18px;
}

.blog-post-detail span.text-light {
	font-weight:600;
}

.blog-post-detail span i {
	margin-right:5px;
}

.blog-post h3 {
	font-size: 22px;
	font-family: 'Roboto';
	line-height: 30px;
	margin: 10px 0 18px;
	color: #555555;
    text-transform: uppercase;
}

.blog-post p {
	font-size: 16px;
	line-height:26px;
}

.blog-post-buttons {
	border-top:1px solid #E5E5E5;
	padding-top:15px;
}

.blog-post-buttons .btn {
	margin-right:12px;
}

.blog-post-buttons .btn:last-child {
	margin-right:0;
}

.blog-post-buttons .pull-right {
	padding-top:3px;
}

.blog-post-buttons .pull-right .twitter-share-button {
	position:relative;
	top:5px;
}

/* BLOG - TIMELINE */

.blog-timeline {
  	position: relative;
}

.blog-timeline:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	border-left: 1px dashed #CCC;
}

.blog-timeline .text-center .btn {
  	position: relative;
	margin-top:20px;
}

.blog-timeline-mark {
	color:#FFFFFF;
	font-size:18px;
	font-weight:600;
	border-radius:10px;
	padding:6px 0;
	display:inline-block;
	clear:both;
	float:left;
	position:relative;
	left: 50%;
	width:80px;
	text-align:center;
	margin:40px 0 40px -40px;
}

.blog-timeline-mark:first-child {
	margin-top:0;
}

.blog-timeline .blog-post {
	width:43%;
	margin: 140px 0 0;
}

.blog-timeline .blog-post:first-child {
	margin-top:0;
}

.blog-timeline .blog-post .blog-post-info {
	width:70px;
	height:70px;
	position: absolute;
	left:50%;
	text-align:center;
	margin-left:-34px;
	border:3px solid #E0E0E0;
	background-color: #FFFFFF;
	border-radius:50%;
	transition-duration:0.5s;
}

.blog-timeline .blog-post .blog-post-info .number {
    font-size:24px;
	color:#999;
	padding-top:6px;
	font-weight:600;
}

.blog-timeline .blog-post .blog-post-info .month {
    font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	position:relative;
	top:-6px;
	color:#999;
}

body .blog-timeline .blog-post:hover .blog-post-info .number,
body .blog-timeline .blog-post:hover .blog-post-info .month {
	color:#333;
}

.blog-timeline .blog-post .blog-post-body {
    padding: 0 20px 20px;
}

.blog-timeline .blog-post img {
	position: relative;
}

/* BLOG POST TYPOGRAPHY */

.blog-post .blog-post-body img {
	margin:0 0 20px;
}

.blog-post h4 {
	font-size: 22px;
	margin:0 0 13px;
	color:#555555;
	font-weight:700;
}

.blog-post h5 {
	font-size: 18px;
	margin:0 0 11px;
	color:#555555;
	font-weight:600;
}

/*.blog-post ul,*/
/*.blog-post ol {*/
	/*margin:0 0 30px;*/
/*}*/

.blog-post ul li,
.blog-post ol li {
	font-size: 16px;
	margin:0 0 12px;
	color:#555555;
}

.blog-post p.text-small {
	font-size: 13px;
	line-height:20px;
}

.blog-post .files {
	margin-left:25px;
}

.blog-post .files li {
	margin-bottom:10px;
}

.blog-post .files li a {
	font-size: 14px;
}

.blog-post .files li a i {
	margin-right:17px;
	color:#333333;
}

.blog-post .files li a span {
	color:#AAAAAA;
	margin-left:10px;
}


.blog-timeline.style-left:before, .blog-timeline.style-left .blog-post .blog-post-info,
.blog-timeline.style-left .blog-timeline-mark {
	left: 35px;
}

.blog-timeline.style-left .blog-timeline-mark,
.blog-timeline.style-right .blog-timeline-mark {
	border: none;
	content: '';
}

.blog-timeline.style-left .blog-post,
.blog-timeline.style-right .blog-post {
	width: 100%;
}

.blog-timeline.style-right:before {
	right: 35px;
	left: auto;
}

.blog-timeline.style-left .blog-timeline-section {
	margin-left: 115px;
}

.blog-timeline.style-right .blog-timeline-section {
	margin-right: 115px;
}

.blog-timeline.style-right .blog-post .blog-post-info,
.blog-timeline.style-right .blog-timeline-mark {
	right: 0;
	left: auto;
}

.blog-timeline.style-right .blog-timeline-mark {
	float: right;
	right: -35px;
}

.blog-timeline.style-left .blog-post:first-child .blog-post-info,
.blog-timeline.style-right .blog-post:first-child .blog-post-info {
	margin-top: 25px;
}

.blog-timeline.style-left .blog-post,
.blog-timeline.style-right .blog-post {
	margin: 50px 0 0;
}

.blog-timeline.style-left .blog-post:first-child,
.blog-timeline.style-right .blog-post:first-child {
	margin-top: 0;
}

.blog-timeline.style-left .blog-post:last-child,
.blog-timeline.style-right .blog-post:last-child {
	margin-bottom: 30px;
}

.blog-post.style-small {
	background-color: transparent;
	border: none;
	border-bottom: 1px dashed #f1f1f1;
	margin: 0 0 50px;
	padding: 0 0 25px;
}

.blog-post.style-small .media {
	float: left;
	width: 35%;
}

.blog-post.style-small .blog-post-detail,
.blog-post.style-small .blog-post-body {
	width: 65%;
	float: left;
	border: none;
	padding: 0 20px;
}

.blog-post.style-small .blog-post-body {
	padding: 10px 20px 0px 20px !important;
}

.grid-space-20 .blog-item .blog-post.style-small {
    padding: 0 0 20px;
}

.grid-space-10 .blog-item .blog-post.style-small {
    padding: 0 0 10px;
}

.blog-post .media > * {
	margin: 0 auto;
}

.blog-carousel.owl-carousel .owl-wrapper-outer {
	box-shadow: none;
}

.blog-carousel.owl-carousel .owl-item:first-child .blog-item {
	margin-left: 0;
}

.blog-carousel.owl-carousel .owl-item:last-child .blog-item {
	margin-right: 0;
}

.blog-carousel.owl-carousel .owl-item .blog-item {
	margin: 0 10px;
}

.blog-carousel.owl-carousel .blog-post.style-small {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.blog-content #section-portfolio {
    padding: 0;
}

.blog-post {
    background: #fcfcfc;
    box-shadow: none;
    border: none;
}

.blog-timeline .blog-post .blog-post-info {
    border: 2px solid #D0D0D0;
}

.blog-timeline-mark {
    border-radius: 0;
    padding: 7px 15px;
    background-color: #fff !important;
    color: #777777;
    border: 2px solid #EEE;
    font-size: 24px;
    width: 140px;
    margin: 40px 0 40px -70px;
}

/*.blog-timeline .ypt-theme-timeline-load-more {*/
    /*padding: 12px 15px;*/
    /*background-color: #fff !important;*/
    /*color: #777777;*/
    /*border: 2px solid #EEE;*/
    /*font-size: 20px;*/
    /*font-weight: 500;*/
    /*width: 180px;*/
/*}*/

/*.blog-timeline .ypt-theme-timeline-load-more:hover {*/
    /*background-color: transparent;*/
/*}*/

.blog-post-body .read-more-btn {
    padding-right: 23px;
    position: relative;
    display: inline-block;
    text-align: right;
    font-size: 14px;
}

.blog-post-body .read-more-btn:hover {
    text-decoration: underline;
}

.blog-post-body .read-more-btn i {
    padding-left: 3px;
}

.blog-post-detail {
    background-color: transparent;
}

.blog-post.single .blog-post-detail {
    padding: 20px 0 20px 30px;
}

.blog-post-detail span a {
    color: inherit;
}

.blog-post {
    margin: 0 0 30px;
}

.meta-tags {
    padding: 10px 0px 10px 0;
    display: block;
}

.meta-tags a {
    color: #555;
    font-size: 14px;
    display: inline;
    padding: 8px 12px;
    margin-right: 2px;
    background-color: #E5e5e5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.meta-tags a:hover {
    background-color: #3472a8;
    color: #FFF !important;
}

.meta-tags i {
    padding-right: 10px;
}

.blog-wrapper .blog-post .blog-post-detail span:first-child {
    padding-left: 0px;
}

.timeline-divider {
    position: absolute;
    width: 44px;
    border-top: 1px dashed #CCC;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.blog-post.pull-left .timeline-divider {
    top: 32px;
    right: 69px;
}

.blog-post.pull-right .timeline-divider {
    top: 32px;
    left: 69px;
}

.blog-wrapper .blog-post .blog-post-body {
    padding: 0 20px 20px;
}

blockquote {
	border-left: 4px solid;
	font-weight: 600;
	font-style: italic;
}

.blog-post-sharing {
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
    margin-top: 30px;
}

.blog-post ul.brands li {
    margin-right: 10px;
}

.mini-blog {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mini-blog > li {
    list-style: none;
    clear: both;
    padding: 0 20px 40px 0;
}

.mini-blog > li.half {
    width: 50%;
    display: inline-block;
}

.mini-blog > li .image {
    height: auto;
    float: left;
    clear: both;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.mini-blog > li .image img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    max-width: 80px;
}

.related-posts {
    background-color: #FCFCFC;
    border: 1px solid #f1f1f1;
    box-shadow: none;
    margin: 0 0 30px;
    padding: 20px 30px;
}

.related-posts h3 {
    font-size: 24px;
    font-family: 'Roboto';
    line-height: 30px;
    margin: 10px 0 18px;
    color: #555555;
}

.mini-blog > li .mini-blog-content {
    min-height: 80px;
    display: table;
}

.mini-blog > li .mini-blog-content > div {
    display: table-cell;
    vertical-align: middle;
}

.mini-blog-content h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}

.mini-blog > li .mini-blog-content .post-meta-data {
    margin: 0;
}

.post-meta-data > span {
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
    line-height: 1;
    color: #a3a3a3;
}

.page-links {
    margin: 20px 0;
    border-radius: 0;
    padding: 20px 0;
    box-shadow: none;
}

.page-links span {
    padding: 10px 20px;
    font-size: 16px;
    margin-right: 8px;
    border-radius: 2px;
    border: 1px solid;
    display: inline-block;
}

.page-links > span {
    color: #FFFFFF;
    background-color: #064c65;
    border-color: #064c65;
}

.page-links > a > span {
    background-color: transparent;
    color: #555555;
    border-color: #dddddd;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.page-links > a:hover > span {
    background-color: #dddddd;
    border-color: #dddddd;
}

/* Share Links */
.share_links {
    padding-top: 30px;
}

.share_links p {
    float: left;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.share_links p i {
    padding-right: 15px;
}

.share_links ul {
    float:right;
}

.share_links li {
    display:inline-block;
    width:20px;
    height:20px;
    margin:0 0 20px 31px!important;
    text-align:center;
}

.share_links li a {
    display:block;
    font-size:20px;
    color: #74797A;
}

.share_links li a.twitter:hover {
    background: none;
    color: #5ea9dd;
}

.share_links li a.facebook:hover {
    background: none;
    color: #4d72bf;
}

.share_links li a.linkedin:hover {
    background: none;
    color: #007bb6;
}

.share_links li a.dribbble:hover {
    background: none;
    color: #f26798;
}

.share_links li a.pinterest:hover {
    background: none;
    color: #cc2127;
}

/*------------------------------
	ABOUT AUTHOR
------------------------------*/

.about-author {
	margin:0 0 30px;
	padding:30px 30px 0;
    background-color: #FCFCFC;
    box-shadow: none;
    border: 1px solid #f1f1f1;
}

.about-author .media-object {
	max-width:160px;
	margin-bottom:20px;
}

.about-author .pull-left {
	margin-right:40px;
}

.about-author h4 {
	font-size: 30px;
	font-family:'Roboto';
	margin:0 0 15px;
	color:#555555;
}

.about-author p {
	font-size: 16px;
	line-height:25px;
	color:#555555;
}

.about-author .media-body ul {
	margin:0;
	border-top:1px solid #f1f1f1;
}

.about-author .media-body ul li {
	padding:20px 15px;
	border-right:1px solid #f1f1f1;
}

.about-author .media-body ul li:first-child {
	padding-left:0;
}

.about-author .media-body ul li:last-child {
	padding-right:0;
	border-right:0;
}

.about-author .media-body ul li a i {
	margin-right:10px;
	color:#999999;
}

.card-wrapper article .overlay-wrapper {
    padding: 40px 25px;
    background-color: #f8f8f8;
    text-align: center;
}

.card-wrapper .overlay-wrapper .overlay {
    border: 0px solid #eee;
    transition-duration: 0.3s;
    margin: 0;
}

.card-wrapper .overlay-wrapper:hover .overlay {
    border-width: 15px;
    opacity: 0.8;
}

.card-wrapper h3 {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 400;
    min-height: 60px;
}

.card-wrapper .date-post {
    color: #7F969F;
    text-transform: uppercase;
    font-size: 14px;
}

.card-wrapper .blog-post-detail {
    padding: 0;
    border: none;
}

.card-wrapper .blog-post-detail:after {
    content: '';
    display: block;
    margin: 15px auto;
    width: 30px;
    border-top: 3px solid;
}

.card-wrapper .blog-post-detail span:last-child {
    padding: 0;
}

.card-wrapper .overlay-wrapper .overlay a {
    font-size: 50px;
}

.card-wrapper .overlay-wrapper a.overlay:before {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 40%;
    display: block;
    font-family: "feather";
    content: "\e005";
    width: 45px;
    height: 45px;
    font-size: 18px;
    color: #454545;
    background-color: #FFFFFF;
    border-radius: 50px;
    padding-top: 10px;
    opacity: 1;
}

.card-wrapper.bordered {
    margin-top: 1px;
}

.card-wrapper.bordered .card-item {
    border: 1px solid #EEEEEE;
    margin-left: -1px;
    margin-top: -1px;
}

/*------------------------------
	COMMENTS
------------------------------*/

.comments {
	margin: 0 0 30px;
	padding:20px 30px;
    background-color: #FCFCFC;
    border: 1px solid #f1f1f1;
    box-shadow: none;
}

.comments h2 {
	text-align:left;
}

.comment {
	margin:25px 0 0;
	clear:both;
}

.comments > .comment {
	border-bottom:1px solid #f1f1f1;
	padding:0 0 20px;
}

.comments > .comment:last-child {
	border-bottom:0;
	padding:0;
}

.comment .media-object {
	max-width:80px;
	margin-right:20px;
}

.comment h4 {
	font-size: 22px;
	margin:0 0 10px;
	color:#555555;
}

.comment h4 small {
	font-size: 14px;
	color:#999999;
	margin-left:20px;
}

.comment a {
	color:#999999;
}

.comment a i {
	margin-right:7px;
	color:#999999;
}

.comments-form h2 {
	text-align:left;
	margin:30px 0 20px;
}

.comment .comment {
    margin-left : 110px;
}

/*------------------------------
	PORTFOLIO
------------------------------*/

#portfolio {
	padding-top:0px;
}

#portfolio .row > div {
	margin-bottom:30px;
}

#portfolio.portfolio-nospaces .row.portfolio-wrapper-nospaces {
	margin:0;
}

#portfolio.portfolio-nospaces .row.portfolio-wrapper-nospaces > div {
	padding:0;
	margin-bottom:0;
}

#portfolio .overlay {
	margin:0;
}

#portfolio .overlay-wrapper:hover .overlay {
	opacity: 0.8;
}

#portfolio .portfolio-item article {
	background-color: #ffffff;
	overflow: hidden;
}

#portfolio.portfolio-nospaces .portfolio-item article {
	background-color:transparent;
	box-shadow:none;
}

#portfolio .portfolio-item article .portfolio-item-description {
	padding: 20px 10px;
    text-align: center;
}

#portfolio .portfolio-item article .portfolio-item-description h3 {
    text-transform: uppercase;
	margin: 0 0 10px;
    font-size: 18px;
    color: inherit;
}

#portfolio .portfolio-item article .portfolio-item-description h3:after {
    content: '';
    display: block;
    margin: 15px auto;
    width: 40px;
    border-top: 2px solid;
}

#portfolio .portfolio-item article .portfolio-item-description .categories {
    font-size: 14px;
    color: #777777;
}

#portfolio .portfolio-item article .portfolio-item-description p {
	margin:0;
	color:#555555;
}

#portfolio .portfolio-item article .overlay .icons {
    width: 100%;
    height: 50px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#portfolio .portfolio-item article .overlay a i {
    color: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    margin-right: 15px;
    transition-duration: 0.3s;
}

#portfolio .portfolio-item article .overlay a:hover i {
    color: #064c65;
    background-color: #ffffff;
}

.portfolio-col-2 .overlay a {
	font-size: 60px; 
	margin-left: -25px; 
	margin-top: -38px;
}

.portfolio-col-3 .overlay a {
	/*font-size: 45px; */
	/*margin-left: -15px;*/
	/*margin-top: -27px;*/
}

.portfolio-col-4 .overlay a {
	font-size: 30px;
}

/*------------------------------
	ESHOP
------------------------------*/

#eshop .eshop-banner {
    margin-bottom:30px;
}

#eshop .eshop-banner .row {
	margin:0;
}

#eshop .eshop-banner .row > a {
	position:relative;
	padding:0;
}

#eshop .eshop-banner .row > a:before {
    background-color:rgba(0,0,0,0.5);
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	transition: background-color 0.5s ease;
}

#eshop .eshop-banner .row > a:hover:before {
    background-color:rgba(0,0,0,0);
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
}

#eshop .eshop-banner span {
	position:absolute;
	bottom:20px;
	width:100%;
	text-align:center;
	font-weight:500;
	color:#f0f0f0;
	font-size:20px;
	background-color:rgba(255,255,255,0.2);
	padding:5px 0;
	transition: background-color 0.5s ease;
}

#eshop .eshop-banner .row > a:hover span {
    background-color:rgba(0,0,0,0.4);
}

#eshop .eshop-header ul li {
    line-height: 40px;
}

#eshop .eshop-main {
	margin-top:30px;
	margin-bottom:20px;
}

.select-perpage.form-control {
	float:right;
	transition-duration:0;
}

/* ESHOP SIDEBAR */

#eshop .eshop-sidebar h3 {
	margin:0 0 15px;
}

#eshop .eshop-sidebar h4 {
	font-weight:bold;
}

#eshop .eshop-sidebar .eshop-widget {
	margin:0 0 30px;
}

#eshop .eshop-sidebar .eshop-widget .checkbox {
	margin:10px 0;
}

#eshop .eshop-sidebar .eshop-widget .checkbox label {  
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 30px;
	font-weight:bold;
} 

#eshop .eshop-sidebar .eshop-widget .checkbox label:before {  
    content: "";  
    display: inline-block;  
    width: 20px;  
    height: 20px;  
    position: absolute;  
    left: 0;   
   	border:2px solid #aaa; 
}  

#eshop .eshop-sidebar .eshop-widget .checkbox input[type=checkbox] {  
    display: none;  
} 

#eshop .eshop-sidebar .eshop-widget .checkbox input[type=checkbox]:checked + label:before {  
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	content:"\f00c"; 
	padding-top:1px;  
    text-align: center;    
} 

#eshop .eshop-sidebar .eshop-widget .price-slider input {
	background-color:transparent;
	border:0;
	text-align:left;
	font-weight:600;
	width:50%;
	margin-bottom:5px;
}

#eshop .eshop-sidebar .eshop-widget .price-slider input.pull-right {
	text-align:right;
}

#eshop .eshop-sidebar .eshop-widget .ui-widget-content {
	background:none;
	border:0;
	border-radius:5px;
	background-color:#fff;
	height:10px;
	margin:0 8px;
	clear:both;
}

#eshop .eshop-sidebar .eshop-widget .ui-slider .ui-slider-range {
	background:none;
}

#eshop .eshop-sidebar .eshop-widget .ui-slider .ui-slider-handle {
	border-radius:50%;
	background:none;
	background-color:#999;
	border:5px solid #f9f9f9;
	box-shadow:0 0 1px 0 rgba(0,0,0,0.3);
	width: 20px;
	height: 20px;
	top:-5px;
}

/* ESHOP PRODUCTS */

.eshop-product {
	background-color:#F9F9F9;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
	margin:0 0 30px;
}

.eshop-product h3 {
	margin:0 0 7px;
	font-weight:600;
	font-size:22px;
	line-height:30px;
}

.eshop-product .product-price {
	margin:-8px 15px 0 0;
}

.eshop-product .product-price .old-price {
	text-decoration:line-through;
	font-size:14px;
	font-weight:700;
}

.eshop-product .product-price .new-price {
	font-weight:bold;
	font-size:24px;
	color: #C0392B;
	margin-left:5px;
}

/* ESHOP - ALERT */

#eshop-cart-alert {
	position:fixed;
	bottom:0;
	width:100%;
	margin:0;
	border-radius:0;
	padding: 40px 60px 10px;
	font-size:24px;
	display:none;
	z-index:1030;
}

#eshop-cart-alert .close {
    font-size: 60px;
    top: -15px;
}

#eshop-cart-alert.active {
	display:block;
}

/* ESHOP - GRID  */

.eshop-grid .eshop-product {
	position:relative;
}

.eshop-grid .eshop-product img {
	margin:0 auto;
    width: 100%;
}

.eshop-grid .eshop-product h3 {
	font-size: 14px;
    text-transform: uppercase;
}

.eshop-grid .eshop-product .new-price {
	font-size: 18px;
	color: #555;
}

.eshop-grid .eshop-product .eshop-product-body {
	border-top:1px solid #EBEBEB;
	background-color: #FFFFFF;
	padding:10px 20px 15px;
}

.eshop-grid .eshop-product .product-price {
	margin:0;
}

.eshop-grid .eshop-product .product-price .btn {
	font-size:14px;
	padding: 2px 7px 2px 5px;
}

.eshop-grid .eshop-product .product-price .btn i {
	margin:0;
}

.eshop-grid .eshop-product .product-tags {
	padding:0 10px 10px;
	position:absolute;
	top:5px;
}

/* ESHOP - LIST */

.eshop-list .eshop-product img {
	padding:25px 0 25px 25px;
}

.eshop-list .eshop-product > .row {
	display:flex;
}

.eshop-list .eshop-product > .row >:last-child {
	background-color: #FFFFFF;
	padding-left:0;
}

.eshop-list .eshop-product .eshop-product-body {
	padding:20px;
}

.eshop-list .eshop-product h3 {
	margin:12px 0;
	font-size:26px;
}

.eshop-list .eshop-product p {
	color:#555555;
	margin:0 0 15px;
	line-height:24px;
}

.eshop-list .eshop-product .product-price {
	background-color:#F9F9F9;
	border:2px dashed #E0E0E0;
	padding:5px 12px;
}

/* ESHOP - DETAIL */

.eshop-detail .eshop-product {
	margin:0 0 50px;
	padding:30px;
	position:relative;
}

#eshop-slider.owl-carousel .owl-wrapper-outer {
    box-shadow:none;
	background-color: #ffffff;
	border:3px solid #DDDDDD;
}

#eshop-slider .owl-item img {
	padding:0 1px;
	cursor:pointer;
}

.eshop-product .product-sale-label {
	position:absolute;
	top:-35px;
	right:-30px;
	border:3px solid #119178;
	color:#FFFFFF;
	width:95px;
	height:95px;
	border-radius:50%;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	z-index:990;
}

.eshop-product .product-sale-label .text {
	font-size:20px;
	font-weight:600;
	color: #ffffff;
	text-transform:uppercase;
}

.eshop-product .product-sale-label .number {
	position:relative;
	top:-10px;
}

.eshop-detail .eshop-product .label {
	font-size:14px;
	padding: 7px 10x;
}

.eshop-detail .eshop-product h3 {
	margin:20px 0;
	font-size:32px;
}

.eshop-detail .eshop-product .product-price {
	margin:20px 0;
	padding:5px 10px;
	background-color:#FFFFFF;
	text-align:left;
	border:2px dashed #E0E0E0;
}

.eshop-detail .eshop-product .product-price .old-price {
	font-size:18px;
}

.eshop-detail .eshop-product .product-price .new-price {
	font-size:35px;
	margin-left:15px;
}

.eshop-detail .eshop-product h4 {
	font-size:20px;
	font-weight:600;
}

.eshop-detail .eshop-product form .btn-group {
	display:block;
}

.eshop-detail .eshop-product form .form-group {
	margin:10px 0;
}

#quantity.form-control {
    height: 44px;
}

.eshop-detail .eshop-product form .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 10px 12px;
}

.eshop-detail .eshop-product form .bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 12px;
    left: 7px;
    top: 5px;
	color:#777;
}

.eshop-detail .eshop-product form .bootstrap-touchspin .input-group-btn-vertical .btn:hover i {
	color:#555;
}

.blog-sidebar input[type=submit] {
    padding: 8px 16px 8px !important;
    min-width: 80px !important;
    font-size: 14px !important;
}

.eshop-detail .eshop-product .single_add_to_cart_button,
.woocommerce input[type=submit] {
	margin-top:25px;
	float:right;
    min-width: 240px;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 16px 14px;
}

.woocommerce button[type=submit],
.woocommerce input[type=submit],
.woocommerce .checkout-button {
    color: #fff;
    padding: 13px 16px 13px;
    float: none;
    min-width: 180px;
    font-size: 16px;
    margin-top: 0px;
    border: 0;
}

.woocommerce-product-search  button[type=submit],
.woocommerce-product-search  input[type=submit] {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.woocommerce button[type=submit]:hover,
.woocommerce input[type=submit]:hover {
    color: #ffffff;
}

.woocommerce button[type=submit]:hover:after,
.woocommerce input[type=submit]:hover:after {
    display: none;
}

.eshop-detail .eshop-product .blog-post-buttons .pull-left {
	font-weight:bold;
}

.eshop-detail .eshop-product .blog-post-buttons .pull-left a i {
	margin-right:5px;
}

.eshop-detail .tab-content ul {
	margin-bottom:20px;
}

.eshop-detail .tab-content {
    background-color: transparent;
}

.eshop-detail .nav-tabs > li.active > a {
    /*background-color: #ffffff !important;*/
}

.eshop-detail .comments {
	background-color: #F9F9F9;
	box-shadow:none;
	padding:0;
}

/* ESHOP - SHOPPING CART */

.shopping-cart-header  {
	text-align:center;
	margin:10px 0 40px;
}

.shopping-cart-header i {
	font-size:50px;
	color: #DDDDDD;
}

.shopping-cart-header p {
	font-size:16px;
	font-weight:700;
	color: #AAAAAA;
	margin:10px 0 0;
}

.shopping-cart-header .active i {
	color: #999999;
}

.shopping-cart-header .active p {
	color: #777777;
}

.shopping-cart.tab-content {
    background-color:transparent;
    box-shadow:none;
    margin-bottom: 0;
    padding: 0;
}

.shopping-cart-item {
	background-color: #F9F9F9;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
	padding:10px 25px 20px 40px;
	position:relative;
	margin:0 0 15px;
}

.shopping-cart-item a.delete {
	position:absolute;
	display:block;
	font-size:20px;
	color:#CCCCCC;
	z-index:1000;
	left:15px;
	top:50%;
	margin-top:-14px;
}

.shopping-cart-item a.delete:hover {
	color:#AAAAAA;
}

.shopping-cart-item  img{
	margin-top:10px;
}

.shopping-cart-item h3 {
	color:#777777;
	margin:20px 0 10px;
	font-weight:600;
}

.shopping-cart-item p {
	color:#999999;
	margin:0 0 8px;
}

.shopping-cart-item .form-control {
	margin:18px 0 0;
}

.shopping-cart-item p.small-price,
.shopping-cart-item p.quantity {
	margin:30px 0 0;
}

.shopping-cart-item p.total-price,
.shopping-cart-footer p.total-price {
	margin:20px 0;
	font-weight:600;
	font-size:30px;
	text-align:right;
}

.shopping-cart-footer {
	background-color: #F9F9F9;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
	padding:25px 25px;
	margin-top:50px;
}

.shopping-cart-footer .btn {
	margin:5px 0 0;
	display:inline-block;
}

.shopping-cart-footer .input-group-btn .btn {
    margin: 0;
}

.shopping-cart-footer p.total-price-title {
	color:#555555;
	font-weight:bold;
	font-size:16px;
	margin:15px 0 0;
}

.shopping-cart-footer p.total-price {
	color:#C0392B;
	margin:0px 0 0;
	font-size:36px;
	font-weight:700;
}

.shopping-cart .form-address {
	background-color: #F9F9F9;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
	padding:25px 0px;
}

.shopping-cart .form-address fieldset > .row {
	margin-bottom:50px;
}

.shopping-cart .form-address h3 {
	margin:0;
}

.shopping-cart .form-address #billing-address {
	display:none;
}

.shopping-cart .form-address .billing-address-checkbox {
	padding:2px 0 0 20px;
}

.shopping-cart .form-address .billing-address-checkbox label {
	font-size:16px;
	font-weight:600;
	color:#555555;
}

.shopping-cart .form-address p.conditions {
	font-size:14px;
	font-weight:600;
	color:#555555;
	border-top:1px solid #DDDDDD;
	padding:15px 0 0;
}

.shopping-cart .form-payment {
	background-color: #F9F9F9;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);
	padding:25px 25px;
}

#eshop-banners {
	box-shadow:0 1px 3px 0 rgba(0,0,0,0.1);
}

#eshop-banners img {
	box-shadow:0 0 2px 1px rgba(0,0,0,0.1);
}

.eshop-grid .eshop-product {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    border: 1px solid #EBEBEB;
}

.eshop-product .overlay-wrapper .overlay {
    margin: 0px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    background-color: transparent !important;
}

.eshop-product .overlay-wrapper .overlay i {
    font-size: 48px;
}

.eshop-product .overlay-wrapper .overlay a {
    position: relative;
    display: block;
    width: 60%;
    margin: 0 auto 10px;
    color: #fff;
    text-align: center;
    left: 0;
    top: 0;
    font-size: 15px;
}

.eshop-product .overlay-wrapper .overlay a:after {
    position: absolute;
    bottom: 3px;
    margin-left: 2px;
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 100;
    content: ' +';
}

.eshop-product .overlay-wrapper .overlay a:hover {
    color: #D8C8C8;
    transition: all .2s ease;
}

.eshop-product .overlay-wrapper:hover .overlay {
    opacity: 1;
}

.eshop-product-body .star-rating {
    margin-top: 6px;
}

.no-rating {
    margin: 3px 0 -2px 0;
    font-size: 14px;
}

.woocommerce .star-rating {
    font-size: 0.8em;
}

/*.eshop-grid .eshop-product .eshop-product-body {*/
    /*background-color: #f8f8f8;*/
/*}*/

.eshop-grid .eshop-product .product-tags {
    position: relative;
    color: #fff;
}

.eshop-grid .eshop-product .product-tags a {
    display: inline;
}

.eshop-grid .eshop-product .product-tags a:after {
    content: '';
}
.overlay-wrapper:hover a.addtocart {
    visibility: visible;
    opacity:1;
    color: #fff !important;
    text-decoration: none;
    transform: translateY(0);
}

.overlay-wrapper:hover a.addtocart i {
    border-right: 1px solid #fff;
}

a.addtocart {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    color: #555 !important;
    border: none;
    visibility: hidden;
    padding: 12px 0;
    font-size: 16px;
    margin-top: -20px;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    background: rgba(0,0,0,0.7);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: translateY(100%);
}

a.addtocart:hover {
    color: #fff !important;
    text-decoration: none;
    background: rgba(17,145,120,0.5);
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

a.addtocart:hover i {
    border-right: 1px solid #fff;
}

a.addtocart i {
    line-height: 15px;
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #555;
}

.input-group-btn button[class*="bootstrap-touchspin-"] {
    color: #555;
    width: 50px;
    height: 45px;
    padding: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    background: #eee;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
}

.bootstrap-touchspin #quantity {
    width: 80px;
    height: 45px;
    outline: none;
    margin: 0 -4px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #eee;
    z-index: 3;
    font-weight: 500;
    font-size: 16px;
}

.bootstrap-touchspin .input-group-btn {
    width: 0%;
}

.bootstrap-touchspin {
    float: left;
}

.eshop-detail .eshop-product form button[type=submit] {
    margin-top: 0;
}

@media (max-width:991px) {
    .eshop-product .overlay-wrapper .overlay {
        opacity: 1;
    }

    .eshop-product .product-sale-label-cat {
        right: -10px !important;
    }

    .left-sidebar .blog-content {
        padding-left: 15px;
        border-left: none;
    }

    .left-sidebar .blog-sidebar {
        padding-right: 15px;
    }

    .right-sidebar .blog-content {
        padding-right: 15px;
        border-right: none;
    }

    .right-sidebar .blog-sidebar {
        padding-left: 15px;
    }

    #eshop .eshop-main {
        margin-top: 0 !important;
    }

    .right-sidebar .blog-sidebar {
        margin-top: 30px;
    }

    a.addtocart {
        visibility: visible;
        opacity:1;
        color: #fff !important;
        text-decoration: none;
    }

    #section-portfolio .portfolio-item-description {
        margin-bottom: 0;
    }
}

@media (min-width:992px) {
    a.addtocart {
        visibility: hidden;
        opacity:0;
    }
}

.eshop-product .product-price .new-price {
    margin-left: 0;
}

.eshop-detail .eshop-product {
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}

.product-price del span.amount{
    font-size:14px;
    /*margin-left: 5px;*/
}

.product-price ins {
    font-size:18px;
    margin-left:5px;
    color: #C0392B;
}

.single-product-price .product-price ins {
    display: inline-block;
    margin-left: 10px;
}

.product-price ins span.amount {
    font-size: 18px;
    color: #C0392B;
}

.product-price span.amount {
    font-size: 18px;
    font-weight: 600;
}

.eshop-product .product-sale-label-cat {
    /*background-color: transparent !important;*/
    /*border-color: #fff !important;*/
}

.eshop-product .product-sale-label-cat {
    position: absolute;
    top: -18px;
    right: -15px;
    border: 1px solid #119178;
    color: #FFFFFF;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    z-index: 990;
    opacity: 0.9;
}

.eshop-product .product-sale-label-cat .text {
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.eshop-product .product-sale-label-cat .number {
    margin-top: -5px;
    font-size: 18px;
    display: block;
}

#eshop {
    padding-top: 1px;
}

.eshop-grid .eshop-product h3 {
    margin: 0;
}

#add-to-cart.form-control {
    height: 44px;
}

.product-cart {
    margin: 35px 0;
}

.eshop-detail .eshop-product form .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 11px 12px;
}

.woocommerce-product-rating {
    color: #1DABC6;
    margin: 10px 0px;
}

.product_meta {
    margin-top: 100px;
    border-top: 1px solid #E5E5E5;
    padding-top: 15px;
}

.single-product-price ins {
    color: #C0392B;
}

.eshop-product-body .product-tags span a {
    background-color: #3498DB;
    font-size: 14px;
    display: inline;
    padding: .4em .8em .3em;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

#reviews .comment .comment {
    margin-left: 70px;
}

#reviews li.comment {
    display: block;
}

.eshop-detail .tab-content ul {
    margin-bottom: 0;
}

.star-rating {
    color: #1DABC6;
}

#review_form p.form-submit {
    padding-right: 15px;
    padding-left: 15px;
}

#review_form .stars {
    font-size: 13px;
}

@media (max-width:991px) {
    .single-product-price {
        width: 100%;
        padding-right: 0px;
    }

    .product-cart {
        padding: 0px 0px;
    }
}

#review_form .form-submit {
    display: none;
}

#review_form button.btn {
    margin: 0;
}

.cart-result {
    float: right;
    margin-top: 6px;
}

.cart-result i {
    font-size: 22px;
}

.add_to_cart_button.loading {
    background: none;
}

.shopping-cart-item {
    padding: 10px 0px;
    box-shadow: none;
    background-color: transparent;
}

.shopping-cart-item a.delete {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
}

.shopping-cart-item .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 11px 12px;
}

.shopping-cart-item .bootstrap-touchspin .input-group-btn-vertical i {
    font-size: 12px;
    left: 7px;
    top: 5px;
    color: #777;
}

.shopping-cart .form-address {
    box-shadow: none;
    background-color: transparent;
}

.woocommerce-page table.cart img {
    width: 80px;
}

.shopping-cart-item img {
    margin-bottom: 10px;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border: none;
}

td.actions {
    padding-top: 25px !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.cart_totals i, .shopping-cart-item i {
    margin-right: 10px;
    color: #cacaca;
    font-size: 31px;
}

.woocommerce-page .cart-collaterals .cart_totals tr td,.woocommerce-page .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #edecec;
}

.shipping-calculator-form {
    display: block;
}

.shipping-calculator {
    margin-top: 20px;
}

.woocommerce-page .cart-collaterals .cart_totals table {
    margin-top: 15px;
}

.cart-collaterals.shopping-cart-item input, .coupon input.btn {
    margin: 20px 0;
}

.shipping-calculator button.btn {
    margin: 20px 0;
    font-weight: 500;
}

.shipping-calculator input, .shipping-calculator select {
    border: 1px solid #D5D5D5;
    border-bottom-width: 2px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1) inset;
    color: #555555;
    height: 42px;
    transition: 0.3s ease-in-out 0s;
    border-radius: 0;
    padding: 6px 12px;
    background-color: #fff;
}

.shipping-calculator input:focus, .shipping-calculator select:focus {
    outline:none;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.08) inset;
    border-color:#B5B5B5;
}

.shipping-calculator input:focus::-webkit-input-placeholder { color:transparent; }
.shipping-calculator input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.shipping-calculator input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */

.shipping-calculator select:focus::-webkit-input-placeholder { color:transparent; }
.shipping-calculator select:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.shipping-calculator select:focus::-moz-placeholder { color:transparent; } /* FF 19+ */

.woocommerce input[type=text], .woocommerce .input-text, .woocommerce select {
    border: 1px solid #EBEBEB;
    box-shadow: none;
    color: #555555;
    height: 42px;
    transition: 0.3s ease-in-out 0s;
    border-radius: 0;
    padding: 6px 12px;
    background-color: #fff;
    font-size: 14px;
}

.woocommerce input[type=text]:focus, .woocommerce .input-text, .woocommerce select:focus {
    outline:none;
    box-shadow: none;
    border-color:#B5B5B5;
}

.woocommerce input[type=text]:focus::-webkit-input-placeholder { color:transparent; }
.woocommerce input[type=text]:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.woocommerce input[type=text]:focus::-moz-placeholder { color:transparent; } /* FF 19+ */

.woocommerce .input-text:focus::-webkit-input-placeholder { color:transparent; }
.woocommerce .input-text:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.woocommerce .input-text:focus::-moz-placeholder { color:transparent; } /* FF 19+ */

.woocommerce .woocommerce-ordering select {
    min-width: 220px;
}

.shopping-cart .form-address h3 {
    color: #777777;
    margin: 20px 0 10px;
    font-weight: 600;
}

.shopping-cart label.checkbox {
    color: #777777;
}

.shop_table tr {
    color: #555555;
    font-weight: 400;
    font-size: 16px;
    margin: 15px 0 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
    text-align: left;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
    border: 1px solid #e8e8e8;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: none;
}

.order-total .amount {
    margin: 0px 0 0;
    font-size: 36px;
    font-weight: 700;
    color: #16A085;
}

.cart_totals table tr {
    color: #555555;
    margin: 15px 0 0;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin: 0;
}

.asc, .desc {
    font-size: 16px;
}

.eshop-header a i {
    margin: 0 3px;
    color: #D5D5D5;
}

ul.product-categories {
    padding-left: 0;
    list-style: none;
}

ul.product-categories a:before, .box ul.list-unstyled li a:before {
    content: "\f101";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 12px;
    color: #2FC3DF;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: none;
    background: #D5D5D5;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background:none;
    border:0;
    border-radius:5px;
    background: #fff;
    height: 6px;
    margin: 0 8px;
    clear:both;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    background-color: #16A085;
    font-size: .7em;
    display: block;
    border: none;
    top: 1px;
    height: 6px;
}

.price_slider_amount {
    padding-top: 20px;
}

.widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    border-radius: 50%;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.3);
    width: 16px;
    height: 16px;
    top: -4px;
    margin-left: -.6em;
}

.price_label {
    font-weight: 400;
    margin-top: 2px;
    font-size: 14px;
}

ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    margin-right: 15px;
    margin-left: 0;
    height: auto;
    width: 70px;
    float: left;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
    padding: 10px 0;
}

.blog-sidebar .btn {
    margin-top: 10px;
}

ul.product_list_widget li a img {
    box-shadow: none;
    margin-left: 0;
    margin-right: 15px;
    height: auto;
    width: 70px;
    float: left;
}

ul.product_list_widget li a {
    display: block;
    color: #454545;
    line-height: 135%;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

#eshop-slider.owl-carousel .owl-wrapper-outer {
    border: 1px solid #DDDDDD;
}

#eshop-slider .owl-item img {
    border-right: 1px solid #DDDDDD;
    padding: 0;
}

#product-detail-image-link img {
    margin: 0 auto;
}

#eshop .review_image {
    border: 1px solid #DDDDDD;
    border-bottom: none;
}

#eshop a.btn.desc, #eshop a.btn.asc {
    border: 1px solid #e9e9e9;
    padding: 8px 12px;
    box-shadow: none;
    float: right;
}

.title_single_product {
    border-bottom: 1px solid #dedede;
    padding-bottom: 12px;
}

.owl-item .product {
    width: 100%;
}

.features-item.eshop-main .owl-item {
    padding-top: 20px;
}

.features-item.eshop-main .owl-item .eshop-product {
    margin-bottom: 0;
}

.eshop-product .product-sale-label {
    right: 0;
    left: -30px;
}

.variations td {
    padding: 4px 0px 4px 10px;
    width: 100%;
}

.variations select {
    width: 100%;
}

.variations td label {
    padding-top: 18px;
}

.single_variation {
    margin: 0 !important;
}

.variations_button {
    padding-top: 10px;
}

.variations_button {
    padding-right: 0;
    padding-left: 0;
}

.single_variation span.price .amount {
    font-size: 24px;
    color: red;
}

.product_meta {
    clear: both;
}

.group_table tr {
    /*border-bottom: 1px solid #E0E0E0;*/
}

.group_table td {
    padding: 10px 0px 10px 0;
    width: 33%;
}

table.group_table {
    width: 100%;
}

.group_table td label {
    display: block;
    text-align: center;
    margin: 0 5px;
}

.group_table .product-price {
    margin: 0 !important;
}

.added_to_cart {
    display: none !important;
}

.eshop-header {
    float: none;
}

.first-option {
    padding-right: 0;
    padding-left: 0;
}

.eshop-header .form-group {
    margin-bottom: 15px;
    display: inline-block;
    float: right;
    margin-left: 15px;
    min-width: 200px;
}

.product-quantity .input-group {
    width: 80px;
}

.product-price ins {
    margin-left: 0;
}

.woocommerce a.remove {
    display: inline-block;
    font-size: 1.5em;
    height: 1.2em;
    width: 1.2em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce table.shop_table th {
    font-weight: 600;
}

.woocommerce td.product-name dl.variation dd {
    padding: 0;
    margin: 0;
}

.woocommerce table.shop_table {
    border-collapse: collapse;
    margin-top: 30px;
}

.woocommerce table.shop_table td {
    padding: 10px 12px;
    border-top: 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 6px 15px 5px;
    width: 250px;
}

.woocommerce thead tr, .woocommerce .cart_item{
    border: 1px solid #e8e8e8;
}

.shop_table .product-remove {
    border-right: 1px solid #e8e8e8;
}

.shop_table thead .product-remove {
    border-right: 0;
}

.shop_table .product-remove, .shop_table .product-thumbnail {
    text-align: center;
}

.woocommerce table, .woocommerce th, .woocommerce td {
    border: none;
}

.shop_table .actions {
    padding: 20px 0 !important;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    padding-left: 40px;
}

.select2-container .select2-choice>.select2-chosen {
    padding: 7px;
}

.select2-container .select2-choice {
    border-radius: 0;
}

.woocommerce .alert-info a,
.woocommerce .alert-info a:hover,
.woocommerce .alert-info a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    border-radius: 0;
    float: left;
    padding: 16px 16px 16px;
}

.woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: none;
}

.woocommerce-checkout #payment div.form-row {
    padding: 20px 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin: -1px 0 0 0;
    border: 1px solid #e5e5e5;
    padding: 15px;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
}

.woocommerce-checkout #payment div.payment_box:after {
    display: none;
}

.woocommerce .related.products h2 {
    margin-top: 20px;
}

.woocommerce .related.products h2:after {
    margin: 30px auto 30px auto !important;
    content: '';
    display: block;
    width: 50px;
    border-top: 4px solid;
}

.woocommerce p.stars a {
    margin-right: .8em;
}

.woocommerce h3#reply-title {
    margin-left: 15px;
    margin-bottom: 40px;
}

.screen-reader-text {
    display: none;
}

/*------------------------------
	EVENT
------------------------------*/

.jumbotron-event {
	background-image:url(../image/event_bg.png);
	background-size:100%;
	padding:70px 0 0;
	text-align:center;
}

.jumbotron-event h1 {
	font-size:80px;
	margin:0 0 60px;
	color:#FFFFFF;
	font-weight:bold;
}

.jumbotron-event p.event-date {
	font-size:20px;
	color:#f5f5f5;
	font-weight:bold;
	padding:35px 0;
}

.jumbotron-event .comingsoon {
	margin:80px 0 0;
	position: relative;
}

.jumbotron-event .comingsoon .countdown-labels span {
	color:#FFFFFF;
}

.jumbotron-event .event-info {
	background-color:#fafafa;
	margin-top:120px;
	text-align:left;
	padding:20px 20px 10px;
}

.jumbotron-event .event-info i {
	margin-right:20px;
	font-size:26px;
	color:#ccc;
	display:inline-block;
	border:2px solid #bbb;
	border-radius:50%;
	width:60px;
	height:60px;
	text-align:center;
	padding-top:13px;
	position:relative;
	top:-5px;
}

.jumbotron-event .event-info .event-info-body {
	display:inline-block;
	padding:5px 0 0;
}

.jumbotron-event .event-info h2 {
	font-size:16px;
	margin:0;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
}

.jumbotron-event .event-info p {
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#555;
}

.event-topic img {
	margin:0 auto;
	transform: scale(1, 1);
	transition: all 0.3s ease-in-out 0s;
}

.event-topic:hover img {
	transform: scale(1.1, 1.1);
}

#event-speakers .speaker {
	text-align:center;
	padding:30px;
}

#event-speakers .speaker img {
	box-shadow:0 0 2px 7px rgba(255,255,255,1);
	margin:0 auto;
}

#event-speakers .speaker .speaker-body h3 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	margin:25px 0 10px;
}

#event-speakers .speaker .speaker-body p {
	color:#777777;
	font-size:15px;
}

#schedule .schedule-legend {
	text-align:center;
	margin-bottom:30px;
}

#schedule .schedule-legend li {
	color:#555555;
	font-weight:600;
	text-transform:uppercase;
	font-size:16px;
	padding:0 25px;
	position:relative;
}

#schedule .schedule-legend li:before {
	content:"";
	display:block;
	width:16px;
	height:16px;
	background-color:#555555;
	position:absolute;
	left:3px;
	top:3px;
	border-radius:50%;
}

#schedule .schedule-legend li.category-1:before {background-color:#3f51b5;}
#schedule .schedule-legend li.category-2:before {background-color:#ff5f00;}
#schedule .schedule-legend li.category-3:before {background-color:#00bcf2;}
#schedule .schedule-legend li.category-1 {color:#3f51b5}
#schedule .schedule-legend li.category-2 {color:#ff5f00}
#schedule .schedule-legend li.category-3 {color:#00bcf2}

#schedule .nav-tabs a {
	text-align:center;
}

#schedule .nav-tabs a span {
	display:block;
	font-weight:100;
	font-size:13px;
}

#schedule .tab-content h3 {
	margin:0 0 20px;
}

#schedule .panel-heading h4 {
	font-weight:600;
	text-transform:uppercase;
	line-height: 30px;
}

#schedule .panel-heading .panel-title a:after {
	margin: 10px 0 0;
}

#schedule .panel-heading h4 span {
	background-color: #555555;
	padding:4px 10px;
	margin-right:10px;
	font-size:14px;
	color:#ffffff;
}

#schedule .panel-heading h4 span.category-1 {background-color: #3f51b5;}
#schedule .panel-heading h4 span.category-2 {background-color: #ff5f00;}
#schedule .panel-heading h4 span.category-3 {background-color: #00bcf2;}

#schedule .schedule-single-info i {
	font-size:18px;
	margin-right:5px;
	margin-bottom:10px;
	width:18px;
	text-align:center;
}

#schedule .schedule-single-info span {
	font-weight:bold;
	color:#555555;
	position:relative;
	top:-2px;
	text-transform:uppercase;
}

#schedule .schedule-single-info span a {
	color:#888;
	text-decoration:underline;
	font-weight:600;
}

#schedule .panel-body p {
	color: #959595;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	line-height:24px;
	margin:0;
}

.event-ticket {
	text-align:center;
	background-color:#F9F9F9;
	box-shadow:0 1px 1px 0 rgba(0,0,0,0.1), 1px 1px 1px -1px rgba(0,0,0,0) inset;
	transition: all 0.5s ease;
	padding:30px 10px;
	margin-bottom:30px;
}

.event-ticket:hover {
	box-shadow:7px 7px 5px 0 rgba(0,0,0,0.2), 1px 1px 1px -1px rgba(0,0,0,0.2) inset;
}

.event-ticket.highlighted {
	color:#FFFFFF;
}

.event-ticket .event-ticket-price .price {
	font-weight: 600;
	font-size: 72px;
}

.event-ticket .event-ticket-price .price span {
	font-size: 36px;
	position:relative;
	bottom:22px;
}

.event-ticket .event-ticket-price .title {
	color: #666666;
	text-transform:uppercase;
	font-weight:100;
	font-size:18px;
}

.event-ticket.highlighted .event-ticket-price .title,
.event-ticket.highlighted .event-ticket-info h3,
.event-ticket.highlighted .event-ticket-info ul li {
	color: #FFFFFF;
}

.event-ticket .event-ticket-info {
	text-align:left;
}

.event-ticket .event-ticket-info h3 {
	font-weight:bold;
	font-size:20px;
}

.event-ticket .event-ticket-info ul li {
	line-height:24px;
	margin-left:20px;
	position:relative;
	color:#777777;
}

.event-ticket .event-ticket-info ul li:before {
	content:"";
	display:block;
	width:12px;
	height:12px;
	border:1px solid #999999;
	position:absolute;
	left:-20px;
	top:6px;
	border-radius:50%;
}

.event-ticket.highlighted .event-ticket-info ul li:before {
	border-color:#FFFFFF;
}

form.event-register {
	margin-top:30px;
}

form.event-register button.btn {
	margin:0;
	padding: 13px 12px 12px;
	font-size:16px;
}

form.event-register .form-control {
	height: 52px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}

#event-sponsors .sponsor {
	background-color:#F9F9F9;
	transition: background-color 0.3s ease;
	margin-bottom:30px;
}

#event-sponsors .sponsor:hover {
	background-color:#F0F0F0;
}

#event-sponsors img {
	margin:0 auto;
}

.event-sponsors-link {
	text-align:center;
	color:#aaa;
	font-weight:bold;
	text-transform:uppercase;
	margin:50px 0 0;
}

.event-map .map-overlay {
	bottom: 90px;
}

.loading {
    height: 100%;
    background: url("../images/preloader.gif") 50% 50% no-repeat;
}

.no-image {
    height: 200px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}

.no-image i {
    font-size: 80px;
    position: absolute;
    top: 33%;
    left: 40%;
    color: #2FC3DF;
}

footer .no-image {
    height: 100px;
    background-image:url(../images/tcp-no-image.jpg);
}

.object-non-visible, .csstransitions .caption-non-visible {
    opacity: 0;
    filter: alpha(opacity=0);
}

.object-visible, .touch .object-non-visible {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.text-center ul.list-unstyled li {
    text-align: center;
}

/*------------------------------
	DIVIDERS
------------------------------*/

hr {
    margin: 30px 0;
}

.divider-line hr {
    border-color: #dddddd;
}

.divider-dotted hr {
    border-top: 2px dotted #dddddd;
}

.divider-dashed hr {
    border-top: 2px dashed #dddddd;
}

.divider-line-double hr {
    height: 5px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.divider-dotted-double hr {
    height: 5px;
    border-top: 1px dotted #dddddd;
    border-bottom: 1px dotted #dddddd;
}

.divider-dashed-double hr {
    height: 5px;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
}

.divider-thick hr {
    border: 2px solid #dddddd;
}

.section-divider {
    position: relative;
}

.divider-arrow {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    height: 40px;
    width: 40px;
    border-color: transparent;
    border-style: solid;
    -webkit-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.divider-arrow.top {
    top: -20px;
}

.divider-arrow.bottom {
    bottom: -20px;
}

.divider-circle {
    z-index: 0;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    height: 70px;
    width: 70px;
    border-color: transparent;
    border-style: solid;
    border-radius: 100%;
    text-align: center;
}

.divider-circle.top {
    transform: translateY(-50%);
}

.divider-circle.bottom {
    transform: translateY(-50%);
}

.divider-circle i {
    color: #fff;
    font-size: 34px;
    padding-top: 10px;
}

/*------------------------------
	HEADING
------------------------------*/

.heading-strip h3:before,
.heading-strip h3:after {
    top: 15px;
    height: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
}

h1.special-heading, h2.special-heading, h3.special-heading, h4.special-heading,
h5.special-heading, h6.special-heading {
    margin-top: 0;
    margin-bottom: 30px;
    color: inherit;
}

.special-heading.center {
    float: none;
    position: relative;
    display: inline-block;
}

.special-heading.right {
    float: right;
    position: relative;
    display: inline-block;
}

.special-heading.left {
    position: relative;
    display: inline-block;
    float: left;
}

.special-heading.center:before, .special-heading.center:after {
    content: ' ';
    width: 100%;
    position: absolute;
    border-width: 1px;
    border-color: #bbb;
}

.special-heading.center:before {
    right: 100%;
    margin-right: 12px;
}

.special-heading.center:after {
    left: 100%;
    margin-left: 12px;
}

@media (max-width: 768px) {
    h3.special-heading.center:before,
    h3.special-heading.center:after {
        width: 20%;
    }
}

.special-heading.line-single:before,
.special-heading.line-single:after {
    border-bottom-style: solid;
}

.special-heading.dashed-single:before,
.special-heading.dashed-single:after {
    border-bottom-style: dashed;
}

.special-heading.dotted-single:before,
.special-heading.dotted-single:after {
    border-bottom-style: dotted;
}

.special-heading.line-double:before,
.special-heading.line-double:after {
    height: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.special-heading.dashed-double:before,
.special-heading.dashed-double:after {
    height: 6px;
    border-top-style: dashed;
    border-bottom-style: dashed;
}

.special-heading.dotted-double:before,
.special-heading.dotted-double:after {
    height: 6px;
    border-top-style: dotted;
    border-bottom-style: dotted;
}

h1.special-heading[class*="single"]:before,
h1.special-heading[class*="single"]:after {
    top: 55%;
}

h1.special-heading[class*="double"]:before,
h1.special-heading[class*="double"]:after {
    top: 40%;
}

h2.special-heading[class*="single"]:before,
h2.special-heading[class*="single"]:after {
    top: 16px;
}

h2.special-heading[class*="double"]:before,
h2.special-heading[class*="double"]:after {
    top: 20px;
}

h3.special-heading[class*="single"]:before,
h3.special-heading[class*="single"]:after {
    top: 13px;
}

h3.special-heading[class*="double"]:before,
h3.special-heading[class*="double"]:after {
    top: 10px;

}

h4.special-heading[class*="single"]:before,
h4.special-heading[class*="single"]:after {
    top: 10px;
}

h4.special-heading[class*="double"]:before,
h4.special-heading[class*="double"]:after {
    top: 6px;

}

h5.special-heading[class*="single"]:before,
h5.special-heading[class*="single"]:after {
    top: 9px;
}

h5.special-heading[class*="double"]:before,
h5.special-heading[class*="double"]:after {
    top: 5px;
}

h6.special-heading[class*="single"]:before,
h6.special-heading[class*="single"]:after {
    top: 7px;
}

h6.special-heading[class*="double"]:before,
h6.special-heading[class*="double"]:after {
    top: 4px;
}


.heading {
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    margin-bottom: 0px;
}

.special-heading-border {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.special-heading-inner-border {
    display: block;
    width: 100%;
    margin-left: 15px;
    border-width: 1px;
    border-color: #bbb;
    position: relative;
    top: 60%;
    opacity: 0.5;
}

.special-heading-inner-border.line-single {
    border-bottom-style: solid;
}

.special-heading-inner-border.dashed-single {
    border-bottom-style: dashed;
}

.special-heading-inner-border.dotted-single {
    border-bottom-style: dotted;
}

.special-heading-inner-border.line-double {
    top: 55%;
    height: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.special-heading-inner-border.dashed-double {
    top: 55%;
    height: 6px;
    border-top-style: dashed;
    border-bottom-style: dashed;
}

.special-heading-inner-border.dotted-double {
    top: 55%;
    height: 6px;
    border-top-style: dotted;
    border-bottom-style: dotted;
}

.h1.heading .special-heading-border {
    height: 1.9em;
}

.h2.heading .special-heading-border {
    height: 1.4em;
}

.h3.heading .special-heading-border {
    height: 1.1em;
}

.h4.heading .special-heading-border {
    height: 1.9em;
}

.h4.heading .special-heading-border {
    height: 1.9em;
}

.h5.heading .special-heading-border {
    height: 2.1em;
}

.h6.heading .special-heading-border {
    height: 2.3em;
}

.special-heading.right {
    margin-left: 15px;
}

.heading.text-right .special-heading-inner-border {
    margin-left: 0px;
}

.heading.text-center .line-bottom:after {
    margin: 30px auto 30px;
}

.heading.text-right .line-bottom:after {
    float: right;
}

.heading .line-bottom:after {
    content: '';
    display: block;
    margin: 25px 0;
    width: 80px;
    border-top: 3px solid;
}

.featured-single .heading {
    z-index: 3;
}


/*------------------------------
	LOAD MORE
------------------------------*/

.load-more {
    width: 220px;
    height: 50px;
    padding-top: 15px;
    background-color: #eee;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff !important;
}

.load-more i {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    margin-right: 18px;
}

/*.load-more:before {*/
    /*font-family: "feather";*/
    /*content: "\e058";*/
    /*padding-right: 28px;*/
    /*font-size: 18px;*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
/*}*/

/*.ypt-theme-load-more.load-more {*/
    /*padding: 12px 15px;*/
    /*background-color: #fff !important;*/
    /*color: #777777;*/
    /*border: 2px solid #EEE;*/
    /*font-size: 20px;*/
    /*font-weight: 500;*/
    /*width: 180px;*/
/*}*/

/* Progress bars
---------------------------------- */
.progress {
    margin-bottom: 25px;
    background-color: #f1f1f1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 30px;
}
.progress-bar {
    padding: 6px 0 5px 0;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}
.progress-bar-default {
    background-color: #e84c3d;
}
.progress-bar-gray {
    background-color: #999999;
}
.progress-bar-dark {
    background-color: #333333;
}
.gray-bg .progress {
    background-color: #ffffff;
}
.progress-bar span {
    position: relative;
    left: 15px;
}

/* Circular Progress Bars
---------------------------------- */
.knob-container {
    margin: 10px;
    position: relative;
    display: inline-block;
}
.knob-container canvas {
    width: 132px;
    height: 132px;
    margin: 0 auto;
}
.knob-text {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    margin-top: -14px;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
    .knob-container canvas {
        width: 169px;
        height: 169px;
    }
}

.no-background {
    background-color: transparent !important;
    color: #000;
}

.no-background.alert-success {
    border: 2px solid #2ECC71;
}

.no-background.alert-danger {
    border: 2px solid #C0392B;
}

.no-background.alert-warning {
    border: 2px solid #E67E22;
}

.no-background.alert-primary {
    border: 2px solid #2FC3DF;
}

.no-background.alert-info {
    border: 2px solid #3498DB;
}

.no-background.alert-success:before {
    color: #2ECC71;
}

.no-background.alert-danger:before {
    color: #C0392B;
}

.no-background.alert-warning:before {
    color: #E67E22;
}

.no-background.alert-info:before {
    color: #3498DB;
}

.no-background.alert-primary:before {
    color: #2FC3DF;
}

/*------------------------------
	AVATAR
------------------------------*/

.avatar {
    width: 65px;
    height: 65px;
    position: absolute;
    right: 0px;
    bottom: -90px;
}

.avatar img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.avatar-pointer {
    content: '';
    height: 0px;
    width: 0px;
    border: 12px solid transparent;
    position: absolute;
    right: 10px;
    bottom: -24px;
    border-top-color: #dddddd;
    border-left-color: #dddddd;
}

.avatar-top img {
    border-radius: 50%;
}


/* Tabs
---------------------------------- */

.nav-tabs {
    box-shadow: none;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 15px;
}
.nav-tabs > li > a {
    font-size: 13px;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 14px 25px;
    position: relative;
    color: #666666;
    background-color: transparent;
}
.nav-tabs > li > a:hover {
    border-color: #f0f0f0 #f0f0f0 #ebebeb;
    background-color: #f8f8f8;
    /*border: 1px solid #f0f0f0;*/
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
    /*-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);*/
    /*box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);*/
    box-shadow: none;
    border-bottom-color: transparent;
    margin-top: 0;
}
.nav-tabs > li.active > a:after {
    width: 3px;
    content: "";
    background-color: #2FC3DF;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.tab-content {
    border: 1px solid #f0f0f0;
    padding: 20px;
    border-top: none;
    position: relative;
    background-color: #fcfcfc;
    margin-bottom: 15px;
    box-shadow: none;
}
.tab-content h1 {
    font-size: 34px;
}
.tab-content:after {
    width: 3px;
    content: "";
    background-color: #2FC3DF;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.tab-content.clear-style {
    border: none;
    padding: 10px 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.tab-content.clear-style:after {
    width: 0;
    background-color: transparent;
    height: 100%;
}

/* Small devices (tablets, smartphones) */
@media (min-width:481px) and (max-width:767px) {
    .nav-tabs > li > a {
        padding: 12px 10px;
        font-size: 14px;
        margin-right: 0;
    }
}

/* Extra small devices (phones, less than 480px) */
@media (max-width:480px) {
    .nav-tabs {
        background-color: #999999;
    }
    .nav-tabs > li {
        float: none;
    }
    .nav-tabs > li a {
        /*color: #ffffff;*/
        margin-right: 0;
        border-bottom: 1px solid #8f8f8f;
    }
    .nav-tabs > li > a:hover {
        color: #666666;
    }
    .nav-tabs > li > a:hover:after {
        width: 3px;
        content: "";
        background-color: #2FC3DF;
        height: 102%;
        position: absolute;
        left: 0;
        top: 0;
    }
}

/* vertical tabs */
.vertical {
    margin: 20px 0;
}
.vertical.hc-tabs {
    margin: 40px 0;
}
.vertical .nav-tabs,
.vertical .tab-content {
    display: table-cell;
    margin: 0;
    vertical-align: top
}
.vertical .nav-tabs {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-color: transparent;
    background-color: transparent;
}
.vertical .nav-tabs > li {
    float: none;
}
.vertical .nav-tabs > li a {
    margin: 0;
    padding: 20px 20px;
    white-space: nowrap;
    border: 1px solid #f0f0f0;
    background-color: transparent;
}
.vertical .nav-tabs > li > a:hover {
    border-color: #f0f0f0 #f0f0f0 #ebebeb;
    border-right-color: transparent;
    color: #666666;
    z-index: 2;
}
.vertical .nav-tabs > li > a:hover:after {
    width: 3px;
    content: "";
    background-color: #2FC3DF;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:hover,
.vertical .nav-tabs > li.active > a:focus {
    border-right-color: transparent;
    border-bottom-color: #f0f0f0;
    color: #ffffff;
    z-index: 2;
    margin-top: 0px;
    padding: 20px 20px;
    box-shadow: none;
}
.vertical .tab-content {
    border-top: 1px solid #f0f0f0;
    left: -1px;
    z-index: 1;
    padding: 20px 30px;
    box-shadow: none;
}
.vertical .tab-content:after {
    display: none;
}
.arrow {
    display: block;
    position: relative;
}
.arrow i {
    font-size: 96px;
    top: -62px;
    position: absolute;
    line-height: 1;
    z-index: 2;
    left: 50%;
    margin-left: -27px;
}
.arrow i:before {
    color: #f8f8f8;
    text-shadow: 0px -1px 0px #f0f0f0;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
    .vertical .nav-tabs,
    .vertical .tab-content {
        display: block;
        border-top: none;
        left: 0;
    }
}

.vertical.right .nav-tabs,
.vertical.right .tab-content {
    display: block;
}

.vertical.right .nav-tabs {
    float: right;
    width: 30%;;
}

.vertical.right .tab-content {
    float: left;
    width: 70%;
    left: 1px;
}

.vertical.right .nav-tabs > li.active > a,
.vertical.right .nav-tabs > li.active > a:hover,
.vertical.right .nav-tabs > li.active > a:focus {
    border-left-color: transparent;
    -webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.04);
}

.vertical.right .nav-tabs > li.active > a:after {
    left: 99%;
}

.vertical.right .nav-tabs > li > a:hover:after {
    left: 99%;
}

.nav-tabs li i {
    padding-right: 10px;
    font-size: 20px;
}

/* hc-tabs */
.hc-tabs .hc-tabs-top img {
    display: none;
}

.hc-tabs .hc-tabs-top img {
    margin: 0 auto 30px auto;
}

.wrap-tabs ul.nav-tabs li {
    padding: 0;
    margin-bottom: -1px;
}

.wrap-tabs ul.nav-tabs li.active a {
    color: #ffffff!important;
}


/*------------------------------
	GALLERY
------------------------------*/

.gallery-caption {
    display: block;
    text-align: center;
    padding: 7px 0px 6px;
    color: #777777;
}

.gallery-item img, .ypt-gallery-thumbnail img {
    width: 100%;
}

/*--- gallery ---*/
.ypt-gallery-item.ypt-item {
    /*margin: 0px 15px;*/
}

.ypt-gallery-item.ypt-item .gallery-item {
    margin: 0px 5px 10px;
    background-color: #e5e5e5;
}

.ypt-gallery-item.ypt-item .gallery-item img {
    display: block;
    margin: 0px auto;
    height: auto;
}

.ypt-gallery-item.ypt-item .gallery-caption {
    display: block;
    text-align: center;
    padding: 7px 0px 6px;
}

.ypt-gallery-item.ypt-item.ypt-gallery-thumbnail .gallery-item {
    padding: 5px;
    cursor: pointer;
}

.ypt-gallery-item.ypt-item .ypt-gallery-thumbnail-container {
    margin: 0px 5px 10px;
    position: relative;
    overflow: hidden;
}

.ypt-gallery-item.ypt-item .ypt-gallery-thumbnail-container .ypt-gallery-thumbnail {
    display: none;
}

.ypt-gallery-item.ypt-item .ypt-gallery-thumbnail-container .ypt-gallery-thumbnail:first-child {
    display: block;
}

.ypt-gallery-item.ypt-item .ypt-gallery-thumbnail-container img {
    margin: 0px auto;
    display: block;
    height: auto
}

.ypt-gallery-item.ypt-item .ypt-gallery-thumbnail-container .gallery-caption-wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.ypt-gallery-item.ypt-item .ypt-gallery-thumbnail-container .gallery-caption {
    padding: 10px 15px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    display: inline-block;
    max-width: 60%;
    background-color: #000000;
    color: #fff;
}

.ypt-banner-images.ypt-item .flex-direction-nav i {
    margin-right: 0px;
    font-size: 24px;
}

/*------------------------------
	PARALLAX
------------------------------*/

.parallax {
    opacity: 1;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    min-height: 100%;
    min-width: 100%;
    background-attachment: fixed!important;
}

.parallax:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.dark-parallax-bg, .light-parallax-bg {
    z-index: 1;
    /*position: relative;*/
    /*background-repeat: no-repeat;*/
}

.dark-parallax-bg:after {
    background-color: rgba(0, 0, 0, 0.5);
}

.custom-bg .container, .custom-bg .container-fluid {
    z-index: 3;
    position: relative;
}

.dark-parallax-bg {
    color: #FFF;
}

.light-parallax-bg:after {
    background-color: rgba(255, 255, 255, 0.5);
}

.light {
    color: #FFF;
}

.dark {
    color: #777777;
}

.wallpapered, .wallpapered h1, .wallpapered h2, .wallpapered h3, .wallpapered h4, .wallpapered h5, .wallpapered h6 {
    color: #fff;
}

body.custom section.dark-bg {
    background-color: #2d2d2d;
    color: #b1b1b1;
}

.dark-bg hr {
    border-color: #555555;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 {
    color: #fff;
}

.wallpapered.wallpaper .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3) url(../images/grid.png);
    -webkit-backface-visibility: hidden;
}

.overlay-bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

/*------------------------------
	SECTION
------------------------------*/

section {
    position: relative;
    background-color: #fff;
    z-index: 1;
}

section::before,
section::after {
    position: absolute;
    content: '';
    pointer-events: none;
    z-index: 1;
}

section.border-top {
    border-top: 1px solid #dddddd;
}

section.border-bottom {
    border-bottom: 1px solid #dddddd;
}

section.border-both {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

section > .col-* {
    z-index: 1;
}

svg {
    display: block;
}

section .container .promo .container {
    padding-right: 0px;
    padding-left: 0px;
    width: auto;
}

.fw-page-builder-content {
    position: static;
    overflow: hidden;
    height: 100%;
}

.content-separator br {
    display: none;
}

.content-separator.promo strong {
    color: #3f85c2;
}


/*------------------------------
	SECTION SEPARATION
------------------------------*/

/* Triangles */
.ss-style-triangles::before,
.ss-style-triangles::after {
    left: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.ss-style-triangles::before {
    top: -20px;
    background: inherit;
}

.ss-style-triangles::after {
    bottom: -20px;
    z-index: 10;
    background: inherit;
}

.ss-style-triangles.top::after {
    display: none;
}

.ss-style-triangles.bottom::before {
    display: none;
}

.ss-style-doublediagonal {
    z-index: 1;
    padding-top: 6em;
    /*background: #2072a7;*/
}

.ss-style-doublediagonal::before,
.ss-style-doublediagonal::after {
    top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.ss-style-doublediagonal::before {
    height: 50%;
    background: inherit;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0;
}

/* Half Circle */
.ss-style-halfcircle::before,
.ss-style-halfcircle::after {
    left: 50%;
    z-index: 10;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ss-style-halfcircle::before {
    top: -35px;
}

.ss-style-halfcircle::after {
    bottom: -35px;
}

.ss-style-halfcircle.bottom::before {
    display: none !important;
}

.ss-style-halfcircle.top::after {
    display: none !important;
}

section.ss-style-halfcircle[class^="icon-"]:before, section.ss-style-halfcircle[class*=" icon-"]:before {
    font-family: feather;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-size: 35px;
    padding-top: 3px;
}

section.ss-style-halfcircle[class^="fa-"]:before, section.ss-style-halfcircle[class*=" fa-"]:before,
section.ss-style-halfcircle[class^="fa-"]:after, section.ss-style-halfcircle[class*=" fa-"]:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-size: 35px;
    padding-top: 5px;
}

i.halfcircle-icon {
    position: absolute;
    left: 50%;
    z-index: 11;
    background: transparent;
    font-size: 35px;
    /*padding-top: 30px;*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -25px;
}

/* Big Triangle */
svg#bigTriangleColor {
    pointer-events: none;
}

#bigTriangleColor path {
    fill: #3498db;
    stroke: #3498db;
    stroke-width: 2;
}

/* Curves */
#curveUpColor path,
#curveDownColor path {
    fill: #3498db;
    stroke: #3498db;
}

/* Multiple Triangles */
.ss-style-multitriangles::before,
.ss-style-multitriangles::after {
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.ss-style-multitriangles::before {
    top: -25px;
    background: inherit;
    box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db;
}

.ss-style-multitriangles::after {
    bottom: -25px;
    z-index: 10;
    background: inherit;
    box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db;
}

.ss-style-multitriangles.bottom::before {
    display: none;
}

.ss-style-multitriangles.top::after {
    display: none;
}

/* Rounded corners */
.ss-style-roundedcorners::before {
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    border-radius: 0 0 60px 60px;
    background: inherit;
}

/* Double Line */
.ss-style-doubleline::before {
    bottom: 30px;
    width: 140px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #2072a7;
    box-shadow: 0 30px 0 #2072a7;
}


/* Stamp */
#stamp path {
    fill: #3498db;
    stroke: #3498db; /* avoid gap in FF */
}

/* Clouds */
#clouds path {
    fill: #ecf0f1;
    stroke: #ecf0f1;
}

/*------------------------------
	STUFF
------------------------------*/

.rev_slider_wrapper {
    z-index: 1;
}

span.share-text {
    float: left;
    padding: 15px 0px 15px 0;
    font-weight: 300;
    font-size: 16px;
}

.has-top-bar.has-transparent-header .custom-styling.top-header {
    background-color: transparent;
}

.has-transparent-header .top-header.custom-styling .top-social li a:hover {
    background-color: rgba(0,0,0, .2);
}

.navigation.post-navigation {
    padding: 15px 30px;
    background-color: #f8f8f8;
    margin: 0 0 30px;
    border: 1px solid #f1f1f1;
}

.nav-links a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7142857142;
    text-transform: none;
    text-decoration: none;
}

.nav-links .meta-nav {
    color: #767676;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    text-transform: uppercase;
}

/*------------------------------
	ICON LIST
------------------------------*/

.icon-list li {
    margin-bottom: 10px;
}

.icon-list li i {
    color: inherit;
    text-align: center;
    background-color: #fff;
}

.icon-list.square li i {
    border-radius: 0px;
}

.icon-list.round li i {
    border-radius: 3px;
}

.icon-list.circle li i {
    border-radius: 50px;
}

.icon-list.small li {
    font-size: 16px;
    font-weight: 400;
}

.icon-list.small li i {
    margin-right: 5px;
    padding-top: 9px;
    width: 32px;
    height: 32px;
}

.icon-list.medium li {
    font-size: 22px;
    margin-bottom: 12px;
}

.icon-list.medium li i {
    margin-right: 8px;
    padding-top: 14px;
    width: 45px;
    height: 45px;
}

.icon-list.large li {
    font-size: 26px;
    margin-bottom: 14px;
}

.icon-list.large li i {
    margin-right: 10px;
    padding-top: 18px;
    width: 60px;
    height: 60px;
}

/*------------------------------
	SIDE MENU
------------------------------*/

@media (min-width: 992px) {
    .side-menu #page-wrapper {
        margin: 0 0 0 260px!important;
        width: auto!important;
    }

    .side-menu header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 260px;
        height: 100%;
        background-color: #FFF;
        border: none;
        /*overflow: hidden;*/
        /*box-shadow: 0 0 15px rgba(0,0,0,.065);*/
        box-shadow: 10px 0px 50px -2px rgba(0, 0, 0, 0.14);
    }

    .side-menu .top-header {
        display: none;
    }

    .side-menu header .container {
        overflow: auto;
    }

    .side-menu .navbar {
        height: 100%;
        /*overflow: auto;*/
    }

    .side-menu .navbar .navbar-header {
        width: 100%;
        margin: 20px 0 20px;
    }

    .side-menu .navbar .navbar-nav li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
    }

    .side-menu .navbar .navbar-nav .active a {
        background-color: transparent;
        margin-right: -1px;
        border-right: 5px solid #e7e7e7;
    }
    .side-menu .navbar .navbar-nav li {
        display: block;
        width: 100%;
        /*border-bottom: 1px solid #e7e7e7;*/
        border-bottom: none;
    }

    .side-menu .navbar .navbar-nav > li > a {
        /*letter-spacing: 1px;*/
        font-size: 14px;
        font-weight: 500;
    }

    .side-menu .navbar .navbar-nav li a {
        padding: 12px 15px 12px 30px;
        text-align: left;
        border-bottom: none;
    }

    .side-menu .navbar .navbar-nav > li:first-child {
        /*border-top: 1px solid;*/
    }

    .side-menu .navbar .navbar-nav li a.dropdown-toggle:after {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        content: "\f107";
        color: #000;
        float: right;
        margin: 2px 10px 0;
        font-size: 14px;
    }

    .side-menu .navbar .navbar-nav li a:hover {
        /*color: #000000;*/
    }

    .side-menu .navbar-header .navbar-brand img {
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
    }

    .side-menu {
        /*background-color: rgba(255, 255, 255, 0.95) !important;*/
        height: 60px;
        -webkit-backface-visibility: hidden;
    }

    .side-menu .navbar-nav>li>a {
        line-height: 20px;
    }

    .side-menu .navbar-default .navbar-nav > li.shopping-cart-toggle > a,
    .side-menu .navbar-default .navbar-nav > li.shopping-cart-toggle.open > a,
    .side-menu .navbar-default .navbar-nav > li.shopping-cart-toggle.open > a:hover,
    .side-menu .navbar-default .navbar-nav > li.shopping-cart-toggle.open > a:focus {
        padding: 14px 5px 0;
    }

    .side-menu .navbar-default .navbar-nav > li.search-form-toggle > a,
    .side-menu .navbar-default .navbar-nav > li.search-form-toggle.open > a,
    .side-menu .navbar-default .navbar-nav > li.search-form-toggle.open > a:hover,
    .side-menu .navbar-default .navbar-nav > li.search-form-toggle.open > a:focus {
        padding:14px 5px 0;
    }

    .side-menu .navbar-main-menu {
        border-right: none;
        padding-right: 0;
    }

    .side-menu .navbar-header .navbar-brand {
        float: none;
        margin-left: 0;
        height: 100%;
    }

    .side-menu #page-wrapper .container {
        width: auto;
        margin: 0;
    }

    .side-menu header .container {
        width: 260px!important;
        padding: 0 !important;
        margin: 0!important;
    }

    .side-menu header .nav.navbar-nav:not(.navbar-main-menu) {
        display: none;
    }

    .side-menu .navbar .navbar-main-menu li ul.dropdown-menu {
        position: relative;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
        border: none;
        height: auto;
        z-index: 1;
        top: 0;
        left: 0;
        /*margin: 5px 0;*/
        /*padding-left: 0px;*/
    }

    .side-menu .navbar .navbar-main-menu li.open ul.dropdown-menu {
        /*margin-right: -260px;*/
        /*padding-left: 20px;*/
        top: 0;
        z-index: 2;
        /*box-shadow: 0 6px 5px rgba(0,0,0,.15);*/
        box-shadow: none;
        border-bottom: none;
        margin-bottom: -1px;
    }

    .side-menu .navbar .navbar-nav li li a {
        text-align: left;
        padding: 10px 0px 10px 40px;
    }

    .side-menu .navbar .navbar-nav li.open li a {
        text-align: left;
        padding: 10px 0px 10px 40px;
    }

    .side-menu .yamm-content .col-md-3 {
        width: 100%;
    }

    .side-menu .dropdown-menu > li > a i {
        display: none;
    }

    .side-menu .top-social {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .side-menu .top-social li {
        border-left: none;
        float: none;
        display: inline-block;
    }

    .side-menu .top-social li a:hover {
        background-color: transparent;
    }

    .side-menu .yamm-content {
        padding: 0;
        overflow: hidden;
    }

    .side-menu .yamm-content [class*=' col-md-'] {
        width: 100% !important;
    }

    .side-menu .yamm-content .mega-col-title {
        margin: 10px 0px 10px;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding-left: 30px;
    }

    .side-menu .yamm-content .nav.vertical-nav li a i {
        display: none;
    }

    .side-menu #page-wrapper .container {
        width: auto;
        margin: 0 20px;
    }

    .side-menu .yamm-content .col-xs-15,
    .side-menu .yamm-content .col-sm-15,
    .side-menu .yamm-content .col-md-15,
    .side-menu .yamm-content .col-lg-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .side-menu .nav.navbar-nav > li > ul > li > ul {
        position: relative;
        background-color: #FFF;
        height: auto;
        z-index: 199;
        margin: 0;
        /*padding-left: 20px;*/
        border: none !important;
        left: 0;
        width: inherit;
    }

    .side-menu .dropdown-menu > li > ul.nav.vertical-nav > li > a,
    .side-menu .dropdown-menu > li > ul.nav.vertical-nav > li > a:hover {
        padding-left: 50px;
    }

    .side-menu .dropdown-menu > li > ul.nav.vertical-nav > li > a > i {
        display: none;
    }

    .side-menu header .navbar-right {
        padding-bottom: 80px;
    }

    .side-header-socials {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px 0 13px;
        background-color: #064c65;
        z-index: 3;
    }

    .side-header-socials .top-social li a {
        border: 1px solid #fff;
        color: #fff;
        margin-right: 3px;
        width: 44px;
    }

    .side-menu .dropdown-menu > li > a.sf-with-ul:after {
        content: "\f107";
        right: 26px;
    }

}


/*------------------------------
	TOP SOCIALS
------------------------------*/

.top-social {
    margin: 0;
}

.top-social li:last-child {
    border-left: 0!important;
}

.top-social li, .top-social li i, .top-social li .text, .top-social li a {
    display: block;
    float: right;
    position: relative;
    width: auto;
    height: 44px;
    line-height: 44px;
}

.top-social li {
    border-left: 1px solid #EEE;
}

.top-social li a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 44px;
    line-height: 44px;
    float: none;
    width: 42px;
    font-weight: 700;
    color: #666;
    -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,width .3s ease-in-out;
    -o-transition: color .3s ease-in-out,background-color .3s ease-in-out,width .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,width .3s ease-in-out;
}

.top-social li a i {
    width: 44px;
    text-align: center;
    font-size: 14px;
}

.top-social li a:hover {
    background-color: #EEE;
}

/*------------------------------
	CLIENT GRID
------------------------------*/

.clients-grid, .testimonials-grid {
    list-style: none;
    overflow: hidden;
    padding: 0;
}

.clients-grid li,.testimonials-grid li {
    float: left;
    position: relative;
    width: 20%;
    padding: 20px 0;
}

.clients-grid.grid-2 li {
    width: 50%;
    padding: 25px 0
}

.clients-grid.grid-3 li {
    width: 33.33%
}

.clients-grid.grid-4 li {
    width: 25%
}

.clients-grid.grid-6 li {
    width: 16.66%
}

.clients-grid li a {
    opacity: .6
}

.clients-grid li a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.clients-grid li a:hover {
    opacity: 1;
}

.clients-grid li a,.clients-grid li img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto
}

.clients-grid li a img {
    width: 100%
}

.clients-grid li:after,.clients-grid li:before,.testimonials-grid li:after,.testimonials-grid li:before {
    content: '';
    position: absolute
}

.clients-grid li:before,.testimonials-grid li:before {
    height: 100%;
    top: 0;
    left: -1px;
}

.clients-grid.line li:before {
    border-left: 1px dashed #DDD
}

.clients-grid li:after,.testimonials-grid li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
}

.clients-grid.line li:after {
    border-bottom: 1px dashed #DDD;
}

.clients-grid.boxed li {
    padding: 5px;
}

.clients-grid.boxed li .inner-client {
    border: 1px solid #eee;
}

ul.clients-grid {
    margin-bottom: 0;
}

.carousel-clients.boxed .owl-carousel .item {
    border: 1px solid #DDD;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .clients-grid.grid-4 li, .clients-grid.grid-6 li, .clients-grid:not(.grid-3):not(.grid-2) li {
        width: 33.33%;
    }
}

/* ==========================================================================
    Navigation
========================================================================== */
.nav-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999;
    padding: 10px 35px 16px 0px;
    cursor: pointer;
}

.nav-toggle:focus {
    outline: none;
}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height: 5px;
    border-radius: 1px;
    cursor: pointer;
}

.full-screen .nav-toggle.active span, .full-screen .nav-toggle.active span:before, .full-screen .nav-toggle.active span:after,
.transparent-header .nav-toggle span,
.transparent-header .nav-toggle span:before,
.transparent-header .nav-toggle span:after {
    background: #ffffff;
}

.nav-toggle span:before {
    top: -10px
}

.nav-toggle span:after {
    bottom: -10px
}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav-toggle.active span {
    background-color: transparent !important;
}

.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}

.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}

.navicon {
    position: absolute;
    height: 26px;
    margin-top: 35px;
}

.navbar-fixed-top .navicon {
    top: -18px;
}

.navbar-fixed-top .nav-toggle span, .navbar-fixed-top .nav-toggle span:before, .navbar-fixed-top .nav-toggle span:after {
    background: #444444;
}

.navicon p {
    margin: 1px 50px 0 0
}

.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 143px;
}

/* ==========================================================================
    Nav Overlay
========================================================================== */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5,70,128, 0.9);
}

.overlay .menu {
    overflow: visible;
}

/* Menu style */
.overlay nav {
    position: relative;
    top: 50%;
    height: 60%;
    text-align: center;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.overlay ul li {
    display: block;
    float: none;
    /*margin-right: 20px;*/
}
.overlay ul li:last-child {
    margin-right: 0px
}
.overlay ul li i {
    display: none;
    margin-bottom: 10px;
    font-size: 40px;
}
.overlay ul li a {
    display: block;
    padding: 15px 0;
    min-width: 290px;
    border: none;
    border-radius: 3px;
    background-color: rgba(5,70,128, 0.85);
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin: 10px 0;
}
.overlay ul li a:after {
    content: '';
    -webkit-transition: 1s opacity cubic-bezier(.23,1,.32,1),1s -webkit-transform cubic-bezier(.23,1,.32,1);
    transition: 1s opacity cubic-bezier(.23,1,.32,1),1s transform cubic-bezier(.23,1,.32,1);
    height: 1.5px;
    width: 50px;
    background: currentColor;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    bottom: 10px;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    opacity: 0;
}

.overlay ul li a:hover:after {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.overlay ul li a:hover, .overlay ul li a:focus {
    border-color: #73d0da;
    color: #ffffff;
}

/* Effects */
.overlay-boxify {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-boxify.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay-boxify nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-boxify.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.top-expand .dropdown-toggle > i {
    font-size: 24px !important;
    padding: 0px !important;
    margin-left: 10px;
}

.navbar-fixed-top.navbar-default .navbar-nav > li > a > i {
    /*display: none;*/
}

@media (max-width: 991px) {
    .full-screen-menu header.transparent-header {
        height: 100% !important;
    }

    .overlay ul {
        margin-left:0px;
    }

    .overlay ul li a {
        padding:10px 0;
        min-width:120px;
        font-size:22px;
    }

    .navicon {
        height: 0;
        margin-top: 0;
    }

    .navicon .nav-toggle {
        position: relative;
        float: left;
        right: 0;
        margin: 10px 0 0 20px;
    }

    .overlay ul li {
        display: block;
        float: none;
        margin: 0 10px 20px;
    }

    .overlay ul li:last-child {
        margin-right: 20px;
    }

    .navbar-fixed-top .navicon .nav-toggle {
        top: 15px;
    }
}


.cd-3d-nav-container {
    /* this is the 3D navigation container */
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    height: 120px;
    width: 100%;
    background-color: #000000;
    visibility: hidden;
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.show-menu .cd-3d-nav-container {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0.5s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0.5s 0s;
    transition: transform 0.5s 0s, visibility 0.5s 0s;
}
.cd-3d-nav {
    /* this is the 3D rotating navigation */
    position: relative;
    float: none;
    background: #064c65;
}
.cd-3d-nav.navbar-main-menu {
    border: none;
    padding: 0;
}
.cd-3d-nav li {
    height: 100%;
    width: 120px;
    float: none;
    display: inline-block;
    z-index: 3;
}

.cd-3d-nav a i {
    display: block;
}

.cd-3d-nav li a:hover, .cd-3d-nav li a:focus {
    background-color: #2b3145 !important;
}

@media only screen and (max-width: 767px) {
    .cd-3d-nav-container {
        height: 100%;
        width: 100%;
        z-index: 3;
        opacity: .9;
        -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
        -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
        transition: transform 0.5s 0s, visibility 0s 0.5s;
        background-color: #064c65;
    }
    .cd-3d-nav {
        -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
        transition: opacity 0.5s, visibility 0s 0.5s;
    }
    .cd-3d-nav li {
        height: auto;
        width: 100%;
    }
    .cd-3d-nav a i {
        display: none;
    }
    .cd-3d-nav {
        margin: 0;
        padding: 130px 0 0 !important;
    }
    .cd-3d-nav li a {
        font-size: 2em;
        color: #ffffff !important;
        font-weight: 500;
        padding: 2px 0;
    }
    .show-menu .cd-3d-nav-container {
        -webkit-transition: -webkit-transform 0.5s 0s, visibility 0.5s 0s;
        -moz-transition: -moz-transform 0.5s 0s, visibility 0.5s 0s;
        transition: transform 0.5s 0s, visibility 0.5s 0s;
    }
}

@media only screen and (min-width: 768px) {
    .cd-3d-nav {
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
        transition: transform 0.5s;
    }
    .cd-3d-nav a {
        color: #ffffff !important;
        font-size: 1.8rem;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* truncate text with ellipsis if too long */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cd-3d-nav::after {
        /*menu dark cover layer - to enhance perspective effect*/
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #000000;
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.5s 0s, visibility 0.5s 0s;
        -moz-transition: opacity 0.5s 0s, visibility 0.5s 0s;
        transition: opacity 0.5s 0s, visibility 0.5s 0s;
    }
    .show-menu .cd-3d-nav {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
    .top-expand-header #page-wrapper {
        -webkit-transition: -webkit-transform 0.5s;
        -moz-transition: -moz-transform 0.5s;
        transition: transform 0.5s;
        /* Force Hardware Acceleration in WebKit */
        /*-webkit-transform: translateZ(0);*/
        /*-moz-transform: translateZ(0);*/
        /*-ms-transform: translateZ(0);*/
        /*-o-transform: translateZ(0);*/
        /*transform: translateZ(0);*/
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: #000000;
    }
    body.show-menu, .top-expand-header #page-wrapper {
        background-color: #064c65;
    }
}

@media only screen and (min-width: 992px) {
    .cd-3d-nav li a {
        padding-top: 30px;
    }
    .cd-3d-nav a i {
        font-size: 3rem;
    }
    .show-menu #page-wrapper {
        -webkit-transform: translateY(120px);
        -moz-transform: translateY(120px);
        -ms-transform: translateY(120px);
        -o-transform: translateY(120px);
        transform: translateY(120px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cd-3d-nav-container {
        height: 100px;
    }
    .cd-3d-nav li a {
        font-size: 1.6rem;
        padding-top: 20px;
    }
    .cd-3d-nav li {
        display: inline-block !important;
        width: 100px;
    }
    .cd-3d-nav a i {
        font-size: 2.4rem;
    }
    .cd-3d-nav .nav>li>a {
        padding: 10px 0 !important;
    }
    .show-menu #page-wrapper {
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
    }
}

/*------------------------------
	RESPONSIVE
------------------------------*/

@media (min-width:1601px) {
	.jumbotron6 .item {
		height:520px;
	}
}

@media (max-width:1366px) { /* 643 */
	.comingsoon .title {
		font-size: 120px;
		margin:0;
	}
	
	.comingsoon h1 {
		font-size:44px;
		margin:0 0 60px;
	}
	
	.comingsoon .brands {
		margin:20px 0 0;
	}
	
	.navbar-comingsoon {
		padding:30px 0;
	}
}

@media (max-width:1280px) { /* 570 */
	.comingsoon .title {
		font-size: 110px;
	}
	
	.comingsoon h1 {
		font-size:40px;
	}
	
	.navbar-comingsoon {
		padding:15px 0;
	}
	
	.navbar-comingsoon p {
		margin:0 0 16px;
		font-size:20px;
	}
	
	.navbar-comingsoon .input-group .form-control {
		height: 44px;
		font-size: 14px;
	}
	
	.navbar-comingsoon .input-group .btn {
		font-size: 14px;
		padding: 10px 13px 12px;
		background-color:#444444;
	}
}

@media (max-width:1024px) { /* 445 */
	.comingsoon .title {
		font-size: 80px;
		margin:0;
	}
	
	.comingsoon h1 {
		font-size:30px;
		margin:0 0 30px;
	}
	
	.navbar-comingsoon {
		padding:15px 0;
	}
	
	.navbar-comingsoon p {
		margin:0 0 16px;
		font-size:20px;
	}
	
	.navbar-comingsoon .input-group .form-control {
		height: 44px;
		font-size: 14px;
	}
	
	.navbar-comingsoon .input-group .btn {
		font-size: 14px;
		padding: 10px 13px 12px;
		background-color:#444444;
	}
	
	.eshop-product .product-sale-label {
		right:0;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-main-menu > li > a,
	.navbar-default .navbar-main-menu > li > a:hover{
		background-color: transparent;
	}

	.navbar-default .navbar-nav > .open > a {
		color: #777777;
	}

	/*.navbar-default .navbar-main-menu > li > a:hover:after,*/
	/*.navbar-default .navbar-main-menu > li > a:focus:after {*/
		/*content: "";*/
		/*height: 4px;*/
		/*width: 100%;*/
		/*position: absolute;*/
		/*left: 0;*/
		/*top: 0px;*/
		/*z-index: 1000;*/
		/*background-color: #3f85c2;*/
	/*}*/

	.navbar-default .navbar-main-menu > .open > a,
	.navbar-default .navbar-main-menu > .open > a:hover,
	.navbar-default .navbar-main-menu > .open > a:focus {
		background-color: transparent;
	}

    .one-fourth {
        width: 25%;
    }
    .one-third {
        width: 33.33333333333%;
    }
    .one-half {
        width: 50%;
    }
}

/*------------------------------
	MEDIUM DEVICES
------------------------------*/

@media (min-width:992px) and (max-width:1199px) {
	
	/* NAVBAR */
	
	.navbar-default .navbar-nav > li > a {
		padding-left:9px;
		padding-right:9px;
	}
	
	.navbar-nav > li > .dropdown-menu {
		min-width: 240px;
	}
	
	.dropdown-menu > li > a {
		font-size:13px;
	}
	
	/* JUMBOTRON */
	
	.jumbotron6 #slide-2 h2 {
		margin: 30px 0 30px;
	}
	
	.jumbotron6 #slide-1 h2 {
		font-size: 28px;
		line-height: 40px;
		margin: 40px 30px 40px;
	}
	
	.jumbotron6 #slide-1 h3 {
		font-size: 22px;
		line-height: 40px;
		margin: 0 30px 15px;
	}
	
	.jumbotron3 #slide-2 h2 {
		font-size: 50px;
		line-height: 60px;
		margin:50px 0 40px;
	}
	
	.jumbotron6 #slide-1 img {
		margin-top:25px;
	}
	
	/* BLOG */
	
	.blog-sidebar {
		padding-right:30px;
	}
	
	.blog-content {
		border-left:0;
		padding-left:0;
	}
	
	.blog-post-detail span {
		padding:10px 12px;
	}
	
	.blog-post-detail span:last-child {
		padding-right:12px;
	}
	
	.blog-post-detail span:first-child {
		/*padding-left:12px;*/
	}
	
	.blog-post-detail span i {
		margin-right:6px;
	}

	.blog-post-detail {
		padding: 15px 0 15px 15px;
	}

	.blog-timeline .blog-post .blog-post-body {
		padding: 0 15px 15px;
	}

	.blog-timeline.style-left .blog-timeline-section {
		margin-left: 105px;
	}

	.blog-timeline.style-right .blog-timeline-section {
		margin-right: 105px;
	}

	.timeline-divider {
		width: 30px !important;
	}
	
	.comment .media-object {
		margin-right: 10px;
		max-width: 64px;
	}
	
	.about-author .pull-left {
		display:none;
	}
	
	.about-author .media-body ul {
		margin-bottom:10px;
	}
	
	.about-author .media-body ul li {
		border-right:0;
		display:block;
		padding:10px 0 0;
		font-size:14px;
	}
	
	/* FEATURES */
	
	#features .features-sidebar {
		width:280px;
	}
	
	#features .features-sidebar ul li a {
		padding: 6px 0;
		font-size:13px;
	}
	
	.forms-only {
		padding:0 80px;
	}
	
	/* INTRODUCTION */
	
	#section-introduction h2 {
		font-size:60px;
	}
	
	#section-introduction p {
		padding:0 50px;
	}	
	
	#section-portfolio .portfolio-item .hover-overlay {
		padding-top:5px;
	}
	
	#section-portfolio .portfolio-item p {
		line-height:21px;
		margin-bottom:8px;
	}
	
	#section-portfolio .portfolio-item a i {
		font-size: 14px;
		height: 35px;
		padding-top:9px;
		width: 35px;
	}

    .features-item.eshop-main.top-nav .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 49.5%;
    }

    .features-item.eshop-main.top-nav .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 49.5%;
    }

}

/*------------------------------
	SMALL DEVICES

	AND

	EXTRA SMALL DEVICES
------------------------------*/

@media (max-width:991px) {
	
	/* TYPOGRAPHY */
	
	.dl-horizontal dt {
		margin-bottom:0;
	}
	
	.dl-horizontal dd {
		margin-left:0;
	}
	
	/* OVERLAY */
	
	/*.overlay-wrapper .overlay a {*/
		/*font-size:60px;*/
		/*margin-left: -25px;*/
		/*margin-top: -38px;*/
	/*}*/
	
	/* ISOTOPE */
	
	.isotope-filter {
		padding:15px;
	}
	
	.isotope-filter ul li {
		line-height:50px;
	}
	
	.isotope-filter ul li .btn {
		padding: 8px 12px 7px;
		font-size:12px;
	}
	
	/* NAVBAR */
		
	.navbar-default {
		background-color: transparent;
		height:100px;
	}
	
	.navbar-default .container {
		width:auto;
		height: 100%;
	}

    .navbar-default.navbar-fixed-top {
        height:60px;
    }
	
	.navbar-default .navbar-header {
		float:none;
		margin: 22px -15px 0 -15px;
		text-align: center;
	}

    .navbar-default.navbar-fixed-top .navbar-header {
        margin-top: 10px;
        height: 100%;
    }

    body.top-search-opened .navbar-fixed-top #close-search {
        bottom: 10px;
    }
	
	.navbar-default .navbar-brand {
		font-size: 25px;
		padding: 0 15px;
		transition:none;
	}
	
	.navbar-default .navbar-brand img {
		max-height:50px;
	}
	
	.navbar > .container .navbar-brand {
		/*margin-left:0;*/
		display: inline-block;
		margin: 0 auto !important;
		float: none;
		text-align: center;
	}
	
	.navbar-default .navbar-toggle {
		border:0;
		padding:0;
		border-radius:0;
		margin:4px 15px 0;
		font-size:28px;
		color:#555555;
		display: block;
	}
	
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color:transparent;
	}
	
	.navbar-default .navbar-collapse {
		border:0;
		box-shadow:none;
		border-bottom:3px solid #16A085;
		margin:0 -15px;
		max-height: 400px;
		float:none;
	}
	
	.navbar-default .navbar-collapse .navbar-nav {
		margin: 0 -15px;
		background-color:#FFFFFF;
		padding:5px 15px;
		float:none;
        overflow: hidden;
	}
	
	.navbar-nav.nav > li {
		display: block;
		position: relative;
		float:none;
	}
	
	body .navbar.navbar-default .navbar-nav > li > a,
	body .navbar.navbar-default .navbar-nav > li.active > a,
	body .navbar.navbar-default .navbar-nav > li.active > a, 
	body .navbar.navbar-default .navbar-nav > li.active > a:hover, 
	body .navbar.navbar-default .navbar-nav > li.active > a:focus,
	body .navbar.navbar-default .navbar-nav > li.open > a, 
	body .navbar.navbar-default .navbar-nav > li.open > a:hover, 
	body .navbar.navbar-default .navbar-nav > li.open > a:focus {
		background-color:#FFFFFF;
		color: #555555;
		padding:5px 0;
		border-bottom:1px solid #EEEEEE;
		font-size:14px;
		font-weight:600;
	}
	
	.navbar-default .navbar-nav > li > a i {
		display:none;
	}
	
	.navbar-nav > li > .dropdown-menu {
		display:block;
		position:relative;
		width:100%;
		float:none;
		box-shadow:none;
		border:0;
		margin-bottom:10px;
		padding-left: 15px;
	}
	
	.navbar-nav > li:last-child > .dropdown-menu {
		margin-bottom:0;
	}
	
	.navbar-default .navbar-nav .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .dropdown-menu > li > a:hover {
		background-color:#FFFFFF;
		padding:12px 10px;
		transition:none;
	}

    .floating-header .header-bg {
        width: 100%;
    }
	
	/* FULL WIDTH NAVBAR */
	
	.content-full header.navbar {
		height:70px;
		background-color:#FFFFFF;
	}
	
	/* JUMBOTRON 2 */
	
	.jumbotron2 {
		padding:30px 0;
	}
	
	.jumbotron2 h2 {
		font-size: 60px;
	}
	
	.jumbotron2 h2 small {
		font-size: 30px;
		margin: 20px 0 0;
	}
	
	/* JUMBOTRON 6 */
	
	.jumbotron6 .item, 
	.jumbotron3 .item {
		background-size:140%;
	}
	
	.jumbotron6 #slide-1 {
		background-position:right top;
		padding:50px 0;
	}
	
	.jumbotron6 #slide-2 {
		background-position:-200px -50px;
	}
	
	.jumbotron6 #slide-3 {
		background-position:left top;
	}
	
	.jumbotron6 #slide-2 h2 {
		margin: 50px 0 40px;
	}
	
	.jumbotron6 #slide-1 h2 {
		margin: 20px 30px 40px;
	}
	
	.jumbotron3 #slide-2 h2 {
		font-size: 50px;
		line-height: 60px;
		margin:50px 0 40px;
	}
	
	.eshop-subscribe-text {
		text-align:center;
		padding-bottom:10px;
	}
	
	/* JUMBOTRON 7 */
	
	.jumbotron7 {
		text-align:center;
	}
	
	.jumbotron7 .application-feature img {
		margin:0 auto;
	}
	
	.jumbotron7 .application-feature h3 {
		margin:0;
	}
	
	.jumbotron7 img.application-image {
		top:20px;
	}
		
	/* JUMBOTRON 4 */
	
	.jumbotron4 {
		padding:100px 0;
	}
	
	.jumbotron4 h2 {
		font-size:50px;
	}
	
	.jumbotron4 .input-group .form-control {
		height: 60px;
		font-size:20px;
	}
	
	.jumbotron4 .input-group .btn {
		font-size: 20px;
		padding: 15px 13px 15px;
	}
		
	/* SEPARATOR */
	
	.separator1 p {
		line-height:40px;
	}
	
	/* BREADCRUMB */
	
	.breadcrumb-wrapper .breadcrumb {
		display:none;
	}
	
	/* FOOTER */

	/*footer {*/
		/*text-align:center;*/
	/*}*/
	
	footer .footer-bottom .footer-copyright {
		float:none;
	}
	
	/* PRICING */
	
	.pricing-plan {
		margin:0 0 30px;
	}
	
	.pricing-plan.popular {
		top:0;
	}
	
	/* ABOUT */
	
	#about-content h3 {
		font-size: 30px;
	}
	
	#about-content p {
		font-size: 16px;
		line-height:26px;
	}
	
	#about-slider {
		margin:40px 0 20px;
	}
	
	.profile {
		margin-bottom:40px;
	}
	
	.search-result img {
		margin-bottom:20px;
	}
	
	.search-result .search-info span {
		padding:0;
	}
	
	/* CONTACT */
		
	#contact form {
		margin-bottom:50px;
	}
	
	/* BLOG */
	
	.blog-sidebar {
		padding-right:15px;
	}
	
	.blog-content {
		border-left:0;
		padding-left:15px;
	}
	
	.blog-post-body {
		padding: 0 18px 15px;
	}

	.blog-post-detail {
		padding: 15px 0 15px 15px;
	}

	.blog-timeline .blog-post .blog-post-body {
		padding: 0 15px 15px;
	}
	
	#blog .blog-item {
		right:0;
	}

	.timeline-divider {
		width: 24px !important;
		top: 23px !important;
	}

	.blog-post.pull-left .timeline-divider {
		right: 50px !important;
	}

	.blog-post.pull-right .timeline-divider {
		left: 50px !important;
	}

	.blog-timeline.style-left .blog-timeline-section {
		margin-left: 85px;
	}

	.blog-timeline.style-right .blog-timeline-section {
		margin-right: 85px;
	}

	.blog-post.style-small .media {
		float: none;
		width: 100%;
		padding: 0;
	}

	.blog-post.style-small .blog-post-detail,
	.blog-post.style-small .blog-post-body {
		float: none;
		width: 100%;
		border-left: none;
	}

	.blog-post.style-small .blog-post-detail {
		padding: 15px 0 15px 15px;
		border-bottom: 1px solid #f1f1f1;
	}

	.blog-post.style-small .blog-post-body {
		padding: 10px 20px 20px 20px;
		border-left: none;
	}

	.blog-post.style-small {
		background-color: #f8f8f8;
		border: 1px solid #f1f1f1;
	}

	/* ABOUT AUTHOR */
	
	.about-author .pull-left {
		margin-right: 20px;
	}
	
	.about-author .media-object {
		margin-bottom: 20px;
		max-width: 100px;
	}
	
	.about-author .brands {
		display:none;
	}
	
	.about-author .media-body ul li {
		padding: 7px 10px;
		font-size:12px;
	}
	
	/* PORTFOLIO */
	
	#portfolio .portfolio-item {
		right:0;
	}
	
	#portfolio-slider .carousel-control {
		display:none;
	}
	
	#portfolio-slider {
		margin-bottom: 70px;
	}
	
	/* FAQ */
	
	#faq img,
	#faq .flex-video {
		margin-bottom: 20px;
	}
	
	/* COMING SOON */
	
	.navbar-comingsoon {
		position:static;
		margin-top: 30px;
		padding:30px 0;
	}
	
	/* ERROR */
	
	.error .error-number {
		margin:0;
	}
	
	/* SIGN IN / SING UP */
		
	.forms-only h1 {
		font-size:80px;
		margin:20px 0 30px;
	}
	
	.forms-only {
		padding:0;
	}
	
	/* ESHOP */
	
	.select-perpage.form-control {
		margin-bottom:10px;
	}
	
	#eshop-slider {
		margin-bottom:30px;
	}
	
	.eshop-detail .eshop-product form button[type=submit] {
		margin:0;
	}
	
	.shopping-cart-header p {
		margin:10px 0 20px;
	}
	
	.shopping-cart-header > div:last-child p {
		margin:10px 0 0;
	}
	
	#eshop .eshop-banner span {
		bottom:20px;
		padding:5px 10px;
		font-weight:bold;
		width:auto;
	}

    .features-item.eshop-main.top-nav .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 49.5%;
    }

    .features-item.eshop-main.top-nav .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 49.5%;
    }
	
	/* MAP */
	
	.map-overlay {
		width:90%;
	}
	
	.map-overlay:first-child {
		left: 0;
	}
	
	.map-overlay:last-child {
		right: 0;
	}
	
	/* INTRODUCTION */
	
	#section-introduction h2 {
		font-size:50px;
		line-height:60px;
	}
	
	#section-introduction p {
		padding:0 0;
	}
	
	#section-features .row > div {
		border-right:0;
	}
	
	#about-us-slider {
		padding: 30px 0;
	}
	
	#section-blog-posts .row > div:first-child .recent-blog-post {
		margin-right:0;
	}
	
	#section-blog-posts .row > div:last-child .recent-blog-post {
		margin-left:0;
	}
	
	/* STATISTICS */
	
	#section-statistics .row > div .statistic {
		margin-bottom:20px;
	}
	
	#section-statistics .row > div:last-child .statistic {
		margin-bottom:0;
	}
	
	#section-video  {
		text-align:center;
	}
	
	#section-video .flex-video {
		margin-bottom:20px;
	}
	
	#section-portfolio .portfolio-item-description {
		margin-bottom:30px;
	}
	
	#section-portfolio .portfolio-item p {
		font-size:14px;
		line-height:20px;
		margin: 0 0 15px;
	}

	#section-portfolio .portfolio-item .hover-overlay {
		padding: 10px 5% 0 35%;
	}
	
	/* EVENT */
	
	.jumbotron-event .event-info > .row > div {
		margin-bottom:15px;
	}
	
	.event-ticket .event-ticket-info {
		text-align: center;
	}
	
	.event-ticket .event-ticket-info ul li:before {
		display: none;
	}

    .promo-content {
        float: none!important;
        text-align: center;
        margin-bottom: 30px;
    }
}

/*------------------------------
	SMALL DEVICES
------------------------------*/

@media (min-width:768px) and (max-width:991px) {
	.profile {
		margin:0;
	}
	
	.pricing-plan.popular {
		top: -35px;
	}
	
	#portfolio-slider .carousel-control {
		display:block;
	}
	
	#portfolio-slider .carousel-control.left {
		left: -65px;
	}
	
	#portfolio-slider .carousel-control.right {
		right:-65px;
	}
	
	/* BLOG - TIMELINE */
	
	.blog-timeline .blog-post .blog-post-info {
		width:50px;
		height:50px;
		margin-left: -25px;
	}
	
	.blog-timeline .blog-post .blog-post-info .number {
		font-size:16px;
	}
	
	.blog-timeline .blog-post .blog-post-info .month {
		font-size:12px;
	}
	
	.shopping-cart .form-address h3 {
		margin: 0 0 10px;
	}
}

@media (max-width:767px) {
	
	/* BLOG - TIMELINE */
	
	.blog-timeline:before {
		display:none;
	}
	
	.blog-timeline .text-center .btn {
		margin-top:0;
	}
	
	.blog-timeline-mark {
		margin-top:0;
		margin-bottom:20px;
	}
	
	.blog-timeline .blog-post {
		width:100%;
		margin:0 0 50px;
	}
	
	.blog-timeline .blog-post .blog-post-body {
		padding: 0 18px 15px;
	}

	.blog-timeline.style-right .blog-timeline-section {
		margin-right: 0;
	}

	.blog-timeline.style-left .blog-timeline-section {
		margin-left: 0;
	}

	#section-blog-posts .row > div:first-child .recent-blog-post {
		margin-bottom:30px;
	}
	
	.jumbotron6 .item, 
	.jumbotron3 .item {
		background-size:auto;
	}
	
	.jumbotron3 #slide-3 .text {
		position:absolute;
		top:0;
	}
	
	.eshop-product .product-sale-label {
		top:-35px;
		width:75px;
		height:75px;
		font-size:24px;
	}
	
	.eshop-product .product-sale-label .text {
		font-size:16px;
	}	
	
	/* MAP */
	
	.map-overlay i {
		display:none;
	}
	
	.map-overlay .map-overlay-body {
		padding:10px;
	}
	
	.map-overlay h3 {
		margin-top:0;
	}
	
	.map-overlay ul {
		margin-bottom:0;
	}
	
	.jumbotron-event .event-info {
		text-align: center;
	}
	
	.jumbotron-event .event-info .event-info-body {
		text-align: left;
	}
	
	#event-speakers .speaker img {
		max-width:400px;
	}
	
	#schedule .tab-content h3 {
		margin: 10px 0;
	}
	
	.event-ticket .event-ticket-info ul li {
		margin-left: 0;
	}

    section .container > .row [class*=col-xs-] {
        margin-top: 0 !important;
        /*padding-top: 30px;*/
    }

    .class-margin {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width:640px) {
	.comment .media-object {
		margin-right: 10px;
		max-width: 64px;
	}
	
	.about-author .pull-left {
		display:none;
	}
	
	.about-author .media-body ul {
		margin-bottom:10px;
	}
	
	.about-author .media-body ul li {
		border-right:0;
		display:block;
		padding:10px 0 0;
		font-size:14px;
	}
	
	.comingsoon .digits .cntSeparator {
		display:block!important;
	}
	
	.comingsoon .digits .cntDigit {
		margin-bottom:40px;
	}
	
	.comingsoon .comingsoon-text {
		position:relative;
	}
	
	.comingsoon .countdown-labels {
		text-align:center;
		position:absolute;
		top:95px;
		left:50%;
		margin-left:-67px;
	}
	
	.comingsoon .countdown-labels span {
		display:block;
		height:32px;
		margin:0;
		margin-bottom:100px;
	}
	
	.jumbotron6 #slide-2 h2 {
		font-size: 60px;
		line-height: 80px;
		margin: 30px 0 30px;
	}
	
	.jumbotron6 #slide-2 h3 {
		font-size: 30px;
		line-height: 40px;
	}
	
	.jumbotron6 #slide-3 h2,
	.jumbotron5 h2,
	.jumbotron3 h2 {
		font-size: 50px;
		line-height:60px;
		margin:80px 0 30px;
	}
	
	.jumbotron3 #slide-2 h2 {
		font-size: 36px;
		line-height: 40px;
		margin:50px 0 40px;
	}
	
	.jumbotron6 #slide-3 h3,
	.jumbotron5 h3,
	.jumbotron3 h3 {
		font-size: 30px;
		margin:0 0 20px;
	}
	
	.jumbotron3 #slide-2 h3 {
		font-size: 24px;
		margin:0 0 20px;
	}
	
	.jumbotron6 #slide-3 .btn,
	.jumbotron5 .btn,
	.jumbotron3 .btn {
		font-size: 18px;
	}
}

@media (max-width:600px) {

}

@media (max-width:568px) {
	/*.overlay-wrapper .overlay a {*/
		/*font-size:45px;*/
		/*margin-left: -15px;*/
		/*margin-top: -27px;*/
	/*}*/
	
	.error .error-number {
		font-size:200px;
	}
	
	.error .error-text h1 {
		font-size:60px;
	}
	
	.error .error-text p {
		padding:0 10px;
	}
	
	.eshop-list .eshop-product > .row > div {
		width:100%;
	}
	
	#section-portfolio .portfolio-item p {
		font-size:20px;
		line-height:28px;
	}
	
	.jumbotron4 h2 {
		font-size:40px;
	}
	
	.jumbotron4 .input-group .form-control {
		height: 50px;
		font-size:16px;
	}
	
	.jumbotron4 .input-group .btn {
		font-size: 16px;
		padding: 12px 13px 11px;
	}
	
	#event-speakers .speaker img {
		max-width: 100%;
	}
	
	#schedule .panel-heading .panel-title a:after {
		display:none;
	}
}

@media (max-width:480px) {
	.content-full header.navbar .brands {
		display:none;
	}
	
	#contact h2 {
		font-size: 22px;
		margin-bottom:20px;
	}
	
	#contact p {
		font-size:14px;
		line-height:26px;
	}
	
	#contact .contact-address li {
		font-size:14px;
		margin-bottom:5px;
		padding-bottom:5px;
	}
	
	#contact .brands li {
		margin-right:10px;
	}
	
	#contact .brands li a {
		font-size:16px;
		padding-top:6px;
		width:35px;
		height:35px;
	}
	
	#map-canvas {
		display:none;
	}
	
	.map-overlay {
		display:none;
	}
		
	.blog-post-buttons .btn {
		font-size:11px;
		padding: 6px 9px 5px;
		margin-right:5px;
	}
	
	.blog-post-buttons .pull-right {
		padding-top:0;
	}
	
	/* SIGN IN / SING UP */
		
	.forms-only h1 {
		font-size:60px;
		margin:20px 0 30px;
	}
		
	.forms-only form {
		padding:20px;
	}
	
	.forms-only form h2 {
		font-size:30px;
	}
	
	.forms-only .form-info {
		display:none;
	}
		
	.jumbotron6 #slide-1 h2 {
		margin: 20px 30px 40px;
	}
	
	.jumbotron6 #slide-3 h2,
	.jumbotron5 h2,
	.jumbotron3 h2 {
		font-size: 45px;
		line-height:55px;
		margin:60px 0 20px;
	}
	
	.jumbotron6 #slide-3 h3,
	.jumbotron5 h3,
	.jumbotron3 h3 {
		font-size: 28px;
		margin:0 0 20px;
	}
	
	.jumbotron6 #slide-3 .btn,
	.jumbotron5 .btn,
	.jumbotron3 .btn {
		font-size: 18px;
	}
	
	/* EVENT */
	
	.jumbotron-event h1 {
		font-size: 50px;
		margin: 0 0 40px;
	}
	
	.jumbotron-event .comingsoon {
		margin: 20px 0 0;
	}
	
	.jumbotron-event .event-info {
		margin: 20px -15px 0;
	}
	
}

@media (max-width:360px) {
	/* FORM */
	
	form span.form-info {
		margin-left: 5px;
		font-size:12px;
		top: 11px;
	}
	
	/* TABS */
	
	.nav-tabs > li > a {
		padding:8px 12px;
	}
	
	.nav-tabs > li.active > a, 
	.nav-tabs > li.active > a:hover, 
	.nav-tabs > li.active > a:focus {
		padding:10px 14px;
		margin-top:-4px;
	}
	
	.tab-content {
		padding:10px;
	}
	
	/* CONTENT */
	
	.content h2 {
		font-size: 26px;
	}
		
	/* JUMBOTRON */
	
	.jumbotron2 h2 {
		font-size: 40px;
	}
	
	.jumbotron2 h2 small {
		font-size: 24px;
		line-height:34px;
	}
	
	.jumbotron6 #slide-2 h2 {
		font-size: 50px;
		line-height: 60px;
	}
	
	.jumbotron6 #slide-1 h2 {
		font-size: 24px;
		line-height: 36px;
		margin: 0 10px 20px;
	}
	
	.jumbotron6 #slide-1 h3 {
		font-size: 18px;
		line-height: 30px;
		margin: 0 10px 15px;
	}
	
	.jumbotron6 #slide-3 h2,
	.jumbotron5 h2,
	.jumbotron3 h2 {
		font-size: 40px;
		line-height:50px;
		margin:40px 0 20px;
	}
	
	.jumbotron3 #slide-2 h2 {
		font-size: 30px;
		line-height: 38px;
		margin:30px 0 20px;
	}
	
	.jumbotron6 #slide-3 h3,
	.jumbotron5 h3,
	.jumbotron3 h3 {
		font-size: 24px;
		margin:0 0 20px;
	}
	
	.jumbotron3 #slide-2 h3 {
		font-size: 18px;
		margin:0 0 20px;
	}
	
	.jumbotron6 #slide-3 .btn,
	.jumbotron5 .btn,
	.jumbotron3 .btn {
		font-size: 14px;
	}
	
	.jumbotron4 {
		padding:60px 0;
	}
	
	.jumbotron4 h2 {
		font-size:28px;
	}
	
	.jumbotron4 .input-group .form-control {
		height: 40px;
		font-size:13px;
	}
	
	.jumbotron4 .input-group .btn {
		font-size: 13px;
		padding: 10px 8px 10px;
	}
	
	/* ABOUT */
	
	.profile {
		margin: 0;
	}
		
	/* CONTACT */
	
	#contact form .btn {
		padding:5px 8px;
	}
	
	/* BLOG */
	
	.blog-post h3 {
		font-size: 25px;
		line-height:35px;
	}
	
	.blog-post p {
		font-size: 14px;
		line-height:24px;
	}
	
	.pagination > li > a, .pagination > li > span {
		font-size: 16px;
		padding: 7px 13px;
	}
	
	.blog-post-detail span {
		padding: 10px 10px;
	}
	
	.blog-post-detail span:last-child {
		padding-right:10px;
	}
	
	.blog-post-detail span:first-child {
		padding-left:0px;
	}
	
	.blog-post-detail span i {
		margin-right:6px;
	}
	
	.blog-post-buttons .pull-right {
		display:none;
	}
	
	/* COMMENTS */
	
	.comment .media, .media-body {
		clear: both;
		margin-top:20px;
	}
	
	.comment h4 {
		margin:20px 0;
	}
	
	.comment h4 small {
		display:block;
		margin-left:0;
		margin-top:10px;
	}
	
	/* TESTIMONIALS */
	
	.testimonials-slider i {
		font-size: 30px;
	}
	
	.testimonials-slider p {
		font-size:18px;
		line-height:28px;
	}
	
	.testimonials-slider h3 {
		font-size:22px;
	}
	
	.testimonials-slider h3 small {
		font-size:14px;
	}
		
	/* FEATURES */
	
	#features .features-content h3.features-title {
		font-size:18px;
	}
	
	/* ERROR */
	
	.error .error-number {
		font-size:160px;
	}
	
	.error .error-text h1 {
		font-size:40px;
	}
	
	.error .error-text p {
		font-size:22px;
		line-height:35px;
	}
	
	/* ESHOP */
	
	.eshop-detail .blog-post-buttons {
		display:none;
	}
		
	.eshop-detail .eshop-product .product-price .old-price {
		font-size:16px;
	}
	
	.eshop-detail .eshop-product .product-price .new-price {
		font-size:35px;
		margin-left:10px;
	}
	
	.form-address span.form-info {
		top: -8px;
	}
	
	.shopping-cart-footer p.total-price-title {
		font-size:14px;
	}
	
	.shopping-cart-footer p.total-price {
		font-size:26px;
	}
	
	/* INTRODUCTION */
	
	#section-introduction h2 {
		font-size:30px;
		line-height:40px;
		margin: 0 0 20px;
	}
	
	#section-introduction p {
		font-size:16px;
		margin: 0 0 10px;
	}
	
	.btn-googleplay {
		margin-right: 0;
	}
	
	.product-content {
		text-align:center;
	}
}

@media (max-width:320px) {
	.overlay-wrapper .overlay a {
		font-size:30px;
		margin-left: -15px;
		margin-top: -18px;
	}
	
	#contact .brands li {
		margin-right:4px;
	}
	
	#features .features-content h3.features-title {
		font-size:14px;
	}
	
	#section-portfolio .portfolio-item .hover-overlay {
		padding-top: 5px;
	}
	
	#section-portfolio .portfolio-item p {
		font-size:13px;
		line-height:18px;
		margin-bottom:8px;
	}
	
	#section-portfolio .portfolio-item a i {
		font-size: 14px;
		height: 35px;
		padding-top:9px;
		width: 35px;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 200dpi),
only screen and ( min-resolution: 1.25dppx)
{
    body {
        -webkit-font-smoothing: subpixel-antialiased;
    }
}

/*------------------------------
	FLEX VIDEO
------------------------------*/

.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video.soundcloud { padding-bottom: 0; height:166px; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-device-width: 800px), 
only screen and (device-width: 1024px) and (device-height: 600px), 
only screen and (width: 1280px) and (orientation: landscape), 
only screen and (device-width: 800px), 
only screen and (max-width: 767px) {
	.flex-video { padding-top: 0; }
}

.container-fluid .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
}

.bypostauthor {}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1002;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);  /* IE 9 */
    transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
