/*-----------------------------------------------
/* Plugin: WP Shortcode
/* Author: MyThemeShop
/* Version: 1.4
/*---------------------------------------------*/
/*-[ Notifications ]---------------------------*/
.message_box {
    margin: 15px 0;
    padding: 1em 1em;
}
.message_box p { margin-bottom: 0 }
pre {
    overflow: auto;
    padding: 15px;
    margin: 15px 0;
    position: relative;
    background: #777;
    font-family: monospace;
    color: #FFF;
    box-sizing: border-box;
}
.note {
    background: #FAF3D4;
    color: #A6A377;
}
.announce {
    background: #d0e6f0;
    color: #7190a2;
}
.success {
    border: 1px solid #DEF1BF;
    background: #D8EBCE;
    color: #748F5D;
}
.warning {
    border: 1px solid #FFDBDB;
    background: #FDE2E2;
    color: #AC888A;
}
/*-[ Buttons ]---------------------------------*/
.buttons {
    font-size: 12px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 15px 15px 0;
    padding: 12px 10px;
    overflow: hidden;
    display: inline-block;
    width: auto;
}
.buttons span {
    float: none;
    overflow: hidden;
}
a.buttons {
    color: #fff!important;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: bold;
}
a.buttons.left {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}
a.buttons.right {
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: 0;
    float: right;
}
div.button-center {
    width: 100%;
    text-align: center;
}
a.buttons.center {
    clear: both;
    display: inline-block;
    float: none;
    width: auto;
}
a.btn_white { color: #4F4F4F!important }
.btn_brown {
    background-color: #C5703F;
    color: white;
}
.btn_brown:hover {
    background-color: #D1B593;
    color: white!important;
}
.btn_blue {
    background-color: #A5B8DA;
    color: white;
}
.btn_blue:hover {
    background-color: #9badcc;
    color: white!important;
}
.btn_green {
    background-color: #6CB24C;
    color: white;
}
.btn_green:hover {
    background-color: #5F9D43;
    color: white!important;
}
.btn_yellow {
    background-color: #FFDA6B;
    color: #fff;
}
.btn_yellow:hover {
    background-color: #FFD351;
    color: #fff!important;
}
.btn_red {
    background-color: #E83030;
    color: white;
}
.btn_red:hover {
    background-color: #E63131;
    color: white!important;
}
.btn_white {
    background-color: #F7F7F7;
    color: #4F4F4F;
}
.btn_white:hover {
    background-color: #F4F4F4;
    color: #4F4F4F!important;
}
.btn_white:active {
    border: 1px solid #C1C1C1;
    box-shadow: inset 0 0 8px 2px #C1C1C1;
}
/*-[ Video Shortcode ]-------------------------*/
.textwidget .youtube-video, .textwidget .vimeo-video, .textwidget .googlemaps { margin: 0 }
.youtube-video, .vimeo-video {
    margin: 10px 0 10px 0;
    width: 100%;
}
/*-[ Google Maps ]-----------------------------*/
.googlemaps { margin: 5px 15px 10px 0 }
/*-[ Columns ]---------------------------------*/
.one_half { width: 48% }
.one_third { width: 30.66% }
.two_third { width: 65.33% }
.one_fourth { width: 22% }
.three_fourth { width: 74% }
.one_fifth { width: 16.8% }
.two_fifth { width: 37.6% }
.three_fifth { width: 58.4% }
.four_fifth { width: 67.2% }
.one_sixth { width: 13.33% }
.five_sixth { width: 82.67% }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    margin-bottom: 15px;
    float: left;
}
.column-last {
    margin-right: 0!important;
    clear: right;
}
/*-[ Tabs ]------------------------------------*/
.tab_widget {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}
.tab_widget ul.wps_tabs {
    display: block;
    position: relative;
    list-style: none;
    height: 40px;
    border-bottom: 1px solid #DDD;
    margin: 0;
    padding: 0;
}
.tab_widget ul.wps_tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 39px;
    line-height: 39px;
    border: 1px solid #DDD;
    border-left: none;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(230,230,230)), color-stop(0.55, rgb(238,238,238)) );
}
.tab_widget ul.wps_tabs li:first-child { border-left: 1px solid #DDD }
.tab_widget ul.wps_tabs li a {
    text-decoration: none;
    color: #888!important;
    font-size: 12px;
    display: block;
    padding: 0 10px;
    outline: none;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFF;
    border: none;
    border-left: 1px solid #F9F9F9;
}
.tab_widget ul.wps_tabs li:first-child a { border-left: none }
.tab_widget ul.wps_tabs li a:hover { background: none }
.tab_widget ul.wps_tabs li.active, .tab_widget ul.wps_tabs li.active a:hover {
    background: #FFF;
    border-bottom: 1px solid #FFF;
}
.tab_widget ul.wps_tabs li.active { border-top: 1px solid #DDD }
.tab_widget ul.wps_tabs li.active a { color: #777 }
.tab_widget .tab_container {
    display: block;
    border-top: none;
    overflow: hidden;
    position: relative;
    clear: both;
    background: #FFF;
    border: 1px solid #DDD;
    border-top: none;
}
.tab_widget .tab_content {
    display: block;
    position: relative;
    padding: 15px;
}
/*-[ Toggle ]-----------------------*/
.toggle {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}
.toggle .wps_togglet, .toggle .toggleta {
    display: block;
    position: relative;
    height: 36px;
    padding: 0 12px;
    background: #EEE;
    border: 1px solid #DDD;
    cursor: pointer;
    margin: 0;
}
.toggle .wps_togglet span, .toggle .toggleta span {
    display: block;
    height: 36px;
    line-height: 36px;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    padding-left: 20px;
    background: url("/wp-content/plugins/wp-shortcode/images/toggle-down.png") no-repeat left;
}
.toggle .toggleta span { background: url("/wp-content/plugins/wp-shortcode/images/toggle-up.png") no-repeat left }
.toggle .togglec {
    display: block;
    position: relative;
    padding: 15px;
    background: #FFF;
    border: 1px solid #DDD;
    border-top: none;
}
/*-[ Dividers ]--------------------------------*/
.divider {
    clear: both;
    display: block;
    padding-top: 20px;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 5px solid #EEE;
}
.top-of-page {
    margin-bottom: 10px;
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 5px solid #EEE;
}/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/splash/fonts/fontawesome-webfont.eot');src:url('/wp-content/themes/splash/fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('/wp-content/themes/splash/fonts/fontawesome-webfont.woff') format('woff'),url('/wp-content/themes/splash/fonts/fontawesome-webfont.ttf') format('truetype'),url('/wp-content/themes/splash/fonts/fontawesome-webfont.svg') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}/*
Theme Name: Splash
Theme URI: http://mythemeshop.com/themes/splash
Author: MyThemeShop
Author URI: http://mythemeshop.com/
Description: Take your blogging to the next level with Splash, a responsive WordPress theme that integrates review system and WooCommerce to maximizes content impact.
Version: 2.1.8
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, input, select, textarea { margin: 0 }
:focus { outline: 0 }
img, video, object {
	max-width: 100%;
	height: auto!important;
}
iframe { max-width: 100% }
blockquote {
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
	padding: 0 10px 20px 27px;
	position: relative;
	margin-top: 25px;
	overflow: hidden;
}
blockquote:after {
	font-family: FontAwesome;
	position: absolute;
	content: "\f10d";
	font-size: 20px;
	width: 50px;
	top: 0;
	left: 0;
}
blockquote p { margin-bottom: 10px }
strong, b { font-weight: bold }
em, i, cite { font-style: italic }
small { font-size: 100% }
figure { margin: 10px 0 }
code, pre {
	font-weight: normal;
	font-style: normal;
}
pre {
	margin: 5px 0 20px 0;
	line-height: 1.3em;
	padding: 8px 10px;
	overflow: auto;
}
code {
	padding: 0 8px;
	line-height: 1.5;
}
mark {
	padding: 1px 6px;
	margin: 0 2px;
	color: black;
	background: #FFF7A8;
}
address {
	margin: 10px 0;
	font-style: italic;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.sticky {

}
.gallery-caption {

}
#gallery-1 img { border: 0!important }
.bypostauthor {

}
.wp-caption-text { margin-bottom: 0 }
dl {

}
dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
	font-weight: bold;
}
dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
	overflow: hidden;
}
.flex-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.flex-video iframe, .flex-video object, .flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*-[ Framework ]--------------------*/
body {
	font: 14px/23px Noto Sans, sans-serif;
	color: #555;
	background-color: #EBEBEB;
}
::-moz-selection {
	background: #222;
	color: white;
	text-shadow: none;
}
::selection {
	background: #222;
	color: white;
	text-shadow: none;
}
#page, .container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.post-single-content h2 { font-size: 24px }
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 12px;
	color: #444;
}
h1 {
	font-size: 28px;
	line-height: 1.4;
}
h2 { line-height: 1.4 }
h3 {
	font-size: 22px;
	line-height: 1.4;
}
h4 {
	font-size: 20px;
	line-height: 1.4;
}
h5 {
	font-size: 18px;
	line-height: 1.4;
}
h6 {
	font-size: 16px;
	line-height: 1.4;
}
.sub-title { font-size: 12px }
p { margin-bottom: 20px }
a {
	text-decoration: none;
	color: #2DB2EB;
	transition: color 0.25s linear;
}
a:link, a:visited, a:active { text-decoration: none }
/*-[ Main container ]---------------*/
.main-container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	clear: both;
	display: block;
	padding: 0 3.4%;
}
#page, .container {
	max-width: 960px;
	min-width: 240px;
}
#page {
	padding-top: 25px;
	min-height: 100px;
	float: none;
	clear: both;
}
/*-[ Header ]-----------------------*/
body > header {
	float: left;
	width: 100%;
	position: relative;
}
.main-header {
	position: relative;
	float: left;
	width: 100%;
	z-index: 99;
}
.main-header .container { background: #fff }
#header {
	position: relative;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#header h1, #header h2 {
	font-size: 38px;
	float: left;
	display: inline-block;
	line-height: 1;
	position: relative;
	margin-bottom: 0;
}
#header h1.image-logo, #header h2.image-logo { margin-top: 0 }
#logo a {
	text-transform: uppercase;
	float: left;
	line-height: 1;
}
#logo a:hover { color: #222 }
.image-logo { margin-top: 10px }
#logo img { float: left }
.logo-wrap {
	padding: 0px 0;
	overflow: hidden;
	float: left;
	margin: 0px 0 0;
	z-index: -1;
	position: relative;
}
.site-description {
	float: left;
	margin-top: 0;
	max-width: 350px;
	clear: left;
}
#header .header-search {
	float: right;
	border-left: 1px solid #EEE;
}
#header #searchform {
	max-width: 100%;
	float: right;
	width: auto;
	min-width: 206px;
}
#header #s {
	border: 0;
	margin: 0 !important;
	padding: 13px 0 13px 10px;
	width: 80%;
	height: 16px;
}
#header #searchform .fa-search {
	border: 0;
	height: 22px;
	padding-top: 11px;
}
#header .sbutton { height: 42px }
.widget-header h3 { margin-bottom: 0 }
.widget-header {
	float: right;
	max-width: 77%;
	margin-top: 30px;
}
.widget-header img { float: left }
.widget-header .textwidget {
	float: left;
	margin-top: 8px;
}
/*-[ Navigation ]-----------------*/
.secondary-navigation .children li .sf-sub-indicator { display: none }
.secondary-navigation {
	background: #222;
	display: block;
	float: left;
	width: 960px;
	max-width: 100%;
	margin-top: 30px;
}
.secondary-navigation ul { float: left }
.secondary-navigation a {
	color: #fff;
	text-align: left;
	text-decoration: none;
	padding: 15px 22px;
	text-transform: uppercase;
	transition: none;
	font-size: 13px;
	line-height: 20px;
}
.secondary-navigation ul li:hover a { color: #fff!important }
.secondary-navigation a .sub {
	font-size: 11px;
	font-weight: normal;
	color: #9B9B9B;
}
.main-navigation {
	float: left;
	margin: 0;
	width: 100%;
	border: 1px solid #EEE;
	width: 958px;
	max-width: 100%;
	border-top: 0;
	position: relative;
	z-index: 1;
}
.main-navigation, .secondary-navigation {
	-webkit-perspective: 1000;
	perspective: 1000;
}
.main-navigation #navigation { width: auto }
.main-navigation #navigation ul li { border-right: 0 }
.main-navigation li a {
	font-size: 14px;
	line-height: 1.2em;
	padding: 11px 13px;
	color: #989898;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #eee;
	font-family: sans-serif;
}
.main-navigation #navigation .current-menu-item > a { color: #333 }
.main-navigation #navigation li a {
	color: #989898;
	transition: all 0.25s linear;
	line-height: 20px;
}
.main-navigation #navigation li a:hover { color: #333 }
.main-navigation #navigation ul li ul { border-bottom: 1px solid #EEE }
.main-navigation #navigation ul ul li:first-child a { border-top: 1px solid #EEE }
.main-navigation #navigation ul ul:after { border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eee }
.main-navigation #navigation ul li ul li { background: #fff }
.main-navigation #navigation ul li ul li a {
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
.main-navigation #navigation .sf-sub-indicator {
	top: 10px;
	right: 15px;
}
.main-navigation #navigation ul ul .sf-sub-indicator { top: 10px }
.sf-js-enabled li a.sf-with-ul { padding-right: 30px }
.sf-js-enabled li  ul.sf-with-ul { padding-right: 20px }
#navigation .sf-sub-indicator {
	display: block;
	width: 11px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	top: 14px;
}
#navigation ul ul .sf-sub-indicator { top: 8px }
#navigation {
	float: left;
	width: 100%;
}
#navigation ul { margin: 0 auto }
#navigation ul li {
	float: left;
	position: relative;
	transition: background 0.25s linear;
}
.secondary-navigation #navigation ul li:hover, .secondary-navigation #navigation ul li:hover + li, #navigation .mts-cart li:hover + li { border-color: #2DB2EB }
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited { display: inline-block }
#navigation > ul > .current a {
	background: transparent;
	color: #5a5a5a !important;
}
#navigation ul li li {
	background: #282E33;
	border-right: 0;
	border-bottom: 0;
}
#navigation ul ul {
	position: absolute;
	width: 215px;
	padding: 20px 0 0 0;
	padding-top: 10px;
	z-index: 400;
	font-size: 12px;
	color: #798189;
}
#navigation ul ul:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #222;
	border-style: solid;
	border-width: 9px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
#navigation ul ul:after {
	left: 10px;
	top: -8px;
}
#navigation ul ul ul:after { display: none }
#navigation ul ul li {
	padding: 0;
	background: #222;
}
#navigation ul ul a {
	padding: 10px 45px 10px 25px;
	position: relative;
	width: 143px;
	border-left: 0;
	background: transparent;
	border-right: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	margin: 0;
}
.secondary-navigation #navigation ul ul a { width: 145px }
#navigation ul ul li:last-child a { border-bottom: none }
#navigation ul ul {
	opacity: 0;
	left: -999em;
}
#navigation ul li:hover ul {
	left: auto;
	opacity: 1;
}
#navigation ul ul ul {
	top: 0px;
	padding-top: 0;
}
.main-navigation #navigation ul ul ul { top: -1px }
.main-navigation #navigation ul ul ul ul { top: 0 }
#navigation ul ul ul ul { top: 0px }
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul {
	left: -999em;
	opacity: 0;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul {
	opacity: 1;
	left: 214px;
}
#navigation ul .sfHover li a { border-bottom: 1px solid rgba(0, 0, 0, 0.09) }
.secondary-navigation #navigation ul li:before { color: #fff }
.main-navigation #navigation ul li:before, .main-navigation #navigation ul ul li:before { color: #989898 }
.secondary-navigation #navigation > ul > li { border-left: 1px solid #444 }
.secondary-navigation #navigation > ul li:first-child { border-left: 0 }
.secondary-navigation #navigation > ul > li:last-child { border-right: 1px solid #444!important }
#navigation ul .current-menu-item:before, #navigation ul li:hover:before { color: #fff }
.main-navigation #navigation ul .current-menu-item:before, .main-navigation #navigation ul li:hover:before { color: #333 }
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after { clear: both }
.clearfix { *zoom: 1  }
nav a#pull-main, nav a#pull-primary { display: none }
#navigation i.fa { margin-right: 6px }
#navigation i.fa.wpmm-megamenu-indicator {
	margin-right: 0;
	margin-left: 6px;
}
#wpmm-megamenu .wpmm-subcategory:before { min-height: 26px }
/*-[ Content ]--------------------*/
.article {
	width: 66.2%;
	float: left;
	margin-bottom: 10px;
	padding: 0;
}
#content_box {
	float: left;
	padding-right: 4%;
	width: 96%;
}
.post {
	float: left;
	width: 100%;
}
.single_post { width: 100% }
.single_post .post-info span, .single_post .post-info a { font-size: 14px }
.single_page {
	background-color: white;
	padding-top: 0;
}
.post-content {
	padding-top: 0;
	margin-top: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
	overflow: hidden;
	clear: both;
}
.post-single-content {
	overflow: hidden;
	clear: both;
}
.ss-full-width {
	background: white;
	overflow: hidden;
	padding-top: 0;
}
.ss-full-width #content_box {
	padding-right: 0;
	padding-left: 0;
	width: 100%;
}
.post.excerpt {
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 15px;
	background-color: #fff;
	width: auto;
}
.wp-post-image { float: left }
.bigfeatured-thumbnail {
	float: left;
	max-width: 100%;
}
#bigfeatured-thumbnail {
	float: left;
	max-width: 477px;
}
.featured-thumbnail {
	float: left;
	max-width: 220px;
	width: 100%;
}
#featured-thumbnail {
	float: left;
	margin-top: 7px;
	margin-right: 2.4%;
	max-width: 200px;
	width: 32.7%;
}
.featured-thumbnail img {
	margin-bottom: 0;
	width: 100%;
}
.title {
	margin-bottom: 5px;
	line-height: 21px;
}
.single-title {
	font-size: 24px;
	line-height: 32px;
	color: #333;
	float: left;
	padding: 0 0 0 0;
	width: 100%;
}
.title a {
	color: #2B2B2B;
	transition: all 0.25s linear;
}
.page h1.title { padding-top: 0 }
.post-info {
	display: block;
	color: #5E5E5E;
	width: 100%;
}
.post-info a { color: #5E5E5E }
.post-info span { margin-right: 0 }
.theauthor:after, .post-info .thetime:after, .single .post-info .thecategory:after {
	content: "|";
	padding: 0 5px;
}
.related-posts .post-info {
	clear: none;
	float: none;
}
.thecategory { margin-left: 0 }
/**********latest-posts***********/
.viewstyle {
	border: 1px solid #EEEEEE;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 3px #EEEEEE;
	clear: both;
	float: left;
	font-family: arial;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 7px 15px;
	width: 100%;
	box-sizing: border-box;
}
.viewtext {
	float: left;
	font-weight: bold;
	margin-top: 4px;
}
.viewsbox { float: right }
#list, #grid { float: left }
#list a {
	border-radius: 3px 0 0 3px;
	border: 1px solid #CFD4D8;
	border-right: 0;
	padding: 0 15px 0 15px;
}
.viewsbox i {
	font-size: 14px;
	margin-top: 6px;
	margin-right: 5px;
	float: left;
}
.viewsbox .active a { background-color: #F7F7F9 !important }
.viewsbox a {
	color: #343434;
	cursor: pointer;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 26px;
	padding: 0 10px 0 15px;
}
.viewsbox .active a { background-color: #F7F7F9 !important }
#grid a {
	border: 1px solid #CFD4D8;
	border-radius: 0 3px 3px 0;
}
article header {
	margin-bottom: 11px;
	width: 100%;
}
.single article header { margin-bottom: 10px }
.latestPost {
	border-bottom: 1px solid #eee;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.latestPost .title {
	display: block;
	line-height: 1.3;
	font-size: 24px;
}
.front-view-content { overflow: hidden }
.grid {
	border-bottom: 0 none !important;
	clear: none !important;
	float: left;
	margin-bottom: 10px !important;
	margin-right: 6.5%;
	min-height: 250px;
	padding-bottom: 0 !important;
	width: 29%;
}
.grid .front-view-content { display: none }
.latestPost.grid .title {
	float: left;
	font-size: 14px;
	height: 40px;
	margin-top: 5px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0;
}
.grid .theauthor:after { content: "" }
.grid .home-share, .grid .thetime, .grid .thecategory, .grid .thecomment { display: none }
.grid #featured-thumbnail {
	width: 100%;
	margin-right: 0;
}
.single_post header {
	width: 100%;
	margin-bottom: 8px;
}
.article img.left, .article img.alignleft, .wp-caption.alignleft {
	margin: 0.3em 1.571em 0.5em 0;
	display: block;
	float: left;
}
.article img.right, .article img.alignright, .wp-caption.alignright {
	margin: 0.3em 0 0.5em 1.571em;
	display: block;
	float: right;
}
.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
	margin: 0.3em auto 0.5em auto;
	display: block;
}
.article img.aligncenter, .article img.alignnone {
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	clear: both;
}
.article ul {
	margin: 1.5em 0 1.571em 1.9em;
	list-style-type: square;
}
.article ol {
	margin: 1.5em 0 1.571em 1.9em;
	list-style-type: decimal;
}
.article ul ul, .article ol ol, .article ul ol, .article ol ul {
	margin-top: 0;
	margin-bottom: 0;
}
.article .iconlist { margin-left: 0 }
.article .iconlist li { list-style-type: none }
/*-[ Tab widget ]------------------------------*/
#tabber {
	display: block;
	height: auto;
	margin: 0;
	overflow: hidden;
	background-color: #FFF;
}
#tabber .inside {
	background: #fff;
	padding: 10px 15px 17px;
	margin-top: -3px;
	border: 3px solid #f0f0f0;
	border-top: 0;
}
#tabber ul.tabs {
	overflow: hidden;
	height: 40px;
}
#tabber ul.tabs li {
	background: none;
	float: left;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	border-bottom: none;
	width: 50%;
	text-align: center;
	margin-left: 0;
}
#tabber ul.tabs li a {
	color: #999;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: 3px solid #F9F9F9;
	line-height: 34px;
	text-transform: uppercase;
	border-bottom: 3px solid #F0F0F0;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	height: 40px;
}
#tabber ul.tabs li a.selected {
	margin: 0;
	color: #444;
	text-decoration: none;
	border: 3px solid #F0F0F0;
	border-bottom: 0;
	line-height: 38px;
	border-bottom: 0;
}
#tabber ul.tabs li.tab-recent-posts a {
	margin: 0;
	border-left: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#tabber p { margin-bottom: 0 }
#tabber ul.tabs li.tab-recent-posts a.selected {
	border-left: 3px solid #f0f0f0;
	margin-left: -3px;
	width: 102.2%;
}
#tabber ul.tabs li a:hover {
	color: #444;
	text-decoration: none;
}
#tabber .inside li {
	list-style: none;
	margin: 0;
	padding: 15px 0 0 0;
}
#tabber .inside li:first-child { padding: 5px 0 0 }
#tabber .inside li a {
	line-height: 18px;
	display: block;
}
#tabber .inside li a:hover {

}
#tabber .inside li div.info {
	display: table;
	top: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}
#tabber .inside li div.info .entry-title {
	font-size: 14px;
	margin-bottom: 0;
}
#tabber .inside li div.info p { color: #333 }
#tabber .inside li .meta {
	display: block;
	color: #999;
	padding-top: 0;
}
#tabber .tab-thumb {
	border: 1px solid #f0f0f0;
	padding: 4px;
	background: #fff;
	float: left;
	display: inline;
	margin: 0px 12px 0px 0px;
}
.post-number {
	position: relative;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
	bottom: 22px;
	background: #2DB2EB;
}
#tabber .inside .tabsSep {
	margin-top: 7px;
	width: 100%;
	height: 1px;
	background-color: #e8e5de;
	clear: both;
	float: left;
}
#sidebars #tabber .wp-post-image, footer #tabber .wp-post-image { margin-top: 4px }
/*-[ Tweets Widget ]---------------------------*/
.tweets li { margin-bottom: 15px!important }
/*-[ Custom Nav Widget ]---------------------------*/
.widget_nav_menu .sub-menu { margin-top: 8px }
/*-[ Text Widget ]---------------------------*/
.textwidget { line-height: 23px }
/*-[ Form Input ]------------------*/
input, textarea, select {
	padding: 8px 12px;
	font-size: 14px;
	color: #B3B3B3;
	border: 1px solid #D8D8D8;
	font-family: inherit;
}
textarea {
	overflow: auto;
	resize: vertical;
}
select {
	padding: 6px 10px;
	border-color: #D8D8D8;
}
input:focus, textarea:focus {

}
/*-[ Tables ]--------------------*/
table {
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
	border: 2px solid #F1F4F6;
}
thead {
	background: #F7F8F9;
	font-size: 14px;
	color: #585F65;
}
table th, table td {
	padding: 7px 15px;
	text-align: left;
}
thead th { padding: 14px }
tbody th {
	font-weight: normal;
	border-bottom: 1px solid #F5F7F9;
}
/*-[ Line ]---------------------*/
hr {
	border: none;
	border-bottom: 1px solid #E5E5E5;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	width: 297px;
	margin: 35px 0;
	clear: both;
	position: relative;
}
/*-[ Search Form ]------------------*/
#searchform {
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	position: relative;
}
.article #searchform { max-width: 300px }
#searchform fieldset { float: left }
.sbutton, #searchsubmit {
	right: 0px;
	top: 0px;
	padding: 10px 0;
	float: right;
	border: 0;
	width: 41px;
	height: 39px;
	cursor: pointer;
	text-align: center;
	padding-top: 10px;
	color: white;
	transition: all 0.25s linear;
	background: transparent;
	z-index: 10;
	position: absolute;
	border: 0;
	vertical-align: top;
}
#searchform .fa-search {
	font-size: 20px;
	border: 1px solid #d7d7d9;
	border-left: 0;
	top: 0px;
	color: #d3d3d3;
	background: #fff;
	position: absolute;
	right: 0px;
	padding: 9px 8px 9px 10px;
	height: 19px;
	width: 23px;
}
#s {
	width: 88%;
	background-color: #fff;
	float: left;
	font-size: 12px;
	padding: 10px 0;
	text-indent: 10px;
	border: 1px solid #d7d7d9;
}
#searchform fieldset { width: 100% }
.breadcrumb { margin-bottom: 15px }
.no-results h2 { font-size: 16px }
/*-[ Read More ]-------------------*/
.read-more {
	margin: 0 0 0 10px;
	line-height: 1.4em;
	background: none;
	padding: 0;
	font-size: 16px;
}
/*-[ Top Ad in Post ]-------------------------------------*/
.topad {
	margin-bottom: 10px;
	clear: both;
}
/*-[ Bottom Ad in post ]-----------*/
.bottomad {
	float: left;
	clear: both;
	margin-top: 10px;
}
/*-[ Sidebar ]---------------------*/
#sidebars p {
	line-height: 20px;
	margin-bottom: 0;
}
.sidebar.c-4-12 {
	float: right;
	width: 33.8%;
	line-height: 20px;
	max-width: 324px;
}
#sidebars .wp-post-image, footer .wp-post-image {
	margin-bottom: 0;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 0;
}
.widget {
	margin-bottom: 27px;
	float: left;
	clear: both;
	width: 100%;
}
.sidebar .widget h3 { color: #333333 }
.widget .title {
	text-transform: uppercase;
	color: #545E68;
	font-size: 12px;
}
.widget li {
	list-style-type: square;
	margin-left: 17px;
	margin-bottom: 7px;
}
.widget h3 {
	font-size: 18px;
	line-height: 18px;
	margin: 0px 0 15px 0;
}
.widget .attachment-widgetthumb {
	float: left;
	margin-right: 10px;
}
.mts-posts { position: relative }
.popular-posts li {
	list-style: none!important;
	margin: 0;
	overflow: hidden;
	transition: all 0.25s linear;
	color: #999;
	padding: 7px 24px 10px 10px;
	background: #222;
	margin-bottom: 10px;
	position: relative;
}
.advanced-recent-posts li, .category-posts li, .related-posts-widget li {
	list-style: none!important;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
#sidebars .category-posts img, #sidebars .advanced-recent-posts img, #sidebars .related-posts-widget img {
	max-width: 80px;
	margin-top: 0;
}
.popular-posts a { color: #fff !important }
.popular-posts .meta a { color: #999!important }
.advanced-recent-posts p, .popular-posts p, .category-posts p {
	margin: 0;
	overflow: hidden;
}
.widget .meta {
	padding: 4px 0 0;
	color: #999;
	transition: color 0.25s linear;
}
.sidebar.c-4-12 .widget .meta a, footer .widget .meta a { color: #999 }
.popular-posts .thecomment {
	font-family: Arial;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 7px 1px;
}
.popular-posts li:hover .thecomment { background-color: #222 }
.popular-posts li:hover .meta, .popular-posts li:hover .meta a { color: #fff!important }
ul.recent-reviews li {
	padding-left: 0;
	background: none;
	margin-bottom: 10px;
	margin-left: 0;
	overflow: hidden;
	line-height: 20px;
}
ul.recent-reviews .last { margin-bottom: -15px }
.recent-reviews .left img {
	width: 80px;
	height: 80px;
}
.recent-reviews .left {
	margin-bottom: 15px;
	position: relative;
}
.popular-posts .post-data {
	clear: both;
}
.popular-posts .horizontal-container .post-img {
	max-width: 33%;
}
.popular-posts .horizontal-container .post-data {
	clear: none;
}
.popular-posts .post-img img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
/*-[ Social Buttons ]--------------------------*/
.share-item.facebookbtn, .share-item.linkedinbtn, .share-item.stumblebtn { width: 92px }
.shareit.top {
	float: left;
	width: 100%;
	padding-top: 0;
	padding-bottom: 20px;
	clear: both;
}
.shareit {
	padding: 12px 0 7px;
	overflow: hidden;
	clear: both;
	border: none;
}
.shareit .share-item {
	display: block;
	margin: 0;
	float: left;
	height: 25px;
}
/*-[ Social Profile Widget ]--------------------------*/
.social-profile-icons ul li {
	background: none;
	border: none;
	float: left;
	list-style-type: none;
	margin: 0 8px 8px 0!important;
	padding: 0 !important;
	border: none !important;
}
.social-profile-icons ul li a {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
	color: #FFF!important;
	transition: all .4s;
}
.sidebar .social-profile-icons ul li a:hover {
	color: #fff;
	background: #666;
}
.sidebar .social-profile-icons ul li a { color: #fff }
.social-profile-icons ul li i {
	font-size: 16px;
	line-height: 32px;
}
.social-profile-icons .social-youtube a { background: #DD4B39 }
.social-profile-icons .social-rss a { background: #EE802F }
.social-profile-icons .social-twitter a { background: #55ACEE }
.social-profile-icons .social-facebook a { background: #3B5998 }
.social-profile-icons .social-gplus a { background: #DD4B39 }
.social-profile-icons .social-vimeo a { background: #4BF }
.social-profile-icons .social-dribbble a { background: #EA4C89 }
.social-profile-icons .social-tumblr a { background: #34526F }
.social-profile-icons .social-instagram a { background: #3F729B }
.social-profile-icons .social-flickr a { background: #FF0084 }
.social-profile-icons .social-pinterest a { background: #C8232C }
.social-profile-icons .social-linkedin a { background: #0e76a8 }
.social-profile-icons .social-github a { background: #171515 }
.social-profile-icons .social-email a { background: #CACACA }
/*-[ Footer ]-------------------*/
body > footer .advanced-recent-posts li, body > footer .popular-posts li, body > footer .category-posts li {
	border-top: 1px solid #ccc;
	padding-top: 8px;
}
body > footer .widget li:first-child {
	border-top: none;
	padding-top: 0;
}
.footer-widgets h3 { margin: 0 }
body > footer {
	overflow: hidden;
	width: 100%;
}
body > footer .footeText {
	width: 960px;
	margin: 22px auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
body > footer .footeText a {
	color: #fff;
	border-bottom: 2px solid #ee3f02;
}
body > footer .widget { padding: 1px 0 0 0 }
body > footer .sidebar .widget .title {
	font-size: 135%;
	color: #D4D8DB;
}
footer .widget {
	margin-bottom: 20px;
	margin-top: 10px;
}
footer .advanced-recent-posts li, footer .popular-posts li, footer .category-posts li, footer .related-posts-widget li {
	background: transparent;
	padding: 0;
}
footer .advanced-recent-posts li, footer .popular-posts li, footer .category-posts li, footer .related-posts-widget li { background: transparent }
footer {
	position: relative;
	overflow: hidden;
	clear: both;
}
footer .container {
	background: #FAFAFA;
	padding: 0;
	padding: 0 2%;
}
footer p { color: #8D8D8D }
.footer-widgets {
	overflow: hidden;
	padding: 15px 0 10px;
	margin: 0;
}
.footer-widgets h3 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: #222;
	border-bottom: 1px solid #E5E5E5;
	padding-top: 0;
}
.f-widget {
	width: 32%;
	float: left;
	position: relative;
	margin-bottom: 0;
	margin-right: 2%;
}
.copyrights {
	float: left;
	width: 100%;
	clear: both;
}
#copyright-note {
	width: 960px;
	margin: 0 auto;
	clear: both;
	max-width: 100%;
}
.postsby {
	font-weight: 400;
	margin-bottom: 25px;
}
/*-[ Back To Top ]---------------------------*/
.top {
	float: right;
	position: relative;
}
.toplink .fa-chevron-sign-up {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0px;
}
.toplink { padding-right: 27px }
#move-to-top {
	color: #372E2D;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	height: 12px;
	padding: 14px 10px;
	position: fixed;
	right: 22px;
	bottom: 20px;
	transition: all 0.25s linear 0s;
	width: 20px;
	z-index: 25;
	background: #eee;
}
#move-to-top:not(.filling) {
	opacity: 0;
	visibility: hidden;
}
#move-to-top .fa-chevron-up {
	font-size: 22px;
	position: absolute;
	top: 9px;
}
/*-[ Related Posts ]---------------------------*/
.related-posts {
	background-color: #FFF;
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.postauthor p {
	padding-top: 0px;
	margin-top: 8px;
	margin-bottom: 20px;
}
.related-posts ul {
	margin-left: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-top: 0;
}
.related-posts h5 {
	line-height: 20px;
	padding-left: 80px;
	color: #919191;
	text-transform: uppercase;
}
.related-posts h3 {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.relatedthumb img {
	width: 75px;
	height: 75px;
	margin-top: 5px;
	margin-bottom: 0;
}
.related-posts .relatepostli3, .related-posts .relatepostli1 {
	margin-right: 0;
	float: right;
}
.relatepostli2, .relatepostli3 {
	margin-bottom: 12px;
	padding-bottom: 1px;
}
.relatepostli .post-info a, .relatepostli .post-info .theauthor { font-weight: normal }
.relatedthumb .theauthor { color: #999999 }
.related-posts li {
	border-bottom: 1px solid #eee;
	width: 47%;
	float: left;
	list-style: none;
	padding-bottom: 32px;
	line-height: 1.4;
}
.rthumb {
	float: left;
	margin-right: 10px;
	position: relative;
}
.related-posts .last { margin-right: 0 }
.post-number {
	position: absolute;
	width: auto;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	bottom: 0;
	background: #2DB2EB;
	padding: 0 3px;
}
/*-[ Post Tags ]---------------------------------*/
.tags {
	margin: 20px 0 0 0;
	width: 100%;
	float: left;
}
.tags a { margin-left: 5px }
/*-[ Author Box ]--------------------------------*/
.postauthor {
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 5px solid #EEEEEE;
	border-top: 5px solid #EEEEEE;
	margin: 30px 0 10px;
	min-height: 125px;
	padding-bottom: 8px;
	padding-top: 10px;
}
.postauthor h4 {
	font-size: 20px;
	line-height: 24px;
}
.postauthor h5 {
	font-size: 16px;
	padding: 0;
	margin: 0;
	line-height: 24px;
	text-transform: capitalize;
}
.postauthor img {
	float: left;
	margin: 4px 20px 0 0;
}
.postauthor h4 a { color: #473636 }
.postauthor-top {
	font-size: 18px;
	margin: 10px 0;
}
.clear { clear: both }
.left { float: left }
.right { float: right }
.last { margin-right: 0 }
/*-[ Tag widget ]------------------------------*/
.tagcloud a {
	font-size: 14px!important;
	padding: 3px 10px;
	margin-bottom: 3px;
	float: left;
	margin-right: 3px;
	background: #222;
	color: #FFFFFF!important;
	transition: all 0.25s linear;
}
.tagcloud a:hover {

}
/*-[ Subscribe Widget ]------------------------*/
.mts-subscribe input[type="text"] {
	transition: all 0.25s linear;
	box-sizing: border-box;
	width: 67%;
	font-size: 13px;
	float: left;
	padding: 10px 0;
	text-indent: 10px;
	border-right: 0;
}
#mts_subscribe_widget { border: 1px solid #F1F1F1 !important }
.mts-subscribe { overflow: hidden }
.mts-subscribe input[type="submit"] {
	background: #222;
	cursor: pointer;
	font-size: 12px;
	color: #FFF;
	padding: 7px 0;
	border: 0;
	float: left;
	height: 40px;
	text-align: center;
	width: 33%;
	transition: all 0.25s linear;
}
.mts-subscribe input[type="submit"]:hover { background: #222 }
/*-[ Ad Widgets ]------------------------------*/
.ad-300 img {
	background: #FAFAFA;
	border: 1px solid #eee;
	padding: 11px;
}
footer .ad-300 img {
	padding: 0;
	border: 0;
}
.ad-125 ul {
	float: left;
	width: 100%;
	margin: 0;
	list-style: none;
	max-width: 100%;
}
.ad-125 li {
	float: left;
	border: none;
	list-style: none!important;
	padding-left: 0;
	background: none;
	margin-bottom: 15px;
	margin-left: 0;
	max-width: 46%;
}
.ad-125 img {
	background: #FAFAFA;
	border: 1px solid #EEE;
	padding: 11px;
}
footer .ad-125 img {
	padding: 0;
	border: 0;
}
.ad-125 li:nth-child(2n+2) { float: right!important }
/*-[ Calender Widget ]-------------------------*/
#wp-calendar { margin-bottom: 0 }
#wp-calendar td {
	text-align: center;
	padding: 7px 0;
	border-top: 1px solid #F1F4F6;
	border-right: 1px solid #F1F4F6;
}
#wp-calendar caption {
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
}
#wp-calendar #prev {
	text-align: left;
	padding-left: 12px;
}
#wp-calendar thead th {
	padding: 10px 0;
	text-align: center;
}
/*-[Comments]--------------*/
.total-comments {
	font-size: 18px;
	font-weight: bold;
	color: #222;
}
.cnumber { color: #2DB2EB }
#comments {
	padding: 0;
	background-color: #fff;
	margin-top: 27px;
	float: left;
	clear: both;
	width: 100%;
}
#respond h4 {
	padding: 0 0 20px;
	font-size: 18px;
}
#commentsAdd {
	background-color: #fff;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
#comments .avatar {
	float: left;
	margin-right: 20px;
	margin-top: 7px;
}
.comment time { padding-left: 10px }
ul.children .commentImageLeft {
	width: 60px;
	height: 90px;
	border-left: 1px solid #c1bbb6;
	border-bottom: 1px solid #c1bbb6;
	position: absolute;
	top: -50px;
	left: -70px;
}
input.text-input, #commentform input { padding: 9px 11px 10px }
input#author, input#email, input#url {
	background: #fff;
	max-width: 85%;
	margin-right: 10px;
	border: 3px solid #eee;
	font-size: 14px;
	width: 380px;
}
input#author, input#email, input#url, #comment {
	transition: all 0.25s ease-in-out;
}
#cancel-comment-reply-link {
	float: right;
	line-height: 24px;
	margin-top: 0;
}
#cancel-comment-reply-link {
	color: #EE210B;
	cursor: pointer;
	margin-bottom: -20px;
	text-decoration: underline;
	z-index: 100;
	position: relative;
}
#commentform input#submit, .contactform #submit {
	line-height: 1;
	background-color: #222;
	padding: 12px 17px 13px;
	color: #ddd;
	text-decoration: none;
	float: left;
	cursor: pointer;
	display: inline-block;
	border: none;
	transition: all 0.2s linear;
	font-size: 14px;
	font-weight: normal;
}
#commentform input#submit:hover, .contactform #submit:hover {
	background: #EE210B;
	color: #fff;
}
.contactform #submit { float: left }
.contactform label { display: block }
.contactform {
	overflow: hidden;
	margin-bottom: 35px;
}
.error { color: red }
.thanks p { color: green }
ol.commentlist {
	float: left;
	margin-left: 0;
	margin-top: 20px;
	width: 100%;
}
.commentlist li {
	border-bottom: 1px solid #EEEEEE;
	list-style: none;
	margin: 0 0 30px 0;
	padding-left: 0;
	float: left;
	width: 100%;
	position: relative;
}
.commentlist li.comment { min-height: 120px }
.commentlist p { margin-bottom: 5px }
.ago {
	color: #666;
	font-size: 13px;
}
.fn {
	line-height: 1.375em;
	font-weight: bold;
	color: #222;
}
.fn a {
	font-weight: bold;
	font-size: 15px;
}
.comment-meta { font-size: 12px }
.comment-meta a { color: #333 }
.commentmetadata { overflow: hidden }
.commentmetadata li {
	border: 0;
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
	list-style: square;
}
.commentmetadata ol li { list-style: decimal }
.reply {
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 15px;
	width: 100%;
}
.reply a {
	font-weight: bold;
	float: left;
	padding: 0 14px;
	color: #BDBDBD;
	float: right;
	font-size: 14px;
}
.reply a:hover { color: #000 }
#commentsAdd #respond h4 { margin-bottom: 19px }
.comment #respond #respond { margin-top: 20px }
.commentlist .children {
	margin-left: 10%;
	margin-bottom: 0;
	margin-top: 0;
	float: left;
	width: 90%;
}
.commentlist .children li { padding-bottom: 0 }
.avatar { float: left }
#respond h3 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.comment-awaiting-moderation {
	font-style: italic;
	font-weight: bold;
}
.commentmetadata ul, .commentmetadata ol { margin-top: 5px }
/*-[ Comment Form ]----------------------------*/
#commentform textarea {
	width: 95%;
	border: 3px solid #eee;
	background: #fff;
	padding: 2%;
	line-height: 25px;
	font-family: inherit;
	font-size: 14px;
}
#commentform { width: 100% }
#commentform p {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	clear: both;
}
#commentform p label {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
}
.cancel-comment-reply a {
	float: right;
	margin-top: -8px;
}
.required {
	color: red;
	padding: 0;
	line-height: 1;
}
.comment-notes .required {
	padding-left: 0;
	padding-top: 3px;
}
.comment-notes { font-style: italic }
/*-[ pagination ]------------------*/
.pagination {
	border: 1px solid #EEEEEE;
	border-bottom: 0;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 3px #EEEEEE;
	clear: both;
	float: left;
	font-family: arial;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px 2% 5px 2%;
	width: 95.6%;
}
.single .pagination {
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	padding: 2.2% 0 0;
	width: 100%;
}
.pagination ul {
	list-style: none;
	margin: 0;
}
.pagination ul li {
	float: left;
	margin: 0 6px;
	margin-bottom: 5px;
}
.pagination ul li:first-child { margin-left: 0 }
.currenttext, .pagination a:hover, .single .pagination a:hover .currenttext {
	background: #2DB2EB;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	display: inline-block;
	float: left;
	line-height: 1.2em;
	padding: 7px 11px;
	text-decoration: none;
}
.single .pagination a .currenttext {
	color: #4D4D4D !important;
	margin: 0;
}
.single .pagination a:hover .current.single .pagination .current { margin-right: 5px }
.pagination a {
	color: #4D4D4D;
	border-radius: 3px 3px 3px 3px;
	display: inline-block;
	float: left;
	font-weight: 400;
	line-height: 1.2em;
	padding: 7px 11px;
	text-decoration: none;
	transition: background-color 0.25s linear;
}
.pagination a:hover { color: #fff }
.pagination .nav-previous { float: left }
.pagination .nav-next { float: right }
.pagination  .nav-previous a:hover, .pagination .nav-next a:hover { background-color: #EE210B }
.single .pagination a .currenttext, .single .pagination a:hover .currenttext, .single .pagination a .current {
	padding: 0;
	background: rgba(0, 0, 0, 0)!important;
	margin-right: 0;
}
.single .pagination .currenttext, .single .pagination a { margin-right: 5px }
.single .pagination a:hover .currenttext { color: #fff }
/* AJAX pagination */
#load-posts {
	text-align: center;
	margin-bottom: 20px;
	clear: both;
}
#load-posts a {
	background: #000;
	color: #fff;
	padding: 10px 10px;
	font-weight: bold;
}
#load-posts a i { margin-right: 10px }
#load-posts .loading:before { display: none }
/*-[ Contact Form ]------------------*/
.contact-form { position: relative }
.contact-form.loading:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
}
.contact-form label, .contact-form input, .contact-form textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact-form label { margin-top: 12px }
.contact-form input[type="submit"] { margin-top: 12px }
.mtscontact_error { color: #B90101 }
input#mtscontact_submit {
	width: auto;
	padding: 8px 36px;
	background: #000;
	color: #fff;
	margin-bottom: 20px;
	margin: 12px 0 20px;
	border: none;
}
input#mtscontact_submit:hover { cursor: pointer }
/*-[ AJAX search results ]------------------*/
.widget_search { overflow: visible }
.ajax-search-box-open #s { border-bottom: 1px solid #fff }
.ajax-search-results-container {
	position: absolute;
	top: 38px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	z-index: 1001;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-top: none;
}
.main-navigation .ajax-search-results-container {
	border-color: #EEE;
	left: -1px;
	width: 101%;
}
.ajax-search-results-container.loading:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
}
ul.ajax-search-results {
	margin: 0;
	margin-top: 4px;
	padding: 0;
}
.ajax-search-results li {
	margin: 0;
	display: block;
	list-style: none;
	min-height: 90px;
	padding: 0 8px;
	clear: both;
}
.ajax-search-results .wp-post-image {
	margin-bottom: 0;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 0;
	max-width: 80px;
}
.ajax-search-meta {
	margin: 6px 8px;
	height: 20px;
	font-size: 13px;
}
.ajax-search-meta .results-count {
	float: left;
	color: #aaa;
}
.ajax-search-meta .results-link { float: right }
.ajax-search-results-container .no-results {
	padding: 8px;
	color: #AAA;
	font-style: italic;
}
.main-navigation .ajax-search-results li a {
	font-size: 12px;
	text-transform: none;
	border: none;
	padding: 0;
}
.main-navigation .ajax-search-results li .meta { display: none }
.main-navigation .ajax-search-results li a img { width: 40px }
.main-navigation .ajax-search-results li {
	margin: 10px 0;
	min-height: 38px;
}
/*-[ Load More ]-------------------*/
.pace .pace-progress {
	background: #29d;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 3px;
	transition: width 0.8s;
}
.admin-bar .pace .pace-progress { top: 32px }
.pace-inactive { display: none }
#load-posts a { font-weight: bold }
#load-posts a.inactive { cursor: default }
/*-[ Review Box ]---------------------------*/
.rating {
	margin-top: -45px;
	float: left;
	width: 100%;
	max-width: 214px;
	text-align: center;
	background: #222;
	max-height: 45px;
}
.rating img {
	margin: 0 auto;
	width: 68%;
	padding: 5% 0;
	border: 0;
}
.reviewbox {
	display: block;
	overflow: hidden;
	border-bottom: 1px dashed #EEE;
	margin-bottom: 15px;
	clear: both;
}
.pdetails { float: left }
.reviewmeta {
	padding: 5px 0 0 0;
	border: 1px solid black;
	box-shadow: 0px 3px #000;
	border-radius: 0 0 3px 3px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	background: #3D3D3D;
	color: #DDD;
	border-top: 1px solid #444444;
	width: 220px;
}
.reviewbox h3 {
	padding: 5px 0 0 0;
	margin: 0;
	background: #212121;
	border-radius: 3px 3px 0 0;
	color: #DDD;
	margin-right: 20px;
	text-align: center;
}
.reviewmeta .clearfix {
	border-bottom: 1px solid #333;
	padding: 7px 20px;
}
.releasedate { margin-bottom: 5px }
.proscons {
	float: left;
	width: 46%;
	margin-bottom: 20px;
}
.pros { margin-bottom: 10px }
.pros b { color: #66AB10 }
.cons b { color: #E83216 }
.rating2 img {
	width: 129px;
	margin-bottom: -5px;
	margin-left: 5px;
}
.rating4 img {
	width: 100px;
	margin-top: 5px;
}
.score {
	max-width: 90px;
	float: right;
}
#user-rating { background: #4B4B4B }
.user-rating { float: right }
.user-rating img { width: 18px }
.rating3 {
	margin-top: 5px;
	float: left;
	max-width: 100px;
}
.single-reviews .review-wrapper { clear: none }
#review .review-result-wrapper > i, #review .review-result-wrapper > a i, .commentmetadata .review-result-wrapper > a i, .wp-review-comment-field .review-result-wrapper > a i {
	color: #8F8F8F;
	opacity: 0.30;
	filter: alpha(opacity=30);
}
.wp-review-comment-field.allowed-to-rate .review-result-wrapper a:hover i {
	opacity: .5;
	filter: alpha(opacity=50);
}
.review-total-wrapper .review-result-wrapper i { font-size: 22px }
.rating .review-total-star {
	margin: 10px 0 10px;
	position: relative;
	float: none;
	display: inline-block;
	right: 0;
	top: 0;
}
.rating .review-result-wrapper i { font-size: 26px }
.rating .review-result-wrapper div i, .recent-reviews .review-result-wrapper div i { color: #FFC200 }
.rating .review-result-wrapper > i { color: rgba(128, 128, 128, 0.7) }
.review-type-circle.rating {
	margin-top: -46px;
	height: 40px !important;
}
.review-type-percentage.rating, .review-type-point.rating {
	color: #FFC200;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
	margin-top: -43px;
}
.rating .percentage-icon {
	top: 0;
	font-style: normal;
}
.latestPost .rating .percentage-icon { left: -5px }
.recent-reviews .review-total-star {
	position: relative;
	right: 0;
	top: 0;
}
.recent-reviews .review-type-star { padding-left: 0 }
.grid .rating .review-result-wrapper i { font-size: 22px }
.wp-review-comment-field {
	float: left;
	margin: 1px 0 18px;
	padding: 6px 10px 9px 12px;
	max-width: 85%;
	margin-right: 10px;
	border: 3px solid #eee;
	font-size: 14px;
	width: 380px;
}
/*-[ Parallax ]--------------------------------*/
#parallax {
	position: relative;
	padding-bottom: 28%;
	height: 0;
	overflow: hidden;
	background-size: cover;
	margin-bottom: 15px;
}
#page.parallax { padding-top: 15px }
.page-template-page-parallax-php #page { padding-top: 15px }/*-----------------------------------------------
/* Responsive
/*---------------------------------------------*/
.main-container { max-width: 96%; padding: 0 2%; overflow: hidden; }
@media screen and (max-width:1230px) { 
    .shareit { position: relative!important; width: 100%!important; top: 0!important; padding-left: 0!important; padding-right: 0!important; margin: 0!important; padding-top: 10px!important; border: none !important; }
}
@media screen and (max-width:1000px) { 
    #move-to-top { margin-right: 0; right: 5px; }
    .article { width: 66% }
}
@media screen and (max-width:960px) { 
    .secondary-navigation { left: 0 }
    img { max-width: 100%; height: auto!important; }
    .ad-300 img { max-width: 100% }
    .ad-125 li { max-width: 40% }
    .ad-125 img { padding: 0; background: #FAFAFA; border: 0; }
}
@media screen and (max-width:900px) { 
    .widget-header { max-width: 70% }
    .slidertext { display: none }
}
@media screen and (max-width:865px) { 
    .main-container { max-width: 100%; padding: 0; }
    #page, .container { max-width: 96% }
    footer .container { padding: 0 2% }
    .mts-cart { text-align: center!important }
    #navigation ul ul:after { border: 0; padding: 0; }
    #navigation ul ul { border: 0; padding: 0; }
    .main-navigation { border: 0 }
    .main-navigation #navigation { width: 100% }
    .header-search { display: none }
    .main-navigation #navigation ul li ul li a, .main-navigation #navigation ul li ul, .main-navigation #navigation ul ul li:first-child a { border: 0 }
    .main-navigation a:hover, .main-navigation #navigation ul li ul li a, .main-navigation #navigation ul li ul li a:hover { background: #283744 !important; color: #fff !important; }
    .main-navigation #navigation ul li ul li a { background: transparent }
    .secondary-navigation, #navigation { border: none !important; background: #283744; }
    .secondary-navigation { width: 100%; position: relative!important; }
    #navigation .menu a, #navigation .menu .fa > a, #navigation .menu .fa > a { color: #fff!important; padding-left: 0!important; padding-right: 0!important; background: rgba(0, 0, 0, 0)!important; }
    #navigation .menu { float: none; background: transparent; }
    .main-navigation #navigation ul ul ul { top: 0 }
    #navigation ul ul { display: block!important; visibility: visible!important; opacity: 1!important; position: relative; left: 0!important; border: 0; width: 100%; }
    #navigation ul li li { background: transparent; border: 0; }
    #navigation { height: auto }
    #navigation ul { width: 100%; display: none; height: auto; }
    #navigation li, #navigation ul li li { width: 100%!important; float: left; position: relative; border-right: 0!important; }
    .wpmm-megamenu-showing.wpmm-light-scheme { background: transparent!important }
    #wpmm-megamenu { display: none }
    #navigation ul li:after { background: transparent }
    #navigation ul li:before { display: none }
    #navigation li a { border-bottom: 1px solid #576979!important; width: 100%!important; padding: 10px 45px 10px 25px; }
    #navigation a { text-align: left; width: 100%; text-indent: 25px; }
    #navigation a .fa { text-indent: 0 }
    #navigation a#pull-main, #navigation a#pull-primary { display: block; background-color: #283744; width: 100%; position: relative; color: #fff; padding: 10px 0; text-transform: uppercase; line-height: 20px; }
    #navigation a#pull-main:after, #navigation a#pull-primary:after { content: ""; background: url('/wp-content/themes/splash/css/images/nav-icon.png') no-repeat; width: 30px; height: 30px; display: inline-block; position: absolute; right: 15px; top: 10px; }
    .secondary-navigation #navigation ul .sfHover a, .secondary-navigation #navigation ul li:hover, .secondary-navigation #navigation ul .sfHover ul li { background: transparent }
    #review, .proscons { width: 99% !important }
}
@media screen and (max-width:728px) { 
    #header h1, #header h2, .site-description { float: none; text-align: center; width: 100%; max-width: 100%; padding: 0; }
    #header h1, #header h2 { font-size: 40px }
    .site-description { margin-top: 0 }
    #logo a, #logo img { float: none; letter-spacing: 0; }
    .logo-wrap { margin-bottom: 0; margin-top: 0; width: 100%; }
    .widget-header { max-width: 100%; float: left; margin-top: 0; }
}
@media screen and (max-width:720px) { 
    .secondary-navigation a { padding-top: 10px!important; padding-bottom: 10px!important; }
    .article { width: 100% }
    #content_box { padding-right: 0px; padding-left: 0px!important; width: 100%; }
    .sidebar.c-4-12 { float: none; width: 100% !important; padding-left: 0; padding-right: 0; margin: 0 auto; padding-top: 20px; overflow: hidden; }
    .f-widget { width: 44% }
    .f-widget-2 { margin-right: 0 }
    .ad-125 li { max-width: 45% }
    #comments { margin-right: 0 }
    .widget-header .textwidget { margin-top: 0; padding-left: 0; border-left: none; }
    #commentform textarea { width: 92% }
}
@media screen and (max-width:600px) { 
    .featured-thumbnail img { width: 100% }
    .rating .review-result-wrapper i { font-size: 20px }
}
@media screen and (max-width:550px) { 
    .sbutton { float: right }
    .f-widget { width: 100%; margin-right: 0; }
}
@media screen and (max-width:480px) { 
    .slidertitle { font-size: 14px }
    nav { border-bottom: 0 }
    #navigation { margin-top: 0; margin-bottom: 0; }
    .secondary-navigation { width: 102%; height: 35px; }
    .latestPost .title { font-size: 20px }
    .grid { margin: 0 3% !important; width: 44%; }
    .related-posts li { width: 100%; float: left!important; max-width: 100%; }
    .related-posts .relatepostli4 { padding-bottom: 15px; border-bottom: 1px solid #CCC; margin-bottom: 11px; }
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth { width: 100%; margin-right: 0; }
    .copyrights { text-align: center }
    .top { width: 100% }
    .review-type-percentage.rating, .review-type-percentage.rating i, .review-type-point.rating { font-size: 19px }
}
@media screen and (max-width:400px) { 
    article header { overflow: hidden }
    .slidertext { display: none }
    .grid { margin: 0 3% !important; min-height: 215px; }
    .grid:nth-child(2n+3) { clear: left!important }
    .grid #featured-thumbnail { width: 100% }
    #featured-thumbnail, .featured-thumbnail { width: 100%; max-width: 100%; }
    .rating { max-width: 100% }
}
@media screen and (max-width:320px) { 
    .latest-cat-post #featured-thumbnail { width: 100%; max-width: 100%; }
    .latest-cat-post #featured-thumbnail .featured-thumbnail { float: none }
    nav li { display: block; float: none; width: 100%; }
    nav li a { border-bottom: 1px solid #576979 }
    .grid { width: 100%; margin-left: 0!important; margin-right: 0!important; }
    .latestPost.grid .title { height: auto }
}/*
* Plugin Name: WP Review
* Plugin URI: https://wordpress.org/plugins/wp-review/
* Description: Create reviews! Choose from Stars, Percentages or Points for review scores. Supports Retina Display, WPMU & Unlimited Color Schemes.
* Author: MyThemesShop
* Author URI: http://mythemeshop.com/
*/
.review-wrapper {
    border: 1px solid #e7e7e7;
    margin-bottom: 1.5em;
    clear: both;
    box-sizing: border-box;
}
.review-title {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding: 10px 15px;
}
.review-wrapper .review-list {
    margin: 0;
    list-style: none;
    padding: 0;
}
.review-links {
    list-style: none;
    padding: 10px 15px 15px;
    margin: 0;
    overflow: hidden;
}
.review-links li { display: inline-block; }
.review-links:not(:last-child) a { margin-right: 10px }
.review-links li a {
    display: block;
    padding: 4px 10px;
    margin: 0 10px 0 0;
    border: 1px solid currentColor;
    border-radius: 5px;
}


.entry-content .review-wrapper li:last-child a {
    margin-right: 0;
}
.review-list li {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 15px;
    position: relative;
    list-style: none;
}
.review-list li:nth-child(even) { background-color: #fafafa }
.review-list li:last-child { border-bottom: 1px solid #e7e7e7 }
.review-summary-title { margin-bottom: 5px }
.review-desc {
    float: left;
    width: 75%;
    padding: 10px 15px;
    box-sizing: border-box;
}
.rtl .review-desc { float: right }
.review-desc p:last-child { margin-bottom: 0 }
.review-result-wrapper i {
    font-style: normal;
    font-size: 16px;
}
.review-result {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
}
.rtl .review-result {
    left: auto;
    right: 0;
}
.review-total-wrapper {
    float: right;
    margin: 0;
    margin-right: 0;
    padding-right: 0;
    position: relative;
    box-sizing: border-box;
    margin: 10px 15px;
}
.review-total-wrapper span.review-total-box {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    display: block;
    font-size: 40px;
    font-weight: 700;
    text-align: right;
    margin: 0;
    padding: 35px 0 20px;
    width: 100%;
    box-sizing: border-box;
}
.circle-point span.review-total-box { height: 180px }
.review-total-wrapper span.review-total-box small {
    font-size: 12px;
    display: block;
}
.percentage-icon {
    font-size: 22px;
    position: relative;
    top: -14px;
}
.review-total-star {
    position: relative;
    margin-top: 5px;
    margin: 0 auto;
    float: right;
}
.review-star.review-total { position: relative }
.wp-review-loading-msg { display: none }
.wp-review-loading .wp-review-loading-msg { display: block }
.review-total {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
    z-index: 99;
}
.rtl .review-total {
    left: auto;
    right: 0;
}
.review-star {
    position: relative;
    margin-top: 5px;
    margin: 3px auto;
    display: inline-block;
}
.postbox .review-star {
    position: relative;
    right: auto;
    top: auto;
}
.review-list .review-star, .user-review-area .review-star, .review-total-circle .review-star, .wp-review-point-type .review-total-circle .review-star, .wp-review-percentage-type .review-total-circle .review-star {
    position: absolute;
    right: 15px;
    top: 10px;
}
 .rtl .review-list .review-star,  .rtl .user-review-area .review-star,  .rtl .review-total-circle .review-star, .rtl .wp-review-point-type .review-total-circle .review-star, .rtl .wp-review-percentage-type .review-total-circle .review-star {
    right: auto;
    left: 15px;
 }
.review-total-star .review-result { background: none !important }
.review-total-circle .review-result-wrapper { background: none !important }
/**
 * Bar & Percentage Point
 */
.circle-point .review-list li { padding: 14px 15px }
.review-point .review-result-wrapper, .review-percentage .review-result-wrapper {
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 22px;
}
.review-point .review-result-wrapper { background-color: rgba(0,0,0,0.1) }
.wp-review-point-type .review-result, .wp-review-percentage-type .review-result, .review-total-point .review-result {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 22px;
    z-index: 99;
}
.rtl .wp-review-point-type .review-result, .rtl .wp-review-percentage-type .review-result, .rtl  .review-total-point .review-result {
    left: auto;
    right: 0px;
}
.review-total-star.allowed-to-rate .review-result-wrapper { background: none }
.wp-review-point-type .review-total-point .review-result-wrapper { background: none }
.review-total-percentage.allowed-to-rate.has-not-rated-yet, .review-total-point.allowed-to-rate.has-not-rated-yet {
    float: none;
    cursor: pointer;
}
.review-percentage .review-result-wrapper, .review-point .review-result-wrapper {
    position: relative;
    width: 100%;
}
.review-percentage .review-result, .review-point .review-result { background: currentColor }
.wp-review-comment-rating.wp-review-comment-rating-point .review-result-wrapper, .wp-review-user-rating.wp-review-user-rating-point .review-result-wrapper, .wp-review-comment-rating.wp-review-comment-rating-percentage .review-result-wrapper, .wp-review-user-rating.wp-review-user-rating-percentage .review-result-wrapper { cursor: pointer }
.wp-review-user-rating.wp-review-user-rating-point.has-rated .review-result-wrapper, .wp-review-user-rating.wp-review-user-rating-percentage.has-rated .review-result-wrapper { cursor: default }
.wp-review-comment-rating.wp-review-comment-rating-point .review-result-wrapper:hover .review-result, .wp-review-user-rating.wp-review-user-rating-point .review-result-wrapper:hover .review-result, .wp-review-comment-rating.wp-review-comment-rating-percentage .review-result-wrapper:hover .review-result, .wp-review-user-rating.wp-review-user-rating-percentage .review-result-wrapper:hover .review-result {
    display: block;
    transition: none;
}
.review-point, .review-percentage {
    position: relative;
    clear: both;
}
.wp-review-your-rating {
    position: absolute;
    top: 102%;
    left: 45%;
    font-size: 12px;
    line-height: 18px;
    background: #f0f0f0;
    color: #444;
    pointer-events: none;
    z-index: 999;
    display: none;
    white-space: nowrap;
    padding: 2px 4px;
    border-radius: 0 5px 5px 5px;
}
.rtl .wp-review-your-rating {
    left: auto;
    right: 45%;
}
.review-point:hover .wp-review-your-rating, .wp-review-input-set .review-point .wp-review-your-rating, .review-percentage:hover .wp-review-your-rating, .wp-review-input-set .review-percentage .wp-review-your-rating { display: block }
.review-result-text {
    position: absolute;
    left: 4px;
    top: 0px;
    font-size: 16px;
    line-height: 22px;
    display: none;
}
.rtl .review-result-text {
    left: auto;
    right: 4px;
}
.wp-review-usercomment-rating .review-result-text, .wp-admin .review-result-text { display: block }
/**
 * Circle
 */
.review-total-circle.allowed-to-rate.has-not-rated-yet .review-result-wrapper { cursor: pointer }
.user-review-area .wp-review-user-rating-circle { float: right }
.wp-review-user-rating-circle .review-result-wrapper { text-align: right }
.wp-review-circle-rating-send-button { display: none }
.wp-review-circle-rating-send { text-decoration: underline }
.wp-review-circle-rating-send:hover { color: #444 }
.wp-review-input-set .wp-review-circle-rating-send-button {
    display: block;
    text-align: center;
}
.user-review-area .review-circle { float: right }
.wp-review-comment-rating-circle .wp-review-circle-rating-send-button { display: none !important }
.review-list .review-circle {
    float: right;
    margin-top: -4px;
}
.wp-review-circle-type .review-total-wrapper > .review-total-box { display: none }
.review-circle.review-total {
    height: 100px;
    width: 100px;
    position: static;
}
/**
 * Twenty series themes compatibilty
 */
.entry-content .review-title, #content .review-title { margin: 0 }
.entry-content .review-wrapper li { margin: 0 }
.entry-content .review-summary-title, #content .review-summary-title { margin-bottom: 5px }
#content .review-list { margin: 0 }
#content .review-desc p:last-child { margin-bottom: 0 }
/**
 * Basic styling for wp_review_display_total
 */
.review-total-only {
    padding: 3px 8px;
    background: #fff;
    display: inline-block;
}
.review-total-only .percentage-icon {
    font-size: inherit;
    top: 0;
}
.review-total-only .review-type-star {
    font-size: 12px;
    padding: 3px 6px;
}
.review-total-only .review-total-star {
    font-size: 12px;
    margin: 0;
}
.review-total-only canvas {
    width: 21px!important;
    height: auto!important;
}
.review-result-wrapper i {
    opacity: 0.50;
    filter: alpha(opacity=50);
}
.review-result-wrapper .review-result i {
    opacity: 1;
    filter: alpha(opacity=100);
}
.wp-review-box-float-left { margin-right: 20px }
.wp-review-box-float-right { margin-left: 20px }
/**
 * Users review area
 */
.user-review-area {
    border-top: 1px solid #e7e7e7;
    padding: 10px 15px;
    position: relative;
    clear: both;
    overflow: hidden;
}
.user-total-wrapper {
    float: left;
    margin: 0;
}
.rtl .user-total-wrapper { float: right }
.review-total-star.allowed-to-rate {
    float: right;
    margin: 0;
}
.rtl .review-total-star.allowed-to-rate { float: left }
.user-total-wrapper .user-review-title {
    font-weight: bold;
    margin: 0;
}
.wp-review-user-rating .review-result-wrapper span { cursor: pointer }
.wp-review-user-rating .review-result-wrapper span i { opacity: 0.2 }
.wp-review-user-rating .review-result-wrapper:hover span i { opacity: 1 }
.wp-review-user-rating .review-result-wrapper span:hover ~ span i { opacity: 0.2 }
.wp-review-user-rating .review-result-wrapper:hover .review-result { display: none }
.wp-review-user-rating.has-rated .review-result-wrapper:hover .review-result { display: block }
.wp-review-user-rating.wp-review-loading .review-result-wrapper, .wp-review-user-rating.wp-review-loading .wp-review-your-rating { display: none }
/**
 * Review in comments
 */
.wp-review-comment-field { margin-bottom: 10px }
.review-comment-field-msg { margin-right: 12px }
.review-total-star-comments {
    position: relative;
    display: inline-block;
}
.comment-text-inner { clear: both }
.wp-review-comment-rating .review-result-wrapper span { cursor: pointer }
.wp-review-comment-rating .review-result-wrapper span i { opacity: 0.2 }
.wp-review-comment-rating .review-result-wrapper:hover span i {
    opacity: 1;
    color: #FFB300;
}
.wp-review-comment-rating .review-result-wrapper span:hover ~ span i {
    opacity: 0.2;
    color: currentColor;
}
.wp-review-comment-rating .review-result-wrapper:hover .review-result { display: none }
.wp-review-feedback .review-btn {
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #eee;
    padding: 3px 9px;
    color: #333;
    border-radius: 4px;
}
.wp-review-feedback .review-btn.voted {
    background: #4CAF50;
    color: #fff;
}
.wp-review-feedback .review-btn.voted, .wp-review-feedback .review-btn.voted ~ a { cursor: default }
.wp-review-feedback .review-btn:hover {
    text-decoration: none;
    background: #4CAF50;
    color: #fff;
}
.wp-review-feedback .review-btn:nth-child(2) { margin-left: 5px }
.rtl .wp-review-feedback .review-btn:nth-child(2) { margin-left: auto; margin-right: 5px; }
.wp-review-feedback .review-btn:nth-child(2):hover, .wp-review-feedback .review-btn.voted:nth-child(2) {
    background-color: #F44336;
    color: #fff;
}
.wp-review-comment-title-field {

}
.wp-review-comment-title-field-input { /* margin-left: 20px; _NO__DOTCOMMA__AFTER__*/ }
.wp-review-comment-rating-circle-wrapper .review-comment-field-msg {
    vertical-align: middle;
    margin-right: 0;
}
.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner {
    display: inline-block;
    vertical-align: middle;
}
.wp-review-comment-rating .review-result-wrapper a {
    text-decoration: none;
    border: none;
}
.wp-review-comment-rating-star .review-total-star { float: none }
.wp-review-comment-rating-circle-wrapper .wp-review-comment-field-inner { display: inline-block }
.wp-review-comment-rating-star-wrapper .wp-review-comment-field-inner { display: inline-block }
.wp-review-usercomment-rating .review-star {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
}
.wp-review-usercomment-rating { margin-bottom: 10px }
.wp-review-comment-rating-star { display: inline-block }
form.wp-review-comment-form input, #commentform.wp-review-comment-form input {
    width: 100%;
    background: rgba(0, 0, 0, 0.035);
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.31);
    max-width: 100%;
    height: 48px;
    font-size: 16px;
    padding-left: 2.5%;
    box-sizing: border-box;
}
.rtl form.wp-review-comment-form input, .rtl #commentform.wp-review-comment-form input {
    padding-left: auto;
    padding-right: 2.5%;
}
form.wp-review-comment-form textarea, #commentform.wp-review-comment-form textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.035);
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.31);
    max-width: 100%;
    font-size: 16px;
    padding-left: 2.5%;
    box-sizing: border-box;
}
.rtl form.wp-review-comment-form textarea, .rtl #commentform.wp-review-comment-form textarea {
    padding-left: auto;
    padding-right: 2.5%;
}
form.wp-review-comment-form > div, #commentform.wp-review-comment-form > div {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}
.rtl form.wp-review-comment-form > div, .rtl #commentform.wp-review-comment-form > div { float: right }
/**
 * Show on thumbnails
 */
.wp-review-thumbnail-wrapper { position: relative }
.wp-review-on-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 2px 4px;
}
.wp-review-on-thumbnail.review-type-star .review-total-star { margin: 0 }
.review-type-circle.latestPost-review-wrapper, .review-type-circle.wp-review-on-thumbnail {
    height: 35px;
    background: #fff;
}
.latestPost-review-wrapper .wp-review-circle-rating, .wp-review-on-thumbnail .wp-review-circle-rating { font-size: 11px !important }
.review-type-circle.review-total-only, .review-type-circle.wp-review-show-total {
    padding-top: 6px;
    height: 34px;
}
.review-type-star.latestPost-review-wrapper {
    padding: 2px 8px;
}
.widget .wp-review-show-total .review-star, .widget .wp-review-user-rating .review-star {
    position: relative;
    top: 0;
    right: 0;
}
/**
 * Animation
 */
.review-wrapper .review-result { transition: width 2s ease }
.review-wrapper.delay-animation .review-result {
    width: 0% !important;
    transition: none;
}
/**
 * Font icon
 */
@font-face {
  font-family: 'font-icons';
  src: url('/wp-content/plugins/wp-review/assets/fonts/font-icons.eot');
  src: url('/wp-content/plugins/wp-review/assets/fonts/font-icons.eot') format('embedded-opentype'),
       url('/wp-content/plugins/wp-review/assets/fonts/font-icons.woff') format('woff'),
       url('/wp-content/plugins/wp-review/assets/fonts/font-icons.ttf') format('truetype'),
       url('/wp-content/plugins/wp-review/assets/fonts/font-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class^="mts-icon-"]:before, [class*=" mts-icon-"]:before {
  font-family: "font-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 2px;
}

[class*="mts-icon-loader"]:before {
  font-family: "font-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.mts-icon-star:before { content: '\e800'; }
.mts-icon-loader:before { content: '\e801'; }

.wp-review-plugin-backlink {
    display: block;
    font-size: 11px;
    margin-bottom: 1.5em;
}

#review.wp-review-box-with-backlink {
    margin-bottom: 0;
}

/*
   Spin Animation For Loader
*/
.animate-spin {
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  display: inline-block;
}
@-webkit-keyframes spin { 
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
  }
}
@keyframes spin { 
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
  }
}
/*-----------------------------------------------------*/
/* Responsvie
/*-----------------------------------------------------*/
@media screen and (max-width:1040px) { 
  .review-desc { width: 71% }
}
@media screen and (max-width:860px) { 
  .review-desc { width: 66% }
}
@media screen and (max-width:470px) { 
  .review-desc {
      padding: 4%;
      width: 100%;
  }
  .review-total-wrapper {
      width: 100%;
      margin-right: 0;
  }
  .review-total-wrapper span.review-total-box {
      padding: 10px 0 20px;
      text-align: left;
      padding-left: 10px;
  }
  .rtl .review-total-wrapper span.review-total-box {
      padding: 10px 0 20px;
      text-align: right;
      padding-left: 0;
      padding-right: 10px;
  }
  .review-total-star {
      position: absolute;
      right: 20px;
      top: 5px;
  }
  .rtl .review-total-star {
      right: auto;
      left: 20px;
  }
  .user-total-wrapper { width: 96% }
  .review-total-star.allowed-to-rate {
      position: relative;
      right: auto;
      left: 0;
      float: left;
  }
  .rtl .review-total-star.allowed-to-rat e{
      right: 0;
      left: auto;
      float: right;
  }
}/*
* Plugin Name: WP Review
* Plugin URI: https://wordpress.org/plugins/wp-review/
* Description: Create reviews! Choose from Stars, Percentages or Points for review scores. Supports Retina Display, WPMU & Unlimited Color Schemes.
* Author: MyThemesShop
* Author URI: http://mythemeshop.com/
*/
.wp_review_tab_widget_content {
    position: relative;
    border: 1px solid #E4E4E4;
}
.wp_review_tab_widget_content img {
    max-width: 100%;
    height: auto;
}
.wp_review_tab_widget_content a { color: #444 }
.wp_review_tab_widget_content ul.wp-review-tabs li {
    list-style: none;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 !important;
}
.wp_review_tab_widget_content ul.has-1-tabs li {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.wp_review_tab_widget_content ul.has-2-tabs li {

}
.wp_review_tab_widget_content ul.has-3-tabs li { width: 33.33% }
.wp_review_tab_widget_content ul.has-4-tabs li { width: 50% }
.wp_review_tab_widget_content .tab_title a {
    display: block;
    background: #f0f0f0;
    border-left: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 2px 0 4px;
    line-height: 2.4;
    text-decoration: none;
    position: relative;
    font-weight: bold;
}
.wp_review_tab_widget_content .tab_title:first-child a {
    margin-left: 0;
    border-left: 0;
}
.wp_review_tab_widget_content .tab_title.selected a {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.wp_review_tab_widget_content .inside {
    background: #fff;
    padding-top: 10px;
}
.wp_review_tab_widget_content .tab-content li {
    list-style-type: none;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 15px 0;
    padding: 0px 15px 10px 15px;
    border-bottom: 1px solid #E4E4E4;
    text-align: left;
    color: #444;
    background: none;
    position: relative;
}
.wp_review_tab_widget_content .tab-content li:last-child {
    border: none;
    margin-bottom: 0;
}
.wp_review_tab_widget_content .tab-content li:first-child { padding-top: 5px }
.wp_review_tab_thumb_small {
    float: left;
    margin-right: 12px;
    padding-top: 4px;
    width: 65px;
    height: 65px;
    overflow: hidden;
}
.wp_review_tab_thumb_large {
    float: none;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 4px;
    position: relative;
}
.wp_review_tab_widget_content .entry-title {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.wp_review_tab_widget_content .wp-review-tab-postmeta {
    color: #999;
    font-size: 13px;
    float: right;
    margin-top: 5px;
}
.wp_review_tab_widget_content .wp-post-image { margin: 0 !important }
/* Pagination */
.wp_review_tab_widget_content .wp-review-tab-pagination {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    float: left;
}
.wp_review_tab_widget_content .wp-review-tab-pagination a { margin: 0 15px }
.wp-review-tab-pagination a.next { float: right }
/* Loading... */
.wp-review-tab-loading { min-height: 120px }
.wp-review-tab-loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 11;
}
.clear { clear: both }
.wp-review-tab-loading:after {
    content: "";
    margin: 0 auto 3em auto;
    font-size: 10px;
    position: absolute;
    top: 45%;
    left: 49%;
    z-index: 12;
    text-indent: -9999em;
    border-top: 0.4em solid rgba(0, 0, 0, 0.2);
    border-right: 0.4em solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
    border-left: 0.4em solid #000;
    -webkit-animation: load8 0.5s infinite linear;
    animation: load8 0.5s infinite linear;
    border-radius: 50%;
    width: 2em;
    height: 2em;
}
@-webkit-keyframes load8 { 
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 { 
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Rating... */
.review-total-only.small-thumb {
    font-size: 15px;
    font-weight: bold;
    padding: 0 4px;
    margin-top: 4px;
    float: left;
}
.review-total-only.small-thumb.review-type-star {
    background: none;
    padding: 0;
}
.review-total-only.large-thumb {
    position: absolute;
    top: 0;
    right: 15px;
}
li:first-child .review-total-only.large-thumb {
    top: 5px;
    right: 15px;
    display: block;
}
.wp_review_tab_widget_content .has-4-tabs .tab_title.selected a { border-bottom: 1px solid #E4E4E4 }
.wp_review_tab_widget_content .has-4-tabs .tab_title:nth-child(3) a { border-left: 0 }
.title-right { overflow: hidden }