/*

Theme Name: Mystique
Theme URI: http://www.distinctivethemes.com/
Author: Distinctive Themes & Unbranded
Author URI: http://themekraft.com/
Description: Mystique – Creative One Page/Multi page HTML5 Theme is a very clean and modern designed HTML5 multipurpose theme for all creative people and agency / creative business.
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready
Text Domain: mystique

*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TABLE OF CONTENTS  */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - BASE */
/* 02 - COMMON ELEMENTS */
/* 03 - HEADER, INTRO & NAVIGATION */
/* 04 - PAGES & SECTIONS SETUP */
/* 05 - AJAX */
/* 06 - WORDPRESS */
/* 07 - WIDGETS */
/* 08 - TYPOGRAPHY */
/* 09 - MEDIA QUERIES */
/* 10 - COLOUR */
/* 11 - HOME STYLES */
/* 12 - WP COMMENTS */
/* 13 - WOOCOMMERCE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - BASE
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {}

body {
    font-family: "Raleway";
    font-weight: 400;
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #df4734;
}

.post-inner-content a {
	text-decoration: underline;
}

a:focus {
    outline: none;
}

p {
    color: #121212;
    font-family: "Raleway";
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

@media (min-width: 1024px) and (max-width: 5000px) {
    .container,
    .service-details {
        max-width: 1100px;
    }
}

.background-cover {
    background-size: cover !important;
    background-color: transparent;
}

.section-hue {
    margin-top: -125px;
    padding-top: 125px;
    margin-bottom: -125px;
    padding-bottom: 125px
}

.add-top {
    margin-top: 140px;
}

.add-bottom {
    margin-bottom: 140px;
}

.add-top-half {
    margin-top: 70px;
}

.add-bottom-half {
    margin-bottom: 70px;
}

.add-min-top-half {
    margin-top: 35px;
}

.add-min-bottom-half {
    margin-bottom: 35px;
}

.pad-top {
    padding-top: 140px;
}

.pad-bottom {
    padding-bottom: 140px;
}

.pad-top-half {
    padding-top: 70px;
}

.pad-bottom-half {
    padding-bottom: 70px;
}

.pad-min-top-half {
    padding-top: 35px;
}

.pad-min-bottom-half {
    padding-bottom: 35px;
}

.pad {
    padding-top: 150px;
    padding-bottom: 150px;
}

.pad-special {
    padding-top: 125px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - COMMON ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.page-section {
    padding-top: 125px;
    padding-bottom: 125px;
    clear: both;
}

.page-top {
    padding-top: 125px;
}

.page-bottom {
    padding-bottom: 125px;
}

.inner-section {
    text-align: center;
}

.section-heading {
    text-transform: uppercase;
    display: inline-block;
}

.section-heading.dark:after {
    content: '';
    clear: both;
    display: block;
    height: 1px;
    width: 0%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 2px;
    margin-left: 0px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.section-heading.dark:before {
    content: '';
    clear: both;
    display: block;
    height: 1px;
    width: 0%;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-right: 0px;
    text-align: right;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.nav-highlight:hover .section-heading.dark:after {
    width: 100%;
}

.nav-highlight:hover .section-heading.dark:before {
    width: 100%;
}

.section-heading.white:after {
    content: '';
    clear: both;
    display: block;
    height: 1px;
    width: 0%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 2px;
    margin-left: 0px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.section-heading.white:before {
    content: '';
    clear: both;
    display: block;
    height: 1px;
    width: 0%;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-right: 0px;
    text-align: right;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.nav-highlight:hover .section-heading.white:after {
    width: 100%;
}

.nav-highlight:hover .section-heading.white:before {
    width: 100%;
}

.heading-text {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 45px;
}

.float-clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.vertical-align {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-poster-image {
    background-size: cover;
}
/*--------------------------------------------------------------------------------*/
/* Buttons */
/*--------------------------------------------------------------------------------*/

.button {
    display: inline-block;
    border: 2px solid;
    background: transparent;
    text-align: center;
    width: auto;
    margin: 0 auto;
}

.button a,
.button input {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: background .8s ease-out;
    -moz-transition: background .8s ease-out;
    -ms-transition: background .8s ease-out;
    -o-transition: background .8s ease-out;
    transition: background .8s ease-out;
}

.button input {
    background: transparent;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.main-header {
    background: transparent;
    position: fixed;
    top: 0px;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all .8s ease-in-out .3s;
    -moz-transition: all .8s ease-in-out .3s;
    -ms-transition: all .8s ease-in-out .3s;
    -o-transition: all .8s ease-in-out .3s;
    transition: all .8s ease-in-out .3s;
}

.main-header .logo {
    margin: 30px 0px;
    -webkit-transition: all .8s ease-in-out .3s;
    -moz-transition: all .8s ease-in-out .3s;
    -ms-transition: all .8s ease-in-out .3s;
    -o-transition: all .8s ease-in-out .3s;
    transition: all .8s ease-in-out .3s;
}

.main-header ul {
    margin-bottom: 0px;
}

.main-menu-item {
    display: inline-block;
    list-style: none;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0px 10px;
    -webkit-transition: all .8s ease-in-out .3s;
    -moz-transition: all .8s ease-in-out .3s;
    -ms-transition: all .8s ease-in-out .3s;
    -o-transition: all .8s ease-in-out .3s;
    transition: all .8s ease-in-out .3s;
}

.main-menu-item i {
    -webkit-transition: all .8s ease-in-out .3s;
    -moz-transition: all .8s ease-in-out .3s;
    -ms-transition: all .8s ease-in-out .3s;
    -o-transition: all .8s ease-in-out .3s;
    transition: all .8s ease-in-out .3s;
}

.main-menu-item a {
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.has-sub-menu {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: 80px;
    padding-left: 0px;
    display: none;
    width: 175px;
}

.main-header.dark-bg .sub-menu {
    top: 100px;
}

.main-header.dark-bg.solid-bg .sub-menu {
    top: 80px;
}

.sub-menu-right {
    left: -15px;
}

.sub-menu-left {
    right: 0px;
}

.sub-menu li {
    list-style: none;
}

.sub-menu .has-sub-menu {
    top: 0px;
}

.main-header.dark-bg .sub-menu .has-sub-menu ul {
    top: 0px;
}

.main-header.dark-bg.solid-bg .sub-menu .has-sub-menu ul {
    top: 0px;
}

.sub-menu .has-sub-menu a {
    padding: 15px;
    display: block;
}

.sub-menu .has-sub-menu ul {
    position: absolute;
    top: 0px;
    width: 200px;
    padding-left: 0;
}

.sub-menu .has-sub-menu i {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    float: right;
}

.sub-menu .sub-menu-item a {
    padding: 15px;
    display: block;
}

.has-sub-menu.sub-menu-right {
    left: 0px;
}

.has-sub-menu:hover > .sub-menu {
    display: block;
}

.solid-bg .main-menu-item {
    padding: 30px 0px;
}

.solid-bg .logo {
    margin: 25px 0px;
}

.solid-bg .logo a,
.logo a {
    color: #fff;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - PAGES & SECTIONS SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.center-logo {
    text-align: center;
}

#home {
    position: relative;
}

.about-item h1 {
    font-size: 30px;
    line-height: 50px;
    text-transform: uppercase;
}

.about-item h1:after {
    content: '';
    width: 300px;
    height: 2px;
    clear: both;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.about-item p {
    font-size: 17px;
    line-height: 24px;
    margin: 0 100px;
    margin-bottom: 70px;
}

.about-slider {
    cursor: url(assets/images/cursor.png), auto;
}
#arrowdown {
	background: url(assets/images/arrowdown.png);
	width:134px;
	height:71px;
	position:absolute;
	left:49%;
	/*top:840px;*/
	bottom:4%;
	cursor:pointer;
	z-index:9999;
	}

@media (max-width: 400px) {
  #arrowdown {
    display: none;
  }
}

.about-slider.owl-theme .owl-controls .owl-page span {
    background: none;
    min-width: 185px;
    height: auto;
    border-radius: 0px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 1;
    padding: 10px;
    border: 2px solid;
    text-transform: uppercase;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.about-slider.owl-theme .owl-controls .owl-page span p {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
    padding: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

section[class*="mini-portfolio-slider-"].odd .owl-wrapper {
    margin-left: -60%;
}

.mini-portfolio {
    position: relative;
}

.mini-portfolio-item {
    overflow: hidden;
}

.mini-portfolio-item img {
    width: 100%;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.mini-portfolio-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.mini-portfolio-item-mask {
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.mask-content {
    opacity: 1;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.mask-content h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: -4px;
    text-transform: uppercase;
}

.mask-content i {
    font-size: 44px;
    line-height: 44px;
}

.mini-portfolio-item:hover > .mini-portfolio-item-mask {
    opacity: 1;
}

.services-slider {
    cursor: url(assets/images/cursor.png), auto;
}

.services-caption h1 {
    font-size: 50px;
    line-height: 57px;
    text-transform: uppercase;
}

.services-caption h1:after {
    content: '';
    width: 300px;
    height: 2px;
    clear: both;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.services-item .button {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.services-item h3 {
    font-size: 22px;
    line-height: 29px;
    margin: 0 130px;
    margin-top: 85px;
    margin-bottom: 65px;
}

.services-read-more a {
    font-size: 16px;
    line-height: 23px;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.services-slider.owl-theme .owl-controls {
    margin-top: 25px;
}

.services-slider.owl-theme .owl-controls .owl-page span {
    border-radius: 0px;
    opacity: 1;
    width: 80px;
    height: 80px;
    margin: 0 100px;
    border: 4px solid transparent;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.services-slider.owl-theme .owl-controls .owl-page span:hover {
    border: 4px solid;
}

.services-slider.owl-theme .owl-controls .owl-page:first-child span {
    margin-left: 0;
}

.services-slider.owl-theme .owl-controls .owl-page:last-child span {
    margin-right: 0;
}

.services-slider.owl-theme .owl-controls .owl-page span i {
    font-size: 33px;
    line-height: 40px;
    display: inline-block;
    padding-top: 15px;
    padding-right: 10px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.news {
    background-size: cover;
}

.news-content .row:first-child .news-item {
    margin-top: 0px;
}

.news-content .row:last-child .news-item {
    margin-bottom: 0px;
}

.news-item {
    text-align: left;
    padding: 20px;
    margin: 50px;
    margin-bottom: 0px;
    width: auto;
    border-bottom: 10px solid transparent;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.home .news-item a {
	color:#df4734;
}

.news-item a {
    color: #fff;
}

.news-item h1 {
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
}

.news-item h3 {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0;
}

.news-item h3:after {
    content: '';
    width: 120px;
    height: 2px;
    clear: both;
    display: block;
    margin: 20px auto;
    margin-left: 0px;
}

.news-item p {
    font-size: 16px;
    line-height: 23px;
}

.news-item:hover {
    border-bottom: 10px solid;
}

.team-member-details h1 {
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
}

.team-member-details h4 {
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    width: auto;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 2px solid;
}

.team-member-details p {
    font-size: 16px;
    line-height: 23px;
}

.team-social-links {
    margin-top: 25px;
}

.team-social-links a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 4px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.team-social-links img {
    padding: 4px;
}

.team-social-links a:hover {
    opacity: .7;
}

.team-slider.owl-theme .owl-controls {
    position: absolute;
    right: 2%;
    top: 50%;
    z-index: 11;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-slider.owl-theme .owl-controls .owl-page {
    display: block;
}

.team-slider.owl-theme .owl-controls .owl-page span {
    margin: 15px 0px;
    opacity: 1;
}

.joinus-banner {
    padding: 75px 0px;
}

.joinus-banner h3 {
    display: inline-block;
    margin-right: 20px;
}

.joinus-banner .button a {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.joinus-banner .button:hover {
    border: 2px solid;
}

.testimonial {
    background-size: cover;
}

.testimonial h3 {
    font-size: 35px;
    line-height: 42px;
    font-style: italic;
}

.testimonial h4 {
    font-size: 16px;
    line-height: 23px;
    margin-top: 20px;
    text-transform: uppercase;
}

.testimonial-slider.owl-theme .owl-controls {
    margin-top: 25px;
}

#mystique-video-bg {
    display: block !important;
}

.sub-text h5 {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.main-text h2 {
    font-size: 60px;
    line-height: 67px;
    margin: 40px 0px;
    text-transform: uppercase;
    letter-spacing: 5px;
    width: 50%;
    display: inline-block;
}

.video-bg .button {
    margin-top: 40px;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.inner-video-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.portfolio-filter-nav {
    padding: 25px 0px;
}

.portfolio-filter-nav ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

.portfolio-filter-nav ul li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
}

#grid .portfolio-item {
	padding-left: 0;
	padding-right: 0;
}

.portfolio-image {
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.portfolio-item:hover > .portfolio-image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolio-item-mask {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.portfolio-item-mask .vertical-align {
	text-align: center;
}

.portfolio-item:hover > .portfolio-item-mask {
    opacity: 1;
}

.portfolio-item-mask a {
    display: inline;
}

.portfolio-item-mask img {
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.portfolio-item:hover > .portfolio-item-mask img {
    opacity: 1;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - AJAX */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.ajax-project-title h1 {
    text-transform: uppercase;
}

.ajax-project-info span {
    font-size: 16px;
    line-height: 23px;
    margin-right: 5px;
}

.item-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.project-video-wrapper {
    margin: 30px 0px;
}

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

.ajax-project-details {
    margin-bottom: 25px;
}

.control-buttons {
    margin-top: 25px;
}

.control-buttons a {
    font-size: 24px;
    line-height: 31px;
    width: 45px;
    height: 45px;
    margin-left: 5px;
    display: inline-block;
    background: transparent;
    opacity: .8;
    color: #000;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.control-buttons a i {
    font-size: 24px;
    line-height: 31px;
    color: #000;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.control-buttons a i:hover {
    opacity: 1;
}

.control-buttons a#close {
    width: 40px;
    height: 40px;
}

.item-slider {
    display: inline-block;
    width: 100%;
    margin: 25px 0px;
}

.item-slider a:active {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-control-nav {
    display: none;
}

.item-slider .slides > li {
    display: none;
}

.item-slider .slides img {
    max-width: 100%;
    display: block;
}

.item-slider {
    position: relative;
    zoom: 1;
}

.item-slider .slides {
    zoom: 1;
}

.item-slider .slides > li {
    position: relative;
}

.item-slider .flex-direction-nav li a {
    font-size: 25px;
    line-height: 32px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    cursor: pointer;
    text-indent: 1px;
    text-align: center;
    z-index: 10;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

.item-slider .flex-direction-nav li .flex-next {
    left: 35px;
}

.item-slider .flex-direction-nav li .flex-prev {
    left: 0px;
}

.promo-portfolio {
    height: 500px;
    display: block;
    position: relative;
    text-align: center;
}

.promo-mask {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.promo-mask a span {
    font-size: 30px;
    line-height: 37px;
    opacity: 0;
}

.promo-mask a span {
    opacity: 0;
    -webkit-transition: all .8s ease .5s;
    -moz-transition: all .8s ease .5s;
    -ms-transition: all .8s ease .5s;
    -o-transition: all .8s ease .5s;
    transition: all .8s ease .5s;
}

.promo-portfolio:hover > .promo-mask a span {
    opacity: 1;
}

.stats-block {
    background-size: cover;
}

.animated-num {
    font-size: 60px;
    line-height: 67px;
    display: block;
    margin-top: 25px;
}

.counter-icon {
    font-size: 80px;
    line-height: 87px;
}

.contact {
    background-size: cover;
}

.contact-caption h1 {
    font-size: 50px;
    line-height: 57px;
    text-transform: uppercase;
}

.contact-slider.owl-theme .owl-controls {
    margin-top: 80px;
    margin-bottom: 90px;
}

.contact-slider.owl-theme .owl-controls .owl-page span {
    border-radius: 0px;
    margin: 0px 25px;
    opacity: 1;
    width: 80px;
    height: 80px;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.contact-slider.owl-theme .owl-controls .owl-page span i {
    font-size: 33px;
    line-height: 40px;
    display: inline-block;
    padding-top: 20px;
    padding-right: 14px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.contact-item {
    min-height: 500px;
}

.gmap3 {
    width: 100%;
    height: 500px;
}

.error-msg {
    color: #f00;
}

.contact-form {
    margin-bottom: 150px;
    text-align: center;
}

.contact-form input {
    width: 100%;
    margin-bottom: 50px;
    display: inline-block;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 2px solid;
    text-align: center;
}

.contact-form textarea {
    width: 100%;
    height: auto;
    resize: none;
    display: inline-block;
    margin-bottom: 50px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 2px solid;
    text-align: center;
}

.contact-form button,
.contact-form input.wpcf7-submit {
    display: block;
    margin: 0 auto;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    outline: none;
    resize: none;
    overflow: auto;
    width: auto;
}

.error-msg::-webkit-input-placeholder {
    color: #f00;
}

.error-msg:-moz-placeholder {
    color: #f00;
}

.error-msg::-moz-placeholder {
    color: #f00;
}

.error-msg:-ms-input-placeholder {
    color: #f00;
}

.contact-address {
    margin-bottom: 150px;
    border: 1px solid;
    padding: 75px;
    display: inline-block;
}

.contact-address h1 {
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
}

.contact-address h3 {
    font-size: 16px;
    line-height: 23px;
    margin-top: 15px;
    text-transform: uppercase;
}

.contact-address h4 {
    margin-top: 15px;
}

.contact-address h2 {
    margin-top: 15px;
    display: inline-block;
    font-size: 19px;
    margin-top: 15px;
}

.footer {
    padding: 50px 0px;
    overflow: hidden;
    text-align: center;
}

.footer-social-links a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 4px;
    margin-bottom: 10px;
    line-height: 28px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.footer-social-links img {
    padding: 4px;
    display: inline-block;
}

.footer-social-links a:hover {
    opacity: .7;
}

.footer-social-links .icon {
    color: #fff;
}

.error-home h1 {
    font-size: 75px;
    line-height: 82px;
    text-transform: uppercase;
}

.error-home p {
    font-size: 20px;
    line-height: 27px;
}

.error-home.error-bg-img {
    background-size: cover;
}

.single-project-head {
    background-size: cover;
    background: #444444;
}

.single-project-head .banner-head h2 {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-transform: uppercase;
}

.single-project-head .banner-head p {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px;
}

.single-project-content .caption-para {
    width: 70%;
    margin-left: 15%;
}

.single-project-content .caption-para p {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 2px;
    padding-left: 2px;
    text-transform: uppercase;
}

.single-project-content-wrap {
    font-size: 14px;
    line-height: 1.8;
}

.single-project-content-wrap .button {
    margin-top: 35px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.project-tag-section {
    margin-top: 35px;
}

.project-tag-section a {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid;
    margin-right: 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.project-tag-section a:last-child {
    margin-right: 0;
}
/*News page section*/

.news-page-head {
    background-size: cover;
}

.news-page-head .banner-head h2 {
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-transform: uppercase;
}

.news-page-head .banner-head p {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 10px;
}

.news-page-content .item img {
    width: 100%;
}

.news-page-content .caption-para {
    width: 70%;
    margin-left: 15%;
}

.news-page-content .caption-para p {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 2px;
    padding-left: 2px;
    text-transform: uppercase;
}

.news-content-wrap {
    font-size: 14px;
    line-height: 1.8;
}

.news-content-wrap .button {
    margin-top: 35px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.news-tag-section {
    margin-top: 35px;
}

.news-tag-section a,
#sharebox li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid;
    margin-right: 10px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.news-tag-section a:last-child {
    margin-right: 0;
}
/*Sidebar styles*/

.blog-page-list ul li {
    margin-bottom: 15px;
}

.blog-page-list ul li a {
    font-size: 12px;
    line-height: 19px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sidebar h4 {
    display: inline-block;
    border-bottom: 2px solid;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.recent-posts {
    margin-top: 30px;
}

.recent-posts .blog-item-text {
    padding: 0px;
    margin-bottom: 65px;
}

.recent-posts .blog-item-text h6 {
    margin-bottom: 10px;
}

.recent-posts .blog-item-text p {
    margin-bottom: 0px;
}

.recent-posts .blog-item-text a {
    float: right;
    font-style: italic;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.blog-page-list h4,
.recent-posts h4 {
    font-size: 24px;
    line-height: 31px;
    border-bottom: 2px solid !important;
}

.blog-item-text h5 {
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
}

.blog-item-text h6 {
    font-size: 12px;
    line-height: 19px;
}

.blog-item-text p {
    font-size: 14px;
    line-height: 21px;
}

.blog-item-text a {
    font-size: 12px;
    line-height: 19px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - WORDPRESS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
    word-wrap: break-word;
}
/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

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

img[class*="wp-image-"] {
    margin-top:10px;
    margin-bottom:10px
}

.wp-caption {
    margin-bottom:10px;
    max-width:100%;
    border-radius:4px;
}

.wp-caption.aligncenter {
    margin-bottom:10px
}

.wp-caption img[class*="wp-image-"] {
    display:block
}

.wp-caption .wp-caption-text {
    text-align:center;
    margin-top:10px
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.gallery dd {
    margin: 0;
}

.gallery-caption {
    display: block;
}
/* Make sure embeds and iframes fit their containers */

section embed,
section iframe,
section object {
    max-width: 100%;
}
/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
/* Content */

.main-content-inner {
    padding-bottom: 1.5em;
}

.hentry {
    margin: 0 0 60px;
}

.sticky {
    display: block;
}

.bypostauthor {
    display: block;
}
/* Clearing */

.clear {
    clear: both;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - WIDGETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.widget {
    margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
    padding-left: 15px;
}

.widget select {
    max-width: 100%;
}

.widget ul,
.widget ol {
    list-style: none;
    padding-left: 0;
}

.widget select {
    max-width:100%;
    width:100%;
    padding: 10px;
    color: #444;
}

.widget_rss li {
    margin-bottom: 15px;
}

.widget_rss li a.rsswidget {
    font-weight: 700;
}

.widget_rss li .rss-date {
    font-size: 11px;
}

.widget_rss li .rssSummary {
    padding: 10px 0;
}

.widget_rss li cite {
    display: none;
}

.comment .children {
    margin-left: 1.5em;
}

.sticky {}

.gallery-caption {}

.post .gallery .gallery-caption {
    display: none;
}

.post .gallery {
    margin-bottom: 1.5em;
    margin-left: -1%;
    margin-right: -1%;
    clear: both;
    overflow: hidden;
}

.post .gallery .gallery-item {
    border: none;
    height: auto;
    float: left;
    margin: 0 1% 2%;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
}

.gallery-columns-3 .gallery-item {
    max-width: 31.3%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
}

.gallery dd {
    margin:0
}

.bypostauthor {}

.entry-meta {
    clear: both;
}

.mobile-nav {
    position: fixed;
    right: -200px;
    width: 260px;
    height: 100%;
    top: 0;
    z-index: 10;
    text-align: left;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.mobile-nav.mobile-nav-open {
    right: 0px;
}

.mobile-nav-wrap {
    position: absolute;
    top: 0;
    left: 60px;
    background: #282828;
    width: 200px;
    height: 100%;
    padding-left: 0;
    list-style: none;
}

.mobile-nav-wrap ul {
    padding-left: 0px;
}

.mobile-nav-wrap ul li {
    list-style: none;
}

.mobile-nav-wrap ul li i {
    float: right;
    color: #fff;
}

.mobile-sub-menu {
    display: none;
}

.mobile-sub-menu .has-sub-menu a {
    display: block;
}

.menu a {
    margin: 0px;
    margin-bottom: 2px;
    color: #777;
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 200;
    line-height: 23px;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 400;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.menu a:hover {
    color: #baab8b;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#mobile-nav-trigger {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 11;
    display: none;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5) url('assets/images/menu.png') center center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.admin-bar #mobile-nav-trigger {
    top: 60px;
}

#mobile-nav-trigger.active {
    margin-right: 190px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08 - TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.section-caption h1 {
    font-family: "Montserrat";
    font-weight: 400;
}

.section-caption-small h1 {
    font-family: "Montserrat";
    font-weight: 400;
}

.section-heading {
    font-family: "Montserrat";
    font-weight: 700;
}

.heading-text {
    font-weight: 400;
}

.button a,
.button input {
    font-family: "Montserrat";
    font-weight: 700;
}

.main-menu-item a {
    font-family: "Raleway";
    /*font-weight: 900;*/
}

.sub-menu .has-sub-menu p {
    font-family: "Raleway";
    /*font-weight: 900;*/
}

.sub-menu .sub-menu-item a {
    font-family: "Raleway";
    /*font-weight: 900;*/
}

.home01 h1 {
    font-family: "Montserrat";
    font-weight: 700;
}

.result {
    font-family: "Raleway";
    font-weight: 600;
}

.home02 h1 {
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    letter-spacing: 20px;
    padding-left: 20px;
    margin-top: 45px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.home03-item h1 {
    font-family: "Montserrat";
    font-weight: 600;
}

.home04-content h1 {
    font-family: "Montserrat";
    font-weight: 600;
}

.home04-content p {
    font-family: "Raleway";
    font-weight: 300;
}

.home04.news-page-content {
    background: transparent;
}

.home03-slider {
    position: absolute;
    top: 0px;
    left: 0px;
    left: 0px;
    z-index: 1111;
}

.home03-item {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1 -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -ms-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
}

.home03-item h1 {
    font-size: 55px;
    line-height: 62px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
}

.home03-slider.owl-carousel .owl-item.active .home03-item {
    opacity: 0;
}

.home05 h1 {
    font-family: "Montserrat";
    font-weight: 700;
}

.home06 span {
    font-family: "Montserrat";
    font-weight: 700;
}

.mbYTP_wrapper {
    z-index: -998 !important;
}

.about-item h1 {
    font-family: "Montserrat";
    font-weight: 400;
}

.about-text {
    font-family: "Raleway";
    font-weight: 400;
}

.about-item p {
    font-family: "Raleway";
    font-weight: 600;
}

.about-slider.owl-theme .owl-controls .owl-page span p {
    font-family: "Raleway";
    font-weight: 600;
}

.mini-portfolio-item-mask h3 {
    font-family: "Montserrat";
    font-weight: 700;
}

.services-read-more h4 {
    font-family: "Raleway";
    font-weight: 700;
}

.news-item h1 {
    font-family: "Montserrat";
    font-weight: 700;
}

.news-item h3 {
    font-family: "Montserrat";
    font-weight: 600;
}

.news-item p {
    font-family: "Raleway";
    font-weight: 600;
}

.team-member-details h1 {
    font-family: "Raleway";
    font-weight: 900;
}

.team-member-details h4 {
    font-family: "Raleway";
    font-weight: 600;
}

.team-member-details p {
    font-family: "Raleway";
    font-weight: 400;
}

.join-banner a {
    font-family: "Montserrat";
    font-weight: 400;
}

.join-banner h3 {
    font-family: "Montserrat";
    font-weight: 700;
}

.testimonial h3 {
    font-family: "Crimson Text";
    font-weight: 600;
}

.testimonial h4 {
    font-family: "Raleway";
    font-weight: 600;
}

.portfolio-filter-nav ul li a {
    font-family: "Raleway";
    font-weight: 900;
}

.ajax-project-title h1 {
    font-family: "Montserrat";
    font-weight: 700;
}

.ajax-project-info {
    font-family: "Montserrat";
    font-weight: 700;
}

.ajax-project-details {
    font-family: "Raleway";
    font-weight: 400;
}

.main-text h2 {
    font-family: "Montserrat";
    font-weight: 700;
}

.sub-text h5 {
    font-family: "Montserrat";
    font-weight: 400;
}

.contact-form input {
    font-family: "Montserrat";
    font-weight: 700;
}

.contact-form textarea {
    font-family: "Montserrat";
    font-weight: 700;
}

.contact-form button,
.contact-form input.wpcf7-submit {
    font-family: "Montserrat";
    font-weight: 700;
}

.contact-address h1 {
    font-family: "Montserrat";
    font-weight: 700;
}

.contact-address h3 {
    font-family: "Montserrat";
    font-weight: 700;
}

.contact-address h2 {
    font-family: "Raleway";
    font-weight: 400;
}

.contact-address h4 {
    font-family: "Raleway";
    font-weight: 400;
}

.error-home h1 {
    font-family: "Montserrat";
    font-weight: 700;
}

.single-project-head .banner-head h2 {
    font-family: "Montserrat";
    font-weight: 700;
}

.single-project-head .banner-head p {
    font-family: "Raleway";
    font-weight: 400;
}

.single-project-content .caption-para p {
    font-family: "Montserrat";
    font-weight: 700;
}

.single-project-content-wrap {
    font-family: "Raleway";
    font-weight: 400;
}

.blog-page-list h4,
.recent-posts h4 {
    font-family: "Montserrat";
    font-weight: 700;
}

.blog-item-text h5 {
    font-family: "Montserrat";
    font-weight: 700;
}

.blog-item-text h6,
.blog-item-text p {
    font-family: "Raleway";
    font-weight: 400;
}

.blog-item-text a {
    font-family: "Montserrat";
    font-weight: 400;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 3000px) {
    .mobile-nav {
        display: none;
        visibility: hidden;
    }
    .container {
        max-width: 1100px;
    }
    .shuffle__sizer {
        width: 12.5%;
    }
}
/*Projector Screens and Ver Large Monitors*/

@media (min-width: 2561px) {
    .shuffle__sizer {
        width: 16.667%;
    }
}
/*iMac 27, HD Screens and Large Monitors*/

@media (min-width: 1921px) and (max-width: 2560px) {
    .mobile-nav,
    #mobile-nav-trigger {
        display: none;
        visibility: hidden;
    }
}
/*Large Widescreen Monitors*/

@media (max-width: 1920px) {
    .mobile-nav {
        display: none;
        visibility: hidden;
    }
}
/*Medium Widescreen Monitors*/

@media (max-width: 1680px) {}
/*Large Widescreen Laptops*/

@media (max-width: 1440px) {}
/*Common Widescreen Laptops*/

@media (max-width: 1366px) {}
/*Very Large Tablets and Medium Laptops*/

@media (max-width: 1280px) {}
/*Notebooks and Small Laptops*/

@media (max-width: 1152px) {
    .container {
        max-width:1000px;
    }
    .page-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .pad-special {
        padding-top: 100px;
    }
    .pad-bottom-half {
        padding-bottom: 50px;
    }
    .pad-top-half {
        padding-top: 50px;
    }
    .section-heading {
        font-size: 30px;
        line-height: 37px;
    }
    .heading-text {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 100px;
    }
    .home01 h1 {
        font-size: 40px;
        line-height: 47px;
        left: 6%;
        bottom: 65px;
        width: 50%;
    }
    #owlStatus .result {
        font-size: 55px;
        line-height: 62px;
    }
    .home03-item h1 {
        font-size: 45px;
        line-height: 52px;
    }
    .home04-content {
        margin-left: 110px;
        width: 45%;
    }
    .home04-content h1 {
        font-size: 40px;
        line-height: 47px;
    }
    .home06 span {
        font-size: 50px;
        line-height: 57px;
    }
    .about-item h1 {
        font-size: 40px;
        line-height: 47px;
    }
    .about-item h1:after {
        width: 220px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .about-item p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 45px;
    }
    .about-slider.owl-theme .owl-controls .owl-page span {
        min-width: 110px;
        padding: 4px;
        margin-right: 8px;
        margin-left: 8px;
    }
    .about-slider.owl-theme .owl-controls .owl-page span p {
        font-size: 14px;
        line-height: 21px;
    }
    .services-slider.owl-theme .owl-controls .owl-page span {
        width: 70px;
        height: 70px;
    }
    .services-slider.owl-theme .owl-controls .owl-page span i {
        padding-top: 10px;
        padding-right: 7px;
    }
    .services-caption h1 {
        font-size: 40px;
        line-height: 47px;
    }
    .services-caption h1:after {
        margin-top: 40px;
        margin-bottom: 40px;
        width: 220px;
    }
    .services-item h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .news-item h1 {
        font-size: 22px;
        line-height: 29px;
    }
    .news-item h3 {
        font-size: 17px;
        line-height: 24px;
    }
    .news-item p {
        font-size: 16px;
        line-height: 23px;
    }
    .team-member-details h1 {
        font-size: 22px;
        line-height: 29px;
    }
    .team-member-details h4 {
        font-size: 17px;
        line-height: 24px;
    }
    .team-member-details p {
        font-size: 15px;
        line-height: 22px;
    }
    .joinus-banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .joinus-banner h3 {
        font-size: 20px;
        line-height: 27px;
    }
    .testimonial-01 h3 {
        font-size: 30px;
        line-height: 37px;
    }
    .sub-text h5 {
        font-size: 14px;
        line-height: 21px;
    }
    .main-text h2 {
        font-size: 50px;
        line-height: 57px;
        margin: 30px 0px;
        width: 70%;
    }
    .video-bg .button {
        margin-top: 30px;
    }
    .counter-icon {
        font-size: 65px;
        line-height: 72px;
    }
    .animated-num {
        font-size: 55px;
        line-height: 62px;
        margin-top: 20px;
    }
    .contact-caption h1 {
        font-size: 40px;
        line-height: 47px;
    }
    .contact-item {
        min-height: 450px;
    }
    .gmap3 {
        height: 450px;
    }
    .contact-address {
        margin-bottom: 120px;
        padding: 30px;
    }
}
/*iPad Landscape Mode and Large Tablets */

@media (max-width: 1024px) {
    .container {
        width: 970px;
    }
}
/*Small Desktop and Very Small Notebook */

@media (max-width: 960px) {
    .container {
        width: 900px;
    }
    .main-header {
        display: none;
        visibility: hidden;
    }
    .mobile-nav,
    #mobile-nav-trigger {
        display: block;
        visibility: visible;
    }
    .home01-slider.owl-theme .owl-controls {
        display: none !important;
    }
    .home01 h1 {
        font-size: 36px;
        line-height: 43px;
    }
    .home03-item h1 {
        font-size: 40px;
        line-height: 47px;
    }
    .team-slider.owl-theme .owl-controls {
        display: none !important;
    }
    .main-text h2 {
        font-size: 40px;
        line-height: 47px;
        width: 60%;
    }
    .counter-icon {
        font-size: 51px;
        line-height: 58px;
    }
    .animated-num {
        font-size: 42px;
        line-height: 49px;
        margin-top: 15px;
    }
    .mobile-sidebar-margin-top {
        margin-top: 100px;
    }
}
/*Medium Tablets */

@media (max-width: 800px) {
    .container {
        width: 740px;
    }
    .page-section {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .pad-special {
        padding-top: 75px;
    }
    .pad-bottom-half {
        padding-bottom: 25px;
    }
    .pad-top-half {
        padding-top: 25px;
    }
    .button a {
        font-size: 12px;
        line-height: 17px;
        padding: 7px 15px;
    }
    #owlStatus .result {
        font-size: 40px;
        line-height: 47px;
    }
    .home02 h1 {
        font-size: 20px;
        line-height: 27px;
    }
    .home03-item h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .home04-content {
        margin-left: 75px;
    }
    .home04-content h1 {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    .home04-content p {
        font-size: 13px;
        line-height: 20px;
    }
    .home05 h1 {
        font-size: 20px;
        line-height: 27px;
    }
    .home06 span {
        font-size: 45px;
        line-height: 47px;
    }
    .section-heading {
        font-size: 27px;
        line-height: 27px;
    }
    .heading-text {
        margin-bottom: 75px;
    }
    .about-item h1 {
        font-size: 35px;
        line-height: 42px;
    }
    .about-item h1:after {
        width: 180px;
        margin-bottom: 35px;
        margin-top: 35px;
    }
    .about-item p {
        margin: 0px 160px;
        margin-bottom: 35px;
    }
    .about-slider.owl-theme .owl-controls .owl-page span {
        min-width: 100px;
    }
    .about-slider.owl-theme .owl-controls .owl-page span p {
        font-size: 12px;
        line-height: 19px;
    }
    .mask-content h3 {
        font-size: 15px;
        line-height: 22px;
    }
    .services-slider.owl-theme .owl-controls .owl-page span {
        width: 80px;
        height: 80px;
        margin: 0px 50px;
    }
    .services-slider.owl-theme .owl-controls .owl-page span i {
        font-size: 30px;
        line-height: 37px;
        padding-top: 16px;
        padding-right: 12px;
    }
    .services-caption h1 {
        font-size: 35px;
        line-height: 42px;
    }
    .services-item h3 {
        font-size: 16px;
        line-height: 23px;
    }
    .services-read-more a {
        font-size: 14px;
        line-height: 21px;
    }
    .news-item {
        margin: 20px;
    }
    .news-item h1 {
        font-size: 20px;
        line-height: 29px;
    }
    .news-item h3 {
        font-size: 15px;
        line-height: 22px;
    }
    .news-item h3:after {
        width: 100px;
    }
    .news-item p {
        font-size: 14px;
        line-height: 21px;
    }
    .team-member-details h1 {
        font-size: 20px;
        line-height: 27px;
    }
    .team-member-details h4 {
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .team-member-details p {
        font-size: 14px;
        line-height: 21px;
    }
    .team-social-links {
        margin-top: 20px;
    }
    .team-social-links a {
        width: 25px;
        height: 25px;
    }
    .joinus-banner {
        padding: 40px 0px;
    }
    .testimonial-slider.owl-theme .owl-controls {
        display: none !important;
    }
    .testimonial-01 h3 {
        font-size: 25px;
        line-height: 32px;
    }
    .testimonial-01 h4 {
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
    }
    .main-text h2 {
        font-size: 35px;
        line-height: 42px;
    }
    .sub-text h5 {
        font-size: 12px;
        line-height: 19px;
    }
    .ajax-project-title h1 {
        font-size: 24px;
        line-height: 31px;
    }
    .ajax-project-info span {
        font-size: 14px;
        line-height: 21px;
    }
    .shuffle__sizer {
        width: 33%;
    }
    .counter-icon {
        font-size: 45px;
        line-height: 52px;
    }
    .animated-num {
        font-size: 32px;
        line-height: 39px;
        margin-top: 10px;
    }
    .contact-caption h1 {
        font-size: 35px;
        line-height: 42px;
    }
    .contact-slider.owl-theme .owl-controls .owl-page span {
        width: 70px;
        height: 70px;
        margin: 0px 20px;
    }
    .contact-slider.owl-theme .owl-controls .owl-page span i {
        padding-top: 15px;
        padding-right: 12px;
        font-size: 28px;
        line-height: 35px;
    }
    .contact-item {
        min-height: 325px;
    }
    .gmap3 {
        height: 325px;
    }
    .contact-form {
        margin-bottom: 75px;
    }
    .contact-address {
        padding: 20px;
        margin-bottom: 75px;
    }
    .contact-form input {
        width: 75%;
        margin-bottom: 35px;
    }
    #contactform::-webkit-input-placeholder {
        /* WebKit browsers */

        font-size: 13px;
        line-height: 13px;
    }
    #contactform:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */

        font-size: 13px;
        line-height: 13px;
    }
    #contactform::-moz-placeholder {
        /* Mozilla Firefox 19+ */

        font-size: 13px;
        line-height: 13px;
    }
    #contactform:-ms-input-placeholder {
        /* Internet Explorer 10+ */

        font-size: 13px;
        line-height: 13px;
    }
    .contact-form textarea {
        width: 75%;
        margin-bottom: 35px;
    }
    .contact-form button,
    .contact-form input.wpcf7-submit {
        padding: 5px 15px;
    }
    .contact-address {
        padding: 35px;
        margin-bottom: 75px;
    }
    .contact-address h1 {
        font-size: 20px;
        line-height: 27px;
    }
    .contact-address h3 {
        font-size: 14px;
        line-height: 21px;
        margin-top: 10px;
    }
    .contact-address h2 {
        font-size: 12px;
        line-height: 19px;
        margin-top: 10px;
    }
    .contact-address h4 {
        font-size: 12px;
        line-height: 19px;
    }
    .gmap3 {
        height: 400px;
    }
    .news-page-head .banner-head h2 {
        font-size: 38px;
        line-height: 45px;
    }
    .mobile-sidebar-margin-top {
        margin-top: 75px;
    }
    .single-project-head .banner-head h2 {
        font-size: 40px;
        line-height: 47px;
    }
    .single-project-content .caption-para p {
        font-size: 20px;
        line-height: 30px;
    }
}
/*iPad Portrait Mode, iPad Mini and Small Tablets */

@media (max-width: 768px) {
    .container {
        max-width: 718px;
    }
}
/*iPhone6 Plus Landscape Mode */

@media screen and (max-width: 736px) {
    .container {
        width: 680px;
    }
    .section-heading {
        font-size: 23px;
        line-height: 23px;
    }
    .heading-text {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 50px;
    }
    .home01 h1 {
        font-size: 30px;
        line-height: 37px;
        bottom: 50px;
        width: 60%;
    }
    .about-item h1 {
        font-size: 30px;
        line-height: 37px;
    }
    .about-item p {
        margin-left: 120px;
        margin-right: 120px;
    }
    .services-caption h1 {
        font-size: 30px;
        line-height: 37px;
    }
    .services-caption h1:after {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 180px;
    }
    .services-slider.owl-theme .owl-controls .owl-page span {
        width: 70px;
        height: 70px;
    }
    .services-slider.owl-theme .owl-controls .owl-page span i {
        padding-top: 12px;
        padding-right: 9px;
    }
    .services-item h3 {
        margin: 0 115px;
        margin-top: 65px;
        margin-bottom: 45px;
    }
    .news-item {
        margin-left: 170px;
        margin-right: 170px;
    }
    .testimonial h3 {
        font-size: 29px;
        line-height: 36px;
    }
    .contact-form input {
        width: 50%;
        margin-bottom: 25px;
    }
    .contact-form textarea {
        width: 50%;
        margin-bottom: 25px;
    }
    .contact-item {
        min-height: 300px;
    }
    .gmap3 {
        height: 300px;
    }
    .footer-social-links a {
        margin-bottom: 5px;
    }
}
/*iPhone6 Landscape Mode */

@media screen and (max-width: 667px) {
    .container {
        width: 600px;
    }
    .button a {
        padding: 7px 15px;
    }
    .home01 h1 {
        bottom: 35px;
    }
    #owlStatus {
        bottom: 30px;
    }
    #owlStatus .result {
        font-size: 35px;
        line-height: 42px;
    }
    .home04-content {
        width: 60%;
    }
    .home04-content h1 {
        padding-bottom: 5px;
        margin-bottom: 0px;
    }
    .home04-content p {
        margin: 15px 0px;
    }
    .home06 span {
        font-size: 40px;
        line-height: 47px;
    }
    .about-item p {
        margin-left: 100px;
        margin-right: 100px;
        font-size: 14px;
        line-height: 21px;
    }
    .about-slider.owl-theme .owl-controls {
        margin-top: 0px;
    }
    .about-slider.owl-theme .owl-controls .owl-page span {
        min-width: 90px;
        font-size: 10px;
        line-height: 17px;
    }
    .mask-content i {
        font-size: 30px;
        line-height: 37px;
    }
    .services-item h3 {
        font-size: 14px;
        line-height: 21px;
        margin: 0px 100px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .news-item {
        margin-top: 0px;
        margin-left: 125px;
        margin-right: 125px;
    }
    .news-content .row:nth-child(2) .news-item {
        margin-top: 0px;
    }
    .news-item h1 {
        font-size: 18px;
        line-height: 25px;
    }
    .news-item h3 {
        font-size: 15px;
        line-height: 22px;
    }
    .news-item h3:after {
        width: 100px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .news-item p {
        font-size: 14px;
        line-height: 21px;
    }
    .joinus-banner {
        padding: 30px;
    }
    .joinus-banner h3 {
        font-size: 16px;
        line-height: 23px;
        margin-right: 10px;
    }
    .testimonial h3 {
        font-size: 26px;
        line-height: 33px;
    }
    .testimonial h4 {
        font-size: 14px;
        line-height: 21px;
        margin-top: 10px;
    }
    .shuffle__sizer {
        width: 50%;
    }
    .contact-slider.owl-theme .owl-controls {
        margin-bottom: 100px;
        margin-top: 100px;
    }
    .news-page-head .banner-head h2 {
        font-size: 30px;
        line-height: 37px;
    }
    .single-project-head .banner-head h2 {
        font-size: 34px;
        line-height: 41px;
    }
    .single-project-content .caption-para p {
        font-size: 18px;
        line-height: 28px;
    }
}
/*Medium Smart Phones v2*/

@media screen and (max-width: 640px) {
    .container {
        width: 580px;
    }
    .home03-item h1 {
        font-size: 25px;
        line-height: 32px;
    }
    .about-item h1 {
        font-size: 26px;
        line-height: 33px;
    }
    .about-item h1:after {
        width: 150px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .about-item p {
        margin-left: 85px;
        margin-right: 85px;
    }
    .services-caption h1 {
        font-size: 26px;
        line-height: 33px;
    }
    .mini-portfolio-slider2 .owl-wrapper {
        margin-left: 0%;
    }
    .main-text h2 {
        font-size: 45px;
        line-height: 52px;
        margin: 30px 0;
        width: 75%;
    }
    .sub-text h5 {
        font-size: 13px;
        line-height: 20px;
    }
    .counter-icon {
        font-size: 35px;
        line-height: 42px;
    }
    .animated-num {
        font-size: 28px;
        line-height: 35px;
        margin-top: 0px;
    }
    .contact-caption h1 {
        font-size: 26px;
        line-height: 33px;
    }
    .footer {
        padding: 35px 0px;
    }
    .footer-social-links a {
        width: 24px;
        height: 24px;
    }
    .error-home h1 {
        font-size: 60px;
        line-height: 67px;
    }
    .error-home p {
        font-size: 15px;
        line-height: 22px;
    }
}
/*Google Nexus and Other Large Smart Phones v1*/

@media screen and (max-width: 600px) {
    .container {
        width: 560px;
    }
    .home04-content h1 {
        font-size: 30px;
        line-height: 37px
    }
    .services-slider.owl-theme .owl-controls .owl-page span {
        width: 60px;
        height: 60px;
    }
    .services-slider.owl-theme .owl-controls .owl-page span i {
        padding-top: 8px;
        padding-right: 7px;
    }
    .news-item {
        margin-left: 100px;
        margin-right: 100px;
    }
    .team-member-details h1 {
        font-size: 17px;
        line-height: 24px;
    }
    .team-member-details h4 {
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .team-member-details p {
        font-size: 12px;
        line-height: 19px;
    }
    .team-social-links {
        margin-top: 15px;
    }
    .contact-slider.owl-theme .owl-controls .owl-page span {
        width: 60px;
        height: 60px;
    }
    .contact-slider.owl-theme .owl-controls .owl-page span i {
        font-size: 25px;
        line-height: 32px;
        padding-top: 12px;
        padding-right: 10px;
    }
}
/*iPhone Landscape Mode and Mediium Smart Phones*/

@media screen and (max-width: 480px) {
    .container {
        width: 440px;
    }
    .section-heading {
        font-size: 24px;
        line-height: 31px;
    }
    .heading-text {
        font-size: 20px;
        line-height: 27px;
    }
    #owlStatus {
        bottom: 20px;
        right: 30px;
    }
    #owlStatus .result {
        font-size: 30px;
        line-height: 37px;
    }
    .home01 h1 {
        font-size: 20px;
        line-height: 27px;
    }
    .home04-content {
        width: 75%;
        margin-left: 35px;
    }
    .home06 span {
        font-size: 35px;
        line-height: 42px;
    }
    .about-item h1 {
        font-size: 23px;
        line-height: 30px;
    }
    .about-item h1:after {
        margin-bottom: 25px;
        margin-top: 25px;
        width: 130px;
    }
    .about-item p {
        margin-left: 50px;
        margin-right: 50px;
    }
    .about-slider.owl-theme .owl-controls .owl-page span {
        margin-left: 4px;
        margin-right: 4px;
        padding-top: 2px;
    }
    .about-slider.owl-theme .owl-controls .owl-page span p {
        padding-top: 4px;
    }
    .mini-portfolio-item-mask h3 {
        font-size: 14px;
        line-height: 21px;
    }
    .mini-portfolio span {
        font-size: 19px;
        line-height: 26px;
    }
    .services-slider.owl-theme .owl-controls .owl-page span {
        margin-left: 35px;
        margin-right: 35px;
    }
    .services-slider.owl-theme .owl-controls .owl-page span i {
        font-size: 25px;
        line-height: 32px;
    }
    .services-caption h1 {
        font-size: 23px;
        line-height: 30px;
    }
    .services-caption h1:after {
        margin-bottom: 30px;
        margin-top: 30px;
        width: 150px;
    }
    .services-item h3 {
        margin: 15px;
        margin-top: 40px;
        margin-bottom: 25px;
    }
    .news-item {
        margin-left: 50px;
        margin-right: 50px;
    }
    .team-social-links {
        margin-top: 5px;
    }
    .team-social-links a {
        margin: 0px 1px;
    }
    .testimonial-01 h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .testimonial-01 h4 {
        font-size: 13px;
        line-height: 20px;
        margin-top: 5px;
    }
    .main-text h2 {
        font-size: 35px;
        line-height: 42px;
        margin: 20px 0;
        width: 100%;
    }
    .sub-text h5 {
        font-size: 11px;
        line-height: 18px;
    }
    .video-bg .button {
        margin-top: 20px;
    }
    .portfolio-filter-nav {
        padding: 20px 0px;
    }
    .portfolio-filter-nav ul li {
        font-size: 12px;
        line-height: 19px;
        margin-left: 7px;
        margin-right: 7px;
    }
    .contact-slider.owl-theme .owl-controls {
        margin-bottom: 70px;
        margin-top: 70px;
    }
    .contact-item {
        min-height: 275px;
    }
    .gmap3 {
        height: 275px;
    }
    .contact-form input {
        width: 75%;
    }
    .contact-form textarea {
        width: 75%;
    }
    .contact-address h3 {
        margin-top: 0px;
    }
    .contact-address h2 {
        margin-top: 5px;
    }
    .contact-address h4 {
        margin-top: 5px;
    }
    .footer-social-links a {
        margin-bottom: 0px;
    }
    .news-page-head .banner-head h2 {
        font-size: 30px;
        line-height: 37px;
    }
    .single-project-head .banner-head h2 {
        font-size: 30px;
        line-height: 37px;
    }
}
/*iPhone6 Plus Portrait Mode and Mediium Smart Phones*/

@media screen and (max-width: 414px) {
    .container {
        width: 370px;
    }
    .section-heading {
        font-size: 21px;
        line-height: 21px;
    }
    .heading-text {
        font-size: 18px;
        line-height: 25px;
    }
    .about-item p {
        margin-left: 20px;
        margin-right: 20px;
    }
    .about-slider.owl-theme .owl-controls .owl-page span p {
        font-size: 10px;
        line-height: 17px;
    }
    .news-item {
        margin-left: 20px;
        margin-right: 20px;
    }
    .team-social-links {
        display: none;
    }
    .error-home h1 {
        font-size: 55px;
        line-height: 62px;
    }
}
/*iPhone6 Portrait Mode and Mediium Smart Phones*/

@media screen and (max-width: 375px) {
    .container {
        width: 350px;
    }
    .home03-item h1 {
        font-size: 20px;
        line-height: 27px;
    }
    .home04-content h1 {
        font-size: 25px;
        line-height: 32px;
    }
    .home06 span {
        font-size: 30px;
        line-height: 37px;
    }
    .about-item p {
        margin-right: 0px;
        margin-left: 0px;
    }
    .news-item {
        margin-left: 0px;
        margin-right: 0px;
    }
    .services-slider.owl-theme .owl-controls .owl-page span {
        margin-right: 15px;
    }
    .shuffle__sizer {
        width: 100%;
    }
    .contact-item {
        min-height: 250px;
    }
    .gmap3 {
        height: 250px;
    }
    .error-home h1 {
        font-size: 45px;
        line-height: 52px;
    }
    .error-home p {
        font-size: 11px;
        line-height: 18px;
    }
}
/*Other Major Small Smart Phones*/

@media screen and (max-width: 360px) {
    .container {
        width: 340px;
    }
}
/*iPhone Portrait Mode and Very Small Mobile Phones*/

@media screen and (max-width: 320px) {
    .container {
        width: 300px;
    }
    .services-slider.owl-theme .owl-controls .owl-page span {
        margin-right: 0px;
    }
    .news-page-head .banner-head h2 {
        font-size: 20px;
        line-height: 27px;
    }
    .news-page-head .banner-head p {
        font-size: 16px;
        line-height: 23px;
    }
    .single-project-head .banner-head h2 {
        font-size: 20px;
        line-height: 27px;
    }
    .single-project-page .banner-head p {
        font-size: 16px;
        line-height: 23px;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - COLOUR */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.white {
    color: #ffffff;
}

.silver {
    color: #f2f2f2;
}

.dark {
    color: #000000;
}

.grey {
    color: #aeaeae;
}

.darkGrey {
    color: #5c5c5c;
}

.color {
    color: #df4734;
}

.colorLight {
    color: #ededed;
}

.color-sub {
    color: #fee3c1;
}

.white-bg {
    background-color: #ffffff;
}

.silver-bg {
    background-color: #f2f2f2;
}

.dark-bg {
    background-color: #000000;
}

.grey-bg {
    background-color: #aeaeae;
}

.darkGrey-bg {
    background-color: #5c5c5c;
}

.color-bg {
    background-color: #df4734;
}

.colorLight-bg {
    background-color: #ededed;
}

.color-sub-bg {
    background-color: #fee3c1;
}

.trans-dark {
    background-color: rgba(0, 0, 0, 0.4);
}

.trans-white {
    background-color: rgba(255, 255, 255, 0.6);
}

.button {
    border-color: #444444;
}

.button a {
    color: #444444;
}

.section-heading.white:after {
    background-color: #ffffff;
}

.section-heading.white:before {
    background-color: #ffffff;
}

.section-heading.dark:after {
    background-color: #444444;
}

.section-heading.dark:before {
    background-color: #444444;
}

.main-menu-item i {
    color: #ffffff;
}

.main-menu-item a {
    color: #ffffff;
}

.main-menu-item a:hover {
    color: #df4734;
}

.main-menu-item a:hover i {
    color: #df4734;
}

.main-menu-item .current_page_item a {
    color: #df4734;
}

.mobile-menu-item a.active-nav {
    color: #df4734;
}

.sub-menu {
    background-color: #5c5c5c;
}

.sub-menu .has-sub-menu a {
    color: #ffffff;
    background-color: #444444;
}

.sub-menu .has-sub-menu a:hover {
    color: #000000;
    background-color: #ffffff;
}

.sub-menu .has-sub-menu a:hover i {
    color: #000000;
}

.sub-menu-item {
    background-color: #444444;
}

.sub-menu-item a:hover {
    color: #000000;
    background-color: #ffffff;
}

.solid-bg {
    background-color: #444444;
}

.solid-bg .main-menu-item i {
    color: #ffffff;
}

.menu a {
    color: #ffffff;
}

.menu a:hover {
    color: #df4734;
    background-color: #000000;
}

.sm-wrap {
    background-color: #ffffff;
}

#sm-trigger {
    background-color: #5c5c5c;
}

#sm-trigger.active {
    background-color: #5c5c5c;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - HOME STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.home01 {
    background-color: rgba(0, 0, 0, 0.9);
}

.home01-slider-item01 {
    color: #ffffff;
}

.home01-slider-item02 {
    color: #ffffff;
}

.home01-slider-item03 {
    color: #ffffff;
}

.home01-slider.owl-theme .owl-controls .owl-page span {
    background-color: #ffffff;
}

.home01-slider.owl-theme .owl-controls .owl-page.active span {
    background-color: #df4734;
}

.home01-slider.owl-theme .owl-controls .owl-page span:hover {
    background-color: #df4734;
}

#owlStatus {
    color: #ffffff;
}

.currentItem {
    color: #df4734;
}

.home02 h1 {
    color: #df4734;
}

.home03-item h1 {
    color: #df4734;
}

.home04-content h1 {
    color: #000000;
    border-color: #000000;
}

.home04-content p {
    color: #000000;
}

.home04-content .button a:hover {
    background-color: #000000;
    color: #df4734;
}

.home05 h1 {
    color: #df4734;
}

.home06 span {
    color: #ffffff;
}

.dark-content .about-item h1 {
    color: #aeaeae;
}

.about-item h1:after {
    background-color: #aeaeae;
}

.about-item p {
    color: #000000;
}

.about-slider.owl-theme .owl-controls .owl-page span {
    background-color: #ffffff;
    border-color: #aeaeae;
}

.about-slider.owl-theme .owl-controls .owl-page span p {
    color: #5c5c5c;
}

.about-slider.owl-theme .owl-controls .owl-page span:hover {
    background-color: #444444;
    border-color: #444444;
}

.about-slider.owl-theme .owl-controls .owl-page span:hover p {
    color: #ffffff;
}

.about-slider.owl-theme .owl-controls .owl-page.active span {
    background-color: #444444;
    border-color: #444444;
}

.about-slider.owl-theme .owl-controls .owl-page.active span p {
    color: #ffffff;
}

.mini-portfolio-item-mask {
    background-color: rgba(255, 255, 0, 0);
}

.mini-portfolio-item:hover > .mini-portfolio-item-mask {
    background-color: rgba(255, 255, 0, 0.7);
}

.mask-content {
    color: #000000;
}

.mask-content:hover {
    color: #ffffff;
}

.services {
    background-color: #ededed;
}

.services-caption h1:after {
    background-color: #aeaeae;
}

.services-item-text h3 {
    color: #5c5c5c;
}

.services-item .button:hover {
    background: #df4734;
    border-color: #df4734;
}

.services-read-more a {
    color: #5c5c5c;
}

.services-read-more-icon {
    color: #000000;
}

.services-read-more a:hover > .services-read-more-icon {
    color: #5c5c5c;
}

.services-read-more a:hover {
    color: #000000;
}

.services-slider.owl-theme .owl-controls .owl-page span {
    background: #aeaeae;
}

.services-slider.owl-theme .owl-controls .owl-page span:hover {
    background: #df4734;
}

.services-slider.owl-theme .owl-controls .owl-page.active span {
    background-color: #df4734;
    border-color: #000000;
}

.services-slider.owl-theme .owl-controls .owl-page span i {
    color: #ffffff;
}

.services-slider.owl-theme .owl-controls .owl-page span:hover i {
    color: #000000;
}

.services-slider.owl-theme .owl-controls .owl-page.active span i {
    color: #000000;
}

.news-content {
    color: #ffffff;
}

.news-item h1 {
    color: #ffffff;
    margin: 0;
}

.news-item h3 {
    color: #ffffff;
}

.news-item h3:after {
    background-color: #df4734;
}

.news-item p {
    color: #ffffff;
}

.news-item:hover {
    background-color: #5c5c5c;
    border-color: #df4734;
}

.team {
    background-color: #ffffff;
    color: #000000;
}

.team-slider.owl-theme .owl-controls .owl-page span {
    background-color: #000000;
}

.team-slider.owl-theme .owl-controls .owl-page span:hover {
    background-color: #df4734;
}

.team-slider.owl-theme .owl-controls .owl-page.active span {
    background-color: #df4734;
}

.team-member-details h4 {
    border-color: #aeaeae;
}

.team-social-links a {
    color: #ffffff;
    background-color: #000000;
}

.team-social-links a:hover {
    color: #df4734;
}

.owl-carousel.team-slider .owl-item {
	margin-bottom: -20px;
}

.joinus-banner {
    background-color: #df4734;
}

.joinus-banner h3 {
    color: #000000;
}

.joinus-banner .button:hover,
.button:hover {
    border-color: #000000;
}

.joinus-banner .button a:hover {
    background-color: #000000;
    color: #df4734;
}

.testimonial h3 {
    color: #ffffff;
}

.testimonial h4 {
    color: #df4734;
}

.testimonial-slider.owl-theme .owl-controls .owl-page.active span {
    background-color: #df4734;
}

.testimonial-slider.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #df4734;
}

.main-text h2 {
    color: #df4734;
}

.sub-text h5 {
    color: #ffffff;
}

.video-bg .button a {
    background-color: #000000;
    color: #ffffff;
}

.video-bg .button:hover {
    border-color: #df4734 !important;
}

.video-bg .button a:hover {
    background-color: #df4734;
    color: #000000;
}

.portfolio {
    background-color: #000000;
}

.portfolio-filter-nav {
    background-color: #5c5c5c;
}

.portfolio-filter-nav ul li a {
    color: #000000;
}

.portfolio-filter-nav ul li a:hover {
    color: #df4734;
}

.portfolio-filter-nav .active {
    color: #df4734;
}

.portfolio-item-mask {
    background-color: #df4734;
}

.portfolio-item:hover > .portfolio-item-mask {
    background-color: rgba(255, 255, 0, 0.7);
}

.item-slider .flex-direction-nav li a {
    color: #ffffff;
}

#project-item {
    background-color: #ffffff;
}

.ajax-btn.button a:hover {
    background-color: #000000;
    border-color: #000000;
    color: #df4734;
}

.promo-mask {
    background-color: rgba(255, 255, 0, 0);
}

.promo-mask a span {
    color: #000000;
}

.promo-portfolio:hover > .promo-mask {
    background-color: rgba(255, 255, 255, 0.8);
}

.counter-icon {
    color: #000000;
}

.animated-num {
    color: #000000;
}

.contact-caption h1 {
    color: #aeaeae;
}

.contact-form input {
    border-color: #df4734;
    color: #df4734;
}

.contact-form textarea {
    border-color: #df4734;
    color: #df4734;
}

.contact-form button,
.contact-form input.wpcf7-submit {
    background-color: #df4734;
    color: #000000;
}

.contact-address {
    color: #ffffff;
    border-color: #ffffff;
}

.contact-social-links a {
    color: #ffffff;
}

.contact-slider.owl-theme .owl-controls .owl-page span {
    color: #ededed;
    background-color: #aeaeae;
}

.contact-slider.owl-theme .owl-controls .owl-page span:hover {
    color: #000000;
    background-color: #df4734;
}

.contact-slider.owl-theme .owl-controls .owl-page.active span {
    color: #000000;
    background-color: #df4734;
}

#contactform::-webkit-input-placeholder {
    color: #df4734;
}

#contactform:-moz-placeholder {
    color: #df4734;
}

#contactform::-moz-placeholder {
    color: #df4734;
}

#contactform:-ms-input-placeholder {
    color: #df4734;
}

.contact-address h1 {
    color: #df4734;
}

.contact-address h3 {
    color: #ffffff;
}

.contact-address h4 {
    color: #ffffff;
}

.contact-address h2 {
    background-color: #5c5c5c;
    color: #ffffff;
}

.footer-social-links a {
    background-color: #000000;
}

.error-home h1,
.error-home p {
    color: #df4734;
}

.single-project-content {
    background: #ededed;
}

.single-project-head .banner-head h2,
.single-project-head .banner-head p,
.single-project-head .banner-head a {
    color: #ffffff;
}

.single-project-content .caption-para p {
    color: #5c5c5c;
}

.single-project-content-wrap .button:hover,
.paging .button:hover, .single_add_to_cart_button:hover, .wc-proceed-to-checkout .button:hover, #calc_shipping_postcode_field .button:hover, .widget_shopping_cart_content .button:hover {
    border-color: #df4734;
    background: #df4734;
   	-webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.paging .button:hover,
.paging .button {
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.project-tag-section a {
    border-color: #000000;
    color: #000000;
}

.project-tag-section a:hover {
    border-color: #df4734;
    background: #df4734;
}

.news-page-content {
    background: #ededed;
}

.news-page-head .banner-head h2,
.news-page-head .banner-head p {
    color: #ffffff;
}

.news-page-content .caption-para p {
    color: #5c5c5c;
}

.news-content-wrap .button:hover {
    border-color: #df4734;
    background: #df4734;
}

.news-tag-section a {
    border-color: #000000;
    color: #000000;
}

.news-tag-section a:hover {
    border-color: #df4734;
    background: #df4734;
}

.blog-page-list h4,
.recent-posts h4 {
    color: #000000;
    border-bottom-color: #000000 !important;
}

.blog-page-list ul li,
.blog-page-list ul li a {
    color: #000000;
}

.blog-item-text h5 {
    color: #5c5c5c;
}

.blog-item-text h6,
.blog-item-text p {
    color: #000000;
}

.blog-item-text a {
    color: #5c5c5c;
}

.blog-item-text a:hover {
    color: #000000;
}
/* SLIDER */

.home01-slider-item {
    background-size: cover !important;
    position: relative;
}

.home01 h1 {
    font-size: 48px;
    line-height: 65px;
    letter-spacing: 1px;
    position: absolute;
    left: 6%;
    bottom: 120px;
    text-transform: uppercase;
    width: 40%;
}

.home01-slider.owl-theme .owl-controls {
    position: absolute;
    right: 3%;
    top: 50%;
    z-index: 11;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home01-slider.owl-theme .owl-controls .owl-page {
    display: block;
}

.home01-slider.owl-theme .owl-controls .owl-page span {
    margin: 15px 0px;
    opacity: 1;
}

#owlStatus {
    display: inline-block;
    position: absolute;
    bottom: 60px;
    right: 80px;
}

#owlStatus .result {
    font-size: 75px;
    line-height: 82px;
    display: inline;
}

.currentItem {
    display: inline-block;
}

.owlItems {
    display: inline-block;
}

.home05 h1 {
    font-size: 23px;
    line-height: 29px;
    letter-spacing: 20px;
    padding-left: 20px;
    margin-top: 45px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.mouse-icon {
    display: inline-block;
    width: 30px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 15px;
    cursor: pointer;
    margin: 0 auto;
}

.mouse-icon .wheel {
    position: relative;
    width: 6px;
    height: 9px;
    border-radius: 50%;
    top: 4px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    /* Chrome, Safari, Opera */

    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    /* Standard syntax */

    animation-name: myfirst;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
/* Chrome, Safari, Opera */

@-webkit-keyframes myfirst {
    0% {
        top: 4px;
        opacity: 0;
    }
    30% {
        top: 9px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}
/* Standard syntax */

@keyframes myfirst {
    0% {
        top: 4px;
        opacity: 0;
    }
    30% {
        top: 9px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

.home06 span,
.header-block span {
    font-size: 55px;
    line-height: 62px;
    letter-spacing: 5px;
    color: #fff;
}

.home06 .center-logo img,
.header-block .center-logo img {
    margin-bottom: 50px;
}

.home04-content {
    width: auto;
    display: inline-block;
    width: 35%;
    margin: 0 auto;
    margin-left: 160px;
}

.home04-content h1 {
    font-size: 45px;
    line-height: 52px;
    text-transform: uppercase;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 2px solid;
}

.home04-content p {
    margin: 25px 0px;
}

.home02-bg {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.home-02-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.grey-scale {
    filter: url(filters.html#grayscale);
    /* Firefox 3.5+ */

    filter: gray(.5);
    /* IE6-9 */

    -webkit-filter: grayscale(.8);
    -moz-filter: grayscale(.8);
    -ms-filter: grayscale(.8);
    -o-filter: grayscale(.8);
    filter: grayscale(.8);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - WP COMMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

#comments li.comment .panel-default {
    border-color: transparent;
    background-color: #fefefe
}

#comments li.comment .panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    padding-bottom: 0;
}

#comments li.comment .panel-default>.panel-heading .media-heading,
#comments li.comment .panel-default>.panel-heading .comment-meta {
    display: inline-block;
    margin-right: 10px;
}

#comments li.comment .panel-default>.panel-heading .comment-meta {
    font-size: 85%;
}

#comments li.comment .panel-body {
    padding-top: 5px;
}

#comments li.comment .panel-body p {
    margin: 0 0 10px;
}

#comments li.comment .panel-footer {
    background-color: transparent;
    border-color: transparent;
    overflow: hidden;
    padding-top: 0;
}

#comments li.comment .panel-footer a {
    float: right;
}

.post .gallery .gallery-caption {
    display: none;
}

.post .gallery {
    margin-bottom: 1.5em;
    margin-left: -1%;
    margin-right: -1%;
    clear: both;
    overflow: hidden;
}

.post .gallery .gallery-item {
    border: none;
    height: auto;
    float: left;
    margin: 0 1% 2%;
}

.gallery-columns-4 .gallery-item {
    max-width: 22%;
	min-width: 22%;
	margin: 1%;
	text-align: center;
	border: 1px solid #ccc;
}

.gallery-columns-3 .gallery-item {
    max-width: 31.3%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
}

.container.fullwidth {
    max-width: 100%;
    margin: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.page-section.removetoppadding {
    padding-top: 0 !important;
}

.page-section.removebottompadding {
    padding-bottom: 0 !important;
}

.col-md-5th {
    width: 20%;
    float: left;
    display: inline-block;
}

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

body.admin-bar #main-header {
    top: 32px;
}

.aq-block-aq_promo_block.aq_span6 {
    width: 50%;
    margin: 0;
}

#main-header h1,
.single-project-head .banner-head h2 {
    margin-top: 0;
    margin-bottom: 0;
}

#post-content p,
.post-inner-content p {
    margin-bottom: 30px;
}

#sharebox .button,
.post-navigation .button,
.form-submit .button {
    margin-top: 0;
}

.list-inline {
    margin-left: 0;
}

.post-inner-content,
.gap,
.mtb {
    margin-bottom: 35px;
}

#sharebox .twitter-bg:hover {
    border: 1px solid #55acee;
}

#sharebox .twitter-bg:hover a {
    color: #55acee;
}

#sharebox .facebook-bg:hover {
    border: 1px solid #3b5998;
}

#sharebox .facebook-bg:hover a {
    color: #3b5998;
}

#sharebox .gplus-bg:hover {
    border: 1px solid #dd4b39;
}

#sharebox .gplus-bg:hover a {
    color: #dd4b39;
}

#sharebox a,
#sharebox a:hover {
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.form-control {
    height: 44px;
    padding: 12px 12px;
    border-radius: 0;
    background: #e4e4e4;
    border: none;
    outline: none;
    border-bottom: 2px solid #444;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul,
ol {
    line-height: 1.8;
}

.divider-wrapper p,
.divider-wrapper h1,
.divider-wrapper h2,
.divider-wrapper h3,
.divider-wrapper h4,
.divider-wrapper h5,
.divider-wrapper h6,
.divider-wrapper .lead,
.light-content p,
.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6,
.light-content .lead,
.light-content .percent {
    color: #fefefe;
}

.dark-content p,
.dark-content h1,
.dark-content h2,
.dark-content h3,
.dark-content h4,
.dark-content h5,
.dark-content h6,
.dark-content .lead,
.dark-content .percent {
    color: #444
}

.ajaxed-content,
.ajaxed-content p {
    color: #444444;
}

.ajaxed-content .mtb,
.ajaxed-content .post-navigation {
    display: none;
}

.ajaxed-content .page-section {
    padding-top: 0;
    padding-bottom: 0;
}

#project-item > .ajaxed-content:first-of-type {
    padding-top: 125px;
    padding-bottom: 125px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,1);
    border: 1px solid #000;
    border-radius: 12px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #df4734;
    border: 1px solid #df4734;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 - WOOCOMMERCE */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.woocommerce .col-md-8 .button,
.woocommerce .col-md-8 .added_to_cart {
    display: block;
    position: relative;
    float: left;
    padding-top: 0;
}

.type-product .item-excerpt {
    padding-top: 15px;
}

.type-product .item-excerpt h2 {
	margin: 0 0 10px 0;
}

.woocommerce-checkout .page-title,
.woocommerce-cart .page-title,
.woocommerce-page .page-title {
    display: none
}

.woocommerce-offset,
.woocommerce-page .title-metas {
    display: none
}

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
    padding-top: 12px;
}

.woocommerce-checkout .woocommerce-offset,
.woocommerce-cart .woocommerce-offset,
.woocommerce-page .woocommerce-offset {
    display: block
}

h1.page-title {
    float: left
}

.woocommerce-page table.cart td.actions .coupon .input-text {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 180px;
    margin-right: 15px;
    border-bottom: none;
    padding: 12px 20px;
}

.cart_totals table {
    float: right
}

.shipping_calculator h2 {
    text-align: right!important;
    font-size: 16px!important
}

.page-title p {
    display: inline;
    text-transform: none;
    font-size: 12px;
    float: none!important;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 10px
}

.dt-cart a {
    font-size: 16px!important;
    position: relative
}

.main-menu-item.dt-cart {
    display: none;
}

.dt-count {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    position: absolute;
  	top: -8px;
	left: 12px;
    font-size: 10px;
    color: #000 !important;
    display: block;
    font-family: 'Arial', sans-serif;
    background-color: #df4734;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 48%
}

.woocommerce span.onsale,
.woocommerce-page span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    background-color: #3498DB;
}

.woocommerce input[type="submit"].button {
    padding: 12px 21px!important
}

.col-md-6 div.star-rating,
.col-md-6 .price {
    float: right!important;
    clear: both
}

.woocommerce .price,
.woocommerce .price * {
    color: #333333 !important;
    font-weight: 300;
    text-decoration: none
}

.woocommerce .price {
    font-size: 20px !important;
}

.woocommerce .price del {
    display: none!important
}

.woocommerce .col-md-8 .button,
.woocommerce .col-md-8 .added_to_cart {
    margin-top: 10px
}

.woocommerce .col-md-4 .star-rating + .price {
    margin-top: 30px
}

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
    margin: 7px 0 .5em;
}

.woocommerce-hr {
    margin: 40px 0 15px
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    margin-bottom: 0!important
}

.woocommerce .images figure {
    margin-bottom: 0
}

.woocommerce .panel {
    background: #fff;
    border: none;
    box-shadow: none;
    padding: 20px !important
}

.woocommerce-tabs #tab-description > h2,
.woocommerce-tabs #tab-reviews #reviews #comments > h2 {
    display: none;
}

.woocommerce .comment-text {
    background: #fff
}

.woocommerce-tabs ul.tabs li {
    background: none!important;
    border: none!important;
    margin: 0!important;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 20px;
}

.woocommerce-tabs ul.tabs li:before,
.woocommerce-tabs ul.tabs li:after,
.woocommerce-tabs ul.tabs:before,
.woocommerce-tabs ul.tabs:after {
    display: none!important
}

.woocommerce-tabs ul.tabs li.active {
    background: #fff!important
}

.woocommerce-tabs ul.tabs {
    margin-bottom: 0!important;
    border: none!important;
    padding: 0!important
}

div.woocommerce-tabs {
    padding: 40px 0
}

div[itemprop="description"] {
    padding: 15px 0 25px
}

.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
    display: none!important
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
    border-radius: 0!important;
    border: none!important;
    height: auto!important;
    padding: 10px 20px !important;
    width: 80px!important
}

.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
    width: 80px!important;
    overflow: visible!important;
    display: inline;
}

.woocommerce #content div.product form.cart,
.woocommerce div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce-page div.product form.cart {
    margin: 25px 0;
}

.added {
    display: none!important
}

.woocommerce th,
.woocommerce td {
    text-align: center;
    vertical-align: middle !important;
}

.woocommerce 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 {
    width: 80px;
    float: left;
    margin-right: 10px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #fff;
  border-radius: 4px;
  height: 6px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    border-radius: 0
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	  height: 25px;
  width: 15px;
  background-color: #000;
  top: -9px;
}

button.button {
    font-size: 12px!important;
    letter-spacing: 1px!important;
    font-weight: 900!important
}

.single-product.single figure {
    margin-bottom: 0
}

.woocommerce h1.page-title {
    height: auto
}

span.onsale {
    z-index: 9
}

.woocommerce span.onsale,
.woocommerce-page span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
    color: #fff!important;
    text-transform: uppercase;
    border: none
}

.woocommerce-tabs .commentlist {
    padding: 0;
    list-style: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    width: 60px;
    background: none;
    border: none;
    float: left;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 75px;
    border: none;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    background: #fefefe;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total,
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    border: none;
}

.woocommerce-cart .col-md-8,
.woocommerce-checkout .col-md-8 {
    width: 100%;
}

.widget_shopping_cart_content .button {
    padding: 10px 12px;
}

.shop_table tr:last-of-type td {
    padding-top: 50px;
}

.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-page table.cart a.remove {
    height: 25px;
    width: 25px;
}

.widget_product_search input[type="submit"] {
    display: none;
}

.woocommerce-tabs .commentlist li {
    margin-bottom: 20px;
}

.woocommerce-tabs .commentlist li .star-rating {
    float: right;
}

.single_add_to_cart_button, .wc-proceed-to-checkout .button, #calc_shipping_postcode_field .button, .widget_shopping_cart_content .button, .alert .button {
	padding: 10px 20px;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
   	 -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
  height: 50px;
  width: auto;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select, .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text, .woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
	padding: 10px 20px;
}

.wc-proceed-to-checkout .checkout-button {
		float: right;
}

#review_form #respond label {
		margin-bottom: 10px;
}

#review_form #respond input {
	margin-bottom: 15px;
}

#review_form #respond input.submit {
	margin-bottom: 0;
}

.woocommerce .pagination>.active>a, .woocommerce .pagination>.active>span, .woocommerce .pagination>.active>a:hover, .woocommerce .pagination>.active>span:hover, .woocommerce .pagination>.active>a:focus, .woocommerce .pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #000;
  border-color: #000;
}

.woocommerce  .pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media (max-width:960px){
  .breadcrumb {display:none!important;}
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
    border-bottom: 2px solid #df4734;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #ccc;
    text-align:left;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}
span.wpcf7-list-item {
	display: block !important;
}