/******************************************************************/
/*
Theme Name: PlayerXtreme
Theme URI: http://www.playerxtreme.com
Author: PlayerXtreme
Author URI: http://www.playerxtreme.com
Version: 1.2.0
License: Proprietary
Text Domain: square
Tags: black, custom-background, custom-header, custom-menu, featured-images, fluid-layout, left-sidebar, light, responsive-layout,
sticky-post, theme-options, threaded-comments, translation-ready, two-columns, white, editor-style, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,300,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans%20Pro:200italic,200,300italic,300,400italic,400,600italic,600,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

body{
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

}

#banner-1{
    width: 100%;
}

.sq-main-navigation li:hover, .sq-main-navigation a:hover{
    color: white;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
}
header{
    position: absolute;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
}

h1{
    font-size: 28px;
    margin-bottom: 15px;
}

h2{
    font-size: 26px;
    margin-bottom: 15px;
}

h3{
    font-size: 24px;
    margin-bottom: 15px;
}

h4{
    font-size: 22px;
    margin-bottom: 10px;
}

h5{
    font-size: 20px;
    margin-bottom: 10px;
}

h6{
    font-size: 18px;
    margin-bottom: 10px;
}
p {
    margin:0 0 15px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #f2f3f4; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}

table {
    margin: 0 0 15px;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #0082ff;
    padding: 0 20px;
    color: #FFF;
    border: 0;
    line-height: 36px;
    height: 36px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea{
    color: #404040;
    border: 1px solid #DDD;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    height: 42px;
    width: 100%;
}

select {
    border-top: 1px solid #d2d3d3;
    border-bottom: 1px solid #d2d3d3;
    border-left: 0;
    border-right: 0;

    padding: 3px 40px 3px 8px;
    height: 36px;
    background-color: transparent;
    line-height: 100%;
    outline: 0;
    background-image: url("images/arrow.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    background-size: 100%;
    -moz-appearance: none;

    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6b6b6b;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    outline: 0;
    border: 1px solid #CCC;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 3px 8px;
}

textarea {
    padding: 3px 8px;
    width: 100%;
    min-height: 100px;
}

input[type="search"] {
    width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #222;
    text-decoration: none;
}

a:visited {

}

a:hover,
a:focus,
a:active {
    color: #0082ff;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.sq-clearfix:before,
.sq-clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after {
    content: "";
    display: table;
}

.sq-clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 30px;
}

.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul ul{
    margin-left: 10px;
}

.widget a{
    text-decoration: none;
    color: #444;
}

#sq-colophon .widget {
    margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
    width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

ul.related_post li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*--------------------------------------------------------------
## Posts and pages
## START NEW BLOG PAGE CSS
--------------------------------------------------------------*/
.blog-bg{
    padding-top: 0 !important;
    text-align: center;
    background: url('images/blog-background.jpg') no-repeat center top !important;
    background-position: left top!important;
    background-size: cover !important;
}
.blog-nav-bar header{
    padding-top: 20px !important;
}
.b-heading{
    font-size: 46px;
    margin-bottom: 40px;
}
.h-blog {
    padding: 230px 11.3% 0;
}
.sb-blog{
    margin-top: 230px !important;
}
#blogs-section{
    text-align: center;
    padding: 70px 0;
    background-color: #f3f3f3;
}

.blog-img-container{
    background: none;
}
.entry-meta time {
    font-size: 16px;
    color: #979797;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
}
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 30px;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.single-entry-content{
    font-size: 16px;
    background: white;
    padding: 60px;
    border-radius: 2px;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

#primary{
    width: 69%;
    float: left;
}

#secondary{
    width: 28%;
    float: right;
}

.sq_no_sidebar #primary{
    width: auto;
    float: none;
}

.sq_no_sidebar_condensed #primary{
    width: 76%;
    float: none;
    margin: 0 auto;
}

.sq_left_sidebar #primary{
    float: right;
}

.sq_left_sidebar #secondary{
    float: left;
}

.entry-figure{
    background: #FFF;
    text-align: center;
    min-height: 100px;
}

.sq-post-wrapper{
    /*width: 90%;*/
    /*margin: -100px auto 0;*/
    background: #FFF;
    position: relative;
    padding: 8px;
}

.entry-header{
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}
.entry-content {
    padding: 40px 60px;
    background: #fff;
    border-radius: 0 0 2px 2px;
}

.entry-header .entry-title{
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
}

.entry-header .entry-title a{
    text-decoration: none;
    color: #444;

}

.entry-meta,
.entry-footer{
    font-size: 13px;
    color: #666;
    font-style: italic;
    padding: 0 40px 40px;
}

.entry-meta span,
.entry-footer span{
    margin-right: 10px;
}

.entry-meta span .fa,
.entry-footer span .fa{
    margin-right: 5px;
}

.entry-meta a,
.entry-footer a{
    text-decoration: none;
}

.entry-summary .read-more{
    margin-left: 5px;
    color: #333333;
    font-size: 16px;
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.entry-summary .read-more:hover{
    color: #0082ff;
}

.single .entry-meta{
    margin-bottom: 20px;
}
.entry-summary p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #6b6b6b;
}

/*blog search page*/
.search-header-bg{
    background: url('images/hero-blog-default.jpg') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero-inside {
    background-position: center center!important;
}
.hero-inside {
    padding-top: 300px;
    padding-bottom: 70px;
}
.hero-inside, .hero-inside .headline {
    position: relative;
}
.blog-grid:before, .hero:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(25,27,29,.6);
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
    text-align: left;
}
.hero-inside, .hero-inside .headline {
    position: relative;
}
.flush-bottom {
    padding-bottom: 0!important;
}
.sub-headline {
    font-style: normal;
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.4em;
    letter-spacing: 1;
    padding-bottom: 5px;
    display: inline-block;
}
.sub-headline, .sub-headline a {
    color: rgba(255,255,255,.5);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.hero-inside .headline h1 {
    font-size: 48px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.column, .columns, .row.small-collapse>.column, .row.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
}


/*single blog page*/
.gray-blog{
    background: #f2f3f4;
    display: inline-block;
    width: 100%;
}
.mobile-off {
    display: block;
}
.mobile-on {
    display: none;
}
.post-deets {
    border-bottom: solid 1px #e0e3e6;
    padding-top: 30px;
    font-size: .9em;
}
.mobile-on .post-deets, .post-deets {
    padding-bottom: 10px;
}
.row {
    margin: 0 auto;
    width: 100%;
}
.post-deets .icomoon:first-child {
    padding-left: 125px;
}
.post-deets .fa {
    padding-left: 25px;
    padding-right: 3px;
    color: #b3bac1;
}
.post-deets a, .comments-count {
    color: #868c96 !important;
    font-size: 14px;
    font-family: Roboto,Helvetica,sans-serif;
}
.post-deets a:hover, .comments-count:hover{
    color: #0082ff !important;
}
.post-deets ul, .post-deets ul li, .single-date {
    display: inline-block;
}
.post-deets .fa:first-child {
    padding-left: 125px;
}
.single-date {
    border: 1px solid #e0e3e6;
    text-transform: uppercase;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    margin-top: -40px;
    border-radius: 2px;
}
.single-date .day {
    font-size: 64px;
    letter-spacing: -1px;
    padding-top: 0px;
    color: #868c96;
    font-family: Roboto,Helvetica,sans-serif;
    font-weight: 400;
    height: 80px;
}
.blogg-footer-date {
    padding-right: 10px;
}
.mobile-on .row.post-deets .container .columns {
    float: left;
}
.share-bar {
    padding-bottom: 30px;
    position: relative;
    margin-top: -98px;
    display: inline-block;
    padding-left: 40px;
}
.share-title {
    font-size: 14px;
    padding-bottom: 5px;
    font-family: Roboto,Helvetica,sans-serif;
}
.post-date, .share-title, .view-article {
    display: block;
    clear: both;
}
.social-share-ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.share-bar ul li, .sq-site-social a {
    display: inline-block;
    font-size: 2.3em;
    float: left;
    -webkit-transition: -webkit-transform .25s ease;
    -moz-transition: -moz-transform .25s ease;
    -o-transition: -moz-transform .25s ease;
    transition: transform .5s ease;
    padding-left: 10px;
}
.share-bar ul li:first-child {
    padding-left: 0;
}
.social-share-ul img:hover, .sq-site-social img:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.social-share-ul img, .sq-site-social img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.icon-feed-twitter, a .icon-social-twitter-circular {
    color: #00aced!important;
    content: url('css/fonts/1469466295_Twitter.svg');
}
.icon-social-twitter-circular::after {
    color: #00aced!important;
    content: url('css/fonts/1469466295_Twitter.svg');
}
.icon-feed-facebook, a .icon-social-facebook-circular {
    color: #5e89e6!important;
    content: url('css/fonts/1469466242_Facebook.svg');
}
.icon-social-facebook-circular::after {
    color: #5e89e6 !important;
    content: url('css/fonts/1469466242_Facebook.svg');
}
.icon-feed-google, a .icon-social-google-circular {
    color: #dd4b39!important;
    content: url('css/fonts/1469466348_Google_.svg');
}
.icon-social-google-circular::after {
    color: #dd4b39!important;
    content: url('css/fonts/1469466348_Google_.svg');
}
.icon-feed-linkedin, a .icon-social-linkedin-circular {
    color: #007bb6!important;
    content: url('css/fonts/1469466325_LinkedIn.svg');
}
.icon-social-linkedin-circular::after {
    color: #007bb6!important;
    content: url('css/fonts/1469466325_LinkedIn.svg');
}
.icon-feed-linkedin, a .icon-social-instagram-circular {
    color: #007bb6!important;
    content: url('css/fonts/1469466260_Intsagram.svg');
}
.icon-social-instagram-circular::after {
    color: #007bb6!important;
    content: url('css/fonts/1469466260_Intsagram.svg');
}


.no-results header {
    position: relative;
}


@media screen and (max-width: 40.063em) {
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .sub-headline {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.4em;
        letter-spacing: 1;
        padding-bottom: 5px;
        display: inline-block;
    }
    .sub-headline, .sub-headline a {
        color: rgba(255,255,255,.5);
    }
    .hero-inside {
        padding-top: 150px;
        padding-bottom: 30px;
        position: relative;
    }
    .hero-inside .headline h1 {
        font-size: 29px;
        line-height: 1.3em;
        color: #fff;
        font-weight: 300;
    }
    .mobile-on {
        display: block !important;
    }
    .mobile-off {
        display: none !important;
    }
    .post-deets {
        padding-top: 15px;
        padding-bottom: 35px !important;
    }
    .post-deets .fa:first-child {
        padding-left: 0;
    }
    .post-deets .fa {
        padding-left: 15px !important;
        padding-right: 3px !important;
    }

}
@media screen and (max-width: 64.063em) {
    .container {
        padding-left: 60px;
        padding-right: 60px;
    }
    .share-bar {
        display: none;
    }
}
/*--------------------------------------------------------------
## END NEW BLOG PAGE CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.widget-area .widget-title{
    position: relative;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.widget-area .widget-title:before{
    /*content: "";
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 8px;
    height: 1px;
    width: 40px;
    background: #0082ff;*/
}

.widget-area .widget-title:after{
   /* content: "";
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 12px;
    height: 1px;
    width: 20px;
    background: #0082ff;*/
}

.widget-area ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-area ul ul{
    border-top: 1px solid #F6F6F6;
    margin-top: 5px;
}

.widget-area ul ul li{
    padding-left: 10px;
}

.widget-area ul ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}

.widget-area li{
    padding: 6px 0;
    border-bottom: 1px solid #F6F6F6;
}
.cat-post-item:before, .cat-post-item:after{
    display: inline;
}
.widget-area a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #6b6b6b;
    display: inline-block;
}
a.post-title.cat-post-title {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
    word-spacing: normal;
    width: 100%;
}
.widget-area a:hover{
    color: #0082ff;
}

.widget-area .widget{
    margin-bottom: 20px;
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
}
.blog-container{
    padding: 80px 10% !important;
}
.blog-container-search {
    padding: 70px 10% !important;
}
.blog-container-single-blog{
    padding: 25px 10% !important;
}
.search-term{
    position: relative;
}
.search-form input.search-field{
    background-image: url("images/search-icon.jpg");
    background-repeat: no-repeat;
    background-position: 96% 9px;
}
.blog-img-container img {
    width: 100%;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.author-email-url{
    margin-left: -2%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
    float: left;
    margin-left: 2%;
    width: 31.33333%;
}

.author-email-url input{
    width: 100%;
}

.comment-form .form-submit{
    margin-bottom: 0
}

#comments{
    border: 1px solid #EEE;
    padding: 30px;
    margin-bottom: 25px;
}

h3#reply-title,
h3.comments-title{
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}

h3#reply-title:after,
h3.comments-title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    background: #0082ff;
    height: 2px;
}

.logged-in-as,
.comment-notes{
    font-size: 13px;
}

#comments ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#comments li.comment{
    margin: 0 0 20px;
}

#comments li.comment .children{
    display: block;
    margin: 20px 0 0 30px;
    padding:0;
    list-style: none;
}

article.comment-body {
    background: #fff !important: ;
    margin:0 !important;
    padding: 15px !important;
    position: relative !important;
    border: 1px solid #EEE !important;
}
.comment-list a{
    color: #404040;
}

.comment-list a:hover{
    color: #0082ff !important;
}

.comment-list .comment-respond{
    margin-top: 20px;
    border: 1px solid #EEE;
    padding: 20px;
}

.comment-list .vcard img {
    border-radius: 50%;
    margin-right: 10px;
}

.comment-list .vcard .fn{
    font-weight: normal;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}

.comment-list .edit-link{
    position: absolute;
    right: 0;
    top: 0;
}

.comment-list .edit-link a{
    font-size: 13px;
    display: inline-block;
    padding: 10px;
}

.comment-list .comment-meta {
    margin-bottom: 15px;
}

.comment-list .comment-metadata {
    border-top: 1px solid #EEE;
    padding-top: 10px;
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
}

.comment-list .comment-metadata a {
    float: left;
}

.comment-list .comment-metadata .reply {
    float: right;
}

#cancel-comment-reply-link {
    float: right;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a{
    background: #0082ff;
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
}

.comment-navigation .nav-next a{
    margin-right: 13px;
}

.comment-navigation .nav-next a:after{
    content: "";
    position: absolute;
    border-left: 11px solid #0082ff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 0;
    right: -11px;
}

.comment-navigation .nav-previous a{
    margin-left: 11px;
}

.comment-navigation .nav-previous a:after{
    content: "";
    position: absolute;
    border-right: 11px solid #0082ff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 0;
    left: -11px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.sq-container{
    width: 100%;
    margin: 0;
    padding-top: 5px;
}

#sq-page{

}

.sq-site-content{
    position: relative;
    z-index: 99;
}

.sq-section-title{
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 36px;
}

.sq-section-title:after{
    content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    background: #0082ff;
    top: 100%;
    left: 0;
    margin-top:10px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.h-site-name{
    color: #0082ff;
    font-size: 30px;
}
#sq-masthead{
    /*	background: rgba(30, 36, 42, 0.25); */
    /*	position: fixed;*/
    left: 0;
    right: 0;
    z-index: 999;
    font-family: "Roboto Condensed", sans-serif;
    padding: 0 11.3%;
    /*height: 82px;*/
    /*	transition: all 0.6s ease-in-out;*/
    /*	-moz-transition: all 0.6s ease;*/
    /*	-webkit-transition: all 0.6s ease;*/
    /*	box-shadow: 00 8px rgba(0,0,0,0.2);*/
}

#sq-masthead.sq-white{
    /*	background: rgba(255, 255, 255, 0.8);*/
}

#sq-masthead.sq-scrolled{
    /*	background: rgba(30, 36, 42, 0.8); */
}

#sq-masthead.sq-white.sq-scrolled{
    /*	background: rgba(255, 255, 255, 1);  */
}

#sq-site-branding{
    display: inline-block;
    float: left;
}

#sq-site-branding img{
    max-height: 62px;
}

.sq-main-header{
    background-color: #f2f3f4;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 50px 0 20px;
    margin-bottom: 25px;
}

.sq-main-title{
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444;
    position: relative;
}

.sq-main-title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 6px;
    width: 40px;
    height: 2px;
    background: #FFF;
}

.sq-main-title:before{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 12px;
    width: 20px;
    height: 2px;
    background: #FFF;
}

.sq-site-title{
    font-family: 'Source Sans Pro', sans-serif;
    /*font-weight: bold;*/
    margin: 0 0 5px;
    /*letter-spacing: 1px;*/
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1;
    text-align: left;
}

.sq-site-title a{
    text-decoration: none;
    color: #fff;
}

.sq-white .sq-site-title a{
    color: #555;
}

.sq-site-description{
    color: #AAA;
    margin: 0;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
}

.sq-white .sq-site-description{
    color: #555;
}

.taxonomy-description{
    color: #000;
    margin-top: 30px;
}

.taxonomy-description p:last-child{
    margin-bottom: 0;
}

/*--------------------------------------------------------------
  START HOME PAGE CSS
--------------------------------------------------------------*/
.h-background{
    padding-top: 20px;
    text-align: center;
    background: url('images/h-bg.jpg') no-repeat center top;
    background-position: left top!important;
    background-size: cover;

}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@keyframes fadeIn
{
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.h-fadeIn {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
.h-fadeIn.h-heading {
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}


.h-container {
    padding: 160px 11.3% 0;
}

.h-heading{
    font-family: 'Open Sans', sans-serif;
    font-size: 56px;
    color: white;
    font-weight: 300;
}
.h-tagline{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: white;
    margin-bottom: 25px;
}
.h-button {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: white;
    border-radius: 1000px;
    padding: 14px 29px 14px 40px;
    text-transform: uppercase;
    background: #0082ff;
    display: inline-block;
    outline: 0;
    border: none;
    transition: all .3s ease;
}
.h-button:hover{
    color: white;
    background: #2795ff;
}
.h-arrow{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    right: 25px;
    opacity: 0;
    font-size: 12px !important;
    top: -1px;
}

.h-button:hover .h-arrow {
    right: -5px;
    opacity: 1;
}
.h-twites-container{
    text-align: center;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.h-twites-container a {
    display: inline-block;
}
.h-twitter-img {
    margin-bottom: 10px;
}
.h-twitter-tweet, .h-twitter-tweet-name{
    color: #c9c9c9 ;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.sub-navy {
    margin-top: 70px;
    /*background-color: rgba(0,0,0,.4);*/
}
#sub-menu {
    text-align: center;
    float: none;
    display: block;
    margin: 0;
    margin-top: 107px;
    background-color: rgba(0,0,0,.4);
}
#sub-menu li {
    margin: 0 auto 0 -4px;
    display: inline-block;
}
#sub-menu li a {
    font-family: 'Roboto', sans-serif;
    margin: 20px 0;
    width: 130px;
    padding: 0;
    border-right: 1px solid rgba(255,255,255,.1);
    font-size: 12px;
    color: white;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
#sub-menu li:last-child a {
    border-right: none;
}
#sub-menu li a:hover{
    color: #2795ff;
}

.sub-menu-icon{
    font-size: 30px !important;
    display: block !important;
    margin-bottom: 5px;
}
/*.fa-combine-icons{
    width: 129px !important;
    height: 30px !important;
    display: block !important;
}
.sub-menu-icon-1{
    font-size: 10px !important;
    bottom: 1px;
    left: -1px !important;
    display: block !important;
}*/
.h-icon-span{
    background-color: white;
    border-radius: 2px;
    border: 1px solid white;
    height: 30px;
    width: 30px;
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 5px;
}
#sub-menu li a:hover .h-icon-span{
    background-color: #2795ff;
    border: 1px solid #2795ff;
}
.sub-menu-icon-1{
    font-size: 10px !important;
    color: #333;
    display: block !important;
    margin-bottom: 0;
}
.sub-menu-icon-1:before {
    position: relative;
    top: 8px;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#sq-site-navigation{
    float: right;
    width: 70%;
    padding-top: 0;
}

.sq-main-navigation .sq-menu{
    float: right;
}

.sq-main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.sq-main-navigation li {
    float: left;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 30px !important;
    padding: 0 10px;
    cursor: pointer;
}

.sq-main-navigation a {
    display: block;
    text-decoration: none;
    color: #a4a4a4;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 700 !important;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 14px !important;
    line-height: 30px !important;
}

.sq-white .sq-main-navigation a{
    color: #444
}

.sq-main-navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100% ;
    background: #F6F6F6;
    min-width: 160px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 9999;
}

.sq-main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.sq-main-navigation ul ul a {
    text-transform: none;
    font-weight: 400;
    color: #444;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1.5;
}

.sq-main-navigation ul ul li {
    float: none;
    border-bottom: 1px solid #F0F0F0;
}

.sq-main-navigation ul ul li:last-child{
    border-bottom: 0;
}

.sq-main-navigation li:hover > a{
    color: white;
}

.sq-main-navigation ul li:hover > ul {
    display: block;
}

.sq-main-navigation .current_page_item > a,
.sq-main-navigation .current-menu-item > a,
.sq-main-navigation .current_page_ancestor > a {
    color: white
}

.sq-menu > ul > li:hover > a:before,
.sq-menu > ul > li.current_page_item > a:before,
.sq-menu > ul > li.current-menu-item > a:before{
    position: absolute;
    top: 15px;
    content: '';
    width: 15px;
    height: 2px;
    display: block;
    background: transparent !important;
}

.sq-white .sq-menu > ul > li:hover > a:before,
.sq-white .sq-menu > ul > li.current_page_item > a:before,
.sq-white .sq-menu > ul > li.current-menu-item > a:before{
    background: transparent !important;
}

.sq-main-navigation ul ul li:hover > a{
    background: #0082ff;
    color: #FFF;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 15px;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
## About PlayerXtreme
--------------------------------------------------------------*/
.ab-container {
    display: inline-block;
    padding-top: 85px;
    text-align: center;
}
.ab-platform-container {
    display: inline-block;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
}

.ab-about-sec-div{
    display: inline-block;
    width: 100%;
    padding: 0 0 0 11.3%;
}
.ab-text-div{
    float: left;
    text-align: left;
    width: 50%;
}
.ab-img-div{
    display: inline-block;
    width: 50%;
    text-align: right;
    float: right;
}
.ab-banner-img-1 {
    width: 100%;
}
.ab-sec-heading{
    font-family: 'Open Sans', sans-serif;;
    font-weight: 300;
    font-size: 40px;
}
.ab-sec-detail{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #454545;
    line-height: 1.9;
}
.ab-sec-banner-2-div {
    margin-top: 48px;
}

/*--------------------------------------------------------------
## Everywhere Slider
--------------------------------------------------------------*/
/*****************new css*****************/
#everywhere-section{
    text-align: center;
}
.ev-container{
    background-color: #fbfbfb;
    padding-top: 10px;
}
.ev-btns-div{
    background-color: #e5e4e4;
    padding: 25px 11.3%;
}

/*END NEW CSS*/
/*--------------------------------------------------------------
## Ready Section
--------------------------------------------------------------*/
#ready-section {
    text-align: center;
    margin-top: 75px;
    background: #f1f1f1;
    padding-top: 50px;
}
.r-h3{
    font-family: 'Open Sans', sans-serif;;
    font-weight: 300;
    font-size: 38px;
}
.r-h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #868c96;
}
.r-steps-container {
    padding: 60px 0 120px;
    display: inline-block;
}
.r-step-li{
    list-style: none;
    width: 30%;
    float: none;
    height: auto;
    padding: 0 .625rem 1.25rem;
    display: inline-block;

}
.r-step {
    background: #fff;
    border-radius: 2px;
    padding: 25px;
    height: 230px;
}
.r-number-span{
    position: relative;
    top: -60px;
}
.r-li-heading{
    position: relative;
    top: -40px;
}
p.r-li-detail {
    position: relative;
    top: -35px;
    display: inline-table;
}
/*--------------------------------------------------------------
## Clients section
--------------------------------------------------------------*/
#client-section{
    text-align: center;
    padding-top: 80px;
    background: #fff;
}
.cs-tagline .cs-h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #333333;
    margin-bottom: 0;
    margin-top: 2px;
}

.cs-client-list{
    padding: 65px 85px;
}
.cs-client-item{
    width: 33%;
    display: inline-block;
}

.cs-client-img{
    width: 225px;
    height: 40px;
}
.cs-client-name{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 12px;
}
.cs-client-review{
    font-family: Ubuntu, 'sans-serif';
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    padding: 0 65px;
    display: block;
    margin-bottom: 7px;
    height: 200px;
    overflow: hidden;
}
.cs-client-position{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0082ff;
    display: inline-block;
}

/*--------------------------------------------------------------
## Blog Posts
--------------------------------------------------------------*/

.bl-container{

}
.bl-tagline .bl-h1{
    font-family: 'Open Sans', sans-serif;
    font-size: 38px;
    font-weight: 300;
    color: #333333;
}
.bl-blog-list {
    padding-top: 55px;
}
.bl-blog-img {
    /*width: 336px;
    height: 190px;*/
}
.bl-blog-item {
    width: 360px;
    text-align: left;
    display: inline-block;
    padding: 0 12px;
}
.bl-blog-info {
    padding: 15px 0 7px;
}
.bl-blog-time, .bl-blog-user{
    font-family: 'Open Sans', sans-serif;
    color: #979797;
    font-size: 12px;
    font-weight: 400;
}
.bl-blog-time .fa-clock-o, .bl-blog-user .fa-user{
    margin-right: 5px;
}
.bl-blog-user {
    float: right;
}
.bl-blog-detail-container{
    padding: 0 20px 30px;
    background-color: white;

}
.bl-blog-tittle{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bl-blog-detail{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    margin-bottom: 20px;
    min-height: 170px;
    max-height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bl-blog-read-more-btn{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
}
.bl-blog-read-more-btn:hover{
    color: #0082ff;
}
/*--------------------------------------------------------------
  END HOME PAGE CSS
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Featured Post
--------------------------------------------------------------*/
#sq-featured-post-section{
    margin-bottom: 50px;
}
.sq-featured-post-wrap{
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #f7f8f9;
}
.sq-featured-post{
    display: table-cell;
    width: 100%;
    padding:60px 40px;
    background: url('images/featured-bg.jpg') repeat-y right top;
    position: relative;
}
.sq-featured-post .sq-featured-icon{
    font-size: 38px;
    margin-bottom: 10px;
}
.sq-featured-post h4{
    position: relative;
    margin-bottom: 30px;
}
.sq-featured-post h4:after{
    content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    background: #0082ff;
    top: 100%;
    left: 0;
    margin-top:10px;
}

.sq-featured-readmore{
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: #333;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.sq-featured-post:hover .sq-featured-readmore{
    opacity: 1;
}
.sq-featured-post .sq-featured-readmore:hover{
    color: #0082ff;
}
/*--------------------------------------------------------------
## About Us
--------------------------------------------------------------*/
#sq-about-us-section{
    margin-top: 50px;
    background-color: #e5e4e4;
}
.sq-about-sec{
    width: 100%;
    float: left;

}

.sq-about-sec img{
    margin-left:30px;
    margin-right:30px;
    margin-top:10px;
    margin-bottom:10px;
}


.sq-image-stack{
    width: 35%;
    float: right;
}

.sq-elasticstack {
    position: relative;
    padding: 0;
    width: 100%;
    height: 420px;
    list-style: none;
    -webkit-perspective: 1000px;
    -webkit-perspective-origin: 50%-50%;
    perspective: 1000px;
    perspective-origin: 50% -50%;
    margin: 30px auto 0;
    float: right;
}

.no-js .sq-elasticstack {
    max-width: 1090px;
    width: 100%;
    height: auto;
    text-align: center;
}

.sq-elasticstack li {
    position: absolute;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translate3d(0,0,-180px);
    transform: translate3d(0,0,-180px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.no-js .sq-elasticstack li {
    position: relative;
    display: inline-block;
    opacity: 1;
    margin: 10px;
    cursor: default;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.sq-elasticstack li img {
    display: block;
}

.sq-elasticstack li.animate {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sq-elasticstack li.move-back {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.470, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.470, 1.515);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.470, 1.515);
}
/*--------------------------------------------------------------
## Tab
--------------------------------------------------------------*/
#sq-tab-section{
    background: #F6F6F6;
    padding: 50px 0;
}

.sq-tab{
    padding: 0;
    margin: 0;
    width: 25%;
    float: left;
    padding-right: 30px;
    border-right: 1px solid #EEE;
    list-style: none;
}

.sq-tab li{
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding-left: 40px;
    line-height: 1.2;
    position: relative;
}

.sq-tab li.sq-active:after{
    content: "";
    position: absolute;
    right:0;
    height: 100%;
    width: 5px;
    background: #0082ff;
    top: 0;
    margin-right: -33px;
}

.sq-tab li a{
    text-decoration: none;
    color: #444;
    display: block;
    padding: 15px 0;
}

.sq-tab li .fa{
    float: left;
    margin-left: -40px;
    line-height: 1.2;
}

.sq-tab li.sq-active .fa{
    color: #0082ff;
}

.sq-tab-content{
    width: 75%;
    float: right;
    padding-left: 80px;
    overflow: hidden;
}

.sq-tab-pane{
    display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#sq-colophon{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    color: #7e8b93;
    background: #2e3336;
}

.sq-site-footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.sq-site-footer ul ul{
    margin-left: 10px;
}

.sq-site-footer a{
    color: #7e8b93;
    text-decoration: none;
}

#sq-colophon h5.widget-title{
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d5dfe5;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}

#sq-colophon h5.widget-title:after{
    content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    background: #0082ff;
    top: 100%;
    left: 0;
    margin-top: 10px;
}

#sq-colophon div.textwidget a {
    text-decoration: underline;
    cursor: auto;
}

#sq-top-footer{
    padding: 50px 10% 0;
    display: inline-block;
}

#sq-top-footer .sq-container{
    border-bottom:1px solid #393f42;
    padding-bottom: 30px;
}

.sq-top-footer{
    margin-left: -3%;
}

.sq-footer{
    float: left;
    width: 22%;
    margin-left: 3%;
}

.sq-footer3{
    float: left;
    width: 22%;
    margin-left: 0%;
}

#sq-middle-footer .sq-container{
    border-bottom:1px solid #393f42;
    padding-top: 30px;
    padding-bottom: 30px;
}
#sq-middle-footer{
    background: #2e3336;
}

#sq-middle-footer .widget,
#sq-middle-footer p:last-child{
    margin-bottom: 0;
}

#sq-bottom-footer{
    padding: 10px 10%;
    line-height: 1.2;
}

.sq-site-info{
    float: left;
    position: relative;
}

#sq-bottom-footer .sq-site-info a{
    text-decoration: underline;
}

.sq-site-social{
    margin-left: 3%;
    float: left;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.sq-site-social a{
    padding:0 4px;
    font-size: 16px;
    font-family: Arial;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.sq-site-social a:hover{
    color: #F6F6F6;
}
.footer-buttons {
    display: inline-block;
    float: right;
    position: relative;
    top: -7px;
    right: 0;
    left: 15px;
}
.da-span-div{
    display: inline-block;
    width: 75%;
    height: 50px;
    float: right;
    text-align: left;
    position: relative;
}
.da-platform-tag{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    top: 5px;
    display: inline-block;
}
.da-platform-name{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    top: 3px;
}
.da-paltform {
    background: #504f4f;
    border: 1px solid #504f4f;
    border-radius: 35px;
    width: auto;
    max-width: 222px;
    min-width: 200px;
    height: 50px;
    display: inline-block;
    padding-bottom: 10px;
    cursor: pointer;
    margin-right: 10px;
}
.da-paltform:last-child{
    margin-right: 0;
}
.da-paltform:hover {
    background: #0082ff;
    border: 1px solid #0082ff;
}
.da-platform-icon {
    position: relative;
    top: 10px;
    left: 5px;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

/*--------------------------------------------------------------
## Logo Section
--------------------------------------------------------------*/
#sq-logo-section{
    padding: 50px 0;
}

#sq-logo-section .owl-carousel .owl-item{
    padding: 0 10px;
}

.sq-toggle-nav{
    display: none;
    position: absolute;
    top: -2px;
    right: 20px;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.sq-toggle-nav span{
    position: relative;
    display: block;
    width: 40px;
    height: 3px;
    background: #FFF;
    margin-top: 19px;
    border-radius: 3px;
}

.sq-toggle-nav span:after,
.sq-toggle-nav span:before{
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background: #FFF;
    border-radius: 3px;
}

.sq-toggle-nav span:after{
    top: -12px;
}

.sq-toggle-nav span:before{
    bottom: -12px;
}

.sq-white .sq-toggle-nav span,
.sq-white .sq-toggle-nav span:after,
.sq-white .sq-toggle-nav span:before{
    background: #333;
}

/*--------------------------------------------------------------
## Superfish Menu
--------------------------------------------------------------*/
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #FFF;
}

.sq-white .sf-arrows .sf-with-ul:after{
    border-top-color: #333;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #333;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

/*--------------------------------------------------------------
## Pagination CSS
--------------------------------------------------------------*/
.sq-pagination{
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.sq-pagination span,
.sq-pagination a{
    padding: 2px 6px;
    border-bottom: 2px solid #555;
    margin: 0 4px;
    font-size: 18px;
    font-weight: bold;
    color: #555;
}

.sq-pagination a:hover,
.sq-pagination span{
    color: #0082ff;
    border-bottom: 2px solid #0082ff;
}

/*--------------------------------------------------------------
## Woocommerce CSS
--------------------------------------------------------------*/
.term-description {
    color: #FFF;
    margin-top: 30px;
}

.term-description p:last-child {
    margin-bottom: 0;
}

.woocommerce .woocommerce-result-count{
    padding: 10px 0;
}

.woocommerce .woocommerce-breadcrumb{
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 15px;
}

.woocommerce .woocommerce-breadcrumb a:hover{
    color: #0082ff;
}

.woocommerce nav.woocommerce-pagination{
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}

.woocommerce nav.woocommerce-pagination ul{
    border: 0;
    margin: 0;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li{
    border: 0;
    float: none;
    margin: 0 4px;
    line-height: 1.5;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
    padding: 2px 6px;
    border-bottom: 2px solid #555;
    font-size: 18px;
    font-weight: bold;
    color: #555;

}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
    color: #0082ff;
    border-bottom: 2px solid #0082ff;
    background: none;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next{
    border: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 30px;
    background: #F6F6F6;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last{
    margin-right: 0;
}

.sq-woo-thumb-wrap{
    position: relative;
}

.woocommerce ul.products li.product a.sq-thumb-link{
    display: block;
}

.woocommerce ul.products li.product a img{
    margin-bottom: 0
}

.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce a.added_to_cart{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #0082ff;
    color: #FFF;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    height: auto;
    padding: 8px 10px;
    line-height: 1;
}

.woocommerce ul.products li.product .button.add_to_cart_button.loading{
    padding-right: 34px;
}

.woocommerce ul.products li.product:hover .button.add_to_cart_button{
    opacity: 1;
    visibility: visible;
}

.woocommerce ul.products li.product:hover .button.add_to_cart_button.added{
    opacity: 0;
    visibility: hidden;
}

.woocommerce a.added_to_cart{
    opacity: 1;
    visibility: visible;
}

.sq-woo-title-price{
    padding: 15px;
    border-bottom: 2px solid #0082ff;
    border-top: 2px solid #0082ff;
}

.woocommerce ul.products li.product h3{
    font-size: 16px;
    padding: 0;
    margin: 0 0 6px;
    font-weight: 400;
    text-transform: uppercase;
}

.woocommerce ul.products li.product h3 a{
    color: #333;
}

.woocommerce ul.products li.product h3 a:hover{
    color: #0082ff;
}

.woocommerce ul.products li.product .price{
    color: #0082ff;
    font-size: 15px;
    float: left;
    margin: 0;
    font-weight: 400;
}

.woocommerce ul.products li.product .price del{
    float: right;
    font-weight: 400;
    opacity: 1;
}

.woocommerce ul.products li.product .price ins{
    font-weight: 400;
    margin-right: 10px
}

.woocommerce span.onsale{
    background: #DD1F26;
    min-height: 0;
    min-width: 0;
    border-radius: 0;
    line-height: 1.5;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 6px;
    font-weight: 400;
    right: 5px;
    top: -6px;
    left: 10px;
    right: auto;
}
.woocommerce ul.products li.product .onsale{
    right: 10px;
    left: auto;
}

.woocommerce .woocommerce-product-rating .star-rating{
    font-size: 20px;
    color: #FFD700;
    margin: 3px 15px 0 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price{
    color: #0082ff;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins{
    float: left;
    margin-right: 15px;
    font-weight: 400;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del{
    opacity: 1;
}

.woocommerce .quantity .qty{
    width: 65px
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
    background: #0082ff;
    padding: 8px 20px;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    height: 36px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
    background: #4EA3AD;
}

.woocommerce div.product form.cart .variations label{
    font-weight: 400;
}

.woocommerce div.product form.cart .variations td.label{
    padding-top: 6px;
}

.woocommerce div.product form.cart .reset_variations{
    font-size: 13px;
    text-transform: uppercase;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover{
    background: #0082ff
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
    background: #0082ff;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 400;
    color: #FFF;
    font-size: 14px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover{
    background: #4EA3AD;
    color: #FFF;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce #review_form #respond .form-submit input{
    height: auto;
    font-size: 13px;
}

.woocommerce .woocommerce-message {
    border-top-color: transparent;
}

.woocommerce .woocommerce-message:before {
    color: #0082ff
}

.woocommerce .woocommerce-info {
    border-top-color: transparent;
}

.woocommerce .woocommerce-info:before {
    color: #0082ff
}

.woocommerce .woocommerce-error {
    border: 1px solid #DD1F26;
}

.woocommerce .woocommerce-error:before {
    color: #DD1F26
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
    box-shadow: none;
    border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    border-bottom: 2px solid #EEE;
    padding: 0;
    overflow: visible;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border: 0;
    background: transparent;
    margin: 0 20px 0 0;
    border-radius: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{
    content: "";
    height: 4px;
    width: 100%;
    background: #0082ff;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -1px;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
}

.woocommerce #reviews #comments{
    border: 0;
    padding: 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
    border-radius: 0;
}

.woocommerce .star-rating span:before{
    color: #FFD74F;
}

.woocommerce #reviews h3:after{
    display: none;
}

#reviews #review_form form{
    background: #F6F6F6;
    padding: 20px;
}

.woocommerce #review_form #respond p.comment-form-rating{
    font-size: 20px;
}

.woocommerce #review_form #respond .comment-form-author-email{
    margin-left: -2%;
}

.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email{
    width: 48%;
    margin-left: 2%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
    font-size: 15px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong{
    font-weight: 400;
    color: #000;
}

.woocommerce .related.products h2,
.woocommerce .upsells.products h2{
    border-bottom: 2px solid #F6F6F6;
    padding-bottom: 15px;
    line-height: 1;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
}

.woocommerce table.shop_table{
    border-radius: 0;
}

.woocommerce table.shop_table thead{
    background: #0082ff;
    color: #FFF;
}

.woocommerce table.shop_table td{
    padding: 10px 12px;
}

.woocommerce table.shop_table th{
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 10px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text{
    width: 140px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
    line-height: 36px;
}

.woocommerce-cart table.cart img{
    width: 72px;
    border: 1px solid #EEE;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th{
    font-weight: 400
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th{
    vertical-align: middle;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button{
    padding: 20px 10px !important;
    height: auto !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
    border: 1px solid #DDD;
    border-radius: 0;
}

.woocommerce form.checkout_coupon p{
    margin-bottom: 0
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li{
    padding-top: 4px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a{
    font-weight: 400;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove{
    top: 10px;
}

.woocommerce .widget_layered_nav ul li{
    padding: 6px 0;
}

.woocommerce .widget_recent_reviews .reviewer{
    font-size: 13px;
    color: #999;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background: #4EA3AD;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background: #0082ff;
    border-radius: 2px;
}

.select2-container .select2-choice{
    border-radius: 0;
    border: 1px solid #DDD;
    height: 36px;
}

.select2-drop.select2-drop-above.select2-drop-active{
    border-top: 1px solid #DDD;
    border-radius: 0
}

.select2-drop,
.select2-drop-active{
    border-color: #DDD
}

.woocommerce div.product form.cart .variations select{
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Sticky Footer CSS
--------------------------------------------------------------*/
html, body {
    height: 100%;
}

#sq-page{
    display: inline;
    width: 100%;
    height: auto;
}

#sq-colophon{
    /*display: table-row;
    height: 1px;*/

    width: 100%;
    position: relative;
    display: inline-block;
}

#sq-content{
    height: auto;
}

/*--------------------------------------------------------------
## Support page CSS
--------------------------------------------------------------*/
.px-support-banner {
    margin-top: 20px;
}

.px-text{
    text-align: center;
    margin: 20px 100px 65px;
    font-size: 15px;
}

.px-support-options {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
}

.px-support-options .px-support-option {
    /*display: table-cell;*/

    display: inline-block;
    width: 25%;
    margin-left: -50px;
}
.px-support-options li.px-support-option:first-child {
    margin: 0;
}

.px-support-options .px-support-option .box {
    display: block;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    color: #34495E;
    border-radius: 2px;
    margin: 10px auto;
    transition: all .2s ease-in-out;
}

.px-support-options .px-support-option .icon {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    top: 5px;
}

.px-support-options .px-support-option .title {
    text-align: center;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    margin-top: 10px;
    transition: all .3s ease;
    display: inline-block;
    float: left;
    font-size: 21px;
    font-family: Roboto,Helvetica,sans-serif;
}

.px-support-options .px-support-option .desc {
    text-align: left;
    padding: 30px;
    height: 140px;
}
.px-support-options .px-support-option .desc p {
    margin: 0 0 15px;
    font-size: 16px;
    display: inline-flex;
    color: #868c96;
    font-family: Roboto,Helvetica,sans-serif;
    line-height: 1.4em;
    font-weight: 400;
}
.support-bg {
    padding-top: 0 !important;
    text-align: center;
    background: url('images/support-bg.jpg') no-repeat center top !important;
    /*background-position: left top!important;*/
    background-position: center center !important;
    background-size: cover !important;
}
.support-content-area{
    width : 100% !important;
    padding-top: 45px;
    padding-bottom: 20px;
}
.support-link{
    width: 80%;
    display: inline-block;
}
.support-img-div {
    border-bottom: 1px solid #f2f3f4;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 110px;
}
.support-link:hover .title{
    color: #0082ff;
}
.support-link:hover .box {
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,.05);
}
/*--------------------------------------------------------------
## Download page CSS
--------------------------------------------------------------*/

.download-bg{
    padding-top: 20px !important;
    text-align: center;
    background: url('images/down-bg04.jpg') no-repeat center top !important;
    background-position: center center !important;
    background-size: cover !important;
}
.downlaod-container{
    padding: 20% 25% 21%;
}
.downloads-content{
    margin: auto;
    float: none !important;
    padding: 65px 10% 0;
    width: 100% !important;
}
.iphone-btns-container {
    display: inline-block;
    width: 100%;
}


.px-download-options {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
}

.px-download-options .px-download-option {
    display: inline-block;
    width: 33%;
    margin-bottom: 80px;
}

.px-download-options .box {
    display: block;
    width: 100%;
    height: auto;
    /*background-color: #eff0f2;*/
    color: #34495E;
    border-radius: 6px;
    margin: 10px auto;
    /*margin-left: 1%;*/
    /*margin-top: 30px;*/
}

.px-download-options .title {
    text-align: center;
    text-rendering: optimizeLegibility;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #3d3d3d;
    margin: 20px 0 7px;
}

.px-download-options .desc {
    text-align: center;
    font-size: 16px;
    color: #454545;
    text-rendering: optimizeLegibility;
    margin: 0 15px;
    line-height: 1.7;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    display: inline;
}

.px-download-options .icon {
    display: block;
    margin: 0 auto;
    height: 220px;
}

.px-download-options .launch-button {
    background: #0082ff;
    font-family: 'Roboto', sans-serif;
    padding: 9px 10px;
    border-radius: 25px;
    border: 1px solid #0082ff;
    font-weight: 500;
    text-transform: uppercase;
    /*height: 36px;*/
    display: block;
    margin: 10px auto;
    width: 155px;
    text-align: center;
    color: #FFF;
    transition-duration: 0.4s;
}

.px-download-options .launch-button:hover {
    background: #2795ff;
    border: 1px solid #2795ff;
}

a.launch-button.pro-launch-btn {
    padding: 0 !important;
    border: 1px solid #ff9000 !important;
    background: #ff9000;
}

.free-launch-btn, .pro-launch-btn{
    margin: 10px 0 !important;
    display: inline-block !important;
}
a.launch-button.pro-launch-btn:hover {
    border: 1px solid #ff9000 !important;
    background: #ff9000;
}

/*--------------------------------------------------------------
## Newsletter Section
--------------------------------------------------------------*/
.widget .newsletter {

}

.widget .newsletter form {
    margin-top: 10px;
    /*background-color: #FFF;*/
}

.widget .newsletter form:first-child{
    float: left;
}



/*--------------------------------------------------------------
## Features Page
--------------------------------------------------------------*/

.feature-bg {
    padding-top: 20px;
    text-align: center;
    background: url('images/feature-bg.jpg') no-repeat center top !important;
    background-position: left top!important;
    background-size: cover !important;
}
.fe-heading{
    font-size: 46px !important;
}
.fe-header-list{
    margin-top: 170px;
}
.fe-awesome, .streaming-section, .feature-options-sec{
    text-align: center;
    padding: 80px 180px 30px;
    background: white;
    display: inline-block;
    width: 100%;
}
.awesome-heading{
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: #454545;
}
.awesome-des{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #3d3d3d;
}

.awesome-fe-list  {
    display: inline-block;
    padding: 0 20.5%;
}
.awesome-feature {
    display: inline-block;
    width: 50%;
    position: relative;
    float: left;
    height: 200px;
}
.fe-list-img-container, .s-list-img-container {
    display: inline-block;
    float: left;
}
.fe-list-des, .s-list-des, .opt-list-des {
    width: 70%;
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 20px;
    text-align: left;
}
.fe-list-heading, .s-list-heading{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}
.fe-list-p, .s-list-p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #6b6b6b;
}


.streaming-section {
    background: #f2f3f4;
}

.streaming-list {
    display: inline-block;
    width: 50%;
    float: left;
    padding-top: 40px;
}
.streaming-feature {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    float: left;
    height: auto;
}

.s-list-des {
    width: 60%;
}
.s-list-heading{
    font-size: 20px;
    margin-bottom: 8px;
    letter-spacing: -1px;
}
.s-list-p{
    font-size: 16px;
}
.streaming-mob-div{
    position: relative;
    display: inline-block;
    width: 50%;
    height: 82.5%;
}
.streaming-mobile-img{
    position: absolute;
    left: 25%;
}

.feature-options-sec{
    padding: 100px 23.6%;
    background-color: #f7f7f7;
}
.feature-option {
    display: inline-block;
    width: 50%;
    position: relative;
    float: left;
}
.feature-ready-sec{
    padding-top: 80px !important;
    margin-top: 0 !important;
}
.feature-list-sec{
    background: white;
    padding: 80px 180px;
    text-align: center;
}
.feature-list-heading{
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.25px;
    padding-bottom: 20px;
    font-family: "Open Sans",Roboto,Helvetica,sans-serif;
    font-weight: 300;
    color: #575b61;
    margin: 0;
}
.feature-list-des{
    padding-bottom: 0;
    font-size: 19px;
    letter-spacing: -.1px;
    color: #868c96;
    font-family: Roboto,Helvetica,sans-serif;
    font-weight: 400;
    line-height: 27px;
}
.fe-table-header{
    background-color: #f9f9f9;
    border: 1px solid #e0e3e6;
}
.fe-table-header-col{
    padding: 15px;
    font-weight: 700;
    text-align: left;
    border: 1px solid #e0e3e6;
    color: #868c96;
    font-family: Roboto,Helvetica,sans-serif;
    line-height: 1;
}
.feature-col{
    padding: 15px;
    border: 1px solid #e0e3e6;
    text-align: left;
}
.bullet-center{
    text-align: center;
    width: 100px;
    padding: 15px;
    border: 1px solid #e0e3e6;
}
.bullet {
    background: #0082ff;
    padding: 5px;
    border-radius: 1000px;
    font-size: 100%;
    display: inline-block;
}
.table-container b{
    transition: all .3s ease;
    font-weight: 700;
    color: #868c96;
    font-family: Roboto,Helvetica,sans-serif;
    line-height: 1;
}
.table-container p{
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #868c96;
    font-family: Roboto,Helvetica,sans-serif;
    font-weight: 400;
}

/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {
    .fe-awesome, .streaming-section, .feature-options-sec {
        padding: 80px 150px 30px;
    }
    .awesome-fe-list {
        padding: 0 10%;
    }
    .fe-list-des {
        width: 70%;
    }
}

@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .fe-header-list {
        margin-top: 90px;
    }
    .fe-awesome, .streaming-section, .feature-options-sec {
        padding: 80px 80px 0;
    }
    .awesome-fe-list {
        padding: 0;
    }
    .streaming-list {
        width: 100%;
    }
    .fe-list-des, .opt-list-des {
        width: 60%;
    }
    .feature-options-sec {
        padding: 100px 15%;
    }
    .feature-list-sec {
        padding: 80px;
    }
    .streaming-mobile-img {
        position: relative;
        left: 0;
        width: 45%;
    }
    .streaming-mob-div {
        width: 100%;
        height: auto;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .feature-bg {
        padding-bottom: 80px !important;
    }
    .fe-heading {
        font-size: 35px !important;
    }
    .f-tagline{
        font-size: 16px !important;
    }
    .fe-header-list {
        display: none;
    }
    .awesome-feature {
        width: 100%;
        height: auto;
        margin: 20px;
    }
    .feature-option {
        width: 100%;
        margin-bottom: 20px;
    }
    .feature-list-sec {
        padding: 40px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .fe-awesome, .streaming-section, .feature-options-sec {
        padding: 40px;
    }
    .awesome-feature {
        margin: 10px 0;
    }
    .s-list-des, .opt-list-des {
        width: 55%;
    }
    .streaming-section {
        padding-bottom: 0;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .s-list-des, .opt-list-des {
        width: 100%;
        margin: 10px 0;
    }
    .s-list-img-container {
        width: 100%;
    }

}

/*--------------------------------------------------------------
## Responsive CSS
--------------------------------------------------------------*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .sq-main-navigation li {
        padding: 0 5px;
    }
    .sq-main-navigation a {
        padding: 0 10px;
    }
    .h-heading {
        font-size: 50px;
    }
    .h-tagline {
        font-size: 19px;
    }
    .h-button {
        font-size: 16px;
    }
    .h-twitter-tweet, .h-twitter-tweet-name {
        font-size: 16px;
    }
    .sub-menu-icon {
        font-size: 22px !important;
    }
    .h-icon-span {
        height: 22px;
        width: 22px;
    }
    .sub-menu-icon-1:before {
        top: 5px;
    }
    .footer-buttons {
        left: 40px;
    }
    .px-support-options .px-support-option {
        display: inline-block;
        width: 25%;
        margin-left: -35px;
    }
    .free-launch-btn, .pro-launch-btn {
        width: 145px !important;
        padding: 9px 0 !important;
    }
}

@media screen and (max-width: 1120px){
    .blog-container{
        width: 100%;
        padding: 80px 30px !important;
        float: left;
    }

    .sq-site-title a{
        text-decoration: none;
        color: #FFF;
    }

    .sq-about-sec img{
        margin:30px;
    }

    #sq-home-slider-section img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        display: block;
    }

    .px-text{
        text-align: center;
        margin: 35px 30px;
    }

    .px-support-options .px-support-option {
        display: inline-block;
        width: 50%;
        margin-left: -50px;
    }
    li.px-support-option:nth-of-type(2n+1) {
        margin-left: 0 !important;
    }

    .px-download-options .px-download-option {
        display: inline-block;
        width: 49%;
        margin-bottom: 80px;
    }
    .free-launch-btn, .pro-launch-btn {
         width: 155px !important;
    }
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    #sub-menu {
        margin: 0;
    }
    #sub-menu li a {
        width: 120px;
    }
    #sq-site-navigation{
        display: block ;
        padding-top: 0;
    }
    .ab-about-sec-div {
        padding: 0 5%;
    }
    .ab-text-div {
        width: 100%;
    }
    .ab-sec-banner-2-div .everywhere-img{
        width: 90%;
    }
    .r-step-li {
        width: 100%;
        margin-bottom: 35px;
    }
    li.r-step-li:last-child {
        margin-bottom: 15px;
    }
    .r-steps-ul{
        margin: 0 20px 15px 20px;
    }
    .cs-client-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .cs-client-review {
        margin-bottom: 0;
    }
    .bl-blog-item {
        width: 90%;
        margin-bottom: 30px;
    }
    img.bl-blog-img {
        width: 100%;
        height: auto;
    }
    .bl-blog-user {
         float: none;
        margin-left: 20px;
    }
    .sq-site-info {
        display: inline-block;
        width: auto;
    }
    .footer-buttons {
        float: none;
        text-align: center;
        height: 50px;
        margin-top: 20px;
        left: 25%;
    }
    .downloads-content {
        padding: 65px 5% 0;
    }
    .sq-toggle-nav{
        display: block;
        top: 15px;
    }

    #sq-site-navigation{
        display: none;
        position: absolute;
        top: 50px;
        background: #FFF;
        left: 0;
        right: 0;
        float: none;
        width: auto;
        border-top: 2px solid #0082ff;
        border-bottom: 1px solid #0082ff;
    }

    .sq-main-navigation a{
        color: #444;
    }
    .sq-main-navigation a:hover {
        color: #444 !important;
    }

    .sq-main-navigation .sq-menu{
        float: none;
        text-align: center;
    }

    .sq-main-navigation li{
        float: none;
        display: inline-block;
    }

    .sq-main-navigation ul ul li{
        display: block;
    }

    .sq-menu > ul > li:hover > a:before,
    .sq-menu > ul > li.current_page_item > a:before,
    .sq-menu > ul > li.current-menu-item > a:before{
        display: none;
    }

    .sf-arrows .sf-with-ul:after{
        border-top-color: #333;
    }

    #sq-site-branding{
        width: calc(100% - 60px);
        float: none;
    }

    .sq-slide-caption{
        padding: 20px;
        width: 60%;
        margin-left: -30%;
    }

    .sq-slide-cap-title{
        font-size: 32px;
    }

    .sq-slide-cap-desc{
        font-size: 18px;
    }

    .sq-elasticstack{
        height: 320px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #sub-menu li a {
        width: 110px;
    }
    .h-twites-container {
        width: 100%;
    }

    .ab-text-div, .ab-img-div {
        width: 100%;
    }
    .ab-about-sec-div {
        padding: 0 5%;
    }
    .bl-blog-item {
        width: 90%;
        margin-bottom: 30px;
    }
    .sq-toggle-nav{
        display: block;
        top: -3px;
    }

    #sq-site-navigation{
        position: absolute;
        top: 50px;
    }
    .sq-container {
        float: none;
        /*background: #2e3336;*/
    }
    .footer-buttons {
        text-align: center;
        float: none;
        right: 0;
        width: 100%;
        top: 0;
        position: relative;
        display: inline;
        left: 0;
    }
    .sq-site-footer a {
        margin-top: 15px;
    }

    /*old css*/
    #sq-page{
        display: block;
    }

    #sq-colophon{
        display: block;
        height: auto;
    }

    #sq-content{
        height: auto;
        margin-top: 20px;
    }

    #sq-masthead{
        position: absolute;
        background: transparent !important;
    }

    #sq-masthead.sq-white{
        background: #FFF !important;
    }

    .sq-main-navigation li{
        display: block;
        line-height: 1.5;
    }

    .sf-arrows .sf-with-ul{
        padding-right: 0;
    }

    .sq-menu > ul > li > a{
        padding: 10px 0;
        border-bottom: 1px solid #F6F6F6;
    }

    .sq-main-navigation ul ul{
        position: static;
        width: 100%;
        box-shadow: none;
    }

    #sq-home-slider-section .bx-wrapper .bx-controls-direction a{
        display: none;
    }

    .sq-featured-post-wrap,
    .sq-featured-post{
        display: block;
        background: none;
    }

    .sq-featured-post{
        background: #f7f8f9;
        border-bottom: 2px solid #0082ff;
        margin-bottom: 20px;
    }

    .sq-featured-post:last-child{
        margin-bottom: 0
    }

    .sq-about-sec,
    .sq-image-stack,
    .sq-tab,
    .sq-tab-content{
        width: auto;
        float: none;
    }

    .sq-about-sec{
        margin-bottom: 40px;
    }

    .sq-image-stack{
        max-width: 400px;
        margin: 0 auto;
    }

    .sq-tab{
        margin-bottom: 25px;
        padding: 0;
        border: 0;
    }

    .sq-tab li{
        background: #FFF;
        margin-bottom: 10px;
        padding-left: 50px;
        border-bottom: 2px solid transparent;
    }

    .sq-tab li .fa{
        margin-left: -30px;
    }

    .sq-tab li.sq-active:after{
        display: none;
    }

    .sq-tab li.sq-active{
        border-bottom: 2px solid #0082ff;
    }

    .sq-tab-content{
        padding: 0;
    }

    .sq-footer{
        width: 47%;
    }

    .sq-footer:nth-child(3){
        clear: both;
    }

    .sq-footer:nth-child(3),
    .sq-footer:nth-child(4){
        margin-top: 25px;
    }

    .sq-elasticstack{
        height: 420px;
    }

    #primary{
        width: auto !important;
        float: none !important;
        margin-bottom: 25px;
    }

    #secondary{
        width: auto;
        float: none !important;
    }

    .sq-main-header{
        padding: 52px 0 60px;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product{
        width: 48%;
        margin-right: 0;
    }

    .px-support-options .px-support-option {
        display: inline-block;
        width: 100%;
        margin-left: 0 !important;
    }

    .sq-site-info {
        display: inline-block;
        width: auto;
        top: 0;
    }
    .sq-site-social {
        float: none;
        width: 100%;
        text-align: center;
        display: inline-block;
        position: relative;
    }
    .px-download-options .px-download-option {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 580px){
    .h-container {
        padding: 60px 10% 0;
    }
    /*old css*/
    .sq-slide-caption{
        padding: 10px;
        width: 80%;
        margin-left: -40%;
    }

    .sq-slide-cap-title{
        font-size: 26px;
    }

    .sq-slide-cap-desc{
        font-size: 14px;
    }

    .sq-post-wrapper{
        width: 98%;
    }

    #comments{
        padding: 15px;
    }

    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count{
        float: none;
        margin-bottom: 15px;
    }

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering{
        float: none;
        margin-bottom: 25px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    html {
        margin-top: 0 !important;
    }
    #sq-site-branding {
        top: -13px;
        position: relative;
        width: 100%;
        left: -10px;
    }
    .sq-toggle-nav {
        top: 7px;
    }
    #sq-site-navigation {
        top: 70px;
    }
    #sq-content {
        margin-top: 0;
    }
    .h-container {
        padding: 55px 5% 0;
    }
    .h-background, .blog-bg {
        padding-top: 0;
    }
    .h-heading {
        font-size: 35px;
    }
    .h-tagline {
        font-size: 16px;
    }
    .h-button{
        font-size: 14px;
    }
    .sub-navy {
        margin-top: 10px;
    }
    .sb-blog {
        margin-top: 50px !important;
    }
    .ab-text-div, .ab-img-div {
        width: 100%;
    }
    .cs-client-review {
        padding: 0;
    }
    .bl-blog-item {
        width: 85%;
    }
    .ab-sec-heading, .r-h3 {
        font-size: 30px;
        text-align: center;
    }
    .ab-about-sec-div {
        padding: 0 5%;
    }
    .ab-sec-detail {
        font-size: 14px;
        text-align: center;
    }
    .r-h1 {
        font-size: 16px;
    }
    .h-arrow{
        display: none;
    }
    .sq-container {
        float: none;
        /*background: #2e3336;*/
    }
    .footer-buttons {
        top: 0;
        right: 0;
        left: 0;
    }
    .sq-site-footer a {
        margin-top: 15px;
    }


    /*old css*/

    .sq-top-footer{
        margin: 0;
    }

    .sq-footer{
        width: auto;
        float: none;
        margin: 0 0 20px !important;
    }

    .sq-footer:last-child{
        margin: 0 !important;
    }

    #sq-bottom-footer{
        text-align: center;
    }

    .sq-site-info{
        float: none;
    }

    .sq-site-social{
        float: none;
    }
    .sq-site-social {
        /*left: 25%;*/
    }
    .sq-slide-cap-title{
        font-size: 20px;
    }

    .sq-slide-cap-desc{
        font-size: 14px;
    }

    #comments{
        padding: 10px;
    }

    .author-email-url{
        margin-left: 0
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url{
        width: auto;
        margin-left: 0;
        float: none;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product{
        width: auto;
        float: none !important;
    }
}

/* Custom, iPhone Retina */
@media screen and (max-width: 380px){
    .sq-elasticstack{
        height: 360px;
    }
    .sq-site-social {
        /*left: 20%;*/
    }
    .sq-site-title {
        position: relative;
        top: 15px;
    }
}
@media only screen and (max-width : 320px) {
    .sq-elasticstack{
        height: 300px;
    }
    .h-arrow{
        display: none;
    }
    .sq-site-social {
        /*left: 15%;*/
    }
}

/*--------------------------------------------------------------
## OWL carousel CSS
--------------------------------------------------------------*/
.owl-carousel .item img {
    /*width: 42px !important;
    height: 34px !important;*/
    width: auto !important;
    height: auto;
    margin-bottom: 10px;
}
.owl-carousel-item-text{
    color: white;
}
.h-twites-container .owl-controls{
    display: none !important;
}
.social-feed-text{
    color: rgba(255,255,255,.6)
}

.owl-item .item {
    max-width: 100%;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.blog-carousel-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(25,27,29,.6);
}
.carousel-container {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
    z-index: 0;
}
#owl-post-carousel, #owl-post-carousel .carousel-container {
    height: 520px;
    position: relative;
    z-index: 0;
}
.blog-carousel-copy {
    padding-top: 175px;
}
.tags {
    margin-right: 5px;
    margin-left: -4px;
    padding: 1px 0;
}
.tags span.new-icon {
    color: #96c83c;
    border-color: #96c83c;
}
.tags span {
    float: left;
    border: 2px solid #e0e3e6;
    border-radius: 1000px;
    padding: 4px 10px 3px;
    font-size: .7em;
    text-transform: uppercase;
    font-weight: 500;
}
.blog-carousel-copy h2 {
    color: #fff;
    text-align: left;
    max-width: 100%;
    padding-bottom: 0;

    display: inline-block;
    width: 100%;
}
.blog-carousel-deets {
    padding: 15px 0 30px;
    font-size: .9em;
}
.blog-carousel-deets {
    padding: 15px 0 30px;
    font-size: .9em;
    color: rgba(255,255,255,.5);
}
.blogg-footer-comments a {
    color: rgba(255,255,255,.5);
}
.blogg-footer-comments a:hover, .blogg-footer-comments a:focus, .blogg-footer-comments a:active {
    color: #0082ff;
}
.button.sml {
    padding: 10px 30px;
    font-size: .85em;
}
.button.sml.arrow:before {
    line-height: 2.1em;
    right: 25px;
}
.blog-more-btn{
    font-weight: 700;
    border-radius: 1000px;
    color: #fff;
    text-transform: uppercase;
    background: #0082ff;
    display: inline-block;
    outline: 0;
    border: none;
    transition: all .3s ease;
    padding: 10px 30px;
    font-size: .85em;
}
.blog-more-btn:hover {
    color: white;
    background: #2795ff;
}
.blog-more-btn:hover .b-arrow {
    right: -5px;
    opacity: 1;
}
.b-arrow {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    right: 25px;
    opacity: 0;
    font-size: 12px !important;
    top: 1px;
}
.blog-clock-icon{
    margin-right: 5px;
}
.blog-comment-icon{
    margin-left: 5px;
}
#owl-post-carousel:before {
    display: table;
    content: " ";
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    /*height: 100%;*/
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    /*height: 100%;*/
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

*, :after, :before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
#owl-post-carousel .item{
    color: #FFF;
    -moz-border-radius: 3px;
    text-align: left;
    height: 100%;
}





#owl-post-carousel .owl-pagination {
    display: none;
}

#owl-post-carousel .owl-controls {
    top: 40%;
    position: absolute;
    width: 100%;
    margin-top: 0;
    text-align: center;
}
.owl-buttons {
    position: relative;
}
.owl-buttons, .owl-controls {
    margin: 0;
    padding: 0;
    width: 100%;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
    background: rgba(0,0,0,.7);
    color: #fff;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    border-radius: 0 2px 2px 0;
}
.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 0 15.5px !important;
    font-size: 2em !important;
    background: rgba(0,0,0,.3) !important;
    transition: all .3s ease !important;
    color: rgba(255,255,255,.5) !important;
}
.owl-theme .owl-controls .owl-buttons div, .show-comments {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer;
}
.owl-prev {
    left: -5px;
}
.owl-next {
    right: -5px;
}
.owl-next, .owl-prev {
    position: absolute;
}
.owl-prev:before {
    content: "\f104";
    position: relative;
    left: -5px;
}
.owl-next:before {
    content: "\f105";
    position: relative;
    right: -5px;
}
.owl-next:before, .owl-prev:before {
    font-family: FontAwesome;
    font-size: 60px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
    border-radius: 2px 0 0 2px;
}


/*ERROR 404*/
.not-found-bg{
    padding-top: 20px;
    text-align: center;
    background: url('images/404-bg.jpg') no-repeat center top;
    background-position: left top!important;
    background-size: cover;
}
.not-found-container {
    padding: 5% 25% 9%;
}
.error404-goback-btn{
    padding: 10px 29px 10px 40px !important;
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .not-found-container {
        padding: 15% 25% 7%;
    }
}

