 
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
    display:block
}
audio,canvas,progress,video{
    display:inline-block;
    vertical-align:baseline
}
audio:not([controls]){
    display:none;
    height:0
}
[hidden],template{
    display:none
}
a{
    background-color:transparent
}
a:active,a:hover{
    outline:0
}
abbr[title]{
    border-bottom:1px dotted
}
b,strong{
    font-weight:700
}
dfn{
    font-style:italic
}
h1{
    font-size:2em;
    margin:.67em 0
}
mark{
    background:#ff0;
    color:#000
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sup{
    top:-.5em
}
sub{
    bottom:-.25em
}
img{
    border:0
}
svg:not(:root){
    overflow:hidden
}
figure{
    margin:1em 40px
}
hr{
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0
}
pre{
    overflow:auto
}
code,kbd,pre,samp{
    font-family:monospace,monospace;
    font-size:1em
}
button,input,optgroup,select,textarea{
    color:inherit;
    font:inherit;
    margin:0
}
button{
    overflow:visible
}
button,select{
    text-transform:none
}
button,html input[type=button],input[type=reset],input[type=submit]{
    -webkit-appearance:button;
    cursor:pointer
}
button[disabled],html input[disabled]{
    cursor:default
}
button::-moz-focus-inner,input::-moz-focus-inner{
    border:0;
    padding:0
}
input{
    line-height:normal
}
input[type=checkbox],input[type=radio]{
    box-sizing:border-box;
    padding:0
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
    height:auto
}
input[type=search]{
    -webkit-appearance:textfield;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
fieldset{
    border:1px solid silver;
    margin:0 2px;
    padding:.35em .625em .75em
}
legend{
    border:0;
    padding:0
}
textarea{
    overflow:auto
}
optgroup{
    font-weight:700
}
table{
    border-collapse:collapse;
    border-spacing:0
}
td,th{
    padding:0
}
/*! fontawesome.css * Font Awesome 4.3.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('../fonts/Fontawesome/fontawesome-webfont.eot?v=4.3.0');
    src:url('../fonts/Fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/Fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/Fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/Fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/Fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') 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;
    transform:translate(0, 0)
}
.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:.3em;
    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
}
.fa-pulse{
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}
@-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-f:before,.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,.fa-gratipay: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-genderless:before,.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"
}
.fa-buysellads:before{
    content:"\f20d"
}
.fa-connectdevelop:before{
    content:"\f20e"
}
.fa-dashcube:before{
    content:"\f210"
}
.fa-forumbee:before{
    content:"\f211"
}
.fa-leanpub:before{
    content:"\f212"
}
.fa-sellsy:before{
    content:"\f213"
}
.fa-shirtsinbulk:before{
    content:"\f214"
}
.fa-simplybuilt:before{
    content:"\f215"
}
.fa-skyatlas:before{
    content:"\f216"
}
.fa-cart-plus:before{
    content:"\f217"
}
.fa-cart-arrow-down:before{
    content:"\f218"
}
.fa-diamond:before{
    content:"\f219"
}
.fa-ship:before{
    content:"\f21a"
}
.fa-user-secret:before{
    content:"\f21b"
}
.fa-motorcycle:before{
    content:"\f21c"
}
.fa-street-view:before{
    content:"\f21d"
}
.fa-heartbeat:before{
    content:"\f21e"
}
.fa-venus:before{
    content:"\f221"
}
.fa-mars:before{
    content:"\f222"
}
.fa-mercury:before{
    content:"\f223"
}
.fa-transgender:before{
    content:"\f224"
}
.fa-transgender-alt:before{
    content:"\f225"
}
.fa-venus-double:before{
    content:"\f226"
}
.fa-mars-double:before{
    content:"\f227"
}
.fa-venus-mars:before{
    content:"\f228"
}
.fa-mars-stroke:before{
    content:"\f229"
}
.fa-mars-stroke-v:before{
    content:"\f22a"
}
.fa-mars-stroke-h:before{
    content:"\f22b"
}
.fa-neuter:before{
    content:"\f22c"
}
.fa-facebook-official:before{
    content:"\f230"
}
.fa-pinterest-p:before{
    content:"\f231"
}
.fa-whatsapp:before{
    content:"\f232"
}
.fa-server:before{
    content:"\f233"
}
.fa-user-plus:before{
    content:"\f234"
}
.fa-user-times:before{
    content:"\f235"
}
.fa-hotel:before,.fa-bed:before{
    content:"\f236"
}
.fa-viacoin:before{
    content:"\f237"
}
.fa-train:before{
    content:"\f238"
}
.fa-subway:before{
    content:"\f239"
}
.fa-medium:before{
    content:"\f23a"
}
/*popup.css*/
 .mfp-bg,.mfp-wrap{
    position:fixed;
    left:0;
    top:0
}
.mfp-bg,.mfp-container,.mfp-wrap{
    height:100%;
    width:100%
}
.mfp-container:before,.mfp-figure:after{
    content:''
}
.mfp-bg{
    z-index:1042;
    overflow:hidden;
    background:#000;
    opacity:.8;
    filter:alpha(opacity=80)
}
.mfp-wrap{
    z-index:1043;
    outline:0!important;
    -webkit-backface-visibility:hidden
}
.mfp-container{
    text-align:center;
    position:absolute;
    left:0;
    top:0;
    padding:0 8px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.mfp-container:before{
    display:inline-block;
    height:100%;
    vertical-align:middle
}
.mfp-align-top .mfp-container:before{
    display:none
}
.mfp-content{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin:0 auto;
    text-align:left;
    z-index:1045
}
.mfp-close,.mfp-preloader{
    text-align:center;
    position:absolute
}
.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{
    width:100%;
    cursor:auto
}
.mfp-ajax-cur{
    cursor:progress
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
    cursor:-moz-zoom-out;
    cursor:-webkit-zoom-out;
    cursor:zoom-out
}
.mfp-zoom{
    cursor:pointer;
    cursor:-webkit-zoom-in;
    cursor:-moz-zoom-in;
    cursor:zoom-in
}
.mfp-auto-cursor .mfp-content{
    cursor:auto
}
.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none
}
.mfp-loading.mfp-figure{
    display:none
}
.mfp-hide{
    display:none!important
}
.mfp-preloader{
    color:#CCC;
    top:50%;
    width:auto;
    margin-top:-.8em;
    left:8px;
    right:8px;
    z-index:1044
}
.mfp-preloader a{
    color:#CCC
}
.mfp-close,.mfp-preloader a:hover{
    color:#FFF
}
.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{
    display:none
}
button.mfp-arrow,button.mfp-close{
    overflow:visible;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none;
    display:block;
    outline:0;
    padding:0;
    z-index:1046;
    -webkit-box-shadow:none;
    box-shadow:none
}
button::-moz-focus-inner{
    padding:0;
    border:0
}
.mfp-close{
    width:44px;
    height:44px;
    line-height:44px;
    right:0;
    top:0;
    text-decoration:none;
    opacity:.65;
    filter:alpha(opacity=65);
    padding:0 0 18px 10px;
    font-style:normal;
    font-size:28px;
    font-family:Arial,Baskerville,monospace;
    cursor:pointer
}
.mfp-close:focus,.mfp-close:hover{
    opacity:1;
    filter:alpha(opacity=100)
}
.mfp-close:active{
    top:1px
}
.mfp-close-btn-in .mfp-close{
    color:#333
}
.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{
    color:#FFF;
    right:-6px;
    text-align:right;
    padding-right:6px;
    width:100%
}
.mfp-counter{
    position:absolute;
    top:0;
    right:0;
    color:#CCC;
    font-size:12px;
    line-height:18px;
    white-space:nowrap
}
.mfp-figure,img.mfp-img{
    line-height:0
}
.mfp-arrow{
    position:absolute;
    opacity:.65;
    filter:alpha(opacity=65);
    margin:-55px 0 0;
    top:50%;
    padding:0;
    width:90px;
    height:110px;
    -webkit-tap-highlight-color:transparent
}
.mfp-arrow:active{
    margin-top:-54px
}
.mfp-arrow:focus,.mfp-arrow:hover{
    opacity:1;
    filter:alpha(opacity=100)
}
.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    left:0;
    top:0;
    margin-top:35px;
    margin-left:35px;
    border:inset transparent
}
.mfp-arrow .mfp-a,.mfp-arrow:after{
    border-top-width:13px;
    border-bottom-width:13px;
    top:8px
}
.mfp-arrow .mfp-b,.mfp-arrow:before{
    border-top-width:21px;
    border-bottom-width:21px;
    opacity:.7
}
.mfp-arrow-left{
    left:0
}
.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{
    border-right:17px solid #FFF;
    margin-left:31px
}
.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{
    margin-left:25px;
    border-right:27px solid #3F3F3F
}
.mfp-arrow-right{
    right:0
}
.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{
    border-left:17px solid #FFF;
    margin-left:39px
}
.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{
    border-left:27px solid #3F3F3F
}
.mfp-iframe-holder{
    padding-top:40px;
    padding-bottom:40px
}
.mfp-iframe-holder .mfp-content{
    line-height:0;
    width:100%;
    max-width:900px
}
.mfp-image-holder .mfp-content,img.mfp-img{
    max-width:100%
}
.mfp-iframe-holder .mfp-close{
    top:-40px
}
.mfp-iframe-scaler{
    width:100%;
    height:0;
    overflow:hidden;
    padding-top:56.25%
}
.mfp-iframe-scaler iframe{
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    box-shadow:0 0 8px rgba(0,0,0,.6);
    background:#000
}
.mfp-figure:after,img.mfp-img{
    width:auto;
    height:auto;
    display:block
}
img.mfp-img{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:40px 0;
    margin:0 auto
}
.mfp-figure:after{
    position:absolute;
    left:0;
    top:40px;
    bottom:40px;
    right:0;
    z-index:-1;
    box-shadow:0 0 8px rgba(0,0,0,.6);
    background:#444
}
.mfp-figure small{
    color:#BDBDBD;
    display:block;
    font-size:12px;
    line-height:14px
}
.mfp-figure figure{
    margin:0
}
.mfp-bottom-bar{
    margin-top:-36px;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    cursor:auto
}
.mfp-title{
    text-align:left;
    line-height:18px;
    color:#F3F3F3;
    word-wrap:break-word;
    padding-right:36px
}
.mfp-gallery .mfp-image-holder .mfp-figure{
    cursor:pointer
}
@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){
    .mfp-img-mobile .mfp-image-holder{
        padding-left:0;
        padding-right:0
    }
    .mfp-img-mobile img.mfp-img{
        padding:0
    }
    .mfp-img-mobile .mfp-figure:after{
        top:0;
        bottom:0
    }
    .mfp-img-mobile .mfp-figure small{
        display:inline;
        margin-left:5px
    }
    .mfp-img-mobile .mfp-bottom-bar{
        background:rgba(0,0,0,.6);
        bottom:0;
        margin:0;
        top:auto;
        padding:3px 5px;
        position:fixed;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty{
        padding:0
    }
    .mfp-img-mobile .mfp-counter{
        right:5px;
        top:3px
    }
    .mfp-img-mobile .mfp-close{
        top:0;
        right:0;
        width:35px;
        height:35px;
        line-height:35px;
        background:rgba(0,0,0,.6);
        position:fixed;
        text-align:center;
        padding:0
    }
}
@media all and (max-width:900px){
    .mfp-arrow{
        -webkit-transform:scale(.75);
        transform:scale(.75)
    }
    .mfp-arrow-left{
        -webkit-transform-origin:0;
        transform-origin:0
    }
    .mfp-arrow-right{
        -webkit-transform-origin:100%;
        transform-origin:100%
    }
    .mfp-container{
        padding-left:6px;
        padding-right:6px
    }
}
.mfp-ie7 .mfp-img{
    padding:0
}
.mfp-ie7 .mfp-bottom-bar{
    width:600px;
    left:50%;
    margin-left:-300px;
    margin-top:5px;
    padding-bottom:5px
}
.mfp-ie7 .mfp-container{
    padding:0
}
.mfp-ie7 .mfp-content{
    padding-top:44px
}
.mfp-ie7 .mfp-close{
    top:0;
    right:0;
    padding-top:0
}
/* * Core Owl Carousel CSS File * v1.3.3 */
.owl-carousel .owl-wrapper:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel,.owl-carousel .owl-wrapper{
    display:none;
    position:relative
}
.owl-carousel{
    width:100%;
    -ms-touch-action:pan-y
}
.owl-carousel .owl-wrapper-outer{
    overflow:hidden;
    position:relative;
    width:100%
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition:height .5s ease-in-out;
    -moz-transition:height .5s ease-in-out;
    -ms-transition:height .5s ease-in-out;
    -o-transition:height .5s ease-in-out;
    transition:height .5s ease-in-out
}
.owl-carousel .owl-item{
    float:left
}
.owl-controls .owl-buttons div,.owl-controls .owl-page{
    cursor:pointer
}
.owl-controls{
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-tap-highlight-color:transparent
}
.grabbing{
    cursor:url(../img/carousel/grabbing.png) 8 8,move
}
.owl-item.loading{
    min-height:150px;
    background:url(../img/carousel/AjaxLoader.gif) center center no-repeat
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)
}
/*colors.css*/
/*------------------------------------------------------------------ Colors (links, logo first letter, post meta icon, video list title, title icon, block tabs active, blockquotes, service box first letter, controls single post) -------------------------------------------------------------------*/
/*------------------------------------------------------------------ Normal -------------------------------------------------------------------*/
 a, .logo_brand h1:first-letter, .content_meta span:after, .block_title a.view_all i, blockquote.alt:before, .service_box h4:first-letter, .pricing_box .body ul li i, footer.post_footer .post_controls .prev_post:hover span, footer.post_footer .post_controls .next_post:hover span, .pullquotes {
     color: #349dc9 
}
/*------------------------------------------------------------------ Hover -------------------------------------------------------------------*/
/*------------------------------------------------------------------ Background colors (button, inputs[buttons],site navigation current, sub menu, calendar box, background color, video item label, review label mobile menu toggle, tags, calendar links, review posts widget, breaking news title, pricing box header, accordion background, review lines, shop product label onsale) -------------------------------------------------------------------*/
/*------------------------------------------------------------------ Normal -------------------------------------------------------------------*/
 button, nav.site_navigation ul.menu > li:hover > a, nav.site_navigation ul.menu > li.current-menu-item > a, .big_calendar_box, .video_list .item .transition_line, .video_list_1 .item .transition_line, .video_list .item .label, .video_list_1 .item .label, .review_list .item .label, .header_menu .open_menu_mobile, .header_meta .open_menu_mobile, .tagcloud a, .widget_calendar tbody a, .header_border, .widget_review_posts .item .item_header .rate_stars, .breaking_news .breaking_title, .pricing_box .header, .accordion_group.colored .accordion_title, .tab_group.colored .ui-tabs-nav li.ui-tabs-active, .editor_review .review_group .review .review_footer span, .editor_review .review_summary .item_header, .price_slider_wrapper .ui-slider-range, .onsale {
     background-color: #349dc9 
}
/*------------------------------------------------------------------ Hover -------------------------------------------------------------------*/
/*------------------------------------------------------------------ Border (header, block title, widget title, blockquotes) -------------------------------------------------------------------*/
/*------------------------------------------------------------------ Normal -------------------------------------------------------------------*/
 .content_wrapper, .block_title h2, .widget .widget_title h4, .block_title .ui-tabs-nav li.ui-tabs-active, blockquote {
     border-color: #349dc9 
}
/*------------------------------------------------------------------ Hover -------------------------------------------------------------------*/
/* style.css*/
 *,:after,:before,form.search_form .search_field{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box
}
hr,iframe,img{
    border:0
}
code,mark,pre{
    background-color:#f1f1f1
}
.wp-caption,.wp-caption img,img,label,table{
    max-width:100%
}
.btn,.dropdown-header,.dropdown-menu>li>a,.star-rating{
    white-space:nowrap
}
.aligncenter,.article_list .item:after,.block_title .ui-tabs-nav:after,.clearfix:after,.container:after,.gallery_list:after,.item_reviews .rate_type:after,.medium_article_list .item:after,.mobile_site_navigation,.price_slider_amount,.pullquotes.center,.review_list:after,.row:after,.small_article_list .item:after,.spacer,.tagcloud:after,.text_article_list .item:after,.video_list:after,.video_list_1:after,.widget_banner_125x125 .banners:after,.widget_latest_comments .item:after,.widget_latest_posts .item:after,.widget_review_posts .item:after,.widget_socialize:after,hr,img.aligncenter,ul.product_list_widget li:after,ul.products,ul.products:after{
    clear:both
}
body{
    font-size:15px;
    line-height:22px;
    background-color:#fff;
    color:#444;
    margin:0;
    padding:0;
    font-family:"微軟正黑體",sans-serif
}
*,:after,:before{
    box-sizing:border-box
}
.clearfix:after,.clearfix:before,.container:after,.container:before,.row:after,.row:before{
    content:" ";
    display:table
}
h1,h2,h3,h4,h5,h6{
    color:#222;
    margin:0 0 10px;
    font-weight:400
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{
    text-decoration:underline
}
a,a img{
    text-decoration:none
}
h1{
    font-size:36px;
    line-height:42px
}
h2{
    font-size:30px;
    line-height:36px
}
h3{
    font-size:24px;
    line-height:30px
}
h4{
    font-size:18px;
    line-height:24px
}
h5{
    font-size:14px;
    line-height:20px
}
h6{
    font-size:12px;
    line-height:18px
}
p{
    margin:0 0 15px
}
hr{
    display:block;
    overflow:hidden;
    height:0;
    margin-top:20px;
    margin-bottom:20px;
    border-top:1px solid #ddd;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box
}
img{
    vertical-align:middle;
    height:auto
}
a{
    background-color:transparent;
    outline:0;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -ms-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
.dropcap:first-letter{
    float:left;
    display:block;
    font-size:40px;
    line-height:42px;
    margin:0 10px 0 0;
    font-weight:600
}
.pullquotes{
    position:relative;
    font-size:18px;
    line-height:26px;
    font-weight:600;
    font-style:italic
}
address,td,th{
    line-height:22px
}
.pullquotes.left{
    float:left;
    width:30%;
    margin:10px 25px 15px 0
}
.pullquotes.center{
    display:block;
    width:100%;
    text-align:center;
    margin:10px 0
}
.pullquotes.right{
    float:right;
    width:30%;
    margin:10px 0 15px 25px
}
#wrapper.wide,.widget select,.widget textarea,table,textarea{
    width:100%
}
blockquote{
    padding:5px 20px;
    margin:20px 0;
    border-left-style:solid;
    border-left-width:5px
}
blockquote p{
    font-size:22px;
    line-height:28px;
    font-style:italic;
    color:#666
}
blockquote footer{
    display:block;
    font-size:14px;
    color:#222
}
blockquote.alt{
    position:relative;
    padding-left:40px;
    border:0
}
blockquote.alt:before{
    font-family:FontAwesome;
    content:"\f10e";
    font-size:24px;
    position:absolute;
    left:5px
}
code,kbd,pre{
    font-size:12px
}
.alignleft,img.alignleft{
    float:left;
    margin:5px 30px 10px 0
}
.alignright,img.alignright{
    float:right;
    margin:5px 0 10px 30px
}
.aligncenter,img.aligncenter{
    display:block;
    margin:5px auto 20px
}
dl,ol,ul{
    margin-top:0
}
address,dl,table{
    margin-bottom:20px
}
label,ol ol,ol ul,ul ol,ul ul{
    margin-bottom:0
}
.wp-caption{
    text-align:center
}
.wp-caption-text{
    color:#999;
    font-style:italic;
    padding:5px 0
}
code,kbd,mark{
    padding:2px 4px
}
code,kbd,pre,samp{
    font-family:Menlo,Monaco,Consolas,"Courier New",monospace
}
pre{
    display:block;
    overflow:hidden;
    padding:10px;
    margin:0 0 10px;
    line-height:20px;
    word-break:break-all;
    word-wrap:break-word;
    border:none
}
label,ul.breadcrumb li,ul.page_numbers li{
    display:inline-block
}
kbd{
    color:#fff;
    background-color:#222
}
ol,ul{
    margin-bottom:10px;
    padding-left:20px
}
ul{
    list-style:disc
}
ol{
    list-style:decimal
}
dt{
    font-weight:700
}
dd{
    margin-left:10px
}
address{
    font-style:normal
}
.text_left{
    text-align:left
}
.text_right{
    text-align:right
}
.text_center{
    text-align:center
}
.text_justify{
    text-align:justify
}
table{
    border-spacing:0;
    border-collapse:collapse;
    background-color:#fff;
    border:1px solid #ddd
}
td,th{
    text-align:left;
    padding:8px;
    vertical-align:bottom;
    border:1px solid #ddd
}
.intext_field,.lbl{
    vertical-align:top
}
button,input,optgroup,select,textarea{
    line-height:inherit;
    font:inherit;
    color:inherit;
    margin:0;
    max-width:100%
}
textarea{
    min-height:160px
}
label{
    font-weight:700;
    color:#222;
    font-size:12px
}
.form_group{
    margin-bottom:10px
}
button,input[type=submit],input[type=reset],input[type=button]{
    outline:0;
    height:36px;
    padding:6px 12px;
    font-size:14px;
    line-height:22px;
    color:#fff;
    background-image:none;
    border:none;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -ms-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
input[type=file]{
    outline:0;
    padding:6px;
    color:#666;
    background-color:#fff;
    background-image:none;
    border:1px solid #ddd
}
input[type=time],input[type=month],input[type=datetime-local],input[type=date],input[type=week]{
    outline:0;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:22px;
    color:#666;
    background-image:none;
    border:1px solid #ddd
}
input[type=url],input[type=text],input[type=tel],input[type=search],input[type=password],input[type=number],input[type=email],input[type=datetime],select,textarea{
    display:inline-block;
    outline:0;
    padding:6px 12px;
    font-size:14px;
    line-height:22px;
    color:#666;
    background-color:#fff;
    background-image:none;
    border:1px solid #ddd
}
ul.breadcrumb{
    font-size:12px;
    margin:0 0 15px 10px;
    padding:0;
    list-style:none;
    background-color:#fff
}
ul.breadcrumb li+li:before{
    padding:0 2px;
    color:#A9A9A9;
    content:"/\00a0"
}
ul.breadcrumb .active{
    color:#999
}
ul.page_numbers{
    font-size:0;
    margin-bottom:20px;
    list-style:none;
    padding:0;
    text-align:center
}
ul.page_numbers li{
    font-size:14px;
    margin-right:5px
}
ul.page_numbers li a,ul.page_numbers li span{
    display:block;
    padding:6px 12px;
    line-height:22px;
    background-color:#fff
}
ul.page_numbers li a:hover{
    background-color:#534849;
    color:#fff
}
#wrapper{
    background-image:url(../img/stitched_wool.png)
}
#wrapper2{
    background-color:#fff
}
#wrapper.boxed{
    margin:0 auto;
    box-shadow:0 0 20px 5px #000;
    box-shadow:0 0 15px 5px rgba(0,0,0,.1)
}
.widget{
    color:#666;
    margin-bottom:30px
}
.widget .widget_title{
    display:block;
    margin-bottom:15px;
    height:39px;
    border-bottom:2px solid #ddd
}
.widget .widget_title h4{
    display:inline-block;
    height:39px;
    line-height:39px;
    border-bottom-style:solid;
    border-bottom-width:2px;
    text-transform:uppercase;
    font-weight:400;
    font-size:22px;
    margin:0
}
.widget_archive ul,.widget_categories ul,.widget_links ul,.widget_meta ul,.widget_nav_menu ul,.widget_pages ul,.widget_recent_comments ul,.widget_recent_entries ul{
    list-style:none;
    margin:0;
    padding:0
}
.widget_archive ul li:first-child,.widget_categories ul li:first-child,.widget_links ul li:first-child,.widget_meta ul li:first-child,.widget_nav_menu ul li:first-child,.widget_pages ul li:first-child,.widget_recent_comments ul li:first-child,.widget_recent_entries ul li:first-child{
    border-top:0!important;
    padding-top:0!important
}
.widget_archive ul li,.widget_categories ul li,.widget_links ul li,.widget_meta ul li,.widget_nav_menu ul li,.widget_pages ul li,.widget_recent_comments ul li,.widget_recent_entries ul li{
    padding:5px 0;
    border-top:1px solid #BFDBDE
}
form.filter-price .price_slider_wrapper{
    margin-bottom:20px;
    position:relative;
    height:8px;
    background-color:#ddd
}
.price_slider_wrapper .ui-slider-range{
    position:absolute;
    z-index:1;
    height:100%;
    display:block;
    border:0;
    background-position:0 0
}
.price_slider_wrapper .ui-slider-handle{
    cursor:ew-resize;
    outline:0;
    z-index:1;
    margin-top:-4px;
    border:1px solid;
    -webkit-transition:none!important;
    -moz-transition:none!important;
    -ms-transition:none!important;
    -o-transition:none!important;
    transition:none!important;
    width:16px;
    top:0;
    background-color:#fff;
    position:absolute;
    height:16px;
    margin-left:-1px
}
.price_slider_wrapper .ui-slider-handle:last-child{
    margin-left:-15px
}
.price_slider_amount{
    overflow:hidden
}
.price_slider_amount button{
    float:left
}
.price_slider_amount .price_label{
    float:right;
    padding:7px 0
}
ul.product_list_widget{
    list-style:none;
    padding:0;
    margin:0
}
ul.product_list_widget li{
    background-color:#fff;
    padding:15px 20px
}
ul.product_list_widget li:after,ul.product_list_widget li:before{
    content:" ";
    display:table
}
ul.product_list_widget li:nth-child(odd){
    background-color:#f9f9f9
}
ul.product_list_widget li .item_wrapper{
    overflow:hidden
}
ul.product_list_widget li .item_header{
    width:80px;
    margin:4px 15px 0 0;
    float:left;
    background-color:#000
}
.tagcloud a:hover,.widget_calendar tbody a:hover{
    background-color:#222
}
ul.product_list_widget li .item_content h4{
    font-size:16px;
    line-height:22px;
    margin:0 0 2px;
    font-weight:600
}
ul.product_list_widget li .item_content h4 a{
    display:block;
    color:#222
}
ul.product_list_widget li .item_content .price{
    display:block;
    color:#222;
    font-weight:700
}
ul.product_list_widget li .item_content del{
    font-weight:400;
    color:#999
}
ul.product_list_widget li .item_content ins{
    text-decoration:none;
    color:#222;
    font-weight:700
}
.tagcloud:after,.tagcloud:before{
    content:" ";
    display:table
}
.tagcloud a{
    float:left;
    font-size:12px!important;
    color:#fff;
    padding:4px 10px;
    margin:0 5px 5px 0
}
form.search_form .search_field{
    box-sizing:border-box;
    width:100%
}
.intext_field{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:70%
}
.widget_calendar caption{
    text-transform:uppercase;
    margin-bottom:15px
}
.widget_calendar td,.widget_calendar th{
    padding:0;
    line-height:35px;
    text-align:center
}
.widget_calendar tbody a{
    color:#fff;
    display:block;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -ms-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
.widget_banner_300x250 .banner{
    background-color:#fff;
    text-align:center;
    padding:14px
}
.widget_banner_300x250 .intro{
    background-color:#fff;
    text-align:left;
    padding:14px
}
.intro .fb_iframe_widget{
    float:none
}
.widget_banner_125x125 .banners:after,.widget_banner_125x125 .banners:before{
    content:" ";
    display:table
}
.widget_banner_125x125 .banners{
    display:table;
    width:100%
}
.widget_banner_125x125 .banners .row{
    display:table-row;
    margin:0
}
.widget_banner_125x125 .banners .banner{
    padding:14px;
    background-color:#fff;
    margin:5px;
    width:50%;
    display:table-cell;
    vertical-align:top;
    text-align:center;
    border:2px solid #efefef
}
.widget_review_posts .item:after,.widget_review_posts .item:before{
    content:" ";
    display:table
}
.widget_review_posts .item{
    margin-bottom:15px
}
.widget_review_posts .item:last-child{
    margin-bottom:0
}
.widget_review_posts .item .item_header{
    width:90px;
    margin:0 15px 0 0;
    float:left;
    background-color:#000
}
.widget_review_posts .item .item_header .rate_box{
    position:relative;
    width:90px;
    height:60px;
    text-transform:uppercase;
    text-align:center;
    color:#fff
}
.widget_review_posts .item .item_header .rate_box div.image{
    position:absolute;
    left:0;
    top:0;
    width:90px;
    height:60px;
    overflow:hidden
}
.widget_review_posts .item .item_header .rate_box div.image img{
    opacity:.4
}
.widget_review_posts .item .item_header .rate_box div.info{
    padding-top:14px;
    z-index:2;
    position:relative
}
.widget_review_posts .item .item_header .rate_box .score{
    font-size:20px;
    line-height:1;
    font-weight:700;
    margin-bottom:2px
}
.widget_review_posts .item .item_header .rate_box .summary{
    font-size:10px;
    line-height:1.1
}
.widget_review_posts .item .item_header .rate_stars{
    padding:5px 0 6px
}
.widget_review_posts .item .item_header .rate_stars .star-rating{
    margin-left:10px;
    margin-bottom:0
}
.widget_review_posts .item .item_header .rate_stars .star-rating:before{
    color:#fff;
    color:rgba(255,255,255,.4)
}
.widget_review_posts .item .item_header .rate_stars .star-rating span:before{
    color:#fff
}
.widget_review_posts .item .item_wrapper{
    overflow:hidden;
    background-color:#fff;
    padding:10px 15px
}
.widget_review_posts .item .item_content h4{
    font-size:14px;
    line-height:20px;
    margin:0;
    font-weight:600
}
.widget_review_posts .item .item_content h4 a{
    display:block;
    color:#222
}
.widget_review_posts .item .content_meta{
    margin-top:5px
}
.widget_review_posts .item .content_meta span{
    line-height:1
}
.widget_socialize:after,.widget_socialize:before{
    content:" ";
    display:table
}
.widget_socialize .soc_box{
    background-color:#fff;
    height:60px;
    width:49%;
    float:left;
    margin-bottom:10px
}
.widget_socialize .soc_box:nth-child(2n+1){
    float:right
}
.widget_socialize .soc_box a{
    display:block
}
.widget_socialize .soc_box .icon{
    position:relative;
    width:60px;
    height:60px;
    display:block;
    line-height:60px;
    text-align:center;
    font-size:22px;
    background-color:#222;
    color:#fff;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -ms-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s;
    float:left;
    margin-right:5px
}
.widget_socialize .soc_box .icon:before,.widget_timeline .item .item_date:before{
    width:0;
    height:0;
    border-style:solid;
    border-color:rgba(255,255,255,.1) transparent transparent;
    left:0;
    top:0;
    content:" "
}
.widget_socialize .soc_box .icon:before{
    border-width:60px 60px 0 0;
    position:absolute
}
.widget_socialize .soc_box .icon.facebook{
    background-color:#3b5998
}
.widget_socialize .soc_box .icon.twitter{
    background-color:#00aced
}
.widget_socialize .soc_box .icon.dribbble{
    background-color:#ea4c89
}
.widget_socialize .soc_box .icon.google{
    background-color:#dd4b39
}
.widget_socialize .soc_box .icon.youtube{
    background-color:#b00
}
.widget_socialize .soc_box .icon.linkedin{
    background-color:#007bb6
}
.widget_socialize .soc_box .icon.instagram{
    background-color:#517fa4
}
.widget_socialize .soc_box .icon.pinterest{
    background-color:#cb2027
}
.widget_socialize .soc_box .icon.vine{
    background-color:#00bf8f
}
.widget_socialize .soc_box .icon.flickr{
    background-color:#ff0084
}
.widget_socialize .soc_box .icon.tumblr{
    background-color:#32506d
}
.widget_socialize .soc_box .icon.vimeo{
    background-color:#aad450
}
.widget_socialize .soc_box:hover .icon{
    background-color:#222
}
.widget_socialize .soc_box .soc_card{
    overflow:hidden;
    padding:9px
}
.widget_socialize .soc_box .soc_card .number{
    color:#222;
    font-size:20px;
    font-weight:600;
    margin-bottom:0;
    line-height:26px
}
.widget_socialize .soc_box .soc_card .text{
    text-transform:uppercase;
    font-size:10px;
    color:#999;
    line-height:10px
}
.widget_timeline .item{
    min-height:56px;
    position:relative;
    padding-left:35px
}
.widget_timeline .item .item_date:before{
    border-width:56px 70px 0 0;
    position:absolute
}
.widget_timeline .item .item_date{
    background-color:#bbb;
    z-index:2;
    position:absolute;
    left:0;
    top:0;
    width:70px;
    height:56px;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -ms-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
nav.site_navigation ul.menu ul.sub-menu,nav.top_navigation ul.menu ul.sub-menu{
    min-width:200px;
    -webkit-transition:opacity .2s,-webkit-transform .2s;
    -moz-transition:opacity .2s;
    -o-transition:opacity .2s
}
.widget_timeline .item:hover .item_date{
    background-color:#222
}
.widget_timeline .item .item_date .date{
    padding-top:10px;
    font-size:20px;
    line-height:1;
    font-weight:700
}
.widget_timeline .item .item_date .month{
    font-size:12px;
    line-height:1;
    font-weight:400
}
.widget_timeline .item .item_content{
    min-height:56px;
    border-left:1px dotted #bbb;
    padding-left:50px;
    padding-bottom:15px;
    position:relative
}
.widget_timeline .item:last-child .item_content{
    border-left:none;
    padding-bottom:0
}
.widget_timeline .item .item_content h4{
    background-color:#fff;
    padding:10px 10px 0;
    font-size:14px;
    line-height:20px;
    margin:0;
    font-weight:600;
    color:#222
}
.widget_timeline .item .item_content h4 a{
    display:block;
    color:#222
}
.widget_timeline .item .item_content .content_meta{
    background-color:#fff;
    padding:0 10px 10px
}
.widget_latest_comments .item:after,.widget_latest_comments .item:before,.widget_latest_posts .item:after,.widget_latest_posts .item:before{
    content:" ";
    display:table
}
.widget_latest_posts .item{
    background-color:#fff;
    padding:15px 20px
}
.widget_latest_posts .item:nth-child(odd){
    background-color:#f9f9f9
}
.widget_latest_posts .item .item_wrapper{
    overflow:hidden
}
.widget_latest_posts .item .item_header{
    width:60px;
    margin:4px 15px 0 0;
    float:left;
    background-color:#000
}
.widget_latest_posts .item .item_content h4{
    font-size:14px;
    line-height:20px;
    margin:0;
    font-weight:600
}
.widget_latest_posts .item .item_content h4 a{
    display:block;
    color:#222
}
.widget_latest_posts .item .content_meta{
    margin-top:5px
}
.widget_latest_posts .item .content_meta span{
    line-height:2
}
.widget_latest_comments .item{
    margin-bottom:15px
}
.widget_latest_comments .item:last-child{
    margin-bottom:0
}
.widget_latest_comments .item .item_header:after{
    content:" ";
    position:absolute;
    width:0;
    height:0;
    right:-25px;
    top:15px;
    border-style:solid;
    border-width:0 15px 20px 0;
    border-color:transparent #fff transparent transparent
}
.col,.container,nav.top_navigation ul li,nav.top_navigation ul.menu{
    position:relative
}
.widget_latest_comments .item .item_header{
    position:relative;
    width:50px;
    height:50px;
    margin:0 25px 0 0;
    float:left
}
.widget_latest_comments .item .item_header img{
    width:50px;
    height:50px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%
}
.widget_latest_comments .item .item_header:hover img{
    opacity:1
}
.widget_latest_comments .item .item_wrapper{
    background-color:#fff;
    padding:10px;
    min-height:50px;
    overflow:hidden
}
.widget_latest_comments .item .item_wrapper .author{
    margin-bottom:5px;
    color:#222
}
.widget_latest_comments .item .item_wrapper .author a{
    text-decoration:underline;
    color:#222
}
.widget_latest_comments .item .item_wrapper .author span{
    color:#999;
    font-style:italic
}
.widget_latest_comments .item .item_wrapper .comment{
    font-size:12px;
    line-height:18px
}
.container{
    margin-right:auto;
    margin-left:auto
}
.row{
    margin-left:-10px;
    margin-right:-10px
}
.col{
    min-height:1px;
    padding-left:10px;
    padding-right:10px
}
.col_1_of_12{
    width:8.33333333%
}
.col_2_of_12{
    width:16.66666667%
}
.col_3_of_12{
    width:25%
}
.col_4_of_12{
    width:33.33333333%
}
.col_5_of_12{
    width:41.66666667%
}
.col_6_of_12{
    width:50%
}
.col_7_of_12{
    width:58.33333333%
}
.col_8_of_12{
    width:66.66666667%
}
.col_9_of_12{
    width:75%
}
.col_10_of_12{
    width:83.33333333%
}
.col_11_of_12{
    width:91.66666667%
}
.col_12_of_12{
    width:100%
}
.header_meta.dark{
    background-color:#222
}
.header_meta.light{
    background-color:#fff
}
nav.top_navigation{
    float:left
}
nav.top_navigation ul{
    list-style:none;
    z-index:9;
    padding:0;
    margin:0
}
nav.top_navigation ul.menu>li{
    float:left
}
nav.top_navigation ul.menu>li>a{
    display:block;
    font-size:14px;
    padding:0 5px;
    line-height:35px;
    color:#999
}
nav.top_navigation ul.menu>li.current-menu-item>a,nav.top_navigation ul.menu>li:hover>a{
    color:#fff
}
.header_meta.light nav.top_navigation ul.menu>li.current-menu-item>a,.header_meta.light nav.top_navigation ul.menu>li:hover>a{
    color:#222
}
nav.top_navigation ul.menu ul.sub-menu{
    opacity:0;
    visibility:hidden;
    overflow:hidden;
    position:absolute;
    z-index:9999;
    transition:opacity .2s
}
nav.top_navigation ul.menu li:hover>ul.sub-menu,nav.top_navigation ul.menu ul.sub-menu li:hover>ul.sub-menu{
    opacity:1;
    visibility:visible;
    overflow:visible
}
.header_meta.dark nav.top_navigation ul.menu ul.sub-menu{
    background-color:#333
}
.header_meta.light nav.top_navigation ul.menu ul.sub-menu{
    background-color:#f9f9f9
}
nav.top_navigation ul.menu ul.sub-menu li a{
    color:#999;
    display:block;
    padding:5px 10px
}
nav.top_navigation ul.menu ul.sub-menu>li.menu-item-has-children>a,nav.top_navigation ul.menu>li.menu-item-has-children>a{
    padding-right:20px
}
.header_meta.dark nav.top_navigation ul.menu ul.sub-menu li{
    border-bottom:1px solid #444
}
.header_meta.light nav.top_navigation ul.menu ul.sub-menu li{
    border-bottom:1px solid #eee
}
.header_meta.dark nav.top_navigation ul.menu ul.sub-menu li a:hover{
    color:#fff
}
.header_meta.light nav.top_navigation ul.menu ul.sub-menu li a:hover{
    color:#222
}
nav.top_navigation ul.menu ul.sub-menu ul.sub-menu{
    top:0;
    left:100%
}
nav.top_navigation ul.menu ul.sub-menu li:last-child{
    border-bottom:none
}
nav.top_navigation ul.menu>li.menu-item-has-children>a:after{
    font-family:FontAwesome;
    content:"\f107";
    font-size:10px;
    position:absolute;
    right:10px
}
.header_meta.dark nav.top_navigation ul.menu>li.menu-item-has-children>a:after{
    color:#999
}
.header_meta.light nav.top_navigation ul.menu>li.menu-item-has-children>a:after{
    color:#bbb
}
nav.top_navigation ul.menu ul.sub-menu>li.menu-item-has-children>a:after{
    font-family:FontAwesome;
    content:"\f105";
    font-size:10px;
    position:absolute;
    right:10px
}
.header_meta.dark nav.top_navigation ul.menu ul.sub-menu>li.menu-item-has-children>a:after{
    color:#999
}
.header_meta.light nav.top_navigation ul.menu ul.sub-menu>li.menu-item-has-children>a:after{
    color:#bbb
}
.search_block{
    float:right
}
.search_block form{
    position:relative
}
.search_block form input{
    width:auto;
    padding:0 47px 0 12px;
    border:1px solid #cfcfcf;
    font-size:14px;
    height:34px;
    line-height:22px
}
.search_block form i{
    color:#999;
    font-size:15px;
    right:0;
    top:0
}
.header_meta.dark .search_block form input{
    background-color:#444;
    color:#ddd
}
.header_meta.light .search_block form input{
    background-color:#e5e5e5;
    color:#666
}
.header_meta .open_menu_mobile{
    cursor:pointer;
    color:#fff;
    font-size:18px;
    text-transform:uppercase;
    padding:0 10px;
    line-height:35px;
    width:35px;
    text-align:center;
    float:left
}
.open_menu_mobile{
    display:none
}
.mobile_site_navigation{
    display:none;
    width:100%
}
.header_meta.dark .mobile_site_navigation{
    color:#999
}
.header_meta.dark .mobile_site_navigation ul.menu_mobile>li>a{
    color:#ddd;
    border-bottom:1px solid #444
}
.header_meta.light .mobile_site_navigation ul.menu_mobile>li>a{
    color:#444;
    border-bottom:1px solid #eee
}
.header_meta .mobile_site_navigation ul.menu_mobile>li:last-child>a{
    border-bottom:0
}
.header_meta.dark .mobile_site_navigation ul.menu_mobile ul.sub-menu a{
    color:#999;
    border-bottom:1px solid #444
}
.header_meta.light .mobile_site_navigation ul.menu_mobile ul.sub-menu a{
    color:#999;
    border-bottom:1px solid #eee
}
.header_body.dark{
    background-color:#111
}
.header_body{
    padding:10px 0
}
.header_menu{
    z-index:9
}
.header_border{
    height:3px
}
.header_menu.dark{
    background-color:#534849;
    width:1024px;
    margin:0 auto
}
.header_menu.light{
    background-color:#fff
}
#header .fixed{
    position:fixed;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:99;
    width:100%;
    left:0;
    top:0
}
nav.site_navigation,nav.site_navigation ul.menu{
    position:relative
}
#header.style_1 .logo_brand{
    float:left;
    margin: 0;
    line-height: 22px;
}
#header.style_2 .logo_brand{
    margin:0 auto 20px;
    text-align:center
}
.header_body.dark .logo_brand h1 a{
    color:#fff
}
.logo_brand h1{
    letter-spacing:-1px;
    font-size:36px;
    line-height:36px;
    margin:0
}
.logo_brand h1 a{
    color:#222
}
.logo_brand h2{
    color:#999;
    font-size:14px;
    line-height:16px;
    font-weight:400;
    margin:0
}
nav.site_navigation ul{
    list-style:none;
    z-index:8;
    padding:0;
    margin:0;
    text-align:center
}
nav.site_navigation ul.menu>li{
    float:left
}
nav.site_navigation ul.menu>li>a{
    position:relative;
    display:block;
    font-size:16px;
    padding:0 10px;
    line-height:45px;
    color:#DFDFDF
}
nav.site_navigation ul.menu>li.current-menu-item>a,nav.site_navigation ul.menu>li:hover>a{
    color:#fff
}
nav.site_navigation ul.menu ul.sub-menu{
    opacity:0;
    visibility:hidden;
    overflow:hidden;
    position:absolute;
    z-index:1;
    transition:opacity .2s
}
nav.site_navigation ul.menu li:hover>ul.sub-menu,nav.site_navigation ul.menu ul.sub-menu li:hover>ul.sub-menu{
    opacity:1;
    visibility:visible;
    overflow:visible
}
.header_menu.dark nav.site_navigation ul.menu ul.sub-menu{
    background-color:#333
}
.header_menu.dark nav.site_navigation ul.menu ul.sub-menu li{
    border-bottom:1px solid #444
}
.header_menu.light nav.site_navigation ul.menu ul.sub-menu{
    background-color:#f9f9f9
}
.header_menu.light nav.site_navigation ul.menu ul.sub-menu li{
    border-bottom:1px solid #eee
}
nav.site_navigation ul.menu ul.sub-menu li{
    position:relative
}
nav.site_navigation ul.menu ul.sub-menu li a{
    color:#999;
    display:block;
    padding:5px 10px
}
nav.site_navigation ul.menu ul.sub-menu>li.menu-item-has-children>a,nav.site_navigation ul.menu>li.menu-item-has-children>a{
    padding-right:20px
}
.header_menu.dark nav.site_navigation ul.menu ul.sub-menu li a:hover{
    color:#fff
}
.header_menu.light nav.site_navigation ul.menu ul.sub-menu li a:hover{
    color:#222
}
nav.site_navigation ul.menu ul.sub-menu ul.sub-menu{
    top:0;
    left:100%
}
.breaking_news .breaking_block .owl-controls .owl-buttons div.owl-prev,.featured_carousel .owl-controls .owl-buttons div.owl-prev,.main_content_slider .owl-controls .owl-buttons div.owl-prev{
    left:0
}
nav.site_navigation ul.menu ul.sub-menu li:last-child{
    border-bottom:none
}
nav.site_navigation ul.menu>li.menu-item-has-children>a:after{
    font-family:FontAwesome;
    content:"\f107";
    font-size:10px;
    position:absolute;
    right:10px
}
.header_menu.dark nav.site_navigation ul.menu>li.menu-item-has-children>a:after{
    color:#999
}
.header_menu.light nav.site_navigation ul.menu>li.menu-item-has-children>a:after{
    color:#bbb
}
.header_menu.dark nav.site_navigation ul.menu>li.current-menu-item>a:after,.header_menu.dark nav.site_navigation ul.menu>li.menu-item-has-children:hover>a:after,.header_menu.light nav.site_navigation ul.menu>li.current-menu-item>a:after,.header_menu.light nav.site_navigation ul.menu>li.menu-item-has-children:hover>a:after{
    color:#fff
}
nav.site_navigation ul.menu ul.sub-menu>li.menu-item-has-children>a:after{
    color:#999;
    font-family:FontAwesome;
    content:"\f105";
    font-size:10px;
    position:absolute;
    right:10px
}
.breaking_news .breaking_block .owl-controls .owl-buttons div.owl-next,.featured_carousel .owl-controls .owl-buttons div.owl-next,.main_content_slider .owl-controls .owl-buttons div.owl-next{
    right:0
}
nav.site_navigation ul.menu ul.cs_mega_menu{
    padding:10px;
    color:#999;
    opacity:0;
    visibility:hidden;
    overflow:hidden;
    height:auto;
    position:absolute;
    z-index:1;
    left:0;
    width:20%;
    -webkit-transition:opacity .2s,-webkit-transform .2s;
    -moz-transition:opacity .2s;
    -o-transition:opacity .2s;
    transition:opacity .2s
}
nav.site_navigation ul.menu li:hover>ul.cs_mega_menu{
    opacity:1;
    visibility:visible;
    overflow:visible
}
.header_menu.dark nav.site_navigation ul.menu ul.cs_mega_menu{
    background-color:#534849
}
.header_menu.light nav.site_navigation ul.menu ul.cs_mega_menu{
    background-color:#f9f9f9
}
.header_menu.dark nav.site_navigation .widget_categories ul li a{
    color:#FFF;
    width:100%;
    display:inline-block
}
.header_menu.dark nav.site_navigation .widget_categories ul li:hover a{
    text-decoration:none;
    color:#cfcfcf
}
nav.site_navigation .widget{
    position:relative;
    width:100%;
    float:left;
    margin:0;
    padding:10px
}
nav.site_navigation .widget .widget_title{
    height:30px
}
nav.site_navigation .widget .widget_title h4{
    height:30px;
    line-height:30px;
    font-size:16px
}
.header_menu.dark nav.site_navigation .widget .widget_title{
    border-bottom:2px solid #444
}
.header_menu.dark nav.site_navigation .widget .widget_title h4{
    color:#fff
}
.header_menu .open_menu_mobile{
    cursor:pointer;
    color:#fff;
    font-size:21px;
    text-transform:uppercase;
    padding:0 10px;
    line-height:45px;
    width:45px;
    text-align:center
}
.header_menu.dark .mobile_site_navigation{
    color:#999
}
.mobile_site_navigation ul.menu_mobile>li>a{
    font-size:18px;
    text-transform:uppercase;
    display:block;
    padding:10px 0
}
.header_menu.dark .mobile_site_navigation ul.menu_mobile>li>a{
    color:#ddd;
    border-bottom:1px solid #444
}
.header_menu.light .mobile_site_navigation ul.menu_mobile>li>a{
    color:#444;
    border-bottom:1px solid #eee
}
.mobile_site_navigation ul.menu_mobile>li:last-child>a{
    border-bottom:0
}
.mobile_site_navigation ul.menu_mobile ul.sub-menu a{
    display:block;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px
}
.mobile_site_navigation ul.menu_mobile ul.sub-menu ul a{
    padding-left:20px
}
.mobile_site_navigation ul.menu_mobile ul.sub-menu ul ul a{
    padding-left:30px
}
.mobile_site_navigation ul.menu_mobile ul.sub-menu ul ul ul a{
    padding-left:40px
}
.mobile_site_navigation ul.menu_mobile ul.sub-menu ul ul ul ul a{
    padding-left:50px
}
.mobile_site_navigation ul.menu_mobile ul.sub-menu ul ul ul ul ul a{
    padding-left:60px
}
.header_menu.dark .mobile_site_navigation ul.menu_mobile ul.sub-menu a{
    color:#999;
    border-bottom:1px solid #444
}
.header_menu.light .mobile_site_navigation ul.menu_mobile ul.sub-menu a{
    color:#999;
    border-bottom:1px solid #eee
}
#header.style_1 .header_body .banner{
    float:right
}
#header.style_2 .header_body .banner{
    display:block;
    margin:0 auto;
    text-align:center
}
.featured_carousel{
    padding:0 10px
}
.featured_carousel.dark{
    background-color:#111
}
.featured_carousel .article_list_big_1{
    margin-bottom:0
}
.featured_carousel .owl-controls .owl-buttons div{
    font-family:FontAwesome;
    font-size:28px;
    background-color:#000;
    opacity:.3;
    position:absolute;
    color:#FFF;
    display:block;
    top:50%;
    width:50px;
    height:100px;
    line-height:100px;
    margin-top:-50px;
    text-align:center;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -ms-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
.featured_carousel .owl-controls .owl-buttons div:hover{
    opacity:.7;
    text-decoration:none
}
.featured_carousel .owl-item .item{
    padding:30px 10px
}
.grid_block{
    background-repeat:no-repeat
}
.grid_block.light{
    background-color:#fff
}
.grid_block.dark{
    background-color:#000
}
.grid_block_articles{
    padding:20px 0
}
.grid_block_articles:after,.grid_block_articles:before{
    content:" ";
    display:table
}
.grid_block_articles:after{
    clear:both
}
.grid_block_articles .item{
    position:relative;
    float:left;
    width:25%
}
.grid_block_articles .item:first-child{
    width:50%
}
.grid_block_articles .item .inner{
    overflow:hidden;
    margin:0 0 10px 10px;
    background-color:#000;
    height:210px
}
.grid_block_articles .item:first-child .inner{
    height:430px;
    margin:0
}
.grid_block_articles .item:first-child .inner img{
    opacity:1
}
.grid_block_articles .item .inner img{
    width:100%;
    opacity:.5;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform:translate(0);
    -moz-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -ms-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
.grid_block_articles .item .inner:hover img{
    opacity:1;
    -webkit-transform:rotate(2deg) scale(1.1,1.1);
    -moz-transform:rotate(2deg) scale(1.1,1.1);
    -ms-transform:rotate(2deg) scale(1.1,1.1);
    transform:rotate(2deg) scale(1.1,1.1)
}
.grid_block_articles .item .meta_wrapper{
    z-index:3;
    position:absolute;
    left:20px;
    bottom:15px;
    margin-right:20px
}
.grid_block_articles .item .meta_wrapper h3{
    font-size:16px;
    line-height:23px;
    margin:0;
    font-weight:600
}
.grid_block_articles .item:first-child .meta_wrapper h3{
    font-size:24px;
    line-height:32px;
    margin-bottom:5px
}
.grid_block_articles .item .meta_wrapper h3 a{
    color:#fff
}
.grid_block_articles .item .meta_wrapper .content_meta a,.grid_block_articles .item .meta_wrapper .content_meta span{
    color:#bbb
}
.grid_block_articles .item .meta_wrapper .content_meta a:hover,.main_content_slider .item .meta_wrapper h1 a{
    color:#fff
}
.main_content_slider{
    padding:30px 0
}
.main_content_slider .item{
    position:relative
}
.main_content_slider .item .meta_wrapper{
    position:absolute;
    bottom:0;
    z-index:2;
    padding:0 25px 25px
}
.main_content_slider .item .meta_wrapper h1{
    font-size:32px;
    line-height:40px;
    font-weight:700;
    color:#fff
}
.main_content_slider .item .meta_wrapper .content_meta span,.main_content_slider .item .meta_wrapper .content_meta span a{
    color:#bbb
}
.main_content_slider .item .meta_wrapper .content_meta span a:hover{
    color:#fff
}
.main_content_slider .owl-controls .owl-buttons div{
    z-index:2;
    font-family:FontAwesome;
    font-size:28px;
    background-color:#000;
    opacity:.3;
    position:absolute;
    color:#FFF;
    display:block;
    top:50%;
    width:30px;
    height:70px;
    line-height:70px;
    margin-top:-35px;
    text-align:center;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -ms-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
.main_content_slider .owl-controls .owl-buttons div:hover{
    opacity:.7;
    text-decoration:none
}
.breaking_news{
    height:30px
}
.breaking_news.footer.dark{
    background-color:#333
}
.breaking_news.dark{
    background-color:#222
}
.breaking_news.light{
    background-color:#f9f9f9
}
.breaking_news .breaking_title{
    float:left;
    display:block;
    position:relative;
    width:154px;
    color:#fff;
    text-align:center;
    line-height:30px;
    text-transform:uppercase
}
.breaking_news .breaking_block{
    float:left;
    display:block;
    width:870px;
    height:30px
}
.breaking_news .breaking_block .owl-wrapper-outer{
    float:left;
    display:block;
    width:830px
}
.breaking_news .breaking_block .owl-controls{
    text-align:right;
    float:left;
    display:block;
    width:40px;
    position:relative
}
.breaking_news .breaking_block .item span.date{
    font-size:12px;
    color:#999;
    margin:0 5px 0 10px
}
.breaking_news .breaking_block .item{
    white-space:nowrap;
    overflow:hidden
}
.breaking_news .breaking_block .item h4{
    font-size:12px;
    line-height:30px;
    margin:0;
    font-weight:400;
    display:inline-block
}
.content_banner .banner,.featured_banner .banner{
    margin-bottom:30px;
    padding:14px;
    background-color:#fff
}
.breaking_news.dark .breaking_block .item h4 a{
    color:#fff
}
.breaking_news.light .breaking_block .item h4 a{
    color:#222
}
.breaking_news .breaking_block .owl-controls .owl-buttons div{
    font-family:FontAwesome;
    font-size:14px;
    position:absolute;
    display:block;
    top:0;
    width:20px;
    height:30px;
    line-height:30px;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -ms-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
.accordion_group .accordion_title,.btn{
    position:relative;
    cursor:pointer;
    outline:0
}
.breaking_news.dark .breaking_block .owl-controls .owl-buttons div{
    color:#fff
}
.breaking_news.light .breaking_block .owl-controls .owl-buttons div{
    color:#222
}
.featured_banner{
    text-align:center
}
.featured_banner .banner{
    display:inline-block
}
.featured_banner .banner img{
    width:100%
}
.content_banner{
    text-align:center
}
.content_banner .banner{
    display:inline-block
}
#page_wrapper{
    padding:30px 0
}
.btn{
    display:inline-block;
    padding:6px 12px;
    margin:0 5px 5px 0;
    font-size:14px;
    font-weight:400;
    line-height:22px;
    text-align:center;
    vertical-align:middle;
    background-image:none;
    background-color:#aaa;
    color:#fff
}
.btn:hover{
    background-color:#999;
    color:#fff
}
.btn.btn_small{
    padding:2px 6px;
    font-size:11px;
    line-height:20px
}
.btn.btn_large{
    padding:12px 18px;
    font-size:18px;
    line-height:26px
}
.btn.btn_extralarge{
    text-transform:uppercase;
    padding:20px 26px;
    font-size:24px;
    line-height:32px
}
.btn.btn_expand{
    width:100%;
    display:block
}
.btn.btn_expand+.btn.btn_expand{
    margin-top:5px
}
.btn.btn_white{
    background-color:#fff;
    color:#444
}
.btn.btn_white:hover{
    background-color:#fdfdfd;
    color:#222
}
.btn.btn_black{
    background-color:#333
}
.btn.btn_black:hover{
    background-color:#222
}
.btn.btn_red{
    background-color:#e74c3c
}
.btn.btn_red:hover{
    background-color:#ce4031
}
.btn.btn_green{
    background-color:#7ab55c
}
.btn.btn_green:hover{
    background-color:#6aa44d
}
.btn.btn_blue{
    background-color:#534849
}
.btn.btn_blue:hover{
    background-color:#666262
}
.btn.btn_turquoise{
    background-color:#16a085
}
.btn.btn_turquoise:hover{
    background-color:#118971
}
.btn.btn_pink{
    background-color:#d65799
}
.btn.btn_pink:hover{
    background-color:#c44a89
}
.btn.btn_orange{
    background-color:#eb8000
}
.btn.btn_orange:hover{
    background-color:#d17200
}
.btn.btn_purple{
    background-color:#9b59b6
}
.btn.btn_purple:hover{
    background-color:#8948a3
}
.btn.btn_dblue{
    background-color:#2c3e50
}
.btn.btn_dblue:hover{
    background-color:#233648
}
.btn.btn_grey{
    background-color:#aaa
}
.btn.btn_grey:hover{
    background-color:#999
}
.service_box{
    margin-bottom:20px
}
.service_box i{
    color:#999;
    font-size:48px;
    margin-bottom:10px
}
.service_box h4{
    font-weight:600;
    font-size:22px;
    line-height:28px;
    margin-bottom:5px
}
.pricing_box{
    margin-bottom:20px;
    padding-bottom:15px;
    background-color:#f9f9f9;
    text-align:center
}
.pricing_box .header{
    margin-bottom:15px;
    color:#fff
}
.pricing_box.featured .header{
    background-color:#222
}
.pricing_box .header .title{
    font-size:22px;
    line-height:1;
    font-weight:700;
    padding:12px 5px
}
.pricing_box .header .info{
    font-size:11px;
    text-transform:uppercase;
    font-weight:400;
    padding:5px;
    background-color:rgba(255,255,255,.2)
}
.pricing_box .body{
    margin-bottom:15px
}
.pricing_box .body .price{
    font-size:26px;
    font-weight:700;
    margin-bottom:10px
}
.pricing_box .body .price span{
    color:#999;
    font-style:italic;
    font-size:13px;
    font-weight:400
}
.pricing_box .body ul{
    list-style:none;
    padding:0;
    margin:0;
    line-height:26px
}
.accordion_group{
    margin-bottom:20px
}
.accordion_group .accordion_title{
    font-weight:600;
    color:#222;
    font-size:15px;
    border:1px solid #eee;
    padding:10px 45px 10px 15px;
    margin-top:-1px
}
.accordion_group .accordion_title:after{
    color:#ddd;
    content:"\f055";
    font-family:FontAwesome;
    position:absolute;
    right:15px;
    top:10px
}
.item_slider .owl-controls .owl-buttons div.owl-next,.rep_carousel .owl-controls .owl-buttons div.owl-next{
    right:0
}
.accordion_group .accordion_title.ui-state-active:after{
    content:"\f056"
}
.accordion_group .accordion_panel{
    background-color:#f9f9f9;
    border:1px solid #eee;
    border-top:0;
    padding:15px
}
.accordion_group .accordion_panel p:last-child{
    margin:0
}
.accordion_group.colored .accordion_title{
    color:#fff;
    border:0;
    margin-top:0;
    margin-bottom:1px
}
.accordion_group.colored .accordion_title:after{
    color:#fff
}
.accordion_group.colored .accordion_panel{
    margin-top:-1px
}
.tab_group{
    margin-bottom:20px
}
.tab_group .ui-tabs-nav{
    list-style:none;
    padding:0;
    margin:0;
    font-size:0
}
.tab_group .ui-tabs-nav li{
    display:inline-block;
    font-weight:600;
    font-size:15px;
    outline:0;
    border:1px solid #eee;
    background-color:#f5f5f5;
    border-bottom:0;
    margin-right:-1px
}
.tab_group .ui-tabs-nav li a{
    color:#222;
    outline:0;
    padding:10px 15px;
    display:block
}
.testimonial_default footer,.testimonial_slider .owl-controls .owl-page,.testimonial_slider footer{
    display:inline-block
}
.tab_group .ui-tabs-nav li.ui-tabs-active{
    background-color:#fff;
    margin-bottom:-1px;
    padding-bottom:1px
}
.tab_group .ui-tabs-panel{
    background-color:#fff;
    border:1px solid #eee;
    padding:15px
}
.tab_group .ui-tabs-panel p:last-child{
    margin:0
}
.tab_group.colored .ui-tabs-nav li{
    border:1px solid #eee;
    border-bottom:0;
    margin-right:-1px
}
.tab_group.colored .ui-tabs-nav li a{
    color:#222
}
.tab_group.colored .ui-tabs-nav li.ui-tabs-active{
    margin-bottom:0;
    padding-bottom:0
}
.tab_group.colored .ui-tabs-nav li.ui-tabs-active a{
    color:#fff
}
.testimonial_default,.testimonial_slider{
    margin-bottom:20px
}
.testimonial_default p,.testimonial_slider p{
    line-height:20px
}
.testimonial_default footer img.avatar,.testimonial_slider footer img.avatar{
    width:60px;
    height:60px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%
}
.testimonial_default footer .author,.testimonial_slider footer .author{
    padding-top:8px
}
.testimonial_default footer .author .name,.testimonial_slider footer .author .name{
    font-weight:700;
    color:#222;
    font-size:16px;
    line-height:19px
}
.testimonial_default footer .author .title,.testimonial_slider footer .author .title{
    color:#999;
    font-style:italic;
    font-size:13px;
    line-height:17px
}
.testimonial_slider .owl-controls{
    margin-top:5px;
    overflow:hidden
}
.testimonial_slider .owl-controls .owl-page span{
    display:block;
    margin:0 2px;
    width:8px;
    height:8px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-color:#869791;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -ms-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
.spacer,hr.divider_blank{
    border:0
}
.item_slider .owl-controls .owl-buttons div,.thumb_wrapper img{
    -webkit-transition:all .2s;
    -ms-transition:all .2s;
    -o-transition:all .2s
}
.testimonial_slider .owl-controls .owl-page.active span,.testimonial_slider .owl-controls.clickable .owl-page:hover span{
    background-color:#222
}
.spacer{
    display:block;
    position:relative;
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
    height:1px;
    background-color:#ddd;
    color:#ddd;
    text-align:center
}
.spacer i{
    width:40px;
    height:30px;
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-15px;
    margin-left:-20px;
    text-align:center;
    line-height:30px;
    background-color:#f1f1f1!important
}
.block_title .ui-tabs-nav li,.block_title .fake-h2{
    height:39px;
    line-height:39px;
    text-transform:uppercase
}
hr.divider_dashed{
    border-top-style:dashed
}
hr.divider_dotted{
    border-top-style:dotted
}
.alert{
    position:relative;
    padding:15px;
    margin-bottom:20px
}
.alert p{
    overflow:hidden;
    margin:2px 0 0 30px
}
.alert i{
    position:absolute;
    left:20px;
    top:20px
}
.alert.alert_green{
    background-color:#dff0d8;
    color:#3c763d
}
.alert.alert_blue{
    background-color:#d9edf7;
    color:#31708f
}
.alert.alert_red{
    background-color:#f2dede;
    color:#a94442
}
.alert.alert_yellow{
    background-color:#fcf8e3;
    color:#8a6d3b
}
.block_title{
    display:block;
    height:39px;
    margin-bottom:15px;
    border-bottom:2px solid #ddd
}
.block_title .ui-tabs-nav li,.block_title .ui-tabs-nav li.ui-tabs-active,.block_title .fake-h2{
    border-bottom-style:solid;
    border-bottom-width:2px
}
.block_title .fake-h2{
    display:inline-block;
    font-weight:700;
    font-size:22px;
    margin:0
}
.block_title a.view_all{
    color:#999;
    text-transform:uppercase;
    font-size:12px;
    float:right;
    padding-top:8px
}
.block_title a.view_all i{
    font-size:11px
}
.block_title .ui-tabs-nav{
    list-style:none;
    margin:0;
    padding:0
}
.block_title .ui-tabs-nav:after,.block_title .ui-tabs-nav:before{
    content:" ";
    display:table
}
.block_title .ui-tabs-nav li{
    float:left;
    display:block;
    border-bottom-color:transparent;
    font-weight:400;
    font-size:18px;
    margin:0;
    padding:0 5px;
    text-decoration:none;
    outline:0
}
.block_title .ui-tabs-nav li a{
    text-decoration:none;
    outline:0;
    color:#999
}
.block_title .ui-tabs-nav li.ui-tabs-active a{
    color:#222
}
.big_calendar_box:before{
    content:" ";
    width:0;
    height:0;
    border-style:solid;
    border-width:56px 70px 0 0;
    border-color:rgba(255,255,255,.1) transparent transparent;
    position:absolute;
    left:0;
    top:0
}
.big_calendar_box{
    width:70px;
    height:56px;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    z-index:2
}
.big_calendar_box .date{
    padding-top:10px;
    font-size:20px;
    line-height:1;
    font-weight:700
}
.big_calendar_box .month{
    font-size:12px;
    line-height:1;
    font-weight:400
}
.thumb_wrapper{
    position:relative
}
.thumb_wrapper img{
    width:100%;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform:translate(0);
    -moz-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    -moz-transition:all .2s;
    transition:all .2s
}
.thumb_wrapper:hover img{
    opacity:.7;
    -webkit-transform:rotate(2deg) scale(1.1,1.1);
    -moz-transform:rotate(2deg) scale(1.1,1.1);
    -ms-transform:rotate(2deg) scale(1.1,1.1);
    transform:rotate(2deg) scale(1.1,1.1)
}
.thumb_wrapper iframe{
    width:100%;
    margin:0;
    padding:0;
    vertical-align:bottom;
    display:block
}
.gallery_list .item .inner .gradient_shadow,.grid_block_articles .item .inner .gradient_shadow,.main_content_slider .gradient_shadow,.parallax_container .gradient_shadow,.thumb_wrapper .gradient_shadow,.video_list_1 .item .item_header .gradient_shadow{
    position:absolute;
    left:0;
    bottom:0;
    height:50%;
    width:100%;
    z-index:1;
    background:url(data:image/svg+xml;
    base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.8)));
    background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 )
}
.item_slider img{
    width:100%;
    opacity:1!important;
    -webkit-transform:rotate(0) scale(1)!important;
    -moz-transform:rotate(0) scale(1)!important;
    -ms-transform:rotate(0) scale(1)!important;
    transform:rotate(0) scale(1)!important
}
.item_slider .owl-controls .owl-buttons div{
    z-index:2;
    font-family:FontAwesome;
    font-size:28px;
    background-color:#000;
    opacity:.3;
    position:absolute;
    color:#FFF;
    display:block;
    top:50%;
    width:30px;
    height:70px;
    line-height:70px;
    margin-top:-35px;
    text-align:center;
    -moz-transition:all .2s;
    transition:all .2s
}
.gallery_list .item .inner img,.item .item_header img{
    -webkit-backface-visibility:hidden;
    -webkit-transform:translate(0);
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -ms-transition:all .2s;
    -o-transition:all .2s
}
.item_slider .owl-controls .owl-buttons div:hover{
    opacity:.7;
    text-decoration:none
}
.item_slider .owl-controls .owl-buttons div.owl-prev{
    left:0
}
.content_wrapper{
    position:relative;
    border-top-style:solid;
    border-top-width:3px
}
.thumb_wrapper+.content_wrapper{
    margin-top:0
}
.content_wrapper h3{
    font-size:20px;
    line-height:26px;
    font-weight:600
}
.content_wrapper h3 a{
    color:#222
}
.content_wrapper p{
    margin:0
}
.content_wrapper .star-rating{
    margin-top:-5px;
    margin-bottom:10px
}
.content_meta{
    overflow:hidden
}
.content_meta span{
    text-transform:uppercase;
    color:#999;
    font-size:12px;
    margin-right:10px;
    float:left
}
.content_meta span.photo:before,.content_meta span:after{
    font-size:10px;
    font-family:FontAwesome
}
.content_meta span a{
    color:#999
}
.content_meta span a:hover{
    color:#222
}
.content_meta span:last-child{
    margin-right:0
}
.content_meta span:after{
    margin-left:4px
}
.content_meta span.comments:after{
    content:"\f0e5"
}
.content_meta span.date:after{
    content:"\f017"
}
.content_meta span.author:after{
    content:"\f007"
}
.content_meta span.time:after{
    content:"\f144"
}
.content_meta span.views:after{
    content:"\f06e"
}
.content_meta span.photo{
    color:#fff!important
}
.content_meta span.photo:before{
    margin-right:5px;
    content:"\f03e"
}
.star-rating span:before,.star-rating:before{
    content:"\e800\e800\e800\e800\e800";
    top:0;
    left:0
}
.footer_wrapper{
        overflow: hidden;
    float: right;
    display: inline-flex;
    align-items: flex-end;
    padding: 5px 0;
}
.footer_wrapper .btn{
    float:left;
    width:auto;
    margin-right:1px;
    margin-bottom:0;
    line-height:18px
}
.footer_wrapper .share_it span.share_it{
    display:inline-block;
    color:#fff;
    padding:4px 10px;
    font-size:14px;
    text-align:center;
    background-color:#ddd
}
.footer_wrapper .share_it span.share_number{
    padding:4px 0;
    display:inline-block;
    color:#999;
    font-size:12px;
    text-transform:uppercase
}
@font-face{
    font-family:fontello;
    src:url(../fonts/Fontello/fontello.eot?13710586);
    src:url(../fonts/Fontello/fontello.eot?13710586#iefix) format('embedded-opentype'),url(../fonts/Fontello/fontello.woff?13710586) format('woff'),url(../fonts/Fontello/fontello.ttf?13710586) format('truetype'),url(../fonts/Fontello/fontello.svg?13710586#fontello) format('svg');
    font-weight:400;
    font-style:normal
}
.star-rating{
    font-family:fontello;
    letter-spacing:1px;
    overflow:hidden;
    position:relative;
    margin-bottom:5px;
    height:15px;
    line-height:15px;
    font-size:15px;
    width:70px
}
.article_list_big,.article_list_big_1{
    margin-bottom:30px
}
.star-rating:before{
    color:#ddd;
    float:left;
    position:absolute
}
.star-rating span{
    overflow:hidden;
    float:left;
    top:0;
    left:0;
    position:absolute;
    padding-top:15px
}
.star-rating span:before{
    color:#F89406;
    position:absolute
}
.item_reviews .rate_type{
    border-top:1px dashed #ddd;
    padding-top:3px;
    margin-top:3px
}
.item_reviews .rate_type:after,.item_reviews .rate_type:before{
    content:" ";
    display:table
}
.item_reviews .rate_type strong{
    color:#999;
    font-weight:400;
    float:left
}
.item_reviews .rate_type .star-rating{
    margin-top:2px;
    float:right
}
.article_list_big{
    padding-top:28px
}
.article_list_big+.small_article_list,.article_list_big+.tiny_article_list{
    margin-top:-30px
}
.article_list_big .big_calendar_box{
    position:absolute;
    z-index:1;
    top:-31px
}
.article_list_big .thumb_wrapper{
    background-color:#000;
    margin-top:-28px;
    overflow:hidden
}
.article_list_big .content_wrapper{
    background-color:#fff;
    padding:35px 20px 10px
}
.article_list_big .content_meta{
    background-color:#fff;
    padding:0 20px
}
.article_list_big .footer_wrapper{
    background-color:#fff;
    padding:10px 20px 20px
}
.article_list_big_1 .big_calendar_box{
    position:absolute;
    z-index:1;
    top:0;
    left:20px
}
.article_list_big_1+.small_article_list,.article_list_big_1+.tiny_article_list{
    margin-top:-30px
}
.article_list_big_1 .thumb_wrapper{
    overflow:hidden;
    background-color:#000
}
.article_list_big_1 .thumb_wrapper .meta_wrapper{
    z-index:3;
    position:absolute;
    left:20px;
    bottom:15px;
    margin-right:20px
}
.article_list_big_1 .thumb_wrapper .meta_wrapper .star-rating:before{
    color:#fff;
    color:rgba(255,255,255,.4)
}
.article_list_big_1 .thumb_wrapper .meta_wrapper .star-rating span:before,.article_list_big_1 .thumb_wrapper h3 a{
    color:#fff
}
.article_list_big_1 .thumb_wrapper h3{
    font-size:18px;
    line-height:24px;
    margin:0;
    font-weight:600
}
.article_list_big_1 .content_wrapper{
    background-color:#fff;
    padding:10px 20px
}
.article_list_big_1 .content_meta{
    background-color:#fff;
    padding:0 20px
}
.article_list_big_1 .thumb_wrapper .meta_wrapper .content_meta{
    padding:0;
    background:0 0
}
.article_list_big_1 .thumb_wrapper .meta_wrapper .content_meta a,.article_list_big_1 .thumb_wrapper .meta_wrapper .content_meta span{
    color:#bbb
}
.article_list_big_1 .thumb_wrapper .meta_wrapper .content_meta a:hover{
    color:#fff
}
.article_list_big_1 .footer_wrapper{
    background-color:#fff;
    padding:10px 20px 20px
}
.medium_article_list .item,.small_article_list .item,.text_article_list .item{
    padding:15px 20px
}
.small_article_list{
    background-color:#fff;
    margin-bottom:30px
}
.small_article_list .item .button{
    width:100%
}
.small_article_list .item:after,.small_article_list .item:before{
    content:" ";
    display:table
}
.small_article_list .item:nth-child(odd){
    background-color:#f9f9f9
}
.small_article_list .item .item_wrapper{
    overflow:hidden
}
.small_article_list .item .item_header{
    width:80px;
    margin:4px 15px 0 0;
    float:left;
    background-color:#000
}
.small_article_list .item .item_content h4{
    font-size:14px;
    line-height:20px;
    margin:0;
    font-weight:600
}
.small_article_list .item .item_content h4 a{
    display:block;
    color:#222
}
.small_article_list .item .content_meta{
    margin-top:5px
}
.small_article_list .item .content_meta span{
    line-height:1
}
.medium_article_list{
    background-color:#fff;
    margin-bottom:30px
}
.medium_article_list .item .button{
    width:100%
}
.medium_article_list .item:after,.medium_article_list .item:before{
    content:" ";
    display:table
}
.medium_article_list .item:nth-child(odd){
    background-color:#f9f9f9
}
.medium_article_list .item .item_wrapper{
    overflow:hidden
}
.medium_article_list .item .item_header{
    width:100px;
    margin:2px 0 0 15px;
    float:right;
    background-color:#000
}
.medium_article_list .item .item_content h4{
    font-size:14px;
    line-height:20px;
    margin:0;
    font-weight:600
}
.medium_article_list .item .item_content h4 a{
    display:block;
    color:#222
}
.medium_article_list .item .content_meta{
    margin-top:5px
}
.medium_article_list .item .content_meta span{
    line-height:1
}
.text_article_list{
    background-color:#fff;
    margin-bottom:30px
}
.text_article_list .item .button{
    width:100%
}
.text_article_list .item:after,.text_article_list .item:before{
    content:" ";
    display:table
}
.text_article_list .item:nth-child(odd){
    background-color:#f9f9f9
}
.text_article_list .item .item_wrapper{
    text-align:center
}
.text_article_list .item .item_content h4{
    font-size:14px;
    line-height:20px;
    margin:0;
    font-weight:600
}
.text_article_list .item .item_content h4 a{
    display:block;
    color:#222
}
.text_article_list .item .content_meta{
    margin-top:5px;
    line-height:1
}
.text_article_list .item .content_meta span{
    float:none
}
.article_list{
    margin-bottom:30px
}
.article_list .item{
    margin-bottom:15px;
    background-color:#fff;
    border-bottom:1px solid #CCC
}
.article_list .item:last-child{
    margin-bottom:0
}
.article_list .item:after,.article_list .item:before{
    content:" ";
    display:table
}
.item .item_header img{
    width:100%;
    backface-visibility:hidden;
    -moz-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    transition:all .2s
}
.item .item_header:hover img{
    opacity:.7
}
.article_list .item .item_content h2{
    font-size:18px;
    line-height:26px;
    margin:0 0 5px;
    font-weight:600
}
.article_list .item .item_content h2 a{
    display:block;
    color:#222
}
.article_list .item .item_content .star-rating{
    margin-bottom:10px
}
.article_list.standard .item .item_wrapper{
    padding:20px;
    background-color:#fff;
    overflow:hidden
}
.article_list.standard .item .item_wrapper p:last-child{
    margin:0
}
.article_list.standard .item .item_header{
    overflow:hidden;
    width:100%;
    background-color:#000
}
.article_list.standard .item .item_header:hover img{
    opacity:.7;
    -webkit-transform:rotate(2deg) scale(1.1,1.1);
    -moz-transform:rotate(2deg) scale(1.1,1.1);
    -ms-transform:rotate(2deg) scale(1.1,1.1);
    transform:rotate(2deg) scale(1.1,1.1)
}
.article_list.standard .item .content_meta{
    margin:5px 0
}
.article_list.small .item .item_header{
    overflow:hidden;
    width:200px;
    height:200px;
    margin:15px;
    float:left;
    background-color:#000;
    clip:rect(0,200px,200px,0)
}
.article_list.small .item .item_header:hover img{
    opacity:.7
}
.article_list.small .item .item_header .big_calendar_box{
    position:absolute;
    left:20px;
    top:0
}
.article_list.small .item .item_header img{
    max-width:750px;
    width:auto;
    height:200px;
    margin-left:-70px
}
.article_list.small .item .item_wrapper{
    padding:10px 20px 20px;
    background-color:#fff;
    overflow:hidden;
    min-height:200px
}
.article_list.small .item .item_wrapper p:last-child{
    margin:0
}
.article_list.small .item .item_wrapper .content_meta{
    margin:5px 0;
    float:left;
    width:100%
}
.article_list.small .item .item_wrapper .content_meta2{
    margin:5px 0;
    float:left;
    width:52%
}
.review_list{
    margin-bottom:30px
}
.review_list:after,.review_list:before{
    content:" ";
    display:table
}
.review_list .item{
    position:relative;
    background-color:#fff;
    padding:20px;
    float:left
}
.review_list.two .item{
    width:50%
}
.review_list.three .item{
    width:33.33%
}
.review_list.four .item{
    width:25%
}
.review_list.five .item{
    width:20%
}
.review_list .item:nth-child(odd){
    background-color:#f9f9f9
}
.review_list .item .item_header{
    position:relative;
    margin:0 0 10px;
    background-color:#000
}
.review_list .item .item_content h4{
    font-size:14px;
    line-height:20px;
    margin:0 0 8px;
    font-weight:600
}
.review_list .item .item_content h4 a{
    display:block;
    color:#222
}
.review_list .item .label{
    z-index:2;
    font-size:12px;
    position:absolute;
    text-align:center;
    left:20px;
    top:40px;
    height:25px;
    text-transform:uppercase;
    line-height:25px;
    color:#fff;
    padding:0 5px
}
.video_list{
    margin-bottom:30px
}
.video_list:after,.video_list:before{
    content:" ";
    display:table
}
.video_list .item .item_header{
    position:relative;
    margin:0 0 10px;
    background-color:#000
}
.video_list .item .item_header .video_icon{
    z-index:1;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-15px;
    margin-top:-15px;
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
    font-size:24px
}
.video_list .item .item_header .video_icon i{
    color:#fff
}
.video_list .item{
    position:relative;
    background-color:#fff;
    padding:20px;
    float:left;
    text-align:center
}
.video_list .item .content_meta span,.video_list_1 .item .content_meta span{
    float:none
}
.video_list.dark .item{
    background-color:#222
}
.video_list.dark .item:nth-child(odd){
    background-color:#333
}
.video_list.two .item{
    width:50%
}
.video_list.three .item{
    width:33.33%
}
.video_list.four .item{
    width:25%
}
.video_list.five .item{
    width:20%
}
.video_list .item:nth-child(odd){
    background-color:#f9f9f9
}
.video_list .item .item_content h4{
    font-size:14px;
    line-height:18px;
    margin:0 0 5px
}
.video_list .item .item_content h4 a{
    display:block;
    color:#222
}
.video_list .item .label,.video_list.dark .item .item_content h4 a,.video_list_1 .item .item_header .video_icon i,.video_list_1 .item .item_header h4 a{
    color:#fff
}
.video_list .item .content_meta{
    line-height:1
}
.video_list .item .transition_line{
    width:0;
    height:3px;
    position:absolute;
    left:0;
    bottom:0;
    -webkit-transition:width .2s ease;
    -moz-transition:width .2s ease;
    -o-transition:width .2s ease;
    transition:width .2s ease
}
.video_list .item:hover .transition_line{
    width:100%
}
.video_list .item .label{
    z-index:2;
    font-size:10px;
    position:absolute;
    text-align:center;
    left:20px;
    top:40px;
    height:20px;
    text-transform:uppercase;
    line-height:20px;
    padding:0 4px
}
.video_list_1{
    margin-bottom:30px
}
.video_list_1:after,.video_list_1:before{
    content:" ";
    display:table
}
.video_list_1 .item{
    position:relative;
    float:left;
    text-align:center;
    width:30%
}
.video_list_1 .item .inner{
    margin:0 0 2px 2px;
    background-color:#fff;
    height:150px
}
.video_list_1 .item .item_header{
    position:relative;
    overflow:hidden;
    margin:0 0 10px;
    background-color:#000
}
.video_list_1 .item:first-child{
    width:40%;
    margin-left:0
}
.video_list_1 .item:first-child .inner{
    height:302px;
    margin:0
}
.video_list_1 .item:first-child .item_header{
    height:200px
}
.video_list_1 .item .item_header{
    height:150px
}
.video_list_1 .item .item_header img{
    display:block
}
.video_list_1 .item .item_header .video_icon{
    z-index:1;
    position:absolute;
    left:50%;
    text-align:center;
    border-radius:50%;
    border:1px solid #fff;
    background-color:rgba(255,255,255,.2);
    top:44%;
    margin-left:-15px;
    margin-top:-15px;
    width:30px;
    height:30px;
    line-height:30px;
    font-size:14px
}
.video_list_1 .item:first-child .item_header .video_icon{
    top:50%;
    margin-left:-25px;
    margin-top:-25px;
    width:50px;
    height:50px;
    line-height:50px;
    font-size:18px
}
.video_list_1 .item .item_header h4{
    position:absolute;
    left:0;
    bottom:10px;
    padding:0 10px;
    font-weight:600;
    width:100%;
    color:#fff;
    font-size:14px;
    line-height:18px;
    margin:0;
    max-height:38px;
    overflow:hidden
}
.video_list_1 .item:first-child .item_content{
    padding:0 10px;
    max-height:45px;
    overflow:hidden
}
.video_list_1 .item:first-child .item_content h4{
    font-size:16px;
    line-height:22px;
    margin:0 0 5px;
    font-weight:600
}
.video_list_1 .item:first-child .item_content h4 a{
    display:block;
    color:#222
}
.video_list_1 .item .label{
    z-index:2;
    font-size:12px;
    position:absolute;
    text-align:center;
    left:0;
    top:20px;
    height:25px;
    text-transform:uppercase;
    line-height:25px;
    color:#fff;
    padding:0 5px
}
.video_list_1 .item .transition_line{
    width:0;
    height:3px;
    position:absolute;
    left:0;
    bottom:0;
    -webkit-transition:width .2s ease;
    -moz-transition:width .2s ease;
    -o-transition:width .2s ease;
    transition:width .2s ease
}
.video_list_1 .item:hover .transition_line{
    width:100%
}
.gallery_list{
    margin-bottom:30px
}
.gallery_list:after,.gallery_list:before{
    content:" ";
    display:table
}
.gallery_list .item{
    float:left;
    text-align:center;
    padding:0 0 1px 1px
}
.gallery_list .item .inner{
    position:relative;
    overflow:hidden;
    background-color:#222
}
.gallery_list .item .inner img{
    opacity:.5;
    width:100%;
    backface-visibility:hidden;
    -moz-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0);
    transition:all .2s
}
.gallery_list .item:hover .inner img{
    opacity:1;
    -webkit-transform:rotate(2deg) scale(1.1,1.1);
    -moz-transform:rotate(2deg) scale(1.1,1.1);
    -ms-transform:rotate(2deg) scale(1.1,1.1);
    transform:rotate(2deg) scale(1.1,1.1)
}
.gallery_list.two .item{
    width:50%
}
.gallery_list.three .item{
    width:33.33%
}
.gallery_list.four .item{
    width:25%
}
.gallery_list.five .item{
    width:20%
}
.gallery_list .item .inner .item_header{
    z-index:3;
    position:absolute;
    left:0;
    bottom:10px;
    padding:0 10px;
    font-weight:600;
    width:100%;
    max-height:55px;
    overflow:hidden
}
.gallery_list .item .inner .item_header h4{
    padding:0 10px;
    font-weight:600;
    color:#fff;
    font-size:14px;
    line-height:18px;
    margin:0
}
.gallery_list .item .inner .item_header h4 a{
    color:#fff
}
.gallery_list .item .inner .gallery_icon{
    z-index:1;
    position:absolute;
    top:45%;
    left:0;
    margin-top:-14px;
    width:100%;
    text-align:center;
    color:#fff
}
.gallery_list .item .inner .gallery_icon .icon_inner{
    font-size:12px;
    display:inline-block;
    padding:2px 8px;
    border:1px dotted #fff
}
.gallery_list .item .inner .gallery_icon .icon_inner i{
    color:#fff;
    margin-right:5px
}
.gallery_single{
    padding:20px;
    background-color:#fff;
    margin-bottom:30px
}
.gallery_single .item_slider{
    margin-bottom:20px
}
.timeline_list{
    margin-bottom:15px
}
.timeline_list .item{
    min-height:56px;
    position:relative;
    padding-left:35px
}
.timeline_list .item .item_date:before{
    content:" ";
    width:0;
    height:0;
    border-style:solid;
    border-width:56px 70px 0 0;
    border-color:rgba(255,255,255,.1) transparent transparent;
    position:absolute;
    left:0;
    top:0
}
.timeline_list .item .item_date{
    background-color:#bbb;
    z-index:2;
    position:absolute;
    left:0;
    top:0;
    width:70px;
    height:56px;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -ms-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
.onsale,ul.products li.product .onsale{
    top:10px;
    left:10px
}
.timeline_list .item:hover .item_date{
    background-color:#222
}
.timeline_list .item .item_date .date{
    padding-top:10px;
    font-size:20px;
    line-height:1;
    font-weight:700
}
.timeline_list .item .item_date .month{
    font-size:12px;
    line-height:1;
    font-weight:400
}
.timeline_list .item .item_content{
    min-height:56px;
    border-left:1px dotted #bbb;
    padding-left:50px;
    padding-bottom:15px;
    position:relative
}
.timeline_list .item:last-child .item_content{
    border-left:none
}
.timeline_list .item .item_content h4{
    background-color:#fff;
    padding:10px 10px 0;
    font-size:14px;
    line-height:20px;
    margin:0;
    font-weight:600;
    color:#222
}
.timeline_list .item .item_content h4 a{
    display:block;
    color:#222
}
.timeline_list .item .item_content .content_meta{
    background-color:#fff;
    padding:0 10px 10px
}
.timeline_list+ul.page_numbers{
    margin-left:86px;
    margin-top:-15px;
    margin-bottom:15px
}
.woocommerce-result-count{
    width:50%;
    float:left;
    padding:6px 0;
    margin-bottom:20px
}
.woocommerce-ordering{
    text-align:right;
    margin-bottom:20px
}
.woocommerce-ordering select{
    display:inline-block
}
ul.products{
    display:block;
    list-style:none;
    padding:0;
    margin:0
}
ul.products:after,ul.products:before{
    content:" ";
    display:table
}
ul.products li.product{
    margin-bottom:20px;
    position:relative;
    float:left;
    clear:none;
    background-color:#fff
}
ul.products.three li.product{
    width:32%;
    margin-right:2%
}
ul.products.four li.product{
    width:23%;
    margin-right:2.66%
}
ul.products li.product.first{
    clear:left
}
.author_box h5,.author_box:after,.blockall,.dropdown-menu>li>a,.related_articles:after,div.authorde:after,div.product .woocommerce-tabs,div.product:after,footer.post_footer .post_controls:after,footer.post_footer .post_sharing:after{
    clear:both
}
ul.products li.product.last{
    margin-right:0
}
ul.products li.product .product_item{
    position:relative;
    overflow:hidden;
    display:block;
    color:#fff;
    font-size:16px;
    font-weight:600;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform:translate(0);
    -moz-transform:translate(0);
    -ms-transform:translate(0);
    transform:translate(0)
}
.onsale{
    z-index:1;
    padding:2px 6px;
    text-align:center;
    color:#fff;
    font-weight:400;
    font-size:12px;
    text-transform:uppercase;
    position:absolute
}
ul.products li.product .product_item img{
    width:100%
}
ul.products li.product .product_item .product_hover{
    position:absolute;
    left:100%;
    width:100%;
    height:100%;
    text-align:center;
    background-color:#000;
    background-color:rgba(0,0,0,.7);
    -webkit-transition:all .2s cubic-bezier(.3,0,.3,1);
    -moz-transition:all .2s cubic-bezier(.3,0,.3,1);
    -o-transition:all .2s cubic-bezier(.3,0,.3,1);
    transition:all .2s cubic-bezier(.3,0,.3,1)
}
ul.products li.product .product_item:hover .product_hover{
    left:0;
    -webkit-transition:all .2s cubic-bezier(.3,0,.3,1);
    -moz-transition:all .2s cubic-bezier(.3,0,.3,1);
    -o-transition:all .2s cubic-bezier(.3,0,.3,1);
    transition:all .2s cubic-bezier(.3,0,.3,1)
}
ul.products li.product .product_item .product_hover table{
    height:100%;
    text-align:center;
    margin:0;
    padding:0;
    border:0;
    background:0 0
}
ul.products li.product .product_item .product_hover table td{
    vertical-align:middle;
    text-align:center;
    padding:0 5px;
    margin:0;
    border:0
}
ul.products li.product .product_footer{
    text-align:center;
    padding:10px
}
ul.products li.product .product_footer .star-rating{
    left:50%;
    margin-left:-35px
}
ul.products li.product .product_footer .price{
    margin-bottom:10px;
    font-size:15px;
    display:block;
    color:#222;
    font-weight:700
}
ul.products li.product .product_footer del{
    font-weight:400;
    color:#999
}
ul.products li.product .product_footer ins{
    text-decoration:none;
    color:#222;
    font-weight:700
}
ul.products li.product .product_footer a{
    display:block;
    margin:0
}
ul.products li.product .product_footer .btn{
    text-transform:uppercase
}
div.product{
    position:relative;
    padding:20px;
    background-color:#fff
}
div.product:after,div.product:before{
    content:" ";
    display:table
}
div.product .onsale{
    top:30px;
    left:30px
}
div.product .images{
    width:38%;
    margin-right:2%;
    float:left;
    margin-bottom:20px
}
div.product .images img{
    width:100%;
    height:auto
}
div.product .images a{
    display:block;
    margin-bottom:5px
}
div.product .images .thumbnails{
    overflow:hidden
}
div.product .images .thumbnails a{
    float:left;
    width:80px;
    margin-right:5px;
    margin-bottom:5px
}
div.product .summary{
    width:60%;
    float:right;
    margin-bottom:20px
}
div.product .summary h1.product_title{
    font-size:26px;
    line-height:34px;
    font-weight:600
}
div.product .summary .woocommerce-product-rating{
    margin-bottom:10px
}
div.product .summary p.price{
    margin-bottom:15px;
    font-size:18px;
    display:block;
    color:#222;
    font-weight:700
}
div.product .summary p.price del{
    font-weight:400;
    color:#999
}
div.product .summary p.price ins{
    text-decoration:none;
    color:#222;
    font-weight:700
}
footer.post_footer .post_controls a:hover,footer.post_footer .source_tag .content a:hover,li a:hover,table.courseList td a:hover{
    text-decoration:underline
}
div.product .summary form{
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    padding:15px 0;
    margin:15px 0
}
div.product .summary .quantity{
    float:left;
    margin-right:10px;
    width:80px;
    text-align:center
}
div.product .summary .quantity input{
    text-align:center
}
div.product .summary .product_meta>span{
    display:block
}
footer.post_footer .post_controls:after,footer.post_footer .post_controls:before,footer.post_footer .post_sharing:after,footer.post_footer .post_sharing:before{
    display:table;
    content:" "
}
div.product .woocommerce-tabs{
    padding-top:20px
}
div.product .woocommerce-tabs h2{
    font-weight:600;
    font-size:18px;
    line-height:24px
}
#page_title h1{
    font-weight:600;
    font-size:26px;
    margin:0;
    line-height:38px
}
article.single_post{
    background-color:#fff;
    margin-bottom:30px;
    border-top:1px solid #ddd
}
header.post_header h1{
    font-size:26px;
    line-height:34px;
    font-weight:600;
    padding:20px;
    margin:0
}
header.post_header .content_meta{
    padding:5px 20px
}
.post_featured iframe,.post_featured img{
    width:100%
}
.post_featured{
    padding:20px 20px 0
}
article.single_post .post_content{
    padding:20px;
    line-height:30px;
    font-size:16px;
    word-break: break-all;
}
footer.post_footer .source_tag{
    border-top:1px solid #f1f1f1;
    padding:20px
}
footer.post_footer .source_tag .content{
    font-size:12px;
    margin-bottom:1px
}
footer.post_footer .source_tag .content span{
    background-color:#bbb;
    color:#fff;
    font-size:10px;
    line-height:1.2;
    font-weight:600;
    text-transform:uppercase;
    padding:3px 5px;
    margin-right:5px
}
footer.post_footer .source_tag .content a{
    color:#666
}
footer.post_footer .post_sharing{
    width:100%;
    padding:20px
}
footer.post_footer .post_sharing a{
    line-height:30px;
    margin-right:5px
}
footer.post_footer .post_sharing a.facebook{
    background-color:#3b5998
}
footer.post_footer .post_sharing a.twitter{
    background-color:#00aced
}
footer.post_footer .post_sharing a.google{
    background-color:#dd4b39
}
footer.post_footer .post_sharing a.pinterest{
    background-color:#ca212a
}
footer.post_footer .post_sharing a.linkedin{
    background-color:#02669a
}
footer.post_footer .post_sharing a.tumblr{
    background-color:#44546b
}
footer.post_footer .post_sharing a.email{
    background-color:#222
}
footer.post_footer .post_sharing a.wechat{
    background-color:#8ab833
}
footer.post_footer .post_sharing a.line{
    background-color:#0acd00
}
footer.post_footer .post_sharing a .share_icon{
    float:left;
    width:30px;
    text-align:center;
    border-right:1px solid #fff;
    position:relative
}
footer.post_footer .post_sharing a .share_icon:before{
    content:" ";
    width:0;
    height:0;
    border-style:solid;
    border-width:30px 30px 0 0;
    border-color:rgba(255,255,255,.1) transparent transparent;
    position:absolute;
    left:0;
    top:0
}
footer.post_footer .post_sharing a .share_text{
    float:left;
    font-size:12px;
    padding:0 8px
}
footer.post_footer .post_controls{
    position:relative
}
footer.post_footer .post_controls .next_post,footer.post_footer .post_controls .prev_post{
    width:50%;
    float:left;
    min-height:1px;
    display:block;
    position:relative;
    padding:20px
}
footer.post_footer .post_controls span{
    display:block;
    text-transform:uppercase;
    color:#999;
    font-size:12px
}
footer.post_footer .post_controls a{
    display:block;
    font-weight:700;
    color:#222;
    font-size:15px;
    line-height:23px
}
footer.post_footer .post_controls .post_separator{
    position:absolute;
    left:50%;
    display:block;
    width:1px;
    height:100%;
    background-color:#f1f1f1
}
footer.post_footer .post_controls .next_post{
    text-align:right
}
.author_box{
    padding:20px;
    background-color:#f2f2f2;
    margin-bottom:15px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd
}
.author_box+.row{
    margin-top:20px
}
.author_box:after,.author_box:before{
    content:" ";
    display:table
}
.author_box .avatar{
    float:left;
    width:100px;
    margin:0 20px 0 0
}
.author_box .info{
    overflow:hidden
}
.author_box .info .author_name{
    font-weight:700;
    font-size:16px;
    color:#222
}
.author_box .info .author_name a{
    color:#222
}
.author_box .info .author_url{
    font-size:12px
}
.author_box .info .author_social{
    font-size:0;
    float:right
}
.author_box .info .author_social a{
    display:inline-block;
    width:20px;
    height:25px;
    line-height:25px;
    text-align:center;
    color:#222;
    margin-left:5px
}
.author_box .info .author_social a:hover{
    opacity:.8
}
.contact_form input[type=text]{
    width:100%
}
.page_404{
    text-align:center;
    padding:10px 0 20px
}
.page_404 .title_404{
    font-size:130px;
    line-height:130px;
    font-weight:400;
    color:#ddd
}
.page_404 form{
    margin:10px 0;
    display:inline-block
}
.parallax_container{
    position:relative;
    width:100%!important;
    margin:0;
    padding:0;
    overflow:hidden
}
.parallax_container .parallax_element{
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:50% 50%;
    background-size:cover;
    margin:0;
    position:absolute;
    top:0;
    left:0;
    width:100%
}
.parallax_container .parallax_header{
    bottom:30px;
    z-index:1;
    display:block;
    position:absolute;
    left:50%
}
.parallax_container .parallax_header h1{
    color:#fff;
    font-weight:700
}
.parallax_container .parallax_header h1 a{
    color:#fff
}
.parallax_container .parallax_header .content_meta span,.parallax_container .parallax_header .content_meta span a{
    color:#bbb
}
.parallax_container .parallax_header .content_meta span a:hover{
    color:#fff
}
.comments_list{
    list-style:none;
    padding:0;
    margin:0
}
.comments_list .comment{
    margin-bottom:15px
}
.comments_list .comment .comment_avatar{
    position:relative;
    width:50px;
    height:50px;
    margin:0 25px 0 0;
    float:left
}
.comments_list .comment .comment_avatar:after{
    content:" ";
    position:absolute;
    width:0;
    height:0;
    right:-25px;
    top:15px;
    border-style:solid;
    border-width:0 15px 20px 0;
    border-color:transparent #fff transparent transparent
}
.editor_review,.go_register{
    border-top:1px solid #f1f1f1
}
.comments_list .comment .comment_avatar img{
    width:50px;
    height:50px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px
}
.comments_list .comment .comment_content{
    background-color:#fff;
    padding:10px 15px;
    min-height:50px;
    overflow:hidden;
    border-bottom:1px solid #ddd
}
.comments_list .comment .comment_content .meta{
    color:#999;
    margin-bottom:6px;
    font-size:16px
}
.comments_list .comment .comment_content .meta .comment_author,.comments_list .comment .comment_content .meta .comment_author a{
    font-weight:600;
    color:#222
}
.comments_list .comment .comment_content .meta .comment_date{
    font-size:12px;
    margin-left:5px
}
.comments_list .comment .comment_reply{
    color:#999;
    font-size:12px;
    text-decoration:underline
}
.comments_list .children{
    margin-top:15px;
    padding-left:0;
    list-style:none
}
.comments_list .children .comment .comment_avatar,.comments_list .children .comment .comment_avatar img{
    width:50px;
    height:50px
}
.comments_list .comment.bypostauthor .comment_content{
    position:relative
}
#respond form p input{
    width:100%
}
#respond form p.form_submit input{
    width:auto
}
#respond form p.form_submit{
    text-align:center
}
.editor_review:after,.editor_review:before{
    content:" ";
    display:table
}
.editor_review:after{
    clear:both
}
.editor_review .block_title h2{
    font-size:18px
}
.editor_review .review_group{
    background-color:#f9f9f9;
    padding:20px
}
.editor_review .review_group .review{
    margin-bottom:10px
}
.editor_review .review_group .review .review_header{
    overflow:hidden;
    margin-bottom:2px
}
.editor_review .review_group .review .review_header .title{
    color:#222;
    font-size:14px;
    font-weight:600;
    float:left
}
.editor_review .review_group .review .review_header .result{
    float:right;
    color:#999;
    font-size:12px
}
.editor_review .review_group .review .review_footer{
    height:7px;
    overflow:hidden;
    background-color:#ddd
}
.editor_review .review_group .review .review_footer span{
    height:100%;
    display:block;
    background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.3) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.3) 75%,transparent 75%,transparent);
    background-image:-o-linear-gradient(45deg,rgba(255,255,255,.3) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.3) 75%,transparent 75%,transparent);
    background-image:linear-gradient(45deg,rgba(255,255,255,.3) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.3) 75%,transparent 75%,transparent);
    -webkit-background-size:20px 20px;
    background-size:20px 20px
}
.editor_review .review_summary{
    position:relative;
    overflow:hidden
}
.editor_review .review_summary .item_header{
    width:20%;
    height:100%;
    float:left;
    display:block;
    position:relative;
    margin:0 0 -1000px;
    padding:20px 0 1020px;
    text-align:center;
    text-transform:uppercase;
    color:#fff
}
.editor_review .review_summary .item_header .score{
    font-size:28px;
    line-height:1;
    font-weight:700;
    margin-bottom:2px
}
.editor_review .review_summary .item_header .summary{
    font-size:12px;
    line-height:1.1;
    margin-bottom:8px
}
.editor_review .review_summary .item_header .rate_stars .star-rating{
    display:inline-block
}
.editor_review .review_summary .item_header .rate_stars .star-rating:before{
    color:#fff;
    color:rgba(255,255,255,.4)
}
.editor_review .review_summary .item_header .rate_stars .star-rating span:before{
    color:#fff
}
.editor_review .review_summary .item_wrapper{
    margin:0 0 -1000px;
    padding:20px 20px 1010px;
    width:80%;
    float:left;
    background-color:#222;
    color:#999
}
.editor_review .review_summary .item_wrapper h5{
    color:#fff;
    font-weight:700;
    font-size:14px;
    margin:0 0 5px;
    text-transform:uppercase
}
.related_articles{
    padding:10px 20px 20px;
    background-color:#fff
}
.related_articles:after,.related_articles:before{
    content:" ";
    display:table
}
.related_articles .block_title h2{
    font-size:18px
}
.related_articles .item{
    width:32.44%;
    margin-right:1.33%;
    float:left
}
.related_articles .item:last-child{
    margin-right:0
}
.related_articles .item .item_header{
  /*  background-color:#000;*/
    margin-bottom:10px
}
.related_articles .item h4{
    font-size:14px;
    line-height:20px;
    margin:0;
    font-weight:600
}
.related_articles .item h4 a{
    color:#222
}
.related_articles ul li span.category a{
    background:#5099ED;
    color:#fff;
    padding:2px;
    font-size:13px;
    margin-left:6px
}
.related_articles ul li{
    margin:8px 0
}
.related_articles ul{
    list-style-type:none
}
.related_articles ul li:before{
    font-family:FontAwesome;
    content:'\f0f6';
    margin:0 5px 0 -15px;
    color:grey
}
#footer{
    background-color:#222;
    padding:30px 0 0
}
#footer .widget{
    position:relative;
    min-height:1px;
    padding-left:10px;
    padding-right:10px
}
#footer .widget .widget_title{
    border-bottom:2px solid #444;
    height:30px
}
#footer .widget .widget_title h4{
    height:30px;
    line-height:30px;
    font-size:16px;
    color:#fff
}
#footer.two .widget{
    width:50%
}
#footer.three .widget{
    width:33.33333333%
}
#footer.four .widget{
    width:25%
}
#copyright{
    padding:10px 0;
    font-size:15px;
    text-align:center;
    color:#999;
    background-color:#333;
    line-height:200%
}
#copyright p{
    margin:0
}
#copyright p a{
    color:#ddd
}
.slogan{
    padding-top:12px;
    float:left;
    font-size:13px
}
.h_right,.socialbar,nav.site_navigation ul.menu>li.pull-right{
    float:right
}
.h_right{
    margin-top:5px
}
.socialbar{
    padding-left:20px
}
.item .meta_wrapper{
    position:absolute;
    bottom:0;
    z-index:2;
    padding:0 25px 25px
}
.item .meta_wrapper,.item .meta_wrapper h1 a{
    color:#fff;
    text-shadow:1px 1px #323232
}
.content_meta span.category a{
    background:#534849;
    color:#fff;
    padding:2px
}
.content_meta span.category a:hover{
    background:#666262;
    color:#fff
}
.content_meta2 span.category a{
    background:#534849;
    color:#fff;
    padding:2px;
    font-size:13px;
    white-space:nowrap;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
}
.content_meta2 span.category a:hover{
    background:#666262;
    color:#fff
}
.go_register{
    padding:30px;
    text-align:center
}
.block_title a.view_all i,.content_meta span:after,.logo_brand h1:first-letter,.pricing_box .body ul li i,.pullquotes,.service_box h4:first-letter,a,blockquote.alt:before,footer.post_footer .post_controls .next_post:hover span,footer.post_footer .post_controls .prev_post:hover span{
    color:#534849
}
.accordion_group.colored .accordion_title,.big_calendar_box,.breaking_news .breaking_title,.editor_review .review_group .review .review_footer span,.editor_review .review_summary .item_header,.header_border,.header_menu .open_menu_mobile,.header_meta .open_menu_mobile,.onsale,.price_slider_wrapper .ui-slider-range,.pricing_box .header,.review_list .item .label,.tab_group.colored .ui-tabs-nav li.ui-tabs-active,.tagcloud a,.video_list .item .label,.video_list .item .transition_line,.video_list_1 .item .label,.video_list_1 .item .transition_line,.widget_calendar tbody a,.widget_review_posts .item .item_header .rate_stars,button,nav.site_navigation ul.menu>li.current-menu-item>a,nav.site_navigation ul.menu>li:hover>a{
    background-color:#534849
}
.block_title .ui-tabs-nav li.ui-tabs-active,.block_title .fake-h2,.content_wrapper,.widget .widget_title h4,blockquote{
    border-color:#534849
}
.mem_login a.facebook{
    background-color:#3b5998
}
.mem_login a.google{
    background-color:#dd4b39
}
.mem_login a{
    display:block;
    float:left;
    line-height:30px;
    height:30px;
    color:#fff;
    margin-right:5px
}
.mem_login a .share_icon{
    float:left;
    width:30px;
    text-align:center;
    border-right:1px solid #fff;
    position:relative
}
.mem_login a .share_text{
    float:left;
    font-size:12px;
    padding:0 8px
}
.helloBar,footer.post_footer .witnessblock .content{
    font-size:15px
}
.loginBox{
    position:relative;
    background:#FFF;
    padding:25px;
    width:auto;
    max-width:400px;
    margin:0 auto
}
.pull-center{
    text-align:center
}
.clipimg{
    display:block;
    clip:rect(0,200px,200px,0);
    overflow:hidden;
    height:200px;
    width:200px
}
.clipimg img{
    height:200px;
    width:auto
}
.profilenav a{
    width:100%
}
footer.post_footer .witnessblock{
    padding:10px;
    background-color:#E1F2F9;
    border-radius:5px;
    margin:15px
}
.color-blue{
    color:#349dc9
}
.ttc{
    padding:20px
}
.article_list.small .item .item_header2{
    width:200px;
    height:auto;
    margin:0 15px 0 0;
    float:left
}
.article_list.small .item .item_header2:hover img{
    opacity:.7
}
.article_list.small .item .item_header2 .big_calendar_box{
    position:absolute;
    left:20px;
    top:0
}
.article_list.small .item .item_header2 img{
    width:100%;
    height:auto
}
.related_photos{
    padding:10px 20px 20px
}
.helloBar{
    background-color:#454746;
    color:#FFF;
    width:100%;
    padding-top:8px;
    padding-bottom:4px;
    text-align:center;
    z-index:999;
    display:none
}
.footer_wrapper .fb_iframe_widget{
    position:absolute;
    right:30px
}
.socialbar a{
    width:35px;
    height:35px
}
.courseFunc{
    margin-bottom:12px
}
.courseList{
    width:100%
}
.courseList th{
    background-color:#8A8A8A;
    color:#fff;
    text-align:center
}
.courseList td.categ,.courseList td.hrs,.courseList td.num{
    text-align:center
}
.fa-chevron-down,.fa-chevron-up{
    cursor:pointer
}
.shareDesc{
    margin:10px 0
}
div.authorde{
    position:relative;
    padding:20px;
    background-color:#fff
}
div.authorde:after,div.authorde:before{
    content:" ";
    display:table
}
div.authorde .onsale{
    top:30px;
    left:30px
}
div.authorde .images{
    width:38%;
    margin-right:2%;
    float:left;
    margin-bottom:20px
}
div.authorde .images img{
    width:100%;
    height:auto
}
div.authorde .images a{
    display:block;
    margin-bottom:5px
}
div.authorde .images .thumbnails{
    overflow:hidden
}
div.authorde .images .thumbnails a{
    float:left;
    width:80px;
    margin-right:5px;
    margin-bottom:5px
}
div.authorde .summary{
    width:60%;
    float:right;
    margin-bottom:20px
}
.related_articles .owl-item .item{
    width:100%;
    margin-right:1.33%;
    float:left
}
.rep_carousel .owl-controls .owl-buttons div{
    font-family:FontAwesome;
    font-size:28px;
    background-color:#000;
    opacity:.3;
    position:absolute;
    color:#FFF;
    display:block;
    top:40%;
    width:50px;
    height:100px;
    line-height:100px;
    margin-top:-50px;
    text-align:center;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -ms-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
.dropdown-header,.dropdown-menu>li>a{
    line-height:1.42857143;
    display:block
}
.rep_carousel .owl-controls .owl-buttons div:hover{
    opacity:.7;
    text-decoration:none
}
.rep_carousel .owl-controls .owl-buttons div.owl-prev{
    left:0
}
.rep_carousel .owl-item .item{
    padding:30px 10px
}
.btn .caret{
    margin-left:0
}
.caret{
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top:4px dashed;
    border-top:4px solid\9;
    border-right:4px solid transparent;
    border-left:4px solid transparent
}
.dropdown,.dropup{
    position:relative
}
.dropdown-toggle:focus{
    outline:0
}
.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:160px;
    padding:5px 0;
    margin:2px 0 0;
    list-style:none;
    font-size:13px;
    text-align:left;
    background-color:#fff;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.15);
    border-radius:2px;
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175);
    -webkit-background-clip:padding-box;
    background-clip:padding-box
}
.dropdown-menu-right,.dropdown-menu.pull-right{
    left:auto;
    right:0
}
.dropdown-menu .divider{
    height:1px;
    margin:8px 0;
    overflow:hidden;
    background-color:#e5e5e5
}
.dropdown-menu>li>a{
    padding:0 20px;
    font-weight:400;
    color:#333
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
    text-decoration:none;
    color:#262626;
    background-color:#f5f5f5
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{
    color:#fff;
    text-decoration:none;
    outline:0;
    background-color:#337ab7
}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
    color:#777
}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
    text-decoration:none;
    background-color:transparent;
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor:not-allowed
}
.open>.dropdown-menu{
    display:block
}
.open>a{
    outline:0
}
.dropdown-menu-left{
    left:0;
    right:auto
}
.dropdown-header{
    padding:3px 20px;
    font-size:12px;
    color:#777
}
.dropdown-backdrop{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    top:0;
    z-index:990
}
.pull-right>.dropdown-menu{
    right:0;
    left:auto
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{
    border-top:0;
    border-bottom:4px dashed;
    border-bottom:4px solid\9;
    content:""
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{
    top:auto;
    bottom:100%;
    margin-bottom:2px
}
@media (min-width:768px){
    .navbar-right .dropdown-menu{
        left:auto;
        right:0
    }
    .navbar-right .dropdown-menu-left{
        left:0;
        right:auto
    }
}
.input-group-btn{
    position:absolute;
    right:-5px;
    top:0
}
.input-group-btn .btn{
    background-color:#fff;
    border-top:1px solid #cfcfcf;
    border-bottom:1px solid #cfcfcf;
    margin:0;
    color:#848484;
    border-right:1px solid #cfcfcf
}
.input-group-btn .dropdown-toggle{
    border-right:none
}
.lbl{
    padding:6px;
    display:inline-block
}
.dropdown-menu li{
    padding:0
}
.dropdown-menu input[type=checkbox]{
    margin:0;
    margin-top:1px\9;
    line-height:normal
}
.post_sharing .fb_iframe_widget{
    float:left
}
span.comment_no{
    float:right;
    background-color:#534849;
    color:#fff;
    padding:0 8px;
    margin-top:-10px
}
.post_footer .post_sharing2{
    width:99%;
    padding:20px;
    overflow: hidden;
}
.socialbar a i{
    font-size:20px
}
.author_box h5{
    color:#948384;
    padding-top:10px
}
 article.single_post .post_content a {
    color: #1C6FC7;
}
.before_ready{
    display:none;
}
/*responsive.css*/
 @media (max-width:480px){
    .container,.header_menu.dark{
        padding-right:10px;
        padding-left:10px
    }
    .item .meta_wrapper,.item .meta_wrapper h1 a,.slogan{
        font-size:16px
    }
    .col{
        width:100%;
        display:block;
        clear:both
    }
    .header_main-parent{
        height:auto!important
    }
    #header .fixed{
        position:static!important
    }
    .header_menu.dark{
        width:95%
    }
    nav.top_navigation{
        float:none
    }
    nav.top_navigation ul.menu{
        display:none
    }
    .search_block{
        float:left;
        right:0;
        top:0;
        padding-top:5px
    }
    .open_menu_mobile{
        display:block
    }
    .h_right{
        float:left;
        width:100%;
        margin-top:0
    }
    .h_right .socialbar{
        padding-top:8px;
        padding-left:10px;
        width:100%
    }
    .h_right .socialbar a.btn{
        padding:2px 6px
    }
    .search_block form input{
        padding:0 20px 0 6px;
        width:180px
    }
    .slogan{
        float:left;
        padding-top:5px
    }
    .item .meta_wrapper h1{
        padding:0;
        margin:0;
        line-height:20px
    }
    .item .meta_wrapper{
        padding:0 25px 5px
    }
    .item .meta_wrapper .content_meta{
        font-size:12px
    }
    nav.site_navigation ul.menu{
        display:none
    }
    nav.site_navigation .widget{
        width:100%;
        float:none;
        display:block;
        clear:both;
        padding:0
    }
    .article_list.small .item .item_header{
        width:100%;
        height:200px;
        margin:0
    }
    .article_list.small .item .item_header img{
        max-width:100%;
        width:100%;
        height:auto;
        margin-left:0
    }
    .widget_banner_300x250 div.banner img{
        width:260px
    }
    .widget_banner_125x125{
        width:100%;
        clear:both
    }
    .parallax_container,.parallax_container .parallax_element{
        height:350px
    }
    .parallax_container .parallax_header{
        width:100%;
        margin-left:15px;
        margin-right:15px;
        left:0
    }
    .parallax_container .parallax_header h1{
        font-size:26px;
        line-height:34px;
        font-weight:600
    }
    .grid_block_articles .item{
        float:left;
        width:50%;
        height:auto
    }
    .breaking_news .breaking_block,.breaking_news .breaking_block .owl-wrapper-outer,.grid_block_articles .item:first-child{
        width:100%
    }
    .grid_block_articles .item .inner,.grid_block_articles .item:first-child .inner{
        margin:0;
        height:auto
    }
    .grid_block_articles .item .meta_wrapper h3,.grid_block_articles .item:first-child .meta_wrapper h3{
        font-size:14px;
        line-height:20px;
        overflow:hidden;
        max-height:40px
    }
    .grid_block_articles .item .meta_wrapper h3{
        max-height:40px
    }
    .grid_block_articles .item:first-child .meta_wrapper h3,.video_list_1 .item:first-child .item_content{
        max-height:none
    }
    .breaking_news .breaking_block .owl-controls,.breaking_news .breaking_title,.grid_block_articles .item .meta_wrapper .content_meta{
        display:none
    }
    .video_list_1 .item{
        width:50%
    }
    .video_list_1 .item .inner,.video_list_1 .item .item_header{
        margin:0
    }
    .video_list_1 .item:first-child{
        float:none;
        text-align:center;
        width:100%
    }
    .video_list_1 .item:first-child .inner{
        height:auto
    }
    .video_list_1 .item:first-child .item_wrapper{
        padding-bottom:10px
    }
    .video_list_1 .item:first-child .item_header{
        height:auto;
        margin-bottom:10px
    }
    .review_list.four .item,.review_list.three .item,.review_list.two .item,.video_list.four .item,.video_list.three .item,.video_list.two .item{
        float:none;
        width:100%;
        display:block;
        clear:both
    }
    .gallery_list.five .item,.gallery_list.four .item,.gallery_list.three .item,.gallery_list.two .item{
        width:50%
    }
    footer.post_footer .post_sharing a{
        margin-right:1%;
        margin-bottom:5px
    }
    footer.post_footer .post_sharing a:nth-child(2n){
        margin-right:0
    }
    ul.products li.product{
        clear:left
    }
    ul.products.four li.product,ul.products.three li.product{
        width:48%;
        margin-right:2%
    }
    ul.products li.product:nth-child(2n){
        float:right;
        clear:none;
        margin-right:0
    }
    div.product .images{
        width:100%;
        margin-right:0;
        float:none;
        display:block;
        clear:both
    }
    div.product .images .thumbnails a{
        width:50px
    }
    #footer.four .widget,#footer.three .widget,#footer.two .widget,div.product .summary{
        width:100%;
        float:none;
        display:block;
        clear:both
    }
    .footer_wrapper .fb_iframe_widget{
        position:absolute
    }
    .socialbar a{
        width:28px;
        height:28px
    }
    .related_articles .item{
        width:100%
    }
    .author_box .info{
        overflow:hidden;
        width:100%
    }
    span.comment_no{
        font-size:12px
    }
}
@media (min-width:481px) and (max-width:768px){
    .container{
        padding-left:15px;
        padding-right:15px
    }
    .col{
        width:100%;
        display:block;
        clear:both
    }
    .header_main-parent{
        height:auto!important
    }
    #header .fixed{
        position:static!important
    }
    .header_menu.dark{
        width:95%
    }
    nav.top_navigation{
        float:none
    }
    nav.top_navigation ul.menu{
        display:none
    }
    .search_block{
        position:none;
        left:20px;
        top:80px
    }
    .open_menu_mobile{
        display:block
    }
    .h_right{
        float:left;
        width:100%;
        margin-top:0
    }
    .h_right .socialbar a.btn{
        padding:8px 6px
    }
    .search_block form input{
        padding:0 20px 0 6px
    }
    .slogan{
        font-size:15px;
        padding-left:15px
    }
    .socialbar{
        float:right;
        padding-left:20px;
        padding-top:10px
    }
    nav.site_navigation ul.menu{
        display:none
    }
    nav.site_navigation .widget{
        width:100%;
        float:none;
        display:block;
        clear:both;
        padding:0
    }
    .widget_banner_300x250 div.banner img{
        width:260px
    }
    .widget_banner_125x125{
        width:100%;
        clear:both
    }
    .parallax_container,.parallax_container .parallax_element{
        height:350px
    }
    .parallax_container .parallax_header{
        width:100%;
        margin-left:15px;
        margin-right:15px;
        left:0
    }
    .parallax_container .parallax_header h1{
        font-size:26px;
        line-height:34px;
        font-weight:600
    }
    .grid_block_articles .item{
        float:left;
        width:50%;
        height:auto
    }
    .breaking_news .breaking_block,.breaking_news .breaking_block .owl-wrapper-outer,.grid_block_articles .item:first-child{
        width:100%
    }
    .grid_block_articles .item .inner,.grid_block_articles .item:first-child .inner{
        margin:0;
        height:auto
    }
    .grid_block_articles .item .meta_wrapper h3,.grid_block_articles .item:first-child .meta_wrapper h3{
        font-size:14px;
        line-height:20px;
        overflow:hidden;
        max-height:40px
    }
    .grid_block_articles .item .meta_wrapper h3{
        max-height:40px
    }
    .grid_block_articles .item:first-child .meta_wrapper h3,.video_list_1 .item:first-child .item_content{
        max-height:none
    }
    .breaking_news .breaking_block .owl-controls,.breaking_news .breaking_title,.grid_block_articles .item .meta_wrapper .content_meta{
        display:none
    }
    .video_list_1 .item{
        width:50%
    }
    .video_list_1 .item .inner,.video_list_1 .item .item_header{
        margin:0
    }
    .video_list_1 .item:first-child{
        float:none;
        text-align:center;
        width:100%
    }
    .video_list_1 .item:first-child .inner{
        height:auto
    }
    .video_list_1 .item:first-child .item_wrapper{
        padding-bottom:10px
    }
    .video_list_1 .item:first-child .item_header{
        height:auto;
        margin-bottom:10px
    }
    .review_list.four .item,.review_list.three .item,.review_list.two .item,.video_list.four .item,.video_list.three .item,.video_list.two .item{
        float:none;
        width:100%;
        display:block;
        clear:both
    }
    .gallery_list.five .item,.gallery_list.four .item,.gallery_list.three .item,.gallery_list.two .item{
        width:50%
    }
    footer.post_footer .post_sharing a{
        margin-right:1%;
        margin-bottom:5px
    }
    footer.post_footer .post_sharing a:nth-child(2n){
        margin-right:0
    }
    ul.products li.product{
        clear:left
    }
    ul.products.four li.product,ul.products.three li.product{
        width:48%;
        margin-right:2%
    }
    ul.products li.product:nth-child(2n){
        float:right;
        clear:none;
        margin-right:0
    }
    div.product .images{
        width:100%;
        margin-right:0;
        float:none;
        display:block;
        clear:both
    }
    div.product .images .thumbnails a{
        width:50px
    }
    #footer.four .widget,#footer.three .widget,#footer.two .widget,div.product .summary{
        width:100%;
        float:none;
        display:block;
        clear:both
    }
    /*.related_articles .item .item_header{
        height:90px;
        overflow:hidden
    }*/
    .related_articles .rep_carousel .item .item_header{
        overflow:hidden
    }
}
@media (min-width:769px) and (max-width:992px){
    .container{
        width:750px
    }
    .col{
        width:100%;
        display:block;
        clear:both
    }
    #wrapper.boxed{
        max-width:800px
    }
    #wrapper.boxed #header .fixed{
        max-width:800px;
        left:initial
    }
    .h_right{
        float:right;
        width:58%;
        margin-top:-30px
    }
    .h_right .socialbar a.btn{
        padding:2px 6px
    }
    .header_menu.dark{
        width:750px
    }
    nav.site_navigation ul.menu>li>a{
        font-size:14px;
        padding:0 5px
    }
    #page_wrapper{
        padding:10px 0
    }
    .widget_banner_300x250 div.banner img{
        width:300px
    }
    .widget_banner_125x125{
        width:100%;
        clear:both
    }
    .parallax_container,.parallax_container .parallax_element{
        height:350px
    }
    .parallax_container .parallax_header{
        bottom:30px;
        width:750px;
        margin-left:-375px
    }
    .parallax_container .parallax_header h1{
        font-size:36px;
        line-height:42px
    }
    .grid_block_articles .item .meta_wrapper h3{
        font-size:14px;
        line-height:20px
    }
    .breaking_news .breaking_block{
        width:596px
    }
    .breaking_news .breaking_block .owl-wrapper-outer{
        width:556px
    }
    #footer .widget{
        float:left
    }
    .socialbar a{
        width:26px;
        height:26px
    }
    /*.related_articles .item .item_header{
        height:130px;
        overflow:hidden
    }*/
    .related_articles .rep_carousel .item .item_header{
        overflow:hidden
    }
    #header.style_1 .logo_brand{
        float:none;
        width:40%
    }
    .grid_block_articles .item .meta_wrapper{
        z-index:3;
        position:absolute;
        left:5px;
        bottom:0;
        margin-right:5px
    }
    .grid_block_articles{
        padding:20px 0 0
    }
    .grid_block_articles .item:first-child .inner{
        height:240px;
        margin:0
    }
    .grid_block_articles .item .inner{
        overflow:hidden;
        margin:0 0 10px 10px;
        background-color:#000;
        height:115px
    }
}
@media (min-width:993px) and (max-width:1200px){
    .container,.header_menu.dark{
        width:970px
    }
    #footer .widget,.col{
        float:left
    }
    #wrapper.boxed{
        max-width:1020px
    }
    #wrapper.boxed #header .fixed{
        max-width:1020px;
        left:initial
    }
    .parallax_container,.parallax_container .parallax_element{
        height:450px
    }
    .parallax_container .parallax_header{
        bottom:30px;
        width:970px;
        margin-left:-485px
    }
    .parallax_container .parallax_header h1{
        font-size:42px;
        line-height:50px
    }
    .video_list_1 .item .inner{
        height:142px
    }
    .video_list_1 .item:first-child .inner{
        height:286px
    }
    .video_list_1 .item:first-child .item_header{
        height:190px
    }
    .video_list_1 .item .item_header{
        height:142px
    }
    .breaking_news .breaking_block{
        width:816px
    }
    .breaking_news .breaking_block .owl-wrapper-outer{
        width:776px
    }
    .socialbar a{
        width:30px;
        height:30px;
        padding:6px
    }
    /*.related_articles .item .item_header{
        height:120px;
        overflow:hidden
    }*/
    .related_articles .rep_carousel .item .item_header{
        overflow:hidden
    }
    #header.style_1 .logo_brand{
        float:none
    }
    .grid_block_articles .item .meta_wrapper{
        z-index:3;
        position:absolute;
        left:5px;
        bottom:0;
        margin-right:5px
    }
    .grid_block_articles{
        padding:20px 0 0
    }
    .grid_block_articles .item:first-child .inner{
        height:320px;
        margin:0
    }
    .grid_block_articles .item .inner{
        overflow:hidden;
        margin:0 0 10px 10px;
        background-color:#000;
        height:155px
    }
}
@media (min-width:1200px){
    #footer .widget,.col{
        float:left
    }
    .container{
        width:1024px
    }
    #wrapper.boxed{
        max-width:1084px
    }
    #wrapper.boxed #header .fixed{
        max-width:1084px;
        left:initial
    }
    .parallax_container,.parallax_container .parallax_element{
        height:550px
    }
    .parallax_container .parallax_header{
        bottom:30px;
        width:1024px;
        margin-left:-512px
    }
    .parallax_container .parallax_header h1{
        font-size:42px;
        line-height:50px
    }

    .related_articles .item .rep_carousel .item_header{
        height:108px;
        overflow:hidden
    }
    .article_list.small .item .item_header{
        overflow:hidden;
        width:200px;
        height:auto;
        margin:15px;
        float:left;
        background-color:#000
    }
    .article_list.small .item .item_header img{
        max-width:100%;
        width:auto;
        height:auto;
        margin-left:0
    }
    .grid_block_articles .item .meta_wrapper{
        z-index:3;
        position:absolute;
        left:5px;
        bottom:0;
        margin-right:5px
    }
    .grid_block_articles{
        padding:20px 0 0
    }
    .grid_block_articles .item:first-child .inner{
        height:320px;
        margin:0
    }
    .grid_block_articles .item .inner{
        overflow:hidden;
        margin:0 0 10px 10px;
        background-color:#000;
        height:155px
    }
}
@media (min-width:1440px){
    #footer .widget,.col{
        float:left
    }
    .container{
        width:1400px
    }
    #wrapper.boxed{
        max-width:1084px
    }
    #wrapper.boxed #header .fixed{
        max-width:1084px;
        left:initial
    }
    .article_list.small .item .item_header{
        overflow:hidden;
        width:300px;
        margin:15px;
        float:left;
        background-color:#000
    }
    .article_list.small .item .item_header img{
        max-width:100%;
        width:auto;
        margin-left:0
    }
    .article_list .item .item_content h4 a{
        font-size:25px
    }
    .header_menu.dark{
        width:1400px
    }
    nav.site_navigation ul.menu ul.cs_mega_menu{
        left:10px;
        width:10%
    }
    /*
    .related_articles .item .item_header{
        height:156px;
        overflow:hidden
    }*/
    .related_articles .rep_carousel .item .item_header{
        overflow:hidden
    }
    .grid_block_articles .item .inner{
        overflow:hidden;
        margin:0 0 10px 10px;
        background-color:#000;
        height:210px
    }
    .grid_block_articles .item:first-child .inner{
        height:430px;
        margin:0
    }
}
@media (min-width:1620px){
    #footer .widget,.col{
        float:left
    }
    .container{
        width:1600px
    }
    #wrapper.boxed{
        max-width:1084px
    }
    #wrapper.boxed #header .fixed{
        max-width:1084px;
        left:initial
    }
    .article_list.small .item .item_header{
        overflow:hidden;
        width:300px;
        margin:12px;
        float:left;
        background-color:#000
    }
    .article_list.small .item .item_header img{
        max-width:100%;
        width:auto;
        margin-left:0
    }
    .article_list .item .item_content h4 a{
        font-size:25px
    }
    .header_menu.dark{
        width:1600px
    }
    nav.site_navigation ul.menu ul.cs_mega_menu{
        left:10px;
        width:10%
    }
    /*.related_articles .item .item_header{
        height:175px;
        overflow:hidden
    }*/
    .related_articles .rep_carousel .item .item_header{
        overflow:hidden
    }
    .grid_block_articles .item .inner{
        overflow:hidden;
        margin:0 0 10px 10px;
        background-color:#000;
        height:210px
    }
    .grid_block_articles .item:first-child .inner{
        height:430px;
        margin:0
    }
}

ul.breadcrumb, .grid_block.light{background-color: transparent;}

.socialbar a{
		width:35px;
		height:35px;
		padding: 8px 0;
}
.content_meta span.social {
    float: right;
    display: flex;
    align-items: flex-end;
}


.item .meta_wrapper .fake-h1{display: none;}

/* app 下載 */
.app_block{display: flex; flex-direction: row; margin-right: -5px; margin-left: -5px;}
.app_block a{margin: 0 5px; }
.app_block img{ width: 100%;}