@charset "UTF-8";
@keyframes cresci {
0%{transform:scale( 0 );}
100%{transform:scale( 1 );}
} @keyframes dondolashort {
0%{transform:rotate( -5deg );}
100%{transform:rotate( 5deg );}
}
@keyframes dondola {
0%{transform:rotate( -25deg );}
100%{transform:rotate( 25deg );}
}
@keyframes dondolalong {
0%{transform:rotate( -45deg );}
100%{transform:rotate( 45deg );}
} @keyframes pulsashort {
0%{transform:scale( 0.98 );}
100%{transform:scale( 1.02 );}
}
@keyframes pulsa {
0%{transform:scale( 0.93 );}
100%{transform:scale( 1.07 );}
}
@keyframes pulsalong {
0%{transform:scale( 0.85 );}
100%{transform:scale( 1.15 );}
} @keyframes dondolashort {
0%{transform:rotate( -5deg );}
100%{transform:rotate( 5deg );}
}
@keyframes dondola {
0%{transform:rotate( -25deg );}
100%{transform:rotate( 25deg );}
}
@keyframes dondolalong {
0%{transform:rotate( -45deg );}
100%{transform:rotate( 45deg );}
} @keyframes galleggiashort {
0%{transform:translateY( -5% );}
100%{transform:translateY( 5% );}
}
@keyframes galleggia {
0%{transform:translateY( -12% );}
100%{transform:translateY( 12% );}
}
@keyframes galleggialong {
0%{transform:translateY( -25% );}
100%{transform:translateY( 25% );}
} @keyframes attraversa {
0%{transform:translateX( calc( -50vw - 50% - 100px ) );}
100%{transform:translateX( calc( +50vw + 50% + 100px ) );}
} @keyframes risali-o-affondashort {
0%{transform:translateY( 70% );}
100%{transform:translateY( 0 );}
}
@keyframes risali-o-affonda {
0%{transform:translateY( 150% );}
100%{transform:translateY( 0 );}
}
@keyframes risali-o-affondalong {
0%{transform:translateY( 300% );}
100%{transform:translateY( 0 );}
} @keyframes saltellashort {
0%{transform:translateY(0%);}
20%, 50%, 80%, 100%{transform:translateY(0);}
40%{transform:translateY(-15px);}
60%{transform:translateY(-7px);}
}
@keyframes saltella {
0%{transform:translateY(0%);}
20%, 50%, 80%, 100%{transform:translateY(0);}
40%{transform:translateY(-30px);}
60%{transform:translateY(-15px);}
}
@keyframes saltellalong {
0%{transform:translateY(0%);}
20%, 50%, 80%, 100%{transform:translateY(0);}
40%{transform:translateY(-60px);}
60%{transform:translateY(-30px);}
} @keyframes rotolashort {
0%{transform:translateX( calc( -50vw - 50% - 50px ) ) rotate( -90deg );}
100%{transform:translateX( calc( +50vw + 50% + 50px ) ) rotate( 90deg );}
}
@keyframes rotola {
0%{transform:translateX( calc( -50vw - 50% - 50px ) ) rotate( -270deg );}
100%{transform:translateX( calc( +50vw + 50% + 50px ) ) rotate( 270deg );}
}
@keyframes rotolalong {
0%{transform:translateX( calc( -50vw - 50% - 50px ) ) rotate( -450deg );}
100%{transform:translateX( calc( +50vw + 50% + 50px ) ) rotate( 450deg );}
} @keyframes girashort {
0%{transform:rotate( 0deg );}
100%{transform:rotate( 360deg );}
}
@keyframes gira {
0%{transform:rotate( 0deg );}
100%{transform:rotate( 360deg );}
}
@keyframes giralong {
0%{transform:rotate( 0deg );}
100%{transform:rotate( 360deg );}
} @keyframes brillashort {
0%{box-shadow:0 0 -10px rgba(232,189,109,0.88);}
50%{box-shadow:0 0 50px rgba(232,189,109,0.88);}
100%{box-shadow:0 0 100px rgba(232,189,109,0);}
}
@keyframes brilla {
0%{box-shadow:0 0 -10px rgba(232,189,109,0.88);}
50%{box-shadow:0 0 200px rgba(232,189,109,0.88);}
100%{box-shadow:0 0 300px rgba(232,189,109,0);}
}
@keyframes brillalong {
0%{box-shadow:0 0 -10px rgba(232,189,109,0.88);}
50%{box-shadow:0 0 300px rgba(232,189,109,0.88);}
100%{box-shadow:0 0 700px rgba(232,189,109,0);}
}
@keyframes brilla1 {
0%{-moz-box-shadow:0 0 0 0 rgba(204,169,44, 0.4);box-shadow:0 0 0 0 rgba(204,169,44, 0.4);}
70%{-moz-box-shadow:0 0 0 10px rgba(204,169,44, 0);box-shadow:0 0 0 10px rgba(204,169,44, 0);}
100%{-moz-box-shadow:0 0 0 0 rgba(204,169,44, 0);box-shadow:0 0 0 0 rgba(204,169,44, 0);}
}  @keyframes exitToRight {
0%{transform:translate(0,0);}
100%{transform:translateX(100%);}
} @keyframes enterFromRight {
0%{transform:translate(100%,0);}
100%{transform:translateX(0);}
} @keyframes exitToLeft {
0%{transform:translate(0,0);}
100%{transform:translateX(-100%);}
} @keyframes enterFromLeft {
0%{transform:translate(-100%,0);}
100%{transform:translateX(0);}
}  @keyframes exitToTop {
0%{transform:translate(0,0);}
100%{transform:translateY(-100%);}
} @keyframes enterFromTop {
0%{transform:translate(0,-100%);}
100%{transform:translateY(0);}
} @keyframes exitToBottom {
0%{transform:translate(0,0);}
100%{transform:translateY(100%);}
} @keyframes enterFromBottom {
0%{transform:translate(0,100%);}
100%{transform:translateY(0);}
} @keyframes exitToScaleBack {
0%{transform:scale(1);}
30%{opacity:1;}
99%{visibility:visible;}
100%{transform:scale(0.5);opacity:0;visibility:hidden;}
}
@keyframes exitToScaleFront {
0%{transform:scale(1);}
30%{opacity:1;}
99%{visibility:visible;}
100%{transform:scale(1.3);opacity:0;visibility:hidden;}
}
@keyframes enterFormScaleBack {
0%{transform:perspective(1500px) translateZ(-500px);visibility:visible;opacity:0;}
100%{transform:perspective(1500px) translateZ(0);opacity:1;}
}
@keyframes enterFormScaleFront {
0%{transform:perspective(1500px) translateZ(500px);visibility:visible;opacity:0;}
100%{transform:perspective(1500px) translateZ(0);opacity:1;}
} @keyframes exitToFade {
0%{opacity:1;}
100%{opacity:0;}
}
@keyframes enterFromFade {
0%{opacity:0;}
100%{opacity:1;}
}
@keyframes exitQuit {
0%{transform:scale(1);opacity:1;visibility:visible;}
100%{transform:scale(0.5);opacity:0;visibility:hidden;}
}
@keyframes enterQuit {
0%{transform:scale(0.5);opacity:0;}
100%{transform:scale(1);opacity:1;}
}
@keyframes loadAnim {
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
} @-webkit-keyframes flipOutRight {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(90deg);opacity:0.2;}
}
@keyframes flipOutRight {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(90deg);transform:perspective(1500px) translateZ(-1000px) rotateY(90deg);opacity:0.2;}
}
@-webkit-keyframes flipInLeft {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
to{-webkit-transform:perspective(1500px) translateZ(0px) rotateY(0deg);opacity:1;}
}
@keyframes flipInLeft {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(-90deg);transform:perspective(1500px) translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
to{-webkit-transform:perspective(1500px) translateZ(0px) rotateY(0deg);opacity:1;}
}
@-webkit-keyframes flipOutLeft {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
}
@keyframes flipOutLeft {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(-90deg);transform:perspective(1500px) translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
}
@-webkit-keyframes flipInRight {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(90deg);opacity:0.2;}
to{-webkit-transform:perspective(1500px) translateZ(0px) rotateY(0deg);opacity:1;}
}
@keyframes flipInRight {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(90deg);transform:perspective(1500px) translateZ(-1000px) rotateY(90deg);opacity:0.2;}
to{-webkit-transform:perspective(1500px) translateZ(0px) rotateY(0deg);opacity:1;}
}
@-webkit-keyframes flipOutTop {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(90deg);opacity:0.2;}
}
@keyframes flipOutTop {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(90deg);transform:perspective(1500px) translateZ(-1000px) rotateX(90deg);opacity:0.2;}
}
@-webkit-keyframes flipInBottom {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@keyframes flipInBottom {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(-90deg);transform:perspective(1500px) translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@-webkit-keyframes flipOutBottom {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@keyframes flipOutBottom {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(-90deg);transform:perspective(1500px) translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@-webkit-keyframes flipInTop {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(90deg);opacity:0.2;}
}
@keyframes flipInTop {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(90deg);transform:perspective(1500px) translateZ(-1000px) rotateX(90deg);opacity:0.2;}
}  @keyframes noneOut {
0%{display:block;}
100%{display:none;}
}
@keyframes noneIn {
0%{display:none;}
100%{display:block;}
}
@keyframes noneOutPopup {
0%{display:block;}
100%{display:none;}
}
@keyframes noneInPopup {
0%{display:none;}
100%{display:block;}
}
@keyframes exitToRightPopup {
0%{transform:translate(0,0);}
100%{transform:translateX(100vw);}
} @keyframes enterFromRightPopup {
0%{transform:translate(100vw,0);}
100%{transform:translateX(0);}
} @keyframes exitToLeftPopup {
0%{transform:translate(0,0);}
100%{transform:translateX(-100vw);}
} @keyframes enterFromLeftPopup {
0%{transform:translate(-100vw,0);}
100%{transform:translateX(0);}
}  @keyframes exitToTopPopup {
0%{transform:translate(0,0);}
100%{transform:translateY(-100vh);}
} @keyframes enterFromTopPopup {
0%{transform:translate(0,-100vh);}
100%{transform:translateY(0);}
} @keyframes exitToBottomPopup {
0%{transform:translate(0,0);}
100%{transform:translateY(100vh);}
} @keyframes enterFromBottomPopup {
0%{transform:translate(0,100vh);}
100%{transform:translateY(0);}
} @keyframes exitToScaleBackPopup {
0%{transform:scale(1);}
30%{opacity:1;}
99%{visibility:visible;}
100%{transform:scale(0.5);opacity:0;visibility:hidden;}
}
@keyframes exitToScaleFrontPopup {
0%{transform:scale(1);}
30%{opacity:1;}
99%{visibility:visible;}
100%{transform:scale(1.3);opacity:0;visibility:hidden;}
}
@keyframes enterFormScaleBackPopup {
0%{transform:translateZ(-500px);visibility:visible;opacity:0;}
100%{transform:translateZ(0);opacity:1;}
}
@keyframes enterFormScaleFrontPopup {
0%{transform:translateZ(500px);visibility:visible;opacity:0;}
100%{transform:translateZ(0);opacity:1;}
} @keyframes exitToFadePopup {
0%{opacity:1;}
100%{opacity:0;}
}
@keyframes enterFromFadePopup {
0%{opacity:0;}
100%{opacity:1;}
}
@keyframes exitQuitPopup {
0%{transform:scale(1);opacity:1;visibility:visible;}
100%{transform:scale(0.5);opacity:0;visibility:hidden;}
}
@keyframes enterQuitPopup {
0%{transform:scale(0.5);opacity:0;}
100%{transform:scale(1);opacity:1;}
}
@keyframes loadAnimPopup {
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
} @-webkit-keyframes flipOutRightPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateY(90deg);opacity:0.2;}
}
@keyframes flipOutRightPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateY(90deg);transform:translateZ(-1000px) rotateY(90deg);opacity:0.2;}
}
@-webkit-keyframes flipInLeftPopup {
from{-webkit-transform:translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
to{-webkit-transform:translateZ(0px) rotateY(0deg);opacity:1;}
}
@keyframes flipInLeftPopup {
from{-webkit-transform:translateZ(-1000px) rotateY(-90deg);transform:translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
to{-webkit-transform:translateZ(0px) rotateY(0deg);opacity:1;}
}
@-webkit-keyframes flipOutLeftPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
}
@keyframes flipOutLeftPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateY(-90deg);transform:translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
}
@-webkit-keyframes flipInRightPopup {
from{-webkit-transform:translateZ(-1000px) rotateY(90deg);opacity:0.2;}
to{-webkit-transform:translateZ(0px) rotateY(0deg);opacity:1;}
}
@keyframes flipInRightPopup {
from{-webkit-transform:translateZ(-1000px) rotateY(90deg);transform:translateZ(-1000px) rotateY(90deg);opacity:0.2;}
to{-webkit-transform:translateZ(0px) rotateY(0deg);opacity:1;}
}
@-webkit-keyframes flipOutTopPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateX(90deg);opacity:0.2;}
}
@keyframes flipOutTopPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateX(90deg);transform:translateZ(-1000px) rotateX(90deg);opacity:0.2;}
}
@-webkit-keyframes flipInBottomPopup {
from{-webkit-transform:translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@keyframes flipInBottomPopup {
from{-webkit-transform:translateZ(-1000px) rotateX(-90deg);transform:translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@-webkit-keyframes flipOutBottomPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@keyframes flipOutBottomPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateX(-90deg);transform:translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@-webkit-keyframes flipInTopPopup {
from{-webkit-transform:translateZ(-1000px) rotateX(90deg);opacity:0.2;}
}
@keyframes flipInTopPopup {
from { -webkit-transform: translateZ(-1000px) rotateX(90deg); transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}@font-face{font-family:'Glyphicons Halflings';src:url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/bootstrap/fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/bootstrap/fonts/glyphicons-halflings-regular.woff) format("woff"),url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/bootstrap/fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:\20ac}.glyphicon-minus:before{content:\2212}.glyphicon-cloud:before{content:\2601}.glyphicon-envelope:before{content:\2709}.glyphicon-pencil:before{content:\270f}.glyphicon-glass:before{content:\e001}.glyphicon-music:before{content:\e002}.glyphicon-search:before{content:\e003}.glyphicon-heart:before{content:\e005}.glyphicon-star:before{content:\e006}.glyphicon-star-empty:before{content:\e007}.glyphicon-user:before{content:\e008}.glyphicon-film:before{content:\e009}.glyphicon-th-large:before{content:\e010}.glyphicon-th:before{content:\e011}.glyphicon-th-list:before{content:\e012}.glyphicon-ok:before{content:\e013}.glyphicon-remove:before{content:\e014}.glyphicon-zoom-in:before{content:\e015}.glyphicon-zoom-out:before{content:\e016}.glyphicon-off:before{content:\e017}.glyphicon-signal:before{content:\e018}.glyphicon-cog:before{content:\e019}.glyphicon-trash:before{content:\e020}.glyphicon-home:before{content:\e021}.glyphicon-file:before{content:\e022}.glyphicon-time:before{content:\e023}.glyphicon-road:before{content:\e024}.glyphicon-download-alt:before{content:\e025}.glyphicon-download:before{content:\e026}.glyphicon-upload:before{content:\e027}.glyphicon-inbox:before{content:\e028}.glyphicon-play-circle:before{content:\e029}.glyphicon-repeat:before{content:\e030}.glyphicon-refresh:before{content:\e031}.glyphicon-list-alt:before{content:\e032}.glyphicon-lock:before{content:\e033}.glyphicon-flag:before{content:\e034}.glyphicon-headphones:before{content:\e035}.glyphicon-volume-off:before{content:\e036}.glyphicon-volume-down:before{content:\e037}.glyphicon-volume-up:before{content:\e038}.glyphicon-qrcode:before{content:\e039}.glyphicon-barcode:before{content:\e040}.glyphicon-tag:before{content:\e041}.glyphicon-tags:before{content:\e042}.glyphicon-book:before{content:\e043}.glyphicon-bookmark:before{content:\e044}.glyphicon-print:before{content:\e045}.glyphicon-camera:before{content:\e046}.glyphicon-font:before{content:\e047}.glyphicon-bold:before{content:\e048}.glyphicon-italic:before{content:\e049}.glyphicon-text-height:before{content:\e050}.glyphicon-text-width:before{content:\e051}.glyphicon-align-left:before{content:\e052}.glyphicon-align-center:before{content:\e053}.glyphicon-align-right:before{content:\e054}.glyphicon-align-justify:before{content:\e055}.glyphicon-list:before{content:\e056}.glyphicon-indent-left:before{content:\e057}.glyphicon-indent-right:before{content:\e058}.glyphicon-facetime-video:before{content:\e059}.glyphicon-picture:before{content:\e060}.glyphicon-map-marker:before{content:\e062}.glyphicon-adjust:before{content:\e063}.glyphicon-tint:before{content:\e064}.glyphicon-edit:before{content:\e065}.glyphicon-share:before{content:\e066}.glyphicon-check:before{content:\e067}.glyphicon-move:before{content:\e068}.glyphicon-step-backward:before{content:\e069}.glyphicon-fast-backward:before{content:\e070}.glyphicon-backward:before{content:\e071}.glyphicon-play:before{content:\e072}.glyphicon-pause:before{content:\e073}.glyphicon-stop:before{content:\e074}.glyphicon-forward:before{content:\e075}.glyphicon-fast-forward:before{content:\e076}.glyphicon-step-forward:before{content:\e077}.glyphicon-eject:before{content:\e078}.glyphicon-chevron-left:before{content:\e079}.glyphicon-chevron-right:before{content:\e080}.glyphicon-plus-sign:before{content:\e081}.glyphicon-minus-sign:before{content:\e082}.glyphicon-remove-sign:before{content:\e083}.glyphicon-ok-sign:before{content:\e084}.glyphicon-question-sign:before{content:\e085}.glyphicon-info-sign:before{content:\e086}.glyphicon-screenshot:before{content:\e087}.glyphicon-remove-circle:before{content:\e088}.glyphicon-ok-circle:before{content:\e089}.glyphicon-ban-circle:before{content:\e090}.glyphicon-arrow-left:before{content:\e091}.glyphicon-arrow-right:before{content:\e092}.glyphicon-arrow-up:before{content:\e093}.glyphicon-arrow-down:before{content:\e094}.glyphicon-share-alt:before{content:\e095}.glyphicon-resize-full:before{content:\e096}.glyphicon-resize-small:before{content:\e097}.glyphicon-exclamation-sign:before{content:\e101}.glyphicon-gift:before{content:\e102}.glyphicon-leaf:before{content:\e103}.glyphicon-fire:before{content:\e104}.glyphicon-eye-open:before{content:\e105}.glyphicon-eye-close:before{content:\e106}.glyphicon-warning-sign:before{content:\e107}.glyphicon-plane:before{content:\e108}.glyphicon-calendar:before{content:\e109}.glyphicon-random:before{content:\e110}.glyphicon-comment:before{content:\e111}.glyphicon-magnet:before{content:\e112}.glyphicon-chevron-up:before{content:\e113}.glyphicon-chevron-down:before{content:\e114}.glyphicon-retweet:before{content:\e115}.glyphicon-shopping-cart:before{content:\e116}.glyphicon-folder-close:before{content:\e117}.glyphicon-folder-open:before{content:\e118}.glyphicon-resize-vertical:before{content:\e119}.glyphicon-resize-horizontal:before{content:\e120}.glyphicon-hdd:before{content:\e121}.glyphicon-bullhorn:before{content:\e122}.glyphicon-bell:before{content:\e123}.glyphicon-certificate:before{content:\e124}.glyphicon-thumbs-up:before{content:\e125}.glyphicon-thumbs-down:before{content:\e126}.glyphicon-hand-right:before{content:\e127}.glyphicon-hand-left:before{content:\e128}.glyphicon-hand-up:before{content:\e129}.glyphicon-hand-down:before{content:\e130}.glyphicon-circle-arrow-right:before{content:\e131}.glyphicon-circle-arrow-left:before{content:\e132}.glyphicon-circle-arrow-up:before{content:\e133}.glyphicon-circle-arrow-down:before{content:\e134}.glyphicon-globe:before{content:\e135}.glyphicon-wrench:before{content:\e136}.glyphicon-tasks:before{content:\e137}.glyphicon-filter:before{content:\e138}.glyphicon-briefcase:before{content:\e139}.glyphicon-fullscreen:before{content:\e140}.glyphicon-dashboard:before{content:\e141}.glyphicon-paperclip:before{content:\e142}.glyphicon-heart-empty:before{content:\e143}.glyphicon-link:before{content:\e144}.glyphicon-phone:before{content:\e145}.glyphicon-pushpin:before{content:\e146}.glyphicon-usd:before{content:\e148}.glyphicon-gbp:before{content:\e149}.glyphicon-sort:before{content:\e150}.glyphicon-sort-by-alphabet:before{content:\e151}.glyphicon-sort-by-alphabet-alt:before{content:\e152}.glyphicon-sort-by-order:before{content:\e153}.glyphicon-sort-by-order-alt:before{content:\e154}.glyphicon-sort-by-attributes:before{content:\e155}.glyphicon-sort-by-attributes-alt:before{content:\e156}.glyphicon-unchecked:before{content:\e157}.glyphicon-expand:before{content:\e158}.glyphicon-collapse-down:before{content:\e159}.glyphicon-collapse-up:before{content:\e160}.glyphicon-log-in:before{content:\e161}.glyphicon-flash:before{content:\e162}.glyphicon-log-out:before{content:\e163}.glyphicon-new-window:before{content:\e164}.glyphicon-record:before{content:\e165}.glyphicon-save:before{content:\e166}.glyphicon-open:before{content:\e167}.glyphicon-saved:before{content:\e168}.glyphicon-import:before{content:\e169}.glyphicon-export:before{content:\e170}.glyphicon-send:before{content:\e171}.glyphicon-floppy-disk:before{content:\e172}.glyphicon-floppy-saved:before{content:\e173}.glyphicon-floppy-remove:before{content:\e174}.glyphicon-floppy-save:before{content:\e175}.glyphicon-floppy-open:before{content:\e176}.glyphicon-credit-card:before{content:\e177}.glyphicon-transfer:before{content:\e178}.glyphicon-cutlery:before{content:\e179}.glyphicon-header:before{content:\e180}.glyphicon-compressed:before{content:\e181}.glyphicon-earphone:before{content:\e182}.glyphicon-phone-alt:before{content:\e183}.glyphicon-tower:before{content:\e184}.glyphicon-stats:before{content:\e185}.glyphicon-sd-video:before{content:\e186}.glyphicon-hd-video:before{content:\e187}.glyphicon-subtitles:before{content:\e188}.glyphicon-sound-stereo:before{content:\e189}.glyphicon-sound-dolby:before{content:\e190}.glyphicon-sound-5-1:before{content:\e191}.glyphicon-sound-6-1:before{content:\e192}.glyphicon-sound-7-1:before{content:\e193}.glyphicon-copyright-mark:before{content:\e194}.glyphicon-registration-mark:before{content:\e195}.glyphicon-cloud-download:before{content:\e197}.glyphicon-cloud-upload:before{content:\e198}.glyphicon-tree-conifer:before{content:\e199}.glyphicon-tree-deciduous:before{content:\e200}.glyphicon-cd:before{content:\e201}.glyphicon-save-file:before{content:\e202}.glyphicon-open-file:before{content:\e203}.glyphicon-level-up:before{content:\e204}.glyphicon-copy:before{content:\e205}.glyphicon-paste:before{content:\e206}.glyphicon-alert:before{content:\e209}.glyphicon-equalizer:before{content:\e210}.glyphicon-king:before{content:\e211}.glyphicon-queen:before{content:\e212}.glyphicon-pawn:before{content:\e213}.glyphicon-bishop:before{content:\e214}.glyphicon-knight:before{content:\e215}.glyphicon-baby-formula:before{content:\e216}.glyphicon-tent:before{content:\26fa}.glyphicon-blackboard:before{content:\e218}.glyphicon-bed:before{content:\e219}.glyphicon-apple:before{content:\f8ff}.glyphicon-erase:before{content:\e221}.glyphicon-hourglass:before{content:\231b}.glyphicon-lamp:before{content:\e223}.glyphicon-duplicate:before{content:\e224}.glyphicon-piggy-bank:before{content:\e225}.glyphicon-scissors:before{content:\e226}.glyphicon-bitcoin:before{content:\e227}.glyphicon-yen:before{content:\00a5}.glyphicon-ruble:before{content:\20bd}.glyphicon-scale:before{content:\e230}.glyphicon-ice-lolly:before{content:\e231}.glyphicon-ice-lolly-tasted:before{content:\e232}.glyphicon-education:before{content:\e233}.glyphicon-option-horizontal:before{content:\e234}.glyphicon-option-vertical:before{content:\e235}.glyphicon-menu-hamburger:before{content:\e236}.glyphicon-modal-window:before{content:\e237}.glyphicon-oil:before{content:\e238}.glyphicon-grain:before{content:\e239}.glyphicon-sunglasses:before{content:\e240}.glyphicon-text-size:before{content:\e241}.glyphicon-text-color:before{content:\e242}.glyphicon-text-background:before{content:\e243}.glyphicon-object-align-top:before{content:\e244}.glyphicon-object-align-bottom:before{content:\e245}.glyphicon-object-align-horizontal:before{content:\e246}.glyphicon-object-align-left:before{content:\e247}.glyphicon-object-align-vertical:before{content:\e248}.glyphicon-object-align-right:before{content:\e249}.glyphicon-triangle-right:before{content:\e250}.glyphicon-triangle-left:before{content:\e251}.glyphicon-triangle-bottom:before{content:\e252}.glyphicon-triangle-top:before{content:\e253}.glyphicon-console:before{content:\e254}.glyphicon-superscript:before{content:\e255}.glyphicon-subscript:before{content:\e256}.glyphicon-menu-left:before{content:\e257}.glyphicon-menu-right:before{content:\e258}.glyphicon-menu-down:before{content:\e259}.glyphicon-menu-up:before{content:\e260}.gt-shortcodes .lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media(min-width:768px){.gt-shortcodes .lead{font-size:21px}}.gt-shortcodes .small,.gt-shortcodes small{font-size:85%}.gt-shortcodes .mark,.gt-shortcodes mark{background-color:#fcf8e3;padding:.2em}.gt-shortcodes .text-left{text-align:left}.gt-shortcodes .text-right{text-align:right}.gt-shortcodes .text-center{text-align:center}.gt-shortcodes .text-justify{text-align:justify}.gt-shortcodes .text-nowrap{white-space:nowrap}.gt-shortcodes .text-lowercase{text-transform:lowercase}.gt-shortcodes .text-uppercase{text-transform:uppercase}.gt-shortcodes .text-capitalize{text-transform:capitalize}.gt-shortcodes .text-muted{color:#777}.gt-shortcodes .text-primary{color:#337ab7}.gt-shortcodes a.text-primary:hover{color:#286090}.gt-shortcodes .text-success{color:#3c763d}.gt-shortcodes a.text-success:hover{color:#2b542c}.gt-shortcodes .text-info{color:#31708f}.gt-shortcodes a.text-info:hover{color:#245269}.gt-shortcodes .text-warning{color:#8a6d3b}.gt-shortcodes a.text-warning:hover{color:#66512c}.gt-shortcodes .text-danger{color:#a94442}.gt-shortcodes a.text-danger:hover{color:#843534}.gt-shortcodes .bg-primary{color:#fff;background-color:#337ab7}.gt-shortcodes a.bg-primary:hover{background-color:#286090}.gt-shortcodes .bg-success{background-color:#dff0d8}.gt-shortcodes a.bg-success:hover{background-color:#c1e2b3}.gt-shortcodes .bg-info{background-color:#d9edf7}.gt-shortcodes a.bg-info:hover{background-color:#afd9ee}.gt-shortcodes .bg-warning{background-color:#fcf8e3}.gt-shortcodes a.bg-warning:hover{background-color:#f7ecb5}.gt-shortcodes .bg-danger{background-color:#f2dede}.gt-shortcodes a.bg-danger:hover{background-color:#e4b9b9}.gt-shortcodes .page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}.gt-shortcodes .list-unstyled{padding-left:0;list-style:none}.gt-shortcodes .list-inline{padding-left:0;list-style:none;margin-left:-5px}.gt-shortcodes .list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}.gt-shortcodes .dl-horizontal dd:after,.gt-shortcodes .dl-horizontal dd:before{content:" ";display:table}.gt-shortcodes .dl-horizontal dd:after{clear:both}@media(min-width:768px){.gt-shortcodes .dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gt-shortcodes .dl-horizontal dd{margin-left:180px}}.gt-shortcodes abbr[data-original-title],.gt-shortcodes abbr[title]{cursor:help;border-bottom:1px dotted #777}.gt-shortcodes .initialism{font-size:90%;text-transform:uppercase}.gt-shortcodes blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}.gt-shortcodes blockquote ol:last-child,.gt-shortcodes blockquote p:last-child,.gt-shortcodes blockquote ul:last-child{margin-bottom:0}.gt-shortcodes blockquote .small,.gt-shortcodes blockquote footer,.gt-shortcodes blockquote small{display:block;font-size:80%;line-height:1.42857;color:#777}.gt-shortcodes blockquote .small:before,.gt-shortcodes blockquote footer:before,.gt-shortcodes blockquote small:before{content:'\2014 \00A0'}.gt-shortcodes .blockquote-reverse,.gt-shortcodes blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.gt-shortcodes .blockquote-reverse .small:before,.gt-shortcodes .blockquote-reverse footer:before,.gt-shortcodes .blockquote-reverse small:before,.gt-shortcodes blockquote.pull-right .small:before,.gt-shortcodes blockquote.pull-right footer:before,.gt-shortcodes blockquote.pull-right small:before{content:''}.gt-shortcodes .blockquote-reverse .small:after,.gt-shortcodes .blockquote-reverse footer:after,.gt-shortcodes .blockquote-reverse small:after,.gt-shortcodes blockquote.pull-right .small:after,.gt-shortcodes blockquote.pull-right footer:after,.gt-shortcodes blockquote.pull-right small:after{content:'\00A0 \2014'}.gt-shortcodes address{margin-bottom:20px;font-style:normal;line-height:1.42857}.gt-shortcodes .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.gt-shortcodes .container:after,.gt-shortcodes .container:before{content:" ";display:table}.gt-shortcodes .container:after{clear:both}@media(min-width:768px){.gt-shortcodes .container{width:750px}}@media(min-width:992px){.gt-shortcodes .container{width:970px}}@media(min-width:1200px){.gt-shortcodes .container{width:1170px}}.gt-shortcodes .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.gt-shortcodes .container-fluid:after,.gt-shortcodes .container-fluid:before{content:" ";display:table}.gt-shortcodes .container-fluid:after{clear:both}.gt-shortcodes .row{margin-left:-15px;margin-right:-15px}.gt-shortcodes .row:after,.gt-shortcodes .row:before{content:" ";display:table}.gt-shortcodes .row:after{clear:both}.gt-shortcodes .col-lg-1,.gt-shortcodes .col-lg-10,.gt-shortcodes .col-lg-11,.gt-shortcodes .col-lg-12,.gt-shortcodes .col-lg-2,.gt-shortcodes .col-lg-3,.gt-shortcodes .col-lg-4,.gt-shortcodes .col-lg-5,.gt-shortcodes .col-lg-6,.gt-shortcodes .col-lg-7,.gt-shortcodes .col-lg-8,.gt-shortcodes .col-lg-9,.gt-shortcodes .col-md-1,.gt-shortcodes .col-md-10,.gt-shortcodes .col-md-11,.gt-shortcodes .col-md-12,.gt-shortcodes .col-md-2,.gt-shortcodes .col-md-3,.gt-shortcodes .col-md-4,.gt-shortcodes .col-md-5,.gt-shortcodes .col-md-6,.gt-shortcodes .col-md-7,.gt-shortcodes .col-md-8,.gt-shortcodes .col-md-9,.gt-shortcodes .col-sm-1,.gt-shortcodes .col-sm-10,.gt-shortcodes .col-sm-11,.gt-shortcodes .col-sm-12,.gt-shortcodes .col-sm-2,.gt-shortcodes .col-sm-3,.gt-shortcodes .col-sm-4,.gt-shortcodes .col-sm-5,.gt-shortcodes .col-sm-6,.gt-shortcodes .col-sm-7,.gt-shortcodes .col-sm-8,.gt-shortcodes .col-sm-9,.gt-shortcodes .col-xs-1,.gt-shortcodes .col-xs-10,.gt-shortcodes .col-xs-11,.gt-shortcodes .col-xs-12,.gt-shortcodes .col-xs-2,.gt-shortcodes .col-xs-3,.gt-shortcodes .col-xs-4,.gt-shortcodes .col-xs-5,.gt-shortcodes .col-xs-6,.gt-shortcodes .col-xs-7,.gt-shortcodes .col-xs-8,.gt-shortcodes .col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.gt-shortcodes .col-xs-1,.gt-shortcodes .col-xs-10,.gt-shortcodes .col-xs-11,.gt-shortcodes .col-xs-12,.gt-shortcodes .col-xs-2,.gt-shortcodes .col-xs-3,.gt-shortcodes .col-xs-4,.gt-shortcodes .col-xs-5,.gt-shortcodes .col-xs-6,.gt-shortcodes .col-xs-7,.gt-shortcodes .col-xs-8,.gt-shortcodes .col-xs-9{float:left}.gt-shortcodes .col-xs-1{width:8.33333%}.gt-shortcodes .col-xs-2{width:16.66667%}.gt-shortcodes .col-xs-3{width:25%}.gt-shortcodes .col-xs-4{width:33.33333%}.gt-shortcodes .col-xs-5{width:41.66667%}.gt-shortcodes .col-xs-6{width:50%}.gt-shortcodes .col-xs-7{width:58.33333%}.gt-shortcodes .col-xs-8{width:66.66667%}.gt-shortcodes .col-xs-9{width:75%}.gt-shortcodes .col-xs-10{width:83.33333%}.gt-shortcodes .col-xs-11{width:91.66667%}.gt-shortcodes .col-xs-12{width:100%}.gt-shortcodes .col-xs-pull-0{right:auto}.gt-shortcodes .col-xs-pull-1{right:8.33333%}.gt-shortcodes .col-xs-pull-2{right:16.66667%}.gt-shortcodes .col-xs-pull-3{right:25%}.gt-shortcodes .col-xs-pull-4{right:33.33333%}.gt-shortcodes .col-xs-pull-5{right:41.66667%}.gt-shortcodes .col-xs-pull-6{right:50%}.gt-shortcodes .col-xs-pull-7{right:58.33333%}.gt-shortcodes .col-xs-pull-8{right:66.66667%}.gt-shortcodes .col-xs-pull-9{right:75%}.gt-shortcodes .col-xs-pull-10{right:83.33333%}.gt-shortcodes .col-xs-pull-11{right:91.66667%}.gt-shortcodes .col-xs-pull-12{right:100%}.gt-shortcodes .col-xs-push-0{left:auto}.gt-shortcodes .col-xs-push-1{left:8.33333%}.gt-shortcodes .col-xs-push-2{left:16.66667%}.gt-shortcodes .col-xs-push-3{left:25%}.gt-shortcodes .col-xs-push-4{left:33.33333%}.gt-shortcodes .col-xs-push-5{left:41.66667%}.gt-shortcodes .col-xs-push-6{left:50%}.gt-shortcodes .col-xs-push-7{left:58.33333%}.gt-shortcodes .col-xs-push-8{left:66.66667%}.gt-shortcodes .col-xs-push-9{left:75%}.gt-shortcodes .col-xs-push-10{left:83.33333%}.gt-shortcodes .col-xs-push-11{left:91.66667%}.gt-shortcodes .col-xs-push-12{left:100%}.gt-shortcodes .col-xs-offset-0{margin-left:0}.gt-shortcodes .col-xs-offset-1{margin-left:8.33333%}.gt-shortcodes .col-xs-offset-2{margin-left:16.66667%}.gt-shortcodes .col-xs-offset-3{margin-left:25%}.gt-shortcodes .col-xs-offset-4{margin-left:33.33333%}.gt-shortcodes .col-xs-offset-5{margin-left:41.66667%}.gt-shortcodes .col-xs-offset-6{margin-left:50%}.gt-shortcodes .col-xs-offset-7{margin-left:58.33333%}.gt-shortcodes .col-xs-offset-8{margin-left:66.66667%}.gt-shortcodes .col-xs-offset-9{margin-left:75%}.gt-shortcodes .col-xs-offset-10{margin-left:83.33333%}.gt-shortcodes .col-xs-offset-11{margin-left:91.66667%}.gt-shortcodes .col-xs-offset-12{margin-left:100%}@media(min-width:768px){.gt-shortcodes .col-sm-1,.gt-shortcodes .col-sm-10,.gt-shortcodes .col-sm-11,.gt-shortcodes .col-sm-12,.gt-shortcodes .col-sm-2,.gt-shortcodes .col-sm-3,.gt-shortcodes .col-sm-4,.gt-shortcodes .col-sm-5,.gt-shortcodes .col-sm-6,.gt-shortcodes .col-sm-7,.gt-shortcodes .col-sm-8,.gt-shortcodes .col-sm-9{float:left}.gt-shortcodes .col-sm-1{width:8.33333%}.gt-shortcodes .col-sm-2{width:16.66667%}.gt-shortcodes .col-sm-3{width:25%}.gt-shortcodes .col-sm-4{width:33.33333%}.gt-shortcodes .col-sm-5{width:41.66667%}.gt-shortcodes .col-sm-6{width:50%}.gt-shortcodes .col-sm-7{width:58.33333%}.gt-shortcodes .col-sm-8{width:66.66667%}.gt-shortcodes .col-sm-9{width:75%}.gt-shortcodes .col-sm-10{width:83.33333%}.gt-shortcodes .col-sm-11{width:91.66667%}.gt-shortcodes .col-sm-12{width:100%}.gt-shortcodes .col-sm-pull-0{right:auto}.gt-shortcodes .col-sm-pull-1{right:8.33333%}.gt-shortcodes .col-sm-pull-2{right:16.66667%}.gt-shortcodes .col-sm-pull-3{right:25%}.gt-shortcodes .col-sm-pull-4{right:33.33333%}.gt-shortcodes .col-sm-pull-5{right:41.66667%}.gt-shortcodes .col-sm-pull-6{right:50%}.gt-shortcodes .col-sm-pull-7{right:58.33333%}.gt-shortcodes .col-sm-pull-8{right:66.66667%}.gt-shortcodes .col-sm-pull-9{right:75%}.gt-shortcodes .col-sm-pull-10{right:83.33333%}.gt-shortcodes .col-sm-pull-11{right:91.66667%}.gt-shortcodes .col-sm-pull-12{right:100%}.gt-shortcodes .col-sm-push-0{left:auto}.gt-shortcodes .col-sm-push-1{left:8.33333%}.gt-shortcodes .col-sm-push-2{left:16.66667%}.gt-shortcodes .col-sm-push-3{left:25%}.gt-shortcodes .col-sm-push-4{left:33.33333%}.gt-shortcodes .col-sm-push-5{left:41.66667%}.gt-shortcodes .col-sm-push-6{left:50%}.gt-shortcodes .col-sm-push-7{left:58.33333%}.gt-shortcodes .col-sm-push-8{left:66.66667%}.gt-shortcodes .col-sm-push-9{left:75%}.gt-shortcodes .col-sm-push-10{left:83.33333%}.gt-shortcodes .col-sm-push-11{left:91.66667%}.gt-shortcodes .col-sm-push-12{left:100%}.gt-shortcodes .col-sm-offset-0{margin-left:0}.gt-shortcodes .col-sm-offset-1{margin-left:8.33333%}.gt-shortcodes .col-sm-offset-2{margin-left:16.66667%}.gt-shortcodes .col-sm-offset-3{margin-left:25%}.gt-shortcodes .col-sm-offset-4{margin-left:33.33333%}.gt-shortcodes .col-sm-offset-5{margin-left:41.66667%}.gt-shortcodes .col-sm-offset-6{margin-left:50%}.gt-shortcodes .col-sm-offset-7{margin-left:58.33333%}.gt-shortcodes .col-sm-offset-8{margin-left:66.66667%}.gt-shortcodes .col-sm-offset-9{margin-left:75%}.gt-shortcodes .col-sm-offset-10{margin-left:83.33333%}.gt-shortcodes .col-sm-offset-11{margin-left:91.66667%}.gt-shortcodes .col-sm-offset-12{margin-left:100%}}@media(min-width:992px){.gt-shortcodes .col-md-1,.gt-shortcodes .col-md-10,.gt-shortcodes .col-md-11,.gt-shortcodes .col-md-12,.gt-shortcodes .col-md-2,.gt-shortcodes .col-md-3,.gt-shortcodes .col-md-4,.gt-shortcodes .col-md-5,.gt-shortcodes .col-md-6,.gt-shortcodes .col-md-7,.gt-shortcodes .col-md-8,.gt-shortcodes .col-md-9{float:left}.gt-shortcodes .col-md-1{width:8.33333%}.gt-shortcodes .col-md-2{width:16.66667%}.gt-shortcodes .col-md-3{width:25%}.gt-shortcodes .col-md-4{width:33.33333%}.gt-shortcodes .col-md-5{width:41.66667%}.gt-shortcodes .col-md-6{width:50%}.gt-shortcodes .col-md-7{width:58.33333%}.gt-shortcodes .col-md-8{width:66.66667%}.gt-shortcodes .col-md-9{width:75%}.gt-shortcodes .col-md-10{width:83.33333%}.gt-shortcodes .col-md-11{width:91.66667%}.gt-shortcodes .col-md-12{width:100%}.gt-shortcodes .col-md-pull-0{right:auto}.gt-shortcodes .col-md-pull-1{right:8.33333%}.gt-shortcodes .col-md-pull-2{right:16.66667%}.gt-shortcodes .col-md-pull-3{right:25%}.gt-shortcodes .col-md-pull-4{right:33.33333%}.gt-shortcodes .col-md-pull-5{right:41.66667%}.gt-shortcodes .col-md-pull-6{right:50%}.gt-shortcodes .col-md-pull-7{right:58.33333%}.gt-shortcodes .col-md-pull-8{right:66.66667%}.gt-shortcodes .col-md-pull-9{right:75%}.gt-shortcodes .col-md-pull-10{right:83.33333%}.gt-shortcodes .col-md-pull-11{right:91.66667%}.gt-shortcodes .col-md-pull-12{right:100%}.gt-shortcodes .col-md-push-0{left:auto}.gt-shortcodes .col-md-push-1{left:8.33333%}.gt-shortcodes .col-md-push-2{left:16.66667%}.gt-shortcodes .col-md-push-3{left:25%}.gt-shortcodes .col-md-push-4{left:33.33333%}.gt-shortcodes .col-md-push-5{left:41.66667%}.gt-shortcodes .col-md-push-6{left:50%}.gt-shortcodes .col-md-push-7{left:58.33333%}.gt-shortcodes .col-md-push-8{left:66.66667%}.gt-shortcodes .col-md-push-9{left:75%}.gt-shortcodes .col-md-push-10{left:83.33333%}.gt-shortcodes .col-md-push-11{left:91.66667%}.gt-shortcodes .col-md-push-12{left:100%}.gt-shortcodes .col-md-offset-0{margin-left:0}.gt-shortcodes .col-md-offset-1{margin-left:8.33333%}.gt-shortcodes .col-md-offset-2{margin-left:16.66667%}.gt-shortcodes .col-md-offset-3{margin-left:25%}.gt-shortcodes .col-md-offset-4{margin-left:33.33333%}.gt-shortcodes .col-md-offset-5{margin-left:41.66667%}.gt-shortcodes .col-md-offset-6{margin-left:50%}.gt-shortcodes .col-md-offset-7{margin-left:58.33333%}.gt-shortcodes .col-md-offset-8{margin-left:66.66667%}.gt-shortcodes .col-md-offset-9{margin-left:75%}.gt-shortcodes .col-md-offset-10{margin-left:83.33333%}.gt-shortcodes .col-md-offset-11{margin-left:91.66667%}.gt-shortcodes .col-md-offset-12{margin-left:100%}}@media(min-width:1200px){.gt-shortcodes .col-lg-1,.gt-shortcodes .col-lg-10,.gt-shortcodes .col-lg-11,.gt-shortcodes .col-lg-12,.gt-shortcodes .col-lg-2,.gt-shortcodes .col-lg-3,.gt-shortcodes .col-lg-4,.gt-shortcodes .col-lg-5,.gt-shortcodes .col-lg-6,.gt-shortcodes .col-lg-7,.gt-shortcodes .col-lg-8,.gt-shortcodes .col-lg-9{float:left}.gt-shortcodes .col-lg-1{width:8.33333%}.gt-shortcodes .col-lg-2{width:16.66667%}.gt-shortcodes .col-lg-3{width:25%}.gt-shortcodes .col-lg-4{width:33.33333%}.gt-shortcodes .col-lg-5{width:41.66667%}.gt-shortcodes .col-lg-6{width:50%}.gt-shortcodes .col-lg-7{width:58.33333%}.gt-shortcodes .col-lg-8{width:66.66667%}.gt-shortcodes .col-lg-9{width:75%}.gt-shortcodes .col-lg-10{width:83.33333%}.gt-shortcodes .col-lg-11{width:91.66667%}.gt-shortcodes .col-lg-12{width:100%}.gt-shortcodes .col-lg-pull-0{right:auto}.gt-shortcodes .col-lg-pull-1{right:8.33333%}.gt-shortcodes .col-lg-pull-2{right:16.66667%}.gt-shortcodes .col-lg-pull-3{right:25%}.gt-shortcodes .col-lg-pull-4{right:33.33333%}.gt-shortcodes .col-lg-pull-5{right:41.66667%}.gt-shortcodes .col-lg-pull-6{right:50%}.gt-shortcodes .col-lg-pull-7{right:58.33333%}.gt-shortcodes .col-lg-pull-8{right:66.66667%}.gt-shortcodes .col-lg-pull-9{right:75%}.gt-shortcodes .col-lg-pull-10{right:83.33333%}.gt-shortcodes .col-lg-pull-11{right:91.66667%}.gt-shortcodes .col-lg-pull-12{right:100%}.gt-shortcodes .col-lg-push-0{left:auto}.gt-shortcodes .col-lg-push-1{left:8.33333%}.gt-shortcodes .col-lg-push-2{left:16.66667%}.gt-shortcodes .col-lg-push-3{left:25%}.gt-shortcodes .col-lg-push-4{left:33.33333%}.gt-shortcodes .col-lg-push-5{left:41.66667%}.gt-shortcodes .col-lg-push-6{left:50%}.gt-shortcodes .col-lg-push-7{left:58.33333%}.gt-shortcodes .col-lg-push-8{left:66.66667%}.gt-shortcodes .col-lg-push-9{left:75%}.gt-shortcodes .col-lg-push-10{left:83.33333%}.gt-shortcodes .col-lg-push-11{left:91.66667%}.gt-shortcodes .col-lg-push-12{left:100%}.gt-shortcodes .col-lg-offset-0{margin-left:0}.gt-shortcodes .col-lg-offset-1{margin-left:8.33333%}.gt-shortcodes .col-lg-offset-2{margin-left:16.66667%}.gt-shortcodes .col-lg-offset-3{margin-left:25%}.gt-shortcodes .col-lg-offset-4{margin-left:33.33333%}.gt-shortcodes .col-lg-offset-5{margin-left:41.66667%}.gt-shortcodes .col-lg-offset-6{margin-left:50%}.gt-shortcodes .col-lg-offset-7{margin-left:58.33333%}.gt-shortcodes .col-lg-offset-8{margin-left:66.66667%}.gt-shortcodes .col-lg-offset-9{margin-left:75%}.gt-shortcodes .col-lg-offset-10{margin-left:83.33333%}.gt-shortcodes .col-lg-offset-11{margin-left:91.66667%}.gt-shortcodes .col-lg-offset-12{margin-left:100%}}.gt-shortcodes table{background-color:transparent}.gt-shortcodes caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}.gt-shortcodes th{text-align:left}.gt-shortcodes .table{width:100%;max-width:100%;margin-bottom:20px}.gt-shortcodes .table>tbody>tr>td,.gt-shortcodes .table>tbody>tr>th,.gt-shortcodes .table>tfoot>tr>td,.gt-shortcodes .table>tfoot>tr>th,.gt-shortcodes .table>thead>tr>td,.gt-shortcodes .table>thead>tr>th{padding:8px;line-height:1.42857;vertical-align:top;border-top:1px solid #ddd}.gt-shortcodes .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.gt-shortcodes .table>caption+thead>tr:first-child>td,.gt-shortcodes .table>caption+thead>tr:first-child>th,.gt-shortcodes .table>colgroup+thead>tr:first-child>td,.gt-shortcodes .table>colgroup+thead>tr:first-child>th,.gt-shortcodes .table>thead:first-child>tr:first-child>td,.gt-shortcodes .table>thead:first-child>tr:first-child>th{border-top:0}.gt-shortcodes .table>tbody+tbody{border-top:2px solid #ddd}.gt-shortcodes .table .table{background-color:#fff}.gt-shortcodes .table-condensed>tbody>tr>td,.gt-shortcodes .table-condensed>tbody>tr>th,.gt-shortcodes .table-condensed>tfoot>tr>td,.gt-shortcodes .table-condensed>tfoot>tr>th,.gt-shortcodes .table-condensed>thead>tr>td,.gt-shortcodes .table-condensed>thead>tr>th{padding:5px}.gt-shortcodes .table-bordered,.gt-shortcodes .table-bordered>tbody>tr>td,.gt-shortcodes .table-bordered>tbody>tr>th,.gt-shortcodes .table-bordered>tfoot>tr>td,.gt-shortcodes .table-bordered>tfoot>tr>th,.gt-shortcodes .table-bordered>thead>tr>td,.gt-shortcodes .table-bordered>thead>tr>th{border:1px solid #ddd}.gt-shortcodes .table-bordered>thead>tr>td,.gt-shortcodes .table-bordered>thead>tr>th{border-bottom-width:2px}.gt-shortcodes .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.gt-shortcodes .table-hover>tbody>tr:hover{background-color:#f5f5f5}.gt-shortcodes table col[class*=col-]{position:static;float:none;display:table-column}.gt-shortcodes table td[class*=col-],.gt-shortcodes table th[class*=col-]{position:static;float:none;display:table-cell}.gt-shortcodes .table>tbody>tr.active>td,.gt-shortcodes .table>tbody>tr.active>th,.gt-shortcodes .table>tbody>tr>td.active,.gt-shortcodes .table>tbody>tr>th.active,.gt-shortcodes .table>tfoot>tr.active>td,.gt-shortcodes .table>tfoot>tr.active>th,.gt-shortcodes .table>tfoot>tr>td.active,.gt-shortcodes .table>tfoot>tr>th.active,.gt-shortcodes .table>thead>tr.active>td,.gt-shortcodes .table>thead>tr.active>th,.gt-shortcodes .table>thead>tr>td.active,.gt-shortcodes .table>thead>tr>th.active{background-color:#f5f5f5}.gt-shortcodes .table-hover>tbody>tr.active:hover>td,.gt-shortcodes .table-hover>tbody>tr.active:hover>th,.gt-shortcodes .table-hover>tbody>tr:hover>.active,.gt-shortcodes .table-hover>tbody>tr>td.active:hover,.gt-shortcodes .table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.gt-shortcodes .table>tbody>tr.success>td,.gt-shortcodes .table>tbody>tr.success>th,.gt-shortcodes .table>tbody>tr>td.success,.gt-shortcodes .table>tbody>tr>th.success,.gt-shortcodes .table>tfoot>tr.success>td,.gt-shortcodes .table>tfoot>tr.success>th,.gt-shortcodes .table>tfoot>tr>td.success,.gt-shortcodes .table>tfoot>tr>th.success,.gt-shortcodes .table>thead>tr.success>td,.gt-shortcodes .table>thead>tr.success>th,.gt-shortcodes .table>thead>tr>td.success,.gt-shortcodes .table>thead>tr>th.success{background-color:#dff0d8}.gt-shortcodes .table-hover>tbody>tr.success:hover>td,.gt-shortcodes .table-hover>tbody>tr.success:hover>th,.gt-shortcodes .table-hover>tbody>tr:hover>.success,.gt-shortcodes .table-hover>tbody>tr>td.success:hover,.gt-shortcodes .table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.gt-shortcodes .table>tbody>tr.info>td,.gt-shortcodes .table>tbody>tr.info>th,.gt-shortcodes .table>tbody>tr>td.info,.gt-shortcodes .table>tbody>tr>th.info,.gt-shortcodes .table>tfoot>tr.info>td,.gt-shortcodes .table>tfoot>tr.info>th,.gt-shortcodes .table>tfoot>tr>td.info,.gt-shortcodes .table>tfoot>tr>th.info,.gt-shortcodes .table>thead>tr.info>td,.gt-shortcodes .table>thead>tr.info>th,.gt-shortcodes .table>thead>tr>td.info,.gt-shortcodes .table>thead>tr>th.info{background-color:#d9edf7}.gt-shortcodes .table-hover>tbody>tr.info:hover>td,.gt-shortcodes .table-hover>tbody>tr.info:hover>th,.gt-shortcodes .table-hover>tbody>tr:hover>.info,.gt-shortcodes .table-hover>tbody>tr>td.info:hover,.gt-shortcodes .table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.gt-shortcodes .table>tbody>tr.warning>td,.gt-shortcodes .table>tbody>tr.warning>th,.gt-shortcodes .table>tbody>tr>td.warning,.gt-shortcodes .table>tbody>tr>th.warning,.gt-shortcodes .table>tfoot>tr.warning>td,.gt-shortcodes .table>tfoot>tr.warning>th,.gt-shortcodes .table>tfoot>tr>td.warning,.gt-shortcodes .table>tfoot>tr>th.warning,.gt-shortcodes .table>thead>tr.warning>td,.gt-shortcodes .table>thead>tr.warning>th,.gt-shortcodes .table>thead>tr>td.warning,.gt-shortcodes .table>thead>tr>th.warning{background-color:#fcf8e3}.gt-shortcodes .table-hover>tbody>tr.warning:hover>td,.gt-shortcodes .table-hover>tbody>tr.warning:hover>th,.gt-shortcodes .table-hover>tbody>tr:hover>.warning,.gt-shortcodes .table-hover>tbody>tr>td.warning:hover,.gt-shortcodes .table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.gt-shortcodes .table>tbody>tr.danger>td,.gt-shortcodes .table>tbody>tr.danger>th,.gt-shortcodes .table>tbody>tr>td.danger,.gt-shortcodes .table>tbody>tr>th.danger,.gt-shortcodes .table>tfoot>tr.danger>td,.gt-shortcodes .table>tfoot>tr.danger>th,.gt-shortcodes .table>tfoot>tr>td.danger,.gt-shortcodes .table>tfoot>tr>th.danger,.gt-shortcodes .table>thead>tr.danger>td,.gt-shortcodes .table>thead>tr.danger>th,.gt-shortcodes .table>thead>tr>td.danger,.gt-shortcodes .table>thead>tr>th.danger{background-color:#f2dede}.gt-shortcodes .table-hover>tbody>tr.danger:hover>td,.gt-shortcodes .table-hover>tbody>tr.danger:hover>th,.gt-shortcodes .table-hover>tbody>tr:hover>.danger,.gt-shortcodes .table-hover>tbody>tr>td.danger:hover,.gt-shortcodes .table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.gt-shortcodes .table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.gt-shortcodes .table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.gt-shortcodes .table-responsive>.table{margin-bottom:0}.gt-shortcodes .table-responsive>.table>tbody>tr>td,.gt-shortcodes .table-responsive>.table>tbody>tr>th,.gt-shortcodes .table-responsive>.table>tfoot>tr>td,.gt-shortcodes .table-responsive>.table>tfoot>tr>th,.gt-shortcodes .table-responsive>.table>thead>tr>td,.gt-shortcodes .table-responsive>.table>thead>tr>th{white-space:nowrap}.gt-shortcodes .table-responsive>.table-bordered{border:0}.gt-shortcodes .table-responsive>.table-bordered>tbody>tr>td:first-child,.gt-shortcodes .table-responsive>.table-bordered>tbody>tr>th:first-child,.gt-shortcodes .table-responsive>.table-bordered>tfoot>tr>td:first-child,.gt-shortcodes .table-responsive>.table-bordered>tfoot>tr>th:first-child,.gt-shortcodes .table-responsive>.table-bordered>thead>tr>td:first-child,.gt-shortcodes .table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.gt-shortcodes .table-responsive>.table-bordered>tbody>tr>td:last-child,.gt-shortcodes .table-responsive>.table-bordered>tbody>tr>th:last-child,.gt-shortcodes .table-responsive>.table-bordered>tfoot>tr>td:last-child,.gt-shortcodes .table-responsive>.table-bordered>tfoot>tr>th:last-child,.gt-shortcodes .table-responsive>.table-bordered>thead>tr>td:last-child,.gt-shortcodes .table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.gt-shortcodes .table-responsive>.table-bordered>tbody>tr:last-child>td,.gt-shortcodes .table-responsive>.table-bordered>tbody>tr:last-child>th,.gt-shortcodes .table-responsive>.table-bordered>tfoot>tr:last-child>td,.gt-shortcodes .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}.gt-shortcodes fieldset{padding:0;margin:0;border:0;min-width:0}.gt-shortcodes legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}.gt-shortcodes label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.gt-shortcodes input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.gt-shortcodes input[type=radio],.gt-shortcodes input[type=checkbox]{margin:4px 0 0;line-height:normal}.gt-shortcodes input[type=file]{display:block}.gt-shortcodes input[type=range]{display:block;width:100%}.gt-shortcodes select[multiple],.gt-shortcodes select[size]{height:auto}.gt-shortcodes input[type=radio]:focus,.gt-shortcodes input[type=checkbox]:focus,.gt-shortcodes input[type=file]:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.gt-shortcodes output{display:block;padding-top:7px;font-size:14px;line-height:1.42857;color:#555}.gt-shortcodes .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.gt-shortcodes .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.gt-shortcodes .form-control::-moz-placeholder{color:#999;opacity:1}.gt-shortcodes .form-control:-ms-input-placeholder{color:#999}.gt-shortcodes .form-control::-webkit-input-placeholder{color:#999}.gt-shortcodes .form-control[disabled],.gt-shortcodes .form-control[readonly],fieldset[disabled] .gt-shortcodes .form-control{cursor:not-allowed;background-color:#eee;opacity:1}.gt-shortcodes textarea.form-control{height:auto}.gt-shortcodes input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){.gt-shortcodes input[type=date],.gt-shortcodes input[type=time],.gt-shortcodes input[type=datetime-local],.gt-shortcodes input[type=month]{line-height:34px}.gt-shortcodes input[type=date].input-sm,.gt-shortcodes input[type=time].input-sm,.gt-shortcodes input[type=datetime-local].input-sm,.gt-shortcodes input[type=month].input-sm,.input-group-sm .gt-shortcodes input[type=date],.input-group-sm .gt-shortcodes input[type=time],.input-group-sm .gt-shortcodes input[type=datetime-local],.input-group-sm .gt-shortcodes input[type=month]{line-height:30px}.gt-shortcodes input[type=date].input-lg,.gt-shortcodes input[type=time].input-lg,.gt-shortcodes input[type=datetime-local].input-lg,.gt-shortcodes input[type=month].input-lg,.input-group-lg .gt-shortcodes input[type=date],.input-group-lg .gt-shortcodes input[type=time],.input-group-lg .gt-shortcodes input[type=datetime-local],.input-group-lg .gt-shortcodes input[type=month]{line-height:46px}}.gt-shortcodes .form-group{margin-bottom:15px}.gt-shortcodes .checkbox,.gt-shortcodes .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.gt-shortcodes .checkbox label,.gt-shortcodes .radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.gt-shortcodes .checkbox input[type=checkbox],.gt-shortcodes .checkbox-inline input[type=checkbox],.gt-shortcodes .radio input[type=radio],.gt-shortcodes .radio-inline input[type=radio]{position:absolute;margin-left:-20px}.gt-shortcodes .checkbox+.checkbox,.gt-shortcodes .radio+.radio{margin-top:-5px}.gt-shortcodes .checkbox-inline,.gt-shortcodes .radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.gt-shortcodes .checkbox-inline+.checkbox-inline,.gt-shortcodes .radio-inline+.radio-inline{margin-top:0;margin-left:10px}.gt-shortcodes .checkbox-inline.disabled,.gt-shortcodes .checkbox.disabled label,.gt-shortcodes .radio-inline.disabled,.gt-shortcodes .radio.disabled label,.gt-shortcodes input[type=radio].disabled,.gt-shortcodes input[type=radio][disabled],.gt-shortcodes input[type=checkbox].disabled,.gt-shortcodes input[type=checkbox][disabled],fieldset[disabled] .gt-shortcodes .checkbox label,fieldset[disabled] .gt-shortcodes .checkbox-inline,fieldset[disabled] .gt-shortcodes .radio label,fieldset[disabled] .gt-shortcodes .radio-inline,fieldset[disabled] .gt-shortcodes input[type=radio],fieldset[disabled] .gt-shortcodes input[type=checkbox]{cursor:not-allowed}.gt-shortcodes .form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.gt-shortcodes .form-control-static.input-lg,.gt-shortcodes .form-control-static.input-sm{padding-left:0;padding-right:0}.gt-shortcodes .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.gt-shortcodes select.input-sm{height:30px;line-height:30px}.gt-shortcodes select[multiple].input-sm,.gt-shortcodes textarea.input-sm{height:auto}.gt-shortcodes .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.gt-shortcodes .form-group-sm select.form-control{height:30px;line-height:30px}.gt-shortcodes .form-group-sm select[multiple].form-control,.gt-shortcodes .form-group-sm textarea.form-control{height:auto}.gt-shortcodes .form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5}.gt-shortcodes .input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.gt-shortcodes select.input-lg{height:46px;line-height:46px}.gt-shortcodes select[multiple].input-lg,.gt-shortcodes textarea.input-lg{height:auto}.gt-shortcodes .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.gt-shortcodes .form-group-lg select.form-control{height:46px;line-height:46px}.gt-shortcodes .form-group-lg select[multiple].form-control,.gt-shortcodes .form-group-lg textarea.form-control{height:auto}.gt-shortcodes .form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.33333}.gt-shortcodes .has-feedback{position:relative}.gt-shortcodes .has-feedback .form-control{padding-right:42.5px}.gt-shortcodes .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.gt-shortcodes .input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.gt-shortcodes .input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.gt-shortcodes .has-success .checkbox,.gt-shortcodes .has-success .checkbox-inline,.gt-shortcodes .has-success .control-label,.gt-shortcodes .has-success .help-block,.gt-shortcodes .has-success .radio,.gt-shortcodes .has-success .radio-inline,.gt-shortcodes .has-success.checkbox label,.gt-shortcodes .has-success.checkbox-inline label,.gt-shortcodes .has-success.radio label,.gt-shortcodes .has-success.radio-inline label{color:#3c763d}.gt-shortcodes .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.gt-shortcodes .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.gt-shortcodes .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.gt-shortcodes .has-success .form-control-feedback{color:#3c763d}.gt-shortcodes .has-warning .checkbox,.gt-shortcodes .has-warning .checkbox-inline,.gt-shortcodes .has-warning .control-label,.gt-shortcodes .has-warning .help-block,.gt-shortcodes .has-warning .radio,.gt-shortcodes .has-warning .radio-inline,.gt-shortcodes .has-warning.checkbox label,.gt-shortcodes .has-warning.checkbox-inline label,.gt-shortcodes .has-warning.radio label,.gt-shortcodes .has-warning.radio-inline label{color:#8a6d3b}.gt-shortcodes .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.gt-shortcodes .has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.gt-shortcodes .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.gt-shortcodes .has-warning .form-control-feedback{color:#8a6d3b}.gt-shortcodes .has-error .checkbox,.gt-shortcodes .has-error .checkbox-inline,.gt-shortcodes .has-error .control-label,.gt-shortcodes .has-error .help-block,.gt-shortcodes .has-error .radio,.gt-shortcodes .has-error .radio-inline,.gt-shortcodes .has-error.checkbox label,.gt-shortcodes .has-error.checkbox-inline label,.gt-shortcodes .has-error.radio label,.gt-shortcodes .has-error.radio-inline label{color:#a94442}.gt-shortcodes .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.gt-shortcodes .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.gt-shortcodes .has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.gt-shortcodes .has-error .form-control-feedback{color:#a94442}.gt-shortcodes .has-feedback label~.form-control-feedback{top:25px}.gt-shortcodes .has-feedback label.sr-only~.form-control-feedback{top:0}.gt-shortcodes .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.gt-shortcodes .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.gt-shortcodes .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.gt-shortcodes .form-inline .form-control-static{display:inline-block}.gt-shortcodes .form-inline .input-group{display:inline-table;vertical-align:middle}.gt-shortcodes .form-inline .input-group .form-control,.gt-shortcodes .form-inline .input-group .input-group-addon,.gt-shortcodes .form-inline .input-group .input-group-btn{width:auto}.gt-shortcodes .form-inline .input-group>.form-control{width:100%}.gt-shortcodes .form-inline .control-label{margin-bottom:0;vertical-align:middle}.gt-shortcodes .form-inline .checkbox,.gt-shortcodes .form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.gt-shortcodes .form-inline .checkbox label,.gt-shortcodes .form-inline .radio label{padding-left:0}.gt-shortcodes .form-inline .checkbox input[type=checkbox],.gt-shortcodes .form-inline .radio input[type=radio]{position:relative;margin-left:0}.gt-shortcodes .form-inline .has-feedback .form-control-feedback{top:0}}.gt-shortcodes .form-horizontal .checkbox,.gt-shortcodes .form-horizontal .checkbox-inline,.gt-shortcodes .form-horizontal .radio,.gt-shortcodes .form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.gt-shortcodes .form-horizontal .checkbox,.gt-shortcodes .form-horizontal .radio{min-height:27px}.gt-shortcodes .form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.gt-shortcodes .form-horizontal .form-group:after,.gt-shortcodes .form-horizontal .form-group:before{content:" ";display:table}.gt-shortcodes .form-horizontal .form-group:after{clear:both}@media(min-width:768px){.gt-shortcodes .form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.gt-shortcodes .form-horizontal .has-feedback .form-control-feedback{right:15px}@media(min-width:768px){.gt-shortcodes .form-horizontal .form-group-lg .control-label{padding-top:14.33px}}@media(min-width:768px){.gt-shortcodes .form-horizontal .form-group-sm .control-label{padding-top:6px}}.gt-shortcodes .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.gt-shortcodes .btn.active.focus,.gt-shortcodes .btn.active:focus,.gt-shortcodes .btn.focus,.gt-shortcodes .btn:active.focus,.gt-shortcodes .btn:active:focus,.gt-shortcodes .btn:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.gt-shortcodes .btn.focus,.gt-shortcodes .btn:focus,.gt-shortcodes .btn:hover{color:#333;text-decoration:none}.gt-shortcodes .btn.active,.gt-shortcodes .btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.gt-shortcodes .btn.disabled,.gt-shortcodes .btn[disabled],fieldset[disabled] .gt-shortcodes .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.gt-shortcodes .btn-default{color:#333;background-color:#fff;border-color:#ccc}.gt-shortcodes .btn-default.active,.gt-shortcodes .btn-default.focus,.gt-shortcodes .btn-default:active,.gt-shortcodes .btn-default:focus,.gt-shortcodes .btn-default:hover,.open>.gt-shortcodes .btn-default.dropdown-toggle{color:#333;background-color:#e6e6e6;border-color:#adadad}.gt-shortcodes .btn-default.active,.gt-shortcodes .btn-default:active,.open>.gt-shortcodes .btn-default.dropdown-toggle{background-image:none}.gt-shortcodes .btn-default.disabled,.gt-shortcodes .btn-default.disabled.active,.gt-shortcodes .btn-default.disabled.focus,.gt-shortcodes .btn-default.disabled:active,.gt-shortcodes .btn-default.disabled:focus,.gt-shortcodes .btn-default.disabled:hover,.gt-shortcodes .btn-default[disabled],.gt-shortcodes .btn-default[disabled].active,.gt-shortcodes .btn-default[disabled].focus,.gt-shortcodes .btn-default[disabled]:active,.gt-shortcodes .btn-default[disabled]:focus,.gt-shortcodes .btn-default[disabled]:hover,fieldset[disabled] .gt-shortcodes .btn-default,fieldset[disabled] .gt-shortcodes .btn-default.active,fieldset[disabled] .gt-shortcodes .btn-default.focus,fieldset[disabled] .gt-shortcodes .btn-default:active,fieldset[disabled] .gt-shortcodes .btn-default:focus,fieldset[disabled] .gt-shortcodes .btn-default:hover{background-color:#fff;border-color:#ccc}.gt-shortcodes .btn-default .badge{color:#fff;background-color:#333}.gt-shortcodes .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.gt-shortcodes .btn-primary.active,.gt-shortcodes .btn-primary.focus,.gt-shortcodes .btn-primary:active,.gt-shortcodes .btn-primary:focus,.gt-shortcodes .btn-primary:hover,.open>.gt-shortcodes .btn-primary.dropdown-toggle{color:#fff;background-color:#286090;border-color:#204d74}.gt-shortcodes .btn-primary.active,.gt-shortcodes .btn-primary:active,.open>.gt-shortcodes .btn-primary.dropdown-toggle{background-image:none}.gt-shortcodes .btn-primary.disabled,.gt-shortcodes .btn-primary.disabled.active,.gt-shortcodes .btn-primary.disabled.focus,.gt-shortcodes .btn-primary.disabled:active,.gt-shortcodes .btn-primary.disabled:focus,.gt-shortcodes .btn-primary.disabled:hover,.gt-shortcodes .btn-primary[disabled],.gt-shortcodes .btn-primary[disabled].active,.gt-shortcodes .btn-primary[disabled].focus,.gt-shortcodes .btn-primary[disabled]:active,.gt-shortcodes .btn-primary[disabled]:focus,.gt-shortcodes .btn-primary[disabled]:hover,fieldset[disabled] .gt-shortcodes .btn-primary,fieldset[disabled] .gt-shortcodes .btn-primary.active,fieldset[disabled] .gt-shortcodes .btn-primary.focus,fieldset[disabled] .gt-shortcodes .btn-primary:active,fieldset[disabled] .gt-shortcodes .btn-primary:focus,fieldset[disabled] .gt-shortcodes .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.gt-shortcodes .btn-primary .badge{color:#337ab7;background-color:#fff}.gt-shortcodes .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.gt-shortcodes .btn-success.active,.gt-shortcodes .btn-success.focus,.gt-shortcodes .btn-success:active,.gt-shortcodes .btn-success:focus,.gt-shortcodes .btn-success:hover,.open>.gt-shortcodes .btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#398439}.gt-shortcodes .btn-success.active,.gt-shortcodes .btn-success:active,.open>.gt-shortcodes .btn-success.dropdown-toggle{background-image:none}.gt-shortcodes .btn-success.disabled,.gt-shortcodes .btn-success.disabled.active,.gt-shortcodes .btn-success.disabled.focus,.gt-shortcodes .btn-success.disabled:active,.gt-shortcodes .btn-success.disabled:focus,.gt-shortcodes .btn-success.disabled:hover,.gt-shortcodes .btn-success[disabled],.gt-shortcodes .btn-success[disabled].active,.gt-shortcodes .btn-success[disabled].focus,.gt-shortcodes .btn-success[disabled]:active,.gt-shortcodes .btn-success[disabled]:focus,.gt-shortcodes .btn-success[disabled]:hover,fieldset[disabled] .gt-shortcodes .btn-success,fieldset[disabled] .gt-shortcodes .btn-success.active,fieldset[disabled] .gt-shortcodes .btn-success.focus,fieldset[disabled] .gt-shortcodes .btn-success:active,fieldset[disabled] .gt-shortcodes .btn-success:focus,fieldset[disabled] .gt-shortcodes .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.gt-shortcodes .btn-success .badge{color:#5cb85c;background-color:#fff}.gt-shortcodes .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.gt-shortcodes .btn-info.active,.gt-shortcodes .btn-info.focus,.gt-shortcodes .btn-info:active,.gt-shortcodes .btn-info:focus,.gt-shortcodes .btn-info:hover,.open>.gt-shortcodes .btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#269abc}.gt-shortcodes .btn-info.active,.gt-shortcodes .btn-info:active,.open>.gt-shortcodes .btn-info.dropdown-toggle{background-image:none}.gt-shortcodes .btn-info.disabled,.gt-shortcodes .btn-info.disabled.active,.gt-shortcodes .btn-info.disabled.focus,.gt-shortcodes .btn-info.disabled:active,.gt-shortcodes .btn-info.disabled:focus,.gt-shortcodes .btn-info.disabled:hover,.gt-shortcodes .btn-info[disabled],.gt-shortcodes .btn-info[disabled].active,.gt-shortcodes .btn-info[disabled].focus,.gt-shortcodes .btn-info[disabled]:active,.gt-shortcodes .btn-info[disabled]:focus,.gt-shortcodes .btn-info[disabled]:hover,fieldset[disabled] .gt-shortcodes .btn-info,fieldset[disabled] .gt-shortcodes .btn-info.active,fieldset[disabled] .gt-shortcodes .btn-info.focus,fieldset[disabled] .gt-shortcodes .btn-info:active,fieldset[disabled] .gt-shortcodes .btn-info:focus,fieldset[disabled] .gt-shortcodes .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.gt-shortcodes .btn-info .badge{color:#5bc0de;background-color:#fff}.gt-shortcodes .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.gt-shortcodes .btn-warning.active,.gt-shortcodes .btn-warning.focus,.gt-shortcodes .btn-warning:active,.gt-shortcodes .btn-warning:focus,.gt-shortcodes .btn-warning:hover,.open>.gt-shortcodes .btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#d58512}.gt-shortcodes .btn-warning.active,.gt-shortcodes .btn-warning:active,.open>.gt-shortcodes .btn-warning.dropdown-toggle{background-image:none}.gt-shortcodes .btn-warning.disabled,.gt-shortcodes .btn-warning.disabled.active,.gt-shortcodes .btn-warning.disabled.focus,.gt-shortcodes .btn-warning.disabled:active,.gt-shortcodes .btn-warning.disabled:focus,.gt-shortcodes .btn-warning.disabled:hover,.gt-shortcodes .btn-warning[disabled],.gt-shortcodes .btn-warning[disabled].active,.gt-shortcodes .btn-warning[disabled].focus,.gt-shortcodes .btn-warning[disabled]:active,.gt-shortcodes .btn-warning[disabled]:focus,.gt-shortcodes .btn-warning[disabled]:hover,fieldset[disabled] .gt-shortcodes .btn-warning,fieldset[disabled] .gt-shortcodes .btn-warning.active,fieldset[disabled] .gt-shortcodes .btn-warning.focus,fieldset[disabled] .gt-shortcodes .btn-warning:active,fieldset[disabled] .gt-shortcodes .btn-warning:focus,fieldset[disabled] .gt-shortcodes .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.gt-shortcodes .btn-warning .badge{color:#f0ad4e;background-color:#fff}.gt-shortcodes .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.gt-shortcodes .btn-danger.active,.gt-shortcodes .btn-danger.focus,.gt-shortcodes .btn-danger:active,.gt-shortcodes .btn-danger:focus,.gt-shortcodes .btn-danger:hover,.open>.gt-shortcodes .btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#ac2925}.gt-shortcodes .btn-danger.active,.gt-shortcodes .btn-danger:active,.open>.gt-shortcodes .btn-danger.dropdown-toggle{background-image:none}.gt-shortcodes .btn-danger.disabled,.gt-shortcodes .btn-danger.disabled.active,.gt-shortcodes .btn-danger.disabled.focus,.gt-shortcodes .btn-danger.disabled:active,.gt-shortcodes .btn-danger.disabled:focus,.gt-shortcodes .btn-danger.disabled:hover,.gt-shortcodes .btn-danger[disabled],.gt-shortcodes .btn-danger[disabled].active,.gt-shortcodes .btn-danger[disabled].focus,.gt-shortcodes .btn-danger[disabled]:active,.gt-shortcodes .btn-danger[disabled]:focus,.gt-shortcodes .btn-danger[disabled]:hover,fieldset[disabled] .gt-shortcodes .btn-danger,fieldset[disabled] .gt-shortcodes .btn-danger.active,fieldset[disabled] .gt-shortcodes .btn-danger.focus,fieldset[disabled] .gt-shortcodes .btn-danger:active,fieldset[disabled] .gt-shortcodes .btn-danger:focus,fieldset[disabled] .gt-shortcodes .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.gt-shortcodes .btn-danger .badge{color:#d9534f;background-color:#fff}.gt-shortcodes .btn-link{color:#337ab7;font-weight:400;border-radius:0}.gt-shortcodes .btn-link,.gt-shortcodes .btn-link.active,.gt-shortcodes .btn-link:active,.gt-shortcodes .btn-link[disabled],fieldset[disabled] .gt-shortcodes .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.gt-shortcodes .btn-link,.gt-shortcodes .btn-link:active,.gt-shortcodes .btn-link:focus,.gt-shortcodes .btn-link:hover{border-color:transparent}.gt-shortcodes .btn-link:focus,.gt-shortcodes .btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.gt-shortcodes .btn-link[disabled]:focus,.gt-shortcodes .btn-link[disabled]:hover,fieldset[disabled] .gt-shortcodes .btn-link:focus,fieldset[disabled] .gt-shortcodes .btn-link:hover{color:#777;text-decoration:none}.gt-shortcodes .btn-group-lg>.btn,.gt-shortcodes .btn-lg{padding:10px 16px;font-size:18px;line-height:1.33333;border-radius:6px}.gt-shortcodes .btn-group-sm>.btn,.gt-shortcodes .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.gt-shortcodes .btn-group-xs>.btn,.gt-shortcodes .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.gt-shortcodes .btn-block{display:block;width:100%}.gt-shortcodes .btn-block+.btn-block{margin-top:5px}.gt-shortcodes input[type=submit].btn-block,.gt-shortcodes input[type=reset].btn-block,.gt-shortcodes input[type=button].btn-block{width:100%}.gt-shortcodes .fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.gt-shortcodes .fade.in{opacity:1}.gt-shortcodes .collapse{display:none;visibility:hidden}.gt-shortcodes .collapse.in{display:block;visibility:visible}.gt-shortcodes tr.collapse.in{display:table-row}.gt-shortcodes tbody.collapse.in{display:table-row-group}.gt-shortcodes .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.gt-shortcodes .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.gt-shortcodes .dropdown,.gt-shortcodes .dropup{position:relative}.gt-shortcodes .dropdown-toggle:focus{outline:0}.gt-shortcodes .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:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.gt-shortcodes .dropdown-menu.pull-right{right:0;left:auto}.gt-shortcodes .dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.gt-shortcodes .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857;color:#333;white-space:nowrap}.gt-shortcodes .dropdown-menu>li>a:focus,.gt-shortcodes .dropdown-menu>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.gt-shortcodes .dropdown-menu>.active>a,.gt-shortcodes .dropdown-menu>.active>a:focus,.gt-shortcodes .dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.gt-shortcodes .dropdown-menu>.disabled>a,.gt-shortcodes .dropdown-menu>.disabled>a:focus,.gt-shortcodes .dropdown-menu>.disabled>a:hover{color:#777}.gt-shortcodes .dropdown-menu>.disabled>a:focus,.gt-shortcodes .dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.gt-shortcodes .open>.dropdown-menu{display:block}.gt-shortcodes .open>a{outline:0}.gt-shortcodes .dropdown-menu-right{left:auto;right:0}.gt-shortcodes .dropdown-menu-left{left:0;right:auto}.gt-shortcodes .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857;color:#777;white-space:nowrap}.gt-shortcodes .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.gt-shortcodes .pull-right>.dropdown-menu{right:0;left:auto}.gt-shortcodes .dropup .caret,.gt-shortcodes .navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.gt-shortcodes .dropup .dropdown-menu,.gt-shortcodes .navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media(min-width:768px){.gt-shortcodes .navbar-right .dropdown-menu{right:0;left:auto}.gt-shortcodes .navbar-right .dropdown-menu-left{left:0;right:auto}}.gt-shortcodes .btn-group,.gt-shortcodes .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.gt-shortcodes .btn-group-vertical>.btn,.gt-shortcodes .btn-group>.btn{position:relative;float:left}.gt-shortcodes .btn-group-vertical>.btn.active,.gt-shortcodes .btn-group-vertical>.btn:active,.gt-shortcodes .btn-group-vertical>.btn:focus,.gt-shortcodes .btn-group-vertical>.btn:hover,.gt-shortcodes .btn-group>.btn.active,.gt-shortcodes .btn-group>.btn:active,.gt-shortcodes .btn-group>.btn:focus,.gt-shortcodes .btn-group>.btn:hover{z-index:2}.gt-shortcodes .btn-group .btn+.btn,.gt-shortcodes .btn-group .btn+.btn-group,.gt-shortcodes .btn-group .btn-group+.btn,.gt-shortcodes .btn-group .btn-group+.btn-group{margin-left:-1px}.gt-shortcodes .btn-toolbar{margin-left:-5px}.gt-shortcodes .btn-toolbar:after,.gt-shortcodes .btn-toolbar:before{content:" ";display:table}.gt-shortcodes .btn-toolbar:after{clear:both}.gt-shortcodes .btn-toolbar .btn-group,.gt-shortcodes .btn-toolbar .input-group{float:left}.gt-shortcodes .btn-toolbar>.btn,.gt-shortcodes .btn-toolbar>.btn-group,.gt-shortcodes .btn-toolbar>.input-group{margin-left:5px}.gt-shortcodes .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.gt-shortcodes .btn-group>.btn:first-child{margin-left:0}.gt-shortcodes .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.gt-shortcodes .btn-group>.btn:last-child:not(:first-child),.gt-shortcodes .btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.gt-shortcodes .btn-group>.btn-group{float:left}.gt-shortcodes .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.gt-shortcodes .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.gt-shortcodes .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.gt-shortcodes .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.gt-shortcodes .btn-group .dropdown-toggle:active,.gt-shortcodes .btn-group.open .dropdown-toggle{outline:0}.gt-shortcodes .btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.gt-shortcodes .btn-group-lg.btn-group>.btn+.dropdown-toggle,.gt-shortcodes .btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.gt-shortcodes .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.gt-shortcodes .btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.gt-shortcodes .btn .caret{margin-left:0}.gt-shortcodes .btn-group-lg>.btn .caret,.gt-shortcodes .btn-lg .caret{border-width:5px 5px 0}.gt-shortcodes .dropup .btn-group-lg>.btn .caret,.gt-shortcodes .dropup .btn-lg .caret{border-width:0 5px 5px}.gt-shortcodes .btn-group-vertical>.btn,.gt-shortcodes .btn-group-vertical>.btn-group,.gt-shortcodes .btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.gt-shortcodes .btn-group-vertical>.btn-group:after,.gt-shortcodes .btn-group-vertical>.btn-group:before{content:" ";display:table}.gt-shortcodes .btn-group-vertical>.btn-group:after{clear:both}.gt-shortcodes .btn-group-vertical>.btn-group>.btn{float:none}.gt-shortcodes .btn-group-vertical>.btn+.btn,.gt-shortcodes .btn-group-vertical>.btn+.btn-group,.gt-shortcodes .btn-group-vertical>.btn-group+.btn,.gt-shortcodes .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.gt-shortcodes .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.gt-shortcodes .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.gt-shortcodes .btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.gt-shortcodes .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.gt-shortcodes .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.gt-shortcodes .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.gt-shortcodes .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.gt-shortcodes .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.gt-shortcodes .btn-group-justified>.btn,.gt-shortcodes .btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.gt-shortcodes .btn-group-justified>.btn-group .btn{width:100%}.gt-shortcodes .btn-group-justified>.btn-group .dropdown-menu{left:auto}.gt-shortcodes [data-toggle=buttons]>.btn input[type=radio],.gt-shortcodes [data-toggle=buttons]>.btn input[type=checkbox],.gt-shortcodes [data-toggle=buttons]>.btn-group>.btn input[type=radio],.gt-shortcodes [data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.gt-shortcodes .nav{margin-bottom:0;padding-left:0;list-style:none}.gt-shortcodes .nav:after,.gt-shortcodes .nav:before{content:" ";display:table}.gt-shortcodes .nav:after{clear:both}.gt-shortcodes .nav>li{position:relative;display:block}.gt-shortcodes .nav>li>a{position:relative;display:block;padding:10px 15px}.gt-shortcodes .nav>li>a:focus,.gt-shortcodes .nav>li>a:hover{text-decoration:none;background-color:#eee}.gt-shortcodes .nav>li.disabled>a{color:#777}.gt-shortcodes .nav>li.disabled>a:focus,.gt-shortcodes .nav>li.disabled>a:hover{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.gt-shortcodes .nav .open>a,.gt-shortcodes .nav .open>a:focus,.gt-shortcodes .nav .open>a:hover{background-color:#eee;border-color:#337ab7}.gt-shortcodes .nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.gt-shortcodes .nav>li>a>img{max-width:none}.gt-shortcodes .nav-tabs{border-bottom:1px solid #ddd}.gt-shortcodes .nav-tabs>li{float:left;margin-bottom:-1px}.gt-shortcodes .nav-tabs>li>a{margin-right:2px;line-height:1.42857;border:1px solid transparent;border-radius:4px 4px 0 0}.gt-shortcodes .nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.gt-shortcodes .nav-tabs>li.active>a,.gt-shortcodes .nav-tabs>li.active>a:focus,.gt-shortcodes .nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.gt-shortcodes .nav-pills>li{float:left}.gt-shortcodes .nav-pills>li>a{border-radius:4px}.gt-shortcodes .nav-pills>li+li{margin-left:2px}.gt-shortcodes .nav-pills>li.active>a,.gt-shortcodes .nav-pills>li.active>a:focus,.gt-shortcodes .nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.gt-shortcodes .nav-stacked>li{float:none}.gt-shortcodes .nav-stacked>li+li{margin-top:2px;margin-left:0}.gt-shortcodes .nav-justified,.gt-shortcodes .nav-tabs.nav-justified{width:100%}.gt-shortcodes .nav-justified>li,.gt-shortcodes .nav-tabs.nav-justified>li{float:none}.gt-shortcodes .nav-justified>li>a,.gt-shortcodes .nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.gt-shortcodes .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.gt-shortcodes .nav-justified>li,.gt-shortcodes .nav-tabs.nav-justified>li{display:table-cell;width:1%}.gt-shortcodes .nav-justified>li>a,.gt-shortcodes .nav-tabs.nav-justified>li>a{margin-bottom:0}}.gt-shortcodes .nav-tabs-justified,.gt-shortcodes .nav-tabs.nav-justified{border-bottom:0}.gt-shortcodes .nav-tabs-justified>li>a,.gt-shortcodes .nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.gt-shortcodes .nav-tabs-justified>.active>a,.gt-shortcodes .nav-tabs-justified>.active>a:focus,.gt-shortcodes .nav-tabs-justified>.active>a:hover,.gt-shortcodes .nav-tabs.nav-justified>.active>a,.gt-shortcodes .nav-tabs.nav-justified>.active>a:focus,.gt-shortcodes .nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media(min-width:768px){.gt-shortcodes .nav-tabs-justified>li>a,.gt-shortcodes .nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.gt-shortcodes .nav-tabs-justified>.active>a,.gt-shortcodes .nav-tabs-justified>.active>a:focus,.gt-shortcodes .nav-tabs-justified>.active>a:hover,.gt-shortcodes .nav-tabs.nav-justified>.active>a,.gt-shortcodes .nav-tabs.nav-justified>.active>a:focus,.gt-shortcodes .nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.gt-shortcodes .tab-content>.tab-pane{display:none;visibility:hidden}.gt-shortcodes .tab-content>.active{display:block;visibility:visible}.gt-shortcodes .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.gt-shortcodes .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.gt-shortcodes .label:empty{display:none}.btn .gt-shortcodes .label{position:relative;top:-1px}.gt-shortcodes a.label:focus,.gt-shortcodes a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.gt-shortcodes .label-default{background-color:#777}.gt-shortcodes .label-default[href]:focus,.gt-shortcodes .label-default[href]:hover{background-color:#5e5e5e}.gt-shortcodes .label-primary{background-color:#337ab7}.gt-shortcodes .label-primary[href]:focus,.gt-shortcodes .label-primary[href]:hover{background-color:#286090}.gt-shortcodes .label-success{background-color:#5cb85c}.gt-shortcodes .label-success[href]:focus,.gt-shortcodes .label-success[href]:hover{background-color:#449d44}.gt-shortcodes .label-info{background-color:#5bc0de}.gt-shortcodes .label-info[href]:focus,.gt-shortcodes .label-info[href]:hover{background-color:#31b0d5}.gt-shortcodes .label-warning{background-color:#f0ad4e}.gt-shortcodes .label-warning[href]:focus,.gt-shortcodes .label-warning[href]:hover{background-color:#ec971f}.gt-shortcodes .label-danger{background-color:#d9534f}.gt-shortcodes .label-danger[href]:focus,.gt-shortcodes .label-danger[href]:hover{background-color:#c9302c}.gt-shortcodes .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.gt-shortcodes .badge:empty{display:none}.btn .gt-shortcodes .badge{position:relative;top:-1px}.btn-xs .gt-shortcodes .badge,.gt-shortcodes .btn-group-xs>.btn .gt-shortcodes .badge{top:0;padding:1px 5px}.list-group-item.active>.gt-shortcodes .badge,.nav-pills>.active>a>.gt-shortcodes .badge{color:#337ab7;background-color:#fff}.list-group-item>.gt-shortcodes .badge{float:right}.list-group-item>.gt-shortcodes .badge+.gt-shortcodes .badge{margin-right:5px}.nav-pills>li>a>.gt-shortcodes .badge{margin-left:3px}.gt-shortcodes a.badge:focus,.gt-shortcodes a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.gt-shortcodes .jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.gt-shortcodes .jumbotron .h1,.gt-shortcodes .jumbotron h1{color:inherit}.gt-shortcodes .jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.gt-shortcodes .jumbotron>hr{border-top-color:#d5d5d5}.container .gt-shortcodes .jumbotron,.container-fluid .gt-shortcodes .jumbotron{border-radius:6px}.gt-shortcodes .jumbotron .container{max-width:100%}@media screen and (min-width:768px){.gt-shortcodes .jumbotron{padding:48px 0}.container .gt-shortcodes .jumbotron,.container-fluid .gt-shortcodes .jumbotron{padding-left:60px;padding-right:60px}.gt-shortcodes .jumbotron .h1,.gt-shortcodes .jumbotron h1{font-size:63px}}.gt-shortcodes .thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.gt-shortcodes .thumbnail a>img,.gt-shortcodes .thumbnail>img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto}.gt-shortcodes .thumbnail .caption{padding:9px;color:#333}.gt-shortcodes a.thumbnail.active,.gt-shortcodes a.thumbnail:focus,.gt-shortcodes a.thumbnail:hover{border-color:#337ab7}.gt-shortcodes .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.gt-shortcodes .alert h4{margin-top:0;color:inherit}.gt-shortcodes .alert .alert-link{font-weight:700}.gt-shortcodes .alert>p,.gt-shortcodes .alert>ul{margin-bottom:0}.gt-shortcodes .alert>p+p{margin-top:5px}.gt-shortcodes .alert-dismissable,.gt-shortcodes .alert-dismissible{padding-right:35px}.gt-shortcodes .alert-dismissable .close,.gt-shortcodes .alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.gt-shortcodes .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.gt-shortcodes .alert-success hr{border-top-color:#c9e2b3}.gt-shortcodes .alert-success .alert-link{color:#2b542c}.gt-shortcodes .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.gt-shortcodes .alert-info hr{border-top-color:#a6e1ec}.gt-shortcodes .alert-info .alert-link{color:#245269}.gt-shortcodes .alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.gt-shortcodes .alert-warning hr{border-top-color:#f7e1b5}.gt-shortcodes .alert-warning .alert-link{color:#66512c}.gt-shortcodes .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.gt-shortcodes .alert-danger hr{border-top-color:#e4b9c0}.gt-shortcodes .alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{.gt-shortcodes from{background-position:40px 0}.gt-shortcodes to{background-position:0 0}}@keyframes progress-bar-stripes{.gt-shortcodes from{background-position:40px 0}.gt-shortcodes to{background-position:0 0}}.gt-shortcodes .progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.gt-shortcodes .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.gt-shortcodes .progress-bar-striped,.gt-shortcodes .progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.gt-shortcodes .progress-bar.active,.gt-shortcodes .progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.gt-shortcodes .progress-bar-success{background-color:#5cb85c}.progress-striped .gt-shortcodes .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.gt-shortcodes .progress-bar-info{background-color:#5bc0de}.progress-striped .gt-shortcodes .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.gt-shortcodes .progress-bar-warning{background-color:#f0ad4e}.progress-striped .gt-shortcodes .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.gt-shortcodes .progress-bar-danger{background-color:#d9534f}.progress-striped .gt-shortcodes .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.gt-shortcodes .media{margin-top:15px}.gt-shortcodes .media:first-child{margin-top:0}.gt-shortcodes .media,.gt-shortcodes .media-body{zoom:1;overflow:hidden}.gt-shortcodes .media-body{width:10000px}.gt-shortcodes .media-object{display:block}.gt-shortcodes .media-right,.gt-shortcodes .media>.pull-right{padding-left:10px}.gt-shortcodes .media-left,.gt-shortcodes .media>.pull-left{padding-right:10px}.gt-shortcodes .media-body,.gt-shortcodes .media-left,.gt-shortcodes .media-right{display:table-cell;vertical-align:top}.gt-shortcodes .media-middle{vertical-align:middle}.gt-shortcodes .media-bottom{vertical-align:bottom}.gt-shortcodes .media-heading{margin-top:0;margin-bottom:5px}.gt-shortcodes .media-list{padding-left:0;list-style:none}.gt-shortcodes .list-group{margin-bottom:20px;padding-left:0}.gt-shortcodes .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.gt-shortcodes .list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.gt-shortcodes .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.gt-shortcodes a.list-group-item{color:#555}.gt-shortcodes a.list-group-item .list-group-item-heading{color:#333}.gt-shortcodes a.list-group-item:focus,.gt-shortcodes a.list-group-item:hover{text-decoration:none;color:#555;background-color:#f5f5f5}.gt-shortcodes .list-group-item.disabled,.gt-shortcodes .list-group-item.disabled:focus,.gt-shortcodes .list-group-item.disabled:hover{background-color:#eee;color:#777;cursor:not-allowed}.gt-shortcodes .list-group-item.disabled .list-group-item-heading,.gt-shortcodes .list-group-item.disabled:focus .list-group-item-heading,.gt-shortcodes .list-group-item.disabled:hover .list-group-item-heading{color:inherit}.gt-shortcodes .list-group-item.disabled .list-group-item-text,.gt-shortcodes .list-group-item.disabled:focus .list-group-item-text,.gt-shortcodes .list-group-item.disabled:hover .list-group-item-text{color:#777}.gt-shortcodes .list-group-item.active,.gt-shortcodes .list-group-item.active:focus,.gt-shortcodes .list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.gt-shortcodes .list-group-item.active .list-group-item-heading,.gt-shortcodes .list-group-item.active .list-group-item-heading>.small,.gt-shortcodes .list-group-item.active .list-group-item-heading>small,.gt-shortcodes .list-group-item.active:focus .list-group-item-heading,.gt-shortcodes .list-group-item.active:focus .list-group-item-heading>.small,.gt-shortcodes .list-group-item.active:focus .list-group-item-heading>small,.gt-shortcodes .list-group-item.active:hover .list-group-item-heading,.gt-shortcodes .list-group-item.active:hover .list-group-item-heading>.small,.gt-shortcodes .list-group-item.active:hover .list-group-item-heading>small{color:inherit}.gt-shortcodes .list-group-item.active .list-group-item-text,.gt-shortcodes .list-group-item.active:focus .list-group-item-text,.gt-shortcodes .list-group-item.active:hover .list-group-item-text{color:#c7ddef}.gt-shortcodes .list-group-item-success{color:#3c763d;background-color:#dff0d8}.gt-shortcodes a.list-group-item-success{color:#3c763d}.gt-shortcodes a.list-group-item-success .list-group-item-heading{color:inherit}.gt-shortcodes a.list-group-item-success:focus,.gt-shortcodes a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}.gt-shortcodes a.list-group-item-success.active,.gt-shortcodes a.list-group-item-success.active:focus,.gt-shortcodes a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.gt-shortcodes .list-group-item-info{color:#31708f;background-color:#d9edf7}.gt-shortcodes a.list-group-item-info{color:#31708f}.gt-shortcodes a.list-group-item-info .list-group-item-heading{color:inherit}.gt-shortcodes a.list-group-item-info:focus,.gt-shortcodes a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}.gt-shortcodes a.list-group-item-info.active,.gt-shortcodes a.list-group-item-info.active:focus,.gt-shortcodes a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.gt-shortcodes .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}.gt-shortcodes a.list-group-item-warning{color:#8a6d3b}.gt-shortcodes a.list-group-item-warning .list-group-item-heading{color:inherit}.gt-shortcodes a.list-group-item-warning:focus,.gt-shortcodes a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}.gt-shortcodes a.list-group-item-warning.active,.gt-shortcodes a.list-group-item-warning.active:focus,.gt-shortcodes a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.gt-shortcodes .list-group-item-danger{color:#a94442;background-color:#f2dede}.gt-shortcodes a.list-group-item-danger{color:#a94442}.gt-shortcodes a.list-group-item-danger .list-group-item-heading{color:inherit}.gt-shortcodes a.list-group-item-danger:focus,.gt-shortcodes a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}.gt-shortcodes a.list-group-item-danger.active,.gt-shortcodes a.list-group-item-danger.active:focus,.gt-shortcodes a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.gt-shortcodes .list-group-item-heading{margin-top:0;margin-bottom:5px}.gt-shortcodes .list-group-item-text{margin-bottom:0;line-height:1.3}.gt-shortcodes .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.gt-shortcodes .panel-body{padding:15px}.gt-shortcodes .panel-body:after,.gt-shortcodes .panel-body:before{content:" ";display:table}.gt-shortcodes .panel-body:after{clear:both}.gt-shortcodes .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.gt-shortcodes .panel-heading>.dropdown .dropdown-toggle{color:inherit}.gt-shortcodes .panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.gt-shortcodes .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.gt-shortcodes .panel>.list-group,.gt-shortcodes .panel>.panel-collapse>.list-group{margin-bottom:0}.gt-shortcodes .panel>.list-group .list-group-item,.gt-shortcodes .panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.gt-shortcodes .panel>.list-group:first-child .list-group-item:first-child,.gt-shortcodes .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.gt-shortcodes .panel>.list-group:last-child .list-group-item:last-child,.gt-shortcodes .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.gt-shortcodes .list-group+.panel-footer,.gt-shortcodes .panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.gt-shortcodes .panel>.panel-collapse>.table,.gt-shortcodes .panel>.table,.gt-shortcodes .panel>.table-responsive>.table{margin-bottom:0}.gt-shortcodes .panel>.panel-collapse>.table caption,.gt-shortcodes .panel>.table caption,.gt-shortcodes .panel>.table-responsive>.table caption{padding-left:15px;padding-right:15px}.gt-shortcodes .panel>.table-responsive:first-child>.table:first-child,.gt-shortcodes .panel>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.gt-shortcodes .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.gt-shortcodes .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.gt-shortcodes .panel>.table:first-child>tbody:first-child>tr:first-child,.gt-shortcodes .panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.gt-shortcodes .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.gt-shortcodes .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.gt-shortcodes .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.gt-shortcodes .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.gt-shortcodes .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.gt-shortcodes .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.gt-shortcodes .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.gt-shortcodes .panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.gt-shortcodes .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.gt-shortcodes .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.gt-shortcodes .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.gt-shortcodes .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.gt-shortcodes .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.gt-shortcodes .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.gt-shortcodes .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.gt-shortcodes .panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.gt-shortcodes .panel>.table-responsive:last-child>.table:last-child,.gt-shortcodes .panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.gt-shortcodes .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.gt-shortcodes .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.gt-shortcodes .panel>.table:last-child>tbody:last-child>tr:last-child,.gt-shortcodes .panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.gt-shortcodes .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.gt-shortcodes .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.gt-shortcodes .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.gt-shortcodes .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.gt-shortcodes .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.gt-shortcodes .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.gt-shortcodes .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.gt-shortcodes .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.gt-shortcodes .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.gt-shortcodes .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.gt-shortcodes .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.gt-shortcodes .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.gt-shortcodes .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.gt-shortcodes .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.gt-shortcodes .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.gt-shortcodes .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.gt-shortcodes .panel>.panel-body+.table,.gt-shortcodes .panel>.panel-body+.table-responsive,.gt-shortcodes .panel>.table+.panel-body,.gt-shortcodes .panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.gt-shortcodes .panel>.table>tbody:first-child>tr:first-child td,.gt-shortcodes .panel>.table>tbody:first-child>tr:first-child th{border-top:0}.gt-shortcodes .panel>.table-bordered,.gt-shortcodes .panel>.table-responsive>.table-bordered{border:0}.gt-shortcodes .panel>.table-bordered>tbody>tr>td:first-child,.gt-shortcodes .panel>.table-bordered>tbody>tr>th:first-child,.gt-shortcodes .panel>.table-bordered>tfoot>tr>td:first-child,.gt-shortcodes .panel>.table-bordered>tfoot>tr>th:first-child,.gt-shortcodes .panel>.table-bordered>thead>tr>td:first-child,.gt-shortcodes .panel>.table-bordered>thead>tr>th:first-child,.gt-shortcodes .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.gt-shortcodes .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.gt-shortcodes .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.gt-shortcodes .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.gt-shortcodes .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.gt-shortcodes .panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.gt-shortcodes .panel>.table-bordered>tbody>tr>td:last-child,.gt-shortcodes .panel>.table-bordered>tbody>tr>th:last-child,.gt-shortcodes .panel>.table-bordered>tfoot>tr>td:last-child,.gt-shortcodes .panel>.table-bordered>tfoot>tr>th:last-child,.gt-shortcodes .panel>.table-bordered>thead>tr>td:last-child,.gt-shortcodes .panel>.table-bordered>thead>tr>th:last-child,.gt-shortcodes .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.gt-shortcodes .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.gt-shortcodes .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.gt-shortcodes .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.gt-shortcodes .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.gt-shortcodes .panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.gt-shortcodes .panel>.table-bordered>tbody>tr:first-child>td,.gt-shortcodes .panel>.table-bordered>tbody>tr:first-child>th,.gt-shortcodes .panel>.table-bordered>tbody>tr:last-child>td,.gt-shortcodes .panel>.table-bordered>tbody>tr:last-child>th,.gt-shortcodes .panel>.table-bordered>tfoot>tr:last-child>td,.gt-shortcodes .panel>.table-bordered>tfoot>tr:last-child>th,.gt-shortcodes .panel>.table-bordered>thead>tr:first-child>td,.gt-shortcodes .panel>.table-bordered>thead>tr:first-child>th,.gt-shortcodes .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.gt-shortcodes .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.gt-shortcodes .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.gt-shortcodes .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.gt-shortcodes .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.gt-shortcodes .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.gt-shortcodes .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.gt-shortcodes .panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.gt-shortcodes .panel>.table-responsive{border:0;margin-bottom:0}.gt-shortcodes .panel-group{margin-bottom:20px}.gt-shortcodes .panel-group .panel{margin-bottom:0;border-radius:4px}.gt-shortcodes .panel-group .panel+.panel{margin-top:5px}.gt-shortcodes .panel-group .panel-heading{border-bottom:0}.gt-shortcodes .panel-group .panel-heading+.panel-collapse>.list-group,.gt-shortcodes .panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.gt-shortcodes .panel-group .panel-footer{border-top:0}.gt-shortcodes .panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.gt-shortcodes .panel-default{border-color:#ddd}.gt-shortcodes .panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.gt-shortcodes .panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.gt-shortcodes .panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.gt-shortcodes .panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.gt-shortcodes .panel-primary{border-color:#337ab7}.gt-shortcodes .panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.gt-shortcodes .panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.gt-shortcodes .panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.gt-shortcodes .panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.gt-shortcodes .panel-success{border-color:#d6e9c6}.gt-shortcodes .panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.gt-shortcodes .panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.gt-shortcodes .panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.gt-shortcodes .panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.gt-shortcodes .panel-info{border-color:#bce8f1}.gt-shortcodes .panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.gt-shortcodes .panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.gt-shortcodes .panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.gt-shortcodes .panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.gt-shortcodes .panel-warning{border-color:#faebcc}.gt-shortcodes .panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.gt-shortcodes .panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.gt-shortcodes .panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.gt-shortcodes .panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.gt-shortcodes .panel-danger{border-color:#ebccd1}.gt-shortcodes .panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.gt-shortcodes .panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.gt-shortcodes .panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.gt-shortcodes .panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.gt-shortcodes .embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.gt-shortcodes .embed-responsive .embed-responsive-item,.gt-shortcodes .embed-responsive embed,.gt-shortcodes .embed-responsive iframe,.gt-shortcodes .embed-responsive object,.gt-shortcodes .embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.gt-shortcodes .embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.gt-shortcodes .embed-responsive.embed-responsive-4by3{padding-bottom:75%}.gt-shortcodes .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.gt-shortcodes .well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.gt-shortcodes .well-lg{padding:24px;border-radius:6px}.gt-shortcodes .well-sm{padding:9px;border-radius:3px}.gt-shortcodes .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.gt-shortcodes .close:focus,.gt-shortcodes .close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}.gt-shortcodes button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.gt-shortcodes .modal-open{overflow:hidden}.gt-shortcodes .modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;-webkit-overflow-scrolling:touch;outline:0}.gt-shortcodes .modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.gt-shortcodes .modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.gt-shortcodes .modal-open .modal{overflow-x:hidden;overflow-y:auto}.gt-shortcodes .modal-dialog{position:relative;width:auto;margin:10px}.gt-shortcodes .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.gt-shortcodes .modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}.gt-shortcodes .modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.gt-shortcodes .modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.gt-shortcodes .modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.43px}.gt-shortcodes .modal-header .close{margin-top:-2px}.gt-shortcodes .modal-title{margin:0;line-height:1.42857}.gt-shortcodes .modal-body{position:relative;padding:15px}.gt-shortcodes .modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.gt-shortcodes .modal-footer:after,.gt-shortcodes .modal-footer:before{content:" ";display:table}.gt-shortcodes .modal-footer:after{clear:both}.gt-shortcodes .modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.gt-shortcodes .modal-footer .btn-group .btn+.btn{margin-left:-1px}.gt-shortcodes .modal-footer .btn-block+.btn-block{margin-left:0}.gt-shortcodes .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:768px){.gt-shortcodes .modal-dialog{width:600px;margin:30px auto}.gt-shortcodes .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.gt-shortcodes .modal-sm{width:300px}}@media(min-width:992px){.gt-shortcodes .modal-lg{width:900px}}.gt-shortcodes .tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.gt-shortcodes .tooltip.in{opacity:.9;filter:alpha(opacity=90)}.gt-shortcodes .tooltip.top{margin-top:-3px;padding:5px 0}.gt-shortcodes .tooltip.right{margin-left:3px;padding:0 5px}.gt-shortcodes .tooltip.bottom{margin-top:3px;padding:5px 0}.gt-shortcodes .tooltip.left{margin-left:-3px;padding:0 5px}.gt-shortcodes .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.gt-shortcodes .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.gt-shortcodes .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.gt-shortcodes .tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.gt-shortcodes .tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.gt-shortcodes .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.gt-shortcodes .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.gt-shortcodes .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.gt-shortcodes .tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.gt-shortcodes .tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.gt-shortcodes .popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.gt-shortcodes .popover.top{margin-top:-10px}.gt-shortcodes .popover.right{margin-left:10px}.gt-shortcodes .popover.bottom{margin-top:10px}.gt-shortcodes .popover.left{margin-left:-10px}.gt-shortcodes .popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.gt-shortcodes .popover-content{padding:9px 14px}.gt-shortcodes .popover>.arrow,.gt-shortcodes .popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.gt-shortcodes .popover>.arrow{border-width:11px}.gt-shortcodes .popover>.arrow:after{border-width:10px;content:""}.gt-shortcodes .popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.gt-shortcodes .popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.gt-shortcodes .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.gt-shortcodes .popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.gt-shortcodes .popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.gt-shortcodes .popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.gt-shortcodes .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.gt-shortcodes .popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.gt-shortcodes .carousel{position:relative}.gt-shortcodes .carousel-inner{position:relative;overflow:hidden;width:100%}.gt-shortcodes .carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.gt-shortcodes .carousel-inner>.item>a>img,.gt-shortcodes .carousel-inner>.item>img{display:block;max-width:100%;height:auto;line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.gt-shortcodes .carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-moz-transition:-moz-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;-moz-perspective:1000;perspective:1000}.gt-shortcodes .carousel-inner>.item.active.right,.gt-shortcodes .carousel-inner>.item.next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.gt-shortcodes .carousel-inner>.item.active.left,.gt-shortcodes .carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.gt-shortcodes .carousel-inner>.item.active,.gt-shortcodes .carousel-inner>.item.next.left,.gt-shortcodes .carousel-inner>.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}}.gt-shortcodes .carousel-inner>.active,.gt-shortcodes .carousel-inner>.next,.gt-shortcodes .carousel-inner>.prev{display:block}.gt-shortcodes .carousel-inner>.active{left:0}.gt-shortcodes .carousel-inner>.next,.gt-shortcodes .carousel-inner>.prev{position:absolute;top:0;width:100%}.gt-shortcodes .carousel-inner>.next{left:100%}.gt-shortcodes .carousel-inner>.prev{left:-100%}.gt-shortcodes .carousel-inner>.next.left,.gt-shortcodes .carousel-inner>.prev.right{left:0}.gt-shortcodes .carousel-inner>.active.left{left:-100%}.gt-shortcodes .carousel-inner>.active.right{left:100%}.gt-shortcodes .carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.gt-shortcodes .carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.gt-shortcodes .carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.gt-shortcodes .carousel-control:focus,.gt-shortcodes .carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.gt-shortcodes .carousel-control .glyphicon-chevron-left,.gt-shortcodes .carousel-control .glyphicon-chevron-right,.gt-shortcodes .carousel-control .icon-next,.gt-shortcodes .carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.gt-shortcodes .carousel-control .glyphicon-chevron-left,.gt-shortcodes .carousel-control .icon-prev{left:50%;margin-left:-10px}.gt-shortcodes .carousel-control .glyphicon-chevron-right,.gt-shortcodes .carousel-control .icon-next{right:50%;margin-right:-10px}.gt-shortcodes .carousel-control .icon-next,.gt-shortcodes .carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;line-height:1;font-family:serif}.gt-shortcodes .carousel-control .icon-prev:before{content:'\2039'}.gt-shortcodes .carousel-control .icon-next:before{content:'\203a'}.gt-shortcodes .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.gt-shortcodes .carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:transparent}.gt-shortcodes .carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.gt-shortcodes .carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.gt-shortcodes .carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.gt-shortcodes .carousel-control .glyphicon-chevron-left,.gt-shortcodes .carousel-control .glyphicon-chevron-right,.gt-shortcodes .carousel-control .icon-next,.gt-shortcodes .carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.gt-shortcodes .carousel-control .glyphicon-chevron-left,.gt-shortcodes .carousel-control .icon-prev{margin-left:-15px}.gt-shortcodes .carousel-control .glyphicon-chevron-right,.gt-shortcodes .carousel-control .icon-next{margin-right:-15px}.gt-shortcodes .carousel-caption{left:20%;right:20%;padding-bottom:30px}.gt-shortcodes .carousel-indicators{bottom:20px}}.gt-shortcodes .clearfix:after,.gt-shortcodes .clearfix:before{content:" ";display:table}.gt-shortcodes .clearfix:after{clear:both}.gt-shortcodes .center-block{display:block;margin-left:auto;margin-right:auto}.gt-shortcodes .pull-right{float:right!important}.gt-shortcodes .pull-left{float:left!important}.gt-shortcodes .hide{display:none!important}.gt-shortcodes .show{display:block!important}.gt-shortcodes .invisible{visibility:hidden}.gt-shortcodes .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.gt-shortcodes .hidden{display:none!important;visibility:hidden!important}.gt-shortcodes .affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-print,.visible-print-block,.visible-print-inline,.visible-print-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media(max-width:767px){.visible-xs-block{display:block!important}}@media(max-width:767px){.visible-xs-inline{display:inline!important}}@media(max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media(min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media(min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media(min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media(min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media(min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media(min-width:1200px){.visible-lg-block{display:block!important}}@media(min-width:1200px){.visible-lg-inline{display:inline!important}}@media(min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media(max-width:767px){.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg{display:none!important}}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}@media print{.visible-print-block{display:block!important}}@media print{.visible-print-inline{display:inline!important}}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.gt-shortcodes .inline-block{display:inline-block;zoom:1}.gt-shortcodes .clearfix:after,.gt-shortcodes .clearfix:before{display:table;content:""}.gt-shortcodes .clearfix:after{clear:both}.gt-shortcodes .drop-ie-gradient{filter:unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)")}.gt-shortcodes .dropdown-arrow-inverse{border-bottom-color:#34495e!important;border-top-color:#34495e!important}.gt-shortcodes .btn,.gt-shortcodes .btn-group>.btn,.gt-shortcodes .btn-group>.dropdown-menu,.gt-shortcodes .btn-group>.popover{font-size:15px!important;font-weight:400}.gt-shortcodes .btn-block{white-space:normal}.gt-shortcodes .btn{border:none;background:#bdc3c7;color:#fff;padding:9px 12px 10px!important;line-height:22px!important;text-decoration:none;text-transform:none!important;border-radius:6px;-webkit-transition:.25s linear;-moz-transition:.25s linear;-o-transition:.25s linear;transition:.25s linear;-webkit-backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn-group:focus .gt-shortcodes .btn.dropdown-toggle,.gt-shortcodes .btn:focus,.gt-shortcodes .btn:hover{background-color:#cacfd2!important;background-image:none;color:#fff;outline:0;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s;-webkit-backface-visibility:hidden}.btn-group.open .gt-shortcodes .btn.dropdown-toggle,.gt-shortcodes .btn.active,.gt-shortcodes .btn:active{background-color:#a1a6a9;color:rgba(255,255,255,.75);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.gt-shortcodes .btn.disabled,.gt-shortcodes .btn[disabled]{background-color:#bdc3c7;color:rgba(255,255,255,.75);opacity:.7;filter:alpha(opacity=70)}.gt-shortcodes .btn.btn-hg,.input-group-hg .gt-shortcodes .btn{font-size:22px!important;line-height:22px;padding:15px 20px 16px!important}.gt-shortcodes .btn.btn-hg>[class^=fui-],.input-group-hg .gt-shortcodes .btn>[class^=fui-]{top:1px}.gt-shortcodes .btn.btn-hg>[class^=fui-].pull-right,.input-group-hg .gt-shortcodes .btn>[class^=fui-].pull-right{margin-right:-2px}.gt-shortcodes .btn.btn-lg,.input-group-lg .gt-shortcodes .btn{font-size:17px!important;line-height:20px;padding:12px 18px 13px!important}.gt-shortcodes .btn.btn-lg>[class^=fui-],.input-group-lg .gt-shortcodes .btn>[class^=fui-]{top:0}.gt-shortcodes .btn.btn-lg>[class^=fui-].pull-right,.input-group-lg .gt-shortcodes .btn>[class^=fui-].pull-right{margin-right:-2px}.gt-shortcodes .btn.btn-sm,.input-group-sm .gt-shortcodes .btn{font-size:13px!important;line-height:20px!important;padding:6px 13px 8px!important}.gt-shortcodes .btn.btn-sm>[class^=fui-],.input-group-sm .gt-shortcodes .btn>[class^=fui-]{top:0}.gt-shortcodes .btn.btn-xs,.input-group-xs .gt-shortcodes .btn{font-size:12px!important;padding:8px 13px 9px!important;line-height:1.2!important}.gt-shortcodes .btn.btn-xs>[class^=fui-],.input-group-xs .gt-shortcodes .btn>[class^=fui-]{top:0}.gt-shortcodes .btn.btn-embossed{-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 -2px 0 rgba(0,0,0,.15);box-shadow:inset 0 -2px 0 rgba(0,0,0,.15)}.gt-shortcodes .btn.btn-embossed.active,.gt-shortcodes .btn.btn-embossed:active{-webkit-box-shadow:inset 0 2px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 0 2px 0 rgba(0,0,0,.15);box-shadow:inset 0 2px 0 rgba(0,0,0,.15)}.gt-shortcodes .btn.btn-wide{min-width:140px!important;padding-left:30px!important;padding-right:30px!important}.gt-shortcodes .btn.btn-primary{background-color:#1abc9c!important}.btn-group:focus .gt-shortcodes .btn.btn-primary.dropdown-toggle,.gt-shortcodes .btn.btn-primary:focus,.gt-shortcodes .btn.btn-primary:hover{background-color:#48c9b0!important}.btn-group.open .gt-shortcodes .btn.btn-primary.dropdown-toggle,.gt-shortcodes .btn.btn-primary.active,.gt-shortcodes .btn.btn-primary:active{background-color:#16a085!important}.gt-shortcodes .btn.btn-info{background-color:#3498db!important}.btn-group:focus .gt-shortcodes .btn.btn-info.dropdown-toggle,.gt-shortcodes .btn.btn-info:focus,.gt-shortcodes .btn.btn-info:hover{background-color:#5dade2!important}.btn-group.open .gt-shortcodes .btn.btn-info.dropdown-toggle,.gt-shortcodes .btn.btn-info.active,.gt-shortcodes .btn.btn-info:active{background-color:#2c81ba!important}.gt-shortcodes .btn.btn-danger{background-color:#e74c3c!important}.btn-group:focus .gt-shortcodes .btn.btn-danger.dropdown-toggle,.gt-shortcodes .btn.btn-danger:focus,.gt-shortcodes .btn.btn-danger:hover{background-color:#ec7063!important}.btn-group.open .gt-shortcodes .btn.btn-danger.dropdown-toggle,.gt-shortcodes .btn.btn-danger.active,.gt-shortcodes .btn.btn-danger:active{background-color:#c44133!important}.gt-shortcodes .btn.btn-success{background-color:#2ecc71!important}.btn-group:focus .gt-shortcodes .btn.btn-success.dropdown-toggle,.gt-shortcodes .btn.btn-success:focus,.gt-shortcodes .btn.btn-success:hover{background-color:#58d68d!important}.btn-group.open .gt-shortcodes .btn.btn-success.dropdown-toggle,.gt-shortcodes .btn.btn-success.active,.gt-shortcodes .btn.btn-success:active{background-color:#27ad60!important}.gt-shortcodes .btn.btn-warning{background-color:#f1c40f!important}.btn-group:focus .gt-shortcodes .btn.btn-warning.dropdown-toggle,.gt-shortcodes .btn.btn-warning:focus,.gt-shortcodes .btn.btn-warning:hover{background-color:#f4d313!important}.btn-group.open .gt-shortcodes .btn.btn-warning.dropdown-toggle,.gt-shortcodes .btn.btn-warning.active,.gt-shortcodes .btn.btn-warning:active{background-color:#cda70d!important}.gt-shortcodes .btn.btn-inverse{background-color:#34495e!important}.btn-group:focus .gt-shortcodes .btn.btn-inverse.dropdown-toggle,.gt-shortcodes .btn.btn-inverse:focus,.gt-shortcodes .btn.btn-inverse:hover{background-color:#415b76!important}.btn-group.open .gt-shortcodes .btn.btn-inverse.dropdown-toggle,.gt-shortcodes .btn.btn-inverse.active,.gt-shortcodes .btn.btn-inverse:active{background-color:#2c3e50!important}.gt-shortcodes .btn.btn-default{background-color:#bdc3c7!important}.btn-group:focus .gt-shortcodes .btn.btn-default.dropdown-toggle,.gt-shortcodes .btn.btn-default:focus,.gt-shortcodes .btn.btn-default:hover{background-color:#cacfd2!important}.btn-group.open .gt-shortcodes .btn.btn-default.dropdown-toggle,.gt-shortcodes .btn.btn-default.active,.gt-shortcodes .btn.btn-default:active{background-color:#a1a6a9!important}.gt-shortcodes .btn>[class^=fui-]{margin:0 1px;position:relative;top:1px;vertical-align:top;display:inline-block;zoom:1}.gt-shortcodes .btn>[class^=fui-].pull-right{margin-right:0}.gt-shortcodes .btn-toolbar .btn.active{color:#fff}.gt-shortcodes .btn-toolbar .btn:first-child{border-radius:6px 0 0 6px}.gt-shortcodes .btn-toolbar .btn:last-child{border-radius:0 6px 6px 0}.gt-shortcodes .btn-toolbar .btn>[class^=fui-]{font-size:16px;top:0;margin:0 4px}.gt-shortcodes .btn-tip{font-weight:300;padding-left:10px}.gt-shortcodes .btn-group>.btn{border-radius:0;text-align:center}.gt-shortcodes .btn-group>.btn.active+.btn,.gt-shortcodes .btn-group>.btn:active+.btn{border-left-color:transparent}.gt-shortcodes .btn-group>.btn:first-of-type,.gt-shortcodes .btn-group>.btn:first-of-type:not(:first-child):not(:last-child):not(.dropdown-toggle){border-top-left-radius:6px;border-bottom-left-radius:6px}.gt-shortcodes .btn-group>.btn:last-of-type,.gt-shortcodes .btn-group>.btn:last-of-type:not(:first-child):not(:last-child):not(.dropdown-toggle){border-top-right-radius:6px;border-bottom-right-radius:6px}.gt-shortcodes .btn-group>.btn+.btn{margin-left:0}.gt-shortcodes .btn-group>.btn+.dropdown-toggle{border-left:2px solid rgba(52,73,94,.15);padding-left:13px;padding-right:13px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.gt-shortcodes .btn-group>.btn+.dropdown-toggle .caret{margin-left:3px;margin-right:3px}.gt-shortcodes .btn-group>.btn.btn-gh+.dropdown-toggle .caret{margin-left:7px;margin-right:7px}.gt-shortcodes .btn-group>.btn.btn-sm+.dropdown-toggle .caret{margin-left:0;margin-right:0}.gt-shortcodes [class*=btn-social-]{padding-top:8px!important}.gt-shortcodes .btn-social-pinterest{background-color:#cb2028!important}.gt-shortcodes .btn-social-pinterest:focus,.gt-shortcodes .btn-social-pinterest:hover{background-color:#d54d53!important}.gt-shortcodes .btn-social-pinterest.active,.gt-shortcodes .btn-social-pinterest:active{background-color:#ad1b22!important}.gt-shortcodes .btn-social-linkedin{background-color:#0072b5!important}.gt-shortcodes .btn-social-linkedin:focus,.gt-shortcodes .btn-social-linkedin:hover{background-color:#338ec4!important}.gt-shortcodes .btn-social-linkedin.active,.gt-shortcodes .btn-social-linkedin:active{background-color:#00619a!important}.gt-shortcodes .btn-social-stumbleupon{background-color:#eb4924!important}.gt-shortcodes .btn-social-stumbleupon:focus,.gt-shortcodes .btn-social-stumbleupon:hover{background-color:#ef6d50!important}.gt-shortcodes .btn-social-stumbleupon.active,.gt-shortcodes .btn-social-stumbleupon:active{background-color:#c83e1f!important}.gt-shortcodes .btn-social-googleplus{background-color:#2d2d2d!important}.gt-shortcodes .btn-social-googleplus:focus,.gt-shortcodes .btn-social-googleplus:hover{background-color:#575757!important}.gt-shortcodes .btn-social-googleplus.active,.gt-shortcodes .btn-social-googleplus:active{background-color:#262626!important}.gt-shortcodes .btn-social-facebook{background-color:#2f4b93!important}.gt-shortcodes .btn-social-facebook:focus,.gt-shortcodes .btn-social-facebook:hover{background-color:#596fa9!important}.gt-shortcodes .btn-social-facebook.active,.gt-shortcodes .btn-social-facebook:active{background-color:#28407d!important}.gt-shortcodes .btn-social-twitter{background-color:#00bdef!important}.gt-shortcodes .btn-social-twitter:focus,.gt-shortcodes .btn-social-twitter:hover{background-color:#33caf2!important}.gt-shortcodes .btn-social-twitter.active,.gt-shortcodes .btn-social-twitter:active{background-color:#00a1cb!important}.gt-shortcodes .btn-social-skype{background-color:#12a5f4!important}.gt-shortcodes .btn-social-skype:focus,.gt-shortcodes .btn-social-skype:hover{background-color:#41b7f6!important}.gt-shortcodes .btn-social-skype.active,.gt-shortcodes .btn-social-skype:active{background-color:#0f8ccf!important}.gt-shortcodes .btn-social-path{background-color:#ee3524!important}.gt-shortcodes .btn-social-path:focus,.gt-shortcodes .btn-social-path:hover{background-color:#f15d50!important}.gt-shortcodes .btn-social-path.active,.gt-shortcodes .btn-social-path:active{background-color:#ca2d1f!important}.gt-shortcodes .btn-social-myspace{background-color:#008dde!important}.gt-shortcodes .btn-social-myspace:focus,.gt-shortcodes .btn-social-myspace:hover{background-color:#33a4e5!important}.gt-shortcodes .btn-social-myspace.active,.gt-shortcodes .btn-social-myspace:active{background-color:#0078bd!important}.gt-shortcodes .btn-social-youtube{background-color:#cd332d!important}.gt-shortcodes .btn-social-youtube:focus,.gt-shortcodes .btn-social-youtube:hover{background-color:#d75c57!important}.gt-shortcodes .btn-social-youtube.active,.gt-shortcodes .btn-social-youtube:active{background-color:#ae2b26!important}.gt-shortcodes .btn-social-vimeo{background-color:#4bf!important}.gt-shortcodes .btn-social-vimeo:focus,.gt-shortcodes .btn-social-vimeo:hover{background-color:#69c9ff!important}.gt-shortcodes .btn-social-vimeo.active,.gt-shortcodes .btn-social-vimeo:active{background-color:#3a9fd9!important}.gt-shortcodes .btn-social-spotify{background-color:#7ab800!important}.gt-shortcodes .btn-social-spotify:focus,.gt-shortcodes .btn-social-spotify:hover{background-color:#95c633!important}.gt-shortcodes .btn-social-spotify.active,.gt-shortcodes .btn-social-spotify:active{background-color:#689c00!important}.gt-shortcodes .btn-social-dribbble{background-color:#ea4c89!important}.gt-shortcodes .btn-social-dribbble:focus,.gt-shortcodes .btn-social-dribbble:hover{background-color:#ee70a1!important}.gt-shortcodes .btn-social-dribbble.active,.gt-shortcodes .btn-social-dribbble:active{background-color:#c74174!important}.gt-shortcodes .btn-social-blogger{background-color:#f26300!important}.gt-shortcodes .btn-social-blogger:focus,.gt-shortcodes .btn-social-blogger:hover{background-color:#f58233!important}.gt-shortcodes .btn-social-blogger.active,.gt-shortcodes .btn-social-blogger:active{background-color:#ce5400!important}.gt-shortcodes .btn-social-behance{background-color:#053eff!important}.gt-shortcodes .btn-social-behance:focus,.gt-shortcodes .btn-social-behance:hover{background-color:#3765ff!important}.gt-shortcodes .btn-social-behance.active,.gt-shortcodes .btn-social-behance:active{background-color:#0435d9!important}@media(max-width:480px){.gt-shortcodes .btn.btn-block{margin:9px 0 18px!important}}.gt-shortcodes .progress{background:#ebedef;border-radius:32px;position:relative;height:12px;-webkit-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.1);box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.1)}.gt-shortcodes .progress-bar{background-color:#1abc9c;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.gt-shortcodes .progress-bar .sr-only{position:relative!important}.gt-shortcodes .progress-bar-success{background-color:#2ecc71}.gt-shortcodes .progress-bar-warning{background-color:#f1c40f}.gt-shortcodes .progress-bar-danger{background-color:#e74c3c}.gt-shortcodes .progress-bar-info{background-color:#3498db}.gt-shortcodes .bar-small{height:18px!important}.gt-shortcodes .bar-small .progress-bar{font-size:12px!important;line-height:12px!important}.gt-shortcodes .bar-small .progress-bar>span{background-color:transparent!important;line-height:12px!important}.gt-shortcodes .bar-medium{height:24px!important}.gt-shortcodes .bar-medium .progress-bar{font-size:15px!important;line-height:1.5!important}.gt-shortcodes .bar-medium .progress-bar>span{background-color:transparent!important;line-height:1.5!important}.gt-shortcodes .bar-large{height:30px!important}.gt-shortcodes .bar-large .progress-bar{font-size:18px!important;line-height:1.6!important}.gt-shortcodes .bar-large .progress-bar>span{background-color:transparent!important;line-height:1.6!important}.gt-shortcodes .bar-huge{height:36px!important}.gt-shortcodes .bar-huge .progress-bar{font-size:21px!important;line-height:1.7!important}.gt-shortcodes .bar-huge .progress-bar>span{background-color:transparent!important;line-height:1.7!important}.gt-shortcodes .progress.right .progress-bar{right:0;float:right}.gt-shortcodes .progress.right .progressbar-front-text{position:absolute;right:0}.gt-shortcodes .progress.progress-striped .progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.gt-shortcodes .table{font-size:16px}.gt-shortcodes .table>tbody>tr>td,.gt-shortcodes .table>tbody>tr>th,.gt-shortcodes .table>tfoot>tr>td,.gt-shortcodes .table>tfoot>tr>th,.gt-shortcodes .table>thead>tr>td,.gt-shortcodes .table>thead>tr>th{padding:10px 25px;line-height:1.231;border-top:2px solid #eef0f0}.gt-shortcodes .table>tbody>tr>th,.gt-shortcodes .table>tfoot>tr>th,.gt-shortcodes .table>thead>tr>th{color:#526476;border-bottom:2px solid #eef0f0}.gt-shortcodes .table i[class*=fui-]{vertical-align:baseline;font-size:20px;margin:-5px 0;position:relative;top:2px}.gt-shortcodes .table .checkbox,.gt-shortcodes .table .radio{margin:0 0 0 -9px}.gt-shortcodes .table .checkbox.no-label,.gt-shortcodes .table .radio.no-label{padding-left:0}.gt-shortcodes .table .selected-row>td{background-color:#f2fbfa}.gt-shortcodes .table img{vertical-align:top}.gt-shortcodes .table-bordered{border:2px solid #eef0f0;font-size:14px}.gt-shortcodes .table-bordered>tbody>tr td,.gt-shortcodes .table-bordered>tbody>tr th,.gt-shortcodes .table-bordered>tfoot>tr td,.gt-shortcodes .table-bordered>tfoot>tr th,.gt-shortcodes .table-bordered>thead>tr td,.gt-shortcodes .table-bordered>thead>tr th{border:2px solid #eef0f0!important}.gt-shortcodes .table-striped{border:0}.gt-shortcodes .table-striped>thead>tr>th{border-right:0}.gt-shortcodes .table-striped>tbody>tr{border-top:2px solid #eef0f0!important}.gt-shortcodes .table-striped>tbody>tr.selected-row,.gt-shortcodes .table-striped>tbody>tr:nth-of-type(even){background-color:transparent!important}.gt-shortcodes .table-striped>tbody>tr:nth-of-type(odd){background-color:#f9fafb!important}.gt-shortcodes .table-striped>tbody>tr>td{border-width:0;border-top:2px solid #eef0f0!important}.gt-shortcodes .table-hover>tbody>tr:hover>td,.gt-shortcodes .table-hover>tbody>tr:hover>th{background-color:#f9fafb}.gt-shortcodes .table tbody tr.success>td,.gt-shortcodes .table tbody tr>td.success{background-color:#ecfaf2;border-color:#d5f5e3}.gt-shortcodes .table tbody tr.danger>td,.gt-shortcodes .table tbody tr.error>td,.gt-shortcodes .table tbody tr>td.danger,.gt-shortcodes .table tbody tr>td.error{background-color:#fdefed;border-color:#fadbd8}.gt-shortcodes .table tbody tr.warning>td,.gt-shortcodes .table tbody tr>td.warning{background-color:#fefae9;border-color:#faecb0}.gt-shortcodes .table tbody tr.info>td,.gt-shortcodes .table tbody tr>td.info{background-color:#edf6fc;border-color:#d6eaf8}.gt-shortcodes .table-hover tbody tr.success:hover>td{background-color:#e4f8ed}.gt-shortcodes .table-hover tbody tr.danger:hover>td,.gt-shortcodes .table-hover tbody tr.error:hover>td{background-color:#fcebe9}.gt-shortcodes .table-hover tbody tr.warning:hover>td{background-color:#fdf7e0}.gt-shortcodes .table-hover tbody tr.info:hover>td{background-color:#e8f4fb}.gt-shortcodes .table-condensed>tbody>tr>td,.gt-shortcodes .table-condensed>tbody>tr>th,.gt-shortcodes .table-condensed>tfoot>tr>td,.gt-shortcodes .table-condensed>tfoot>tr>th,.gt-shortcodes .table-condensed>thead>tr>td,.gt-shortcodes .table-condensed>thead>tr>th{padding:5px 15px}.gt-shortcodes .label{font-size:72%;font-weight:400;padding:.5em}.gt-shortcodes .label[href]:focus,.gt-shortcodes .label[href]:hover{color:#fff}.gt-shortcodes .label-default{background-color:#ebedef!important;color:#7b8996!important}.gt-shortcodes .label-default[href]{color:#7b8996!important}.gt-shortcodes .label-default[href]:focus,.gt-shortcodes .label-default[href]:hover{color:#7b8996!important;background-color:#e1e4e7!important}.gt-shortcodes .label-inverse{background-color:#485b6e!important;color:#fff!important}.gt-shortcodes .label-inverse[href]{color:#fff!important}.gt-shortcodes .label-inverse[href]:focus,.gt-shortcodes .label-inverse[href]:hover{color:#fff!important;background-color:#a4adb7!important}.gt-shortcodes .label-success{background-color:#2ecc71!important;color:#fff!important}.gt-shortcodes .label-success[href]{color:#fff!important}.gt-shortcodes .label-success[href]:focus,.gt-shortcodes .label-success[href]:hover{color:#fff!important;background-color:#27ad60!important}.gt-shortcodes .label-important{background-color:#e74c3c!important;color:#fff!important}.gt-shortcodes .label-important[href]{color:#fff!important}.gt-shortcodes .label-important[href]:focus,.gt-shortcodes .label-important[href]:hover{color:#fff!important;background-color:#c44133!important}.gt-shortcodes .label-warning{background-color:#f1c40f!important;color:#fff!important}.gt-shortcodes .label-warning[href]{color:#fff!important}.gt-shortcodes .label-warning[href]:focus,.gt-shortcodes .label-warning[href]:hover{color:#fff!important;background-color:#cda70d!important}.gt-shortcodes .label-info{background-color:#3498db!important;color:#fff!important}.gt-shortcodes .label-info[href]{color:#fff!important}.gt-shortcodes .label-info[href]:focus,.gt-shortcodes .label-info[href]:hover{color:#fff!important;background-color:#2c81ba!important}.gt-shortcodes .label-primary{background-color:#1abc9c!important;color:#fff!important}.gt-shortcodes .label-primary[href]{color:#fff!important}.gt-shortcodes .label-primary[href]:focus,.gt-shortcodes .label-primary[href]:hover{color:#fff!important;background-color:#16a085!important}.gt-shortcodes .alert{padding:16px 45px 16px 30px;text-shadow:none;background-color:#f9f8f3;border:2px solid #ebece8;font-size:16px;line-height:1.53875em;border-radius:6px}.gt-shortcodes .alert a{color:#f1c40f;font-weight:400}.gt-shortcodes .alert a:hover{text-decoration:underline}.gt-shortcodes .alert a.btn{color:#fff;text-decoration:none}.gt-shortcodes .alert a.btn.active,.gt-shortcodes .alert a.btn:active{color:rgba(255,255,255,.75)}.gt-shortcodes .alert .gt-alert-title{margin-top:0!important}.gt-shortcodes .alert p{font-size:17px;line-height:2}.gt-shortcodes .alert .close{position:relative;top:3px;right:-31px;line-height:18px;font-size:18px;color:#34495e;background-color:transparent!important;margin-bottom:0!important}.gt-shortcodes .alert .close:hover{background-color:transparent!important}.gt-shortcodes .alert .btn{margin-bottom:15px;margin-right:15px;margin-top:15px}@media(max-width:480px){.gt-shortcodes .alert .btn{display:block;min-width:auto;margin-bottom:10px;margin-right:-15px}}.gt-shortcodes .alert-success{background-color:#eef6f5;border-color:#e0eaeb}.gt-shortcodes .alert-success a{color:#16a085}.gt-shortcodes .alert-info{background-color:#f7f9fa;border-color:#e9ecef}.gt-shortcodes .alert-info a{color:#3498db}.gt-shortcodes .alert-error{background-color:#f8f5f5;border-color:#ebe9ea}.gt-shortcodes .alert-error a{color:#e74c3c}.gt-shortcodes .gt-animation,.gt-shortcodes .gt-click-animation,.gt-shortcodes .gt-hover-animation{display:inline-block}.gt-shortcodes .nav-tabs.nav-append-content{border-bottom:none;margin-bottom:0}.gt-shortcodes .nav-tabs.nav-append-content>li{margin-left:0}.gt-shortcodes .nav-tabs>li{margin-bottom:0;position:relative}.gt-shortcodes .nav-tabs>li.active{z-index:2}.gt-shortcodes .nav-tabs>li.active>a,.gt-shortcodes .nav-tabs>li.active>a:focus,.gt-shortcodes .nav-tabs>li.active>a:hover{border-width:0!important;background-color:#f4f4f4}.gt-shortcodes .nav-tabs>li>a{border:0;font-weight:500;padding:7px 21px 8px;background-color:#fff;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-transition:background .25s linear;-moz-transition:background .25s linear;-o-transition:background .25s linear;transition:background .25s linear;-webkit-backface-visibility:hidden}.gt-shortcodes .nav-tabs>li>a:focus,.gt-shortcodes .nav-tabs>li>a:hover{background-color:#fff;border-color:transparent;outline:0}@media(max-width:480px){.gt-shortcodes .nav-tabs{width:100%}.gt-shortcodes .nav-tabs>li{display:block;float:none;width:100%}.gt-shortcodes .nav-tabs>li.active>a,.gt-shortcodes .nav-tabs>li.active>a:focus,.gt-shortcodes .nav-tabs>li.active>a:hover{border:0!important}.gt-shortcodes .nav-tabs>li.active:before,.gt-shortcodes .nav-tabs>li.active>a:before,.gt-shortcodes .nav-tabs>li.active>a:focus:before,.gt-shortcodes .nav-tabs>li.active>a:hover:before{display:none}.gt-shortcodes .nav-tabs>li>a,.gt-shortcodes .nav-tabs>li>a:focus,.gt-shortcodes .nav-tabs>li>a:hover{margin-bottom:10px;margin-right:0;padding:10px 15px}}.gt-shortcodes .tab-content{margin-bottom:20px;padding:0;position:relative;overflow:auto}.gt-shortcodes .tab-content .tab-pane.active{background-color:#f4f4f4}@media(max-width:480px){.gt-shortcodes .tabbable>ul{border:0;margin-left:0}.gt-shortcodes .tab-content{overflow:visible}}.gt-shortcodes .tabs-bottom .nav-tabs,.gt-shortcodes .tabs-left .nav-tabs,.gt-shortcodes .tabs-right .nav-tabs{border-bottom:0}.gt-shortcodes .tab-content>.tab-pane{display:none;padding:10px 20px}.gt-shortcodes .tab-content>.active{display:block}.gt-shortcodes .tabs-top>.nav-tabs>li.active{z-index:2}.gt-shortcodes .tabs-bottom .nav-append-content{border-bottom:none;margin-bottom:0}.gt-shortcodes .tabs-bottom>.nav-tabs>li{margin-bottom:0}.gt-shortcodes .tabs-bottom>.nav-tabs>li>a:focus,.gt-shortcodes .tabs-bottom>.nav-tabs>li>a:hover{border-top-color:transparent!important;border-bottom-color:#ebedef!important}.gt-shortcodes .tabs-bottom>.tab-content{margin-bottom:0;margin-top:20px}@media(max-width:480px){.gt-shortcodes .tabs-bottom .nav-append-content{border-bottom:none;margin-bottom:0}.gt-shortcodes .tabs-bottom>.nav-tabs>li{margin-bottom:0;margin-top:10px}.gt-shortcodes .tabs-bottom>.nav-tabs>li>a:focus,.gt-shortcodes .tabs-bottom>.nav-tabs>li>a:hover{border-top-color:transparent!important;border-bottom-color:#ebedef!important}.gt-shortcodes .tabs-bottom>.tab-content{margin-bottom:0;margin-top:20px}}.gt-shortcodes .tabs-left>.nav-tabs>li,.gt-shortcodes .tabs-right>.nav-tabs>li{float:none;z-index:1}.gt-shortcodes .tabs-left>.nav-tabs>li.active,.gt-shortcodes .tabs-right>.nav-tabs>li.active{z-index:2}.gt-shortcodes .tabs-left>.nav-tabs>li>a,.gt-shortcodes .tabs-right>.nav-tabs>li>a{margin-right:0;margin-bottom:2px}.gt-shortcodes .tabs-left .tab-content,.gt-shortcodes .tabs-right .tab-content{margin-bottom:20px;border:0}@media(max-width:480px){.gt-shortcodes .tabs-left>.nav-tabs,.gt-shortcodes .tabs-right>.nav-tabs{float:none!important;margin-left:0!important;margin-right:0!important}.gt-shortcodes .tabs-left>.nav-tabs>li>a,.gt-shortcodes .tabs-right>.nav-tabs>li>a{margin-bottom:10px}.gt-shortcodes .tabs-left .tab-content,.gt-shortcodes .tabs-right .tab-content{border:0}.gt-shortcodes .tabs-bottom>.nav-tabs>.active a,.gt-shortcodes .tabs-bottom>.nav-tabs>.active a:focus,.gt-shortcodes .tabs-bottom>.nav-tabs>.active a:hover{border-top:none!important}}.gt-shortcodes .tabs-left>.nav-tabs{float:left;margin-right:0;border-right:0}.gt-shortcodes .tabs-right>.nav-tabs{float:right;margin-left:0}.gt-shortcodes .tabs-right>.nav-tabs>li>a:focus,.gt-shortcodes .tabs-right>.nav-tabs>li>a:hover{background-color:#f3f4f5}.gt-shortcodes .popover{background-color:#edeff1;border:none;padding:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.gt-shortcodes .popover h3{margin:0!important}.gt-shortcodes .popover .right{text-align:left!important}.gt-shortcodes .popover.right .arrow{border-right-color:#edeff1;left:-9px;margin-top:-9px}.gt-shortcodes .popover.left .arrow{border-left-color:#edeff1;right:-9px;margin-top:-9px}.gt-shortcodes .popover.bottom .arrow{border-bottom-color:#edeff1;margin-right:-9px;top:-9px}.gt-shortcodes .popover.top .arrow{border-top-color:#edeff1;bottom:-9px;margin-left:-9px}.gt-shortcodes .popover .arrow{border-width:9px}.gt-shortcodes .popover .arrow:after{display:none}.gt-shortcodes .popover-title{background-color:#bcc3ca!important;color:#fff;font-size:15px;font-weight:700;padding:10px 20px 11px}.gt-shortcodes .popover-content{padding:9px 20px 1px;margin-bottom:10px}.gt-shortcodes .popover-content p{font-size:14px;line-height:1.231}.gt-shortcodes .dialog{background-color:#edeff1;border-top:2px solid #d6dbdf;font-size:16px;margin-bottom:20px;padding:16px 0 20px;position:relative;text-align:center}.gt-shortcodes .dialog .btn{vertical-align:baseline}.gt-shortcodes .dialog form{margin-bottom:0}.gt-shortcodes .dialog form .btn,.gt-shortcodes .dialog form input{margin-bottom:0;margin-left:20px;vertical-align:top}.gt-shortcodes .dialog form .btn:first-child,.gt-shortcodes .dialog form input:first-child{margin-left:0}.gt-shortcodes .dialog.dialog-success{background-color:#f0faf8;border-top-color:#e2edeb}.gt-shortcodes .dialog.dialog-danger{background-color:#fdefed;border-top-color:#fadbd8}.gt-shortcodes .dialog.dialog-warning{background-color:#fefae9;border-top-color:#fcf3cf}.gt-shortcodes .dialog.dialog-info{background-color:#edf6fc;border-top-color:#d6eaf8}.gt-shortcodes .dialog.dialog-inverse{background-color:#34495e;border-top-color:#2a3a4b;color:#fff}@media(max-width:767px){.gt-shortcodes .dialog{padding-left:20px;padding-right:20px}.gt-shortcodes .dialog .btn,.gt-shortcodes .dialog form .btn{display:block;margin:9px 0;min-width:auto;width:100%}.gt-shortcodes .dialog .btn:last-child,.gt-shortcodes .dialog form .btn:last-child{margin-bottom:0}.gt-shortcodes .dialog .btn+.btn,.gt-shortcodes .dialog form .btn+.btn{margin-top:18px}.gt-shortcodes .dialog form input{margin:9px 0}}.gt-shortcodes .modal-backdrop{z-index:1030;background-color:#243342}.gt-shortcodes .modal-backdrop.in{opacity:.0095;filter:alpha(opacity=.95)}.gt-shortcodes .modal{z-index:1040}.gt-shortcodes .modal-dialog{padding:0;z-index:1050}.gt-shortcodes .modal-content{width:624px;background-color:#f9fafb;border:2px solid #ebedef;border-radius:7px;-webkit-background-clip:border-box;-moz-background-clip:border-box;background-clip:border-box;-webkit-box-shadow:-14px 14px 0 0 rgba(0,0,0,.35);-moz-box-shadow:-14px 14px 0 0 rgba(0,0,0,.35);box-shadow:-14px 14px 0 0 rgba(0,0,0,.35)}@media(max-width:767px){.gt-shortcodes .modal-content{width:auto}}@media(max-width:480px){.gt-shortcodes .modal-content{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}}.gt-shortcodes .modal-header{padding:17px 19px 15px 24px;border-bottom:1px solid #ebedef}.gt-shortcodes .modal-header .close{margin:5px 0 0;padding:0;font-size:18px;line-height:1;color:#34495e}.gt-shortcodes .modal-title{margin:0;font-size:24px!important;line-height:30px}.gt-shortcodes .modal-body{padding:20px 24px}.gt-shortcodes .modal-body p{font-size:16px;line-height:1.62492}.gt-shortcodes .modal-footer{padding:19px 22px 20px;margin-top:0;background-color:#ebedef;border-top:none;border-radius:0 0 7px 7px}.gt-shortcodes .modal-footer .btn+.btn{margin-left:12px}@media(max-width:480px){.gt-shortcodes .modal-footer .btn{display:block;min-width:auto;margin-bottom:15px}.gt-shortcodes .modal-footer .btn:last-child{margin-bottom:0}.gt-shortcodes .modal-footer .btn+.btn{margin-left:0}}@media screen and (min-width:768px){.gt-shortcodes .modal-dialog{left:50%;right:auto;width:624px;padding-top:0;padding-bottom:0}}.gt-shortcodes .panel-default{border:2px solid #eef0f0!important}.gt-shortcodes .panel-default .panel-heading{background-color:#FFF!important}.gt-shortcodes .panel-default .panel-heading .accordion-toggle{color:#9F9FA0!important;text-decoration:none!important}.gt-shortcodes .panel-default .panel-heading .panel-title{padding:10px 0!important;line-height:0;margin:0!important}.gt-shortcodes .panel-default .panel-heading .panel-title a:focus{outline:0}.gt-shortcodes .panel-default .panel-heading .panel-title a:after,.gt-shortcodes .panel-default .panel-heading .panel-title a:before{font-family:FontAwesome}.gt-shortcodes .panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#eef0f0}@media(min-width:1200px){.gt-shortcodes .row{width:100%}.gt-shortcodes .row:after,.gt-shortcodes .row:before{display:table;line-height:0;content:""}.gt-shortcodes .row:after{clear:both}.gt-shortcodes .row [class*=col-md-]{display:block;float:left;width:100%;min-height:30px;margin-left:2.564102564102564%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.gt-shortcodes .row [class*=col-md-]:first-child{margin-left:0}.gt-shortcodes .row .controls-row [class*=col-md-]+[class*=col-md-]{margin-left:2.564102564102564%}.gt-shortcodes .row .col-md-12{width:100%}.gt-shortcodes .row .col-md-11{width:91.45299145299145%}.gt-shortcodes .row .col-md-10{width:82.90598290598291%}.gt-shortcodes .row .col-md-9{width:74.35897435897436%}.gt-shortcodes .row .col-md-8{width:65.81196581196582%}.gt-shortcodes .row .col-md-7{width:57.26495726495726%}.gt-shortcodes .row .col-md-6{width:48.717948717948715%}.gt-shortcodes .row .col-md-5{width:40.17094017094017%}.gt-shortcodes .row .col-md-4{width:31.623931623931625%}.gt-shortcodes .row .col-md-3{width:23.076923076923077%}.gt-shortcodes .row .col-md-2{width:14.52991452991453%}.gt-shortcodes .row .col-md-1{width:5.982905982905983%}.gt-shortcodes .row .offset12{margin-left:105.12820512820512%}.gt-shortcodes .row .offset12:first-child{margin-left:102.56410256410257%}.gt-shortcodes .row .offset11{margin-left:96.58119658119658%}.gt-shortcodes .row .offset11:first-child{margin-left:94.01709401709402%}.gt-shortcodes .row .offset10{margin-left:88.03418803418803%}.gt-shortcodes .row .offset10:first-child{margin-left:85.47008547008548%}.gt-shortcodes .row .offset9{margin-left:79.48717948717949%}.gt-shortcodes .row .offset9:first-child{margin-left:76.92307692307693%}.gt-shortcodes .row .offset8{margin-left:70.94017094017094%}.gt-shortcodes .row .offset8:first-child{margin-left:68.37606837606839%}.gt-shortcodes .row .offset7{margin-left:62.393162393162385%}.gt-shortcodes .row .offset7:first-child{margin-left:59.82905982905982%}.gt-shortcodes .row .offset6{margin-left:53.84615384615384%}.gt-shortcodes .row .offset6:first-child{margin-left:51.28205128205128%}.gt-shortcodes .row .offset5{margin-left:45.299145299145295%}.gt-shortcodes .row .offset5:first-child{margin-left:42.73504273504273%}.gt-shortcodes .row .offset4{margin-left:36.75213675213675%}.gt-shortcodes .row .offset4:first-child{margin-left:34.18803418803419%}.gt-shortcodes .row .offset3{margin-left:28.205128205128204%}.gt-shortcodes .row .offset3:first-child{margin-left:25.641025641025642%}.gt-shortcodes .row .offset2{margin-left:19.65811965811966%}.gt-shortcodes .row .offset2:first-child{margin-left:17.094017094017094%}.gt-shortcodes .row .offset1{margin-left:11.11111111111111%}.gt-shortcodes .row .offset1:first-child{margin-left:8.547008547008547%}}@media(min-width:768px) and (max-width:979px){.gt-shortcodes .row{width:100%}.gt-shortcodes .row:after,.gt-shortcodes .row:before{display:table;line-height:0;content:""}.gt-shortcodes .row:after{clear:both}.gt-shortcodes .row [class*=col-md-]{display:block;float:left;width:100%;min-height:30px;margin-left:2.7624309392265194%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.gt-shortcodes .row [class*=col-md-]:first-child{margin-left:0}.gt-shortcodes .row .controls-row [class*=col-md-]+[class*=col-md-]{margin-left:2.7624309392265194%}.gt-shortcodes .row .col-md-12{width:100%}.gt-shortcodes .row .col-md-11{width:91.43646408839778%}.gt-shortcodes .row .col-md-10{width:82.87292817679558%}.gt-shortcodes .row .col-md-9{width:74.30939226519337%}.gt-shortcodes .row .col-md-8{width:65.74585635359117%}.gt-shortcodes .row .col-md-7{width:57.18232044198895%}.gt-shortcodes .row .col-md-6{width:48.61878453038674%}.gt-shortcodes .row .col-md-5{width:40.05524861878453%}.gt-shortcodes .row .col-md-4{width:31.491712707182323%}.gt-shortcodes .row .col-md-3{width:22.92817679558011%}.gt-shortcodes .row .col-md-2{width:14.3646408839779%}.gt-shortcodes .row .col-md-1{width:5.801104972375691%}.gt-shortcodes .row .offset12{margin-left:105.52486187845304%}.gt-shortcodes .row .offset12:first-child{margin-left:102.76243093922652%}.gt-shortcodes .row .offset11{margin-left:96.96132596685082%}.gt-shortcodes .row .offset11:first-child{margin-left:94.1988950276243%}.gt-shortcodes .row .offset10{margin-left:88.39779005524862%}.gt-shortcodes .row .offset10:first-child{margin-left:85.6353591160221%}.gt-shortcodes .row .offset9{margin-left:79.8342541436464%}.gt-shortcodes .row .offset9:first-child{margin-left:77.07182320441989%}.gt-shortcodes .row .offset8{margin-left:71.2707182320442%}.gt-shortcodes .row .offset8:first-child{margin-left:68.50828729281768%}.gt-shortcodes .row .offset7{margin-left:62.70718232044199%}.gt-shortcodes .row .offset7:first-child{margin-left:59.94475138121547%}.gt-shortcodes .row .offset6{margin-left:54.14364640883978%}.gt-shortcodes .row .offset6:first-child{margin-left:51.38121546961326%}.gt-shortcodes .row .offset5{margin-left:45.58011049723757%}.gt-shortcodes .row .offset5:first-child{margin-left:42.81767955801105%}.gt-shortcodes .row .offset4{margin-left:37.01657458563536%}.gt-shortcodes .row .offset4:first-child{margin-left:34.25414364640884%}.gt-shortcodes .row .offset3{margin-left:28.45303867403315%}.gt-shortcodes .row .offset3:first-child{margin-left:25.69060773480663%}.gt-shortcodes .row .offset2{margin-left:19.88950276243094%}.gt-shortcodes .row .offset2:first-child{margin-left:17.12707182320442%}.gt-shortcodes .row .offset1{margin-left:11.32596685082873%}.gt-shortcodes .row .offset1:first-child{margin-left:8.56353591160221%}}@media(max-width:767px){.gt-shortcodes .row [class*=col-md-],.gt-shortcodes .uneditable-input[class*=col-md-],.gt-shortcodes [class*=col-md-]{display:block;float:none;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.gt-shortcodes .col-md-12,.gt-shortcodes .row .col-md-12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.gt-shortcodes .row [class*=offset]:first-child{margin-left:0}}@media(min-width:768px){.gt-shortcodes .fivecolumns .col-md-2{width:18.297872340425532%}}@media(min-width:1200px){.gt-shortcodes .fivecolumns .col-md-2{width:17.8487179487179488%}}@media(min-width:768px) and (max-width:979px){.gt-shortcodes .fivecolumns .col-md-2{width:17.69005524861878448%}}@media(min-width:980px) and (max-width:1199px){.gt-shortcodes .row{width:100%}.gt-shortcodes .row:after,.gt-shortcodes .row:before{display:table;line-height:0;content:""}.gt-shortcodes .row:after{clear:both}.gt-shortcodes .row [class*=col-md-]{display:block;float:left;width:100%;min-height:30px;margin-left:2.7624309392265194%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.gt-shortcodes .row [class*=col-md-]:first-child{margin-left:0}.gt-shortcodes .row .controls-row [class*=col-md-]+[class*=col-md-]{margin-left:2.7624309392265194%}.gt-shortcodes .row .col-md-4{width:31.491712707182323%}.gt-shortcodes .row .col-md-3{width:22.92817679558011%}.gt-shortcodes .row .col-md-2{width:14.3646408839779%}.gt-shortcodes .row .col-md-6{width:48.61878453038674%}.gt-shortcodes .row .col-md-1{width:5.801104972375691%}.gt-shortcodes .fivecolumns .col-md-2{width:17.697872340425532%}}@media(min-width:768px){.gt-shortcodes .sevencolumns .col-md-2{width:12.205714286%}}@media(min-width:1200px){.gt-shortcodes .sevencolumns .col-md-2{width:12.055714286%}}@media(min-width:768px) and (max-width:979px){.gt-shortcodes .sevencolumns .col-md-2{width:11.855714286%}}@media(min-width:980px) and (max-width:1199px){.gt-shortcodes .sevencolumns .col-md-2{width:11.885714286%}}.gt-shortcodes blockquote.gt-bq{padding:0 0 0 15px!important;margin:0 0 20px!important;border-left:5px solid #eee;background:#FFFEDB;overflow:auto}.gt-shortcodes blockquote.gt-bq img{margin:0 15px 0 0!important}.gt-shortcodes blockquote.gt-bq p{margin:0 0 5px;font-size:17.5px;font-weight:300;line-height:1.25}.gt-shortcodes blockquote.gt-bq small{display:block;line-height:20px;color:#999}.gt-shortcodes blockquote.gt-bq small:before{content:'\2014 \00A0'}.gt-shortcodes blockquote.gt-bq.pull-right{float:right;padding-right:15px!important;padding-left:0;border-right:5px solid #eee;border-left:0}.gt-shortcodes blockquote.gt-bq.pull-right img{margin:0 0 0 15px!important}.gt-shortcodes blockquote.gt-bq.pull-right p,.gt-shortcodes blockquote.gt-bq.pull-right small{text-align:right}.gt-shortcodes blockquote.gt-bq.pull-right small:before{content:''}.gt-shortcodes blockquote.gt-bq.pull-right small:after{content:'\00A0 \2014'}.gt-shortcodes blockquote.gt-bq:after,.gt-shortcodes blockquote.gt-bq:before{content:""}.gt-shortcodes code,.gt-shortcodes kbd,.gt-shortcodes pre,.gt-shortcodes samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.gt-shortcodes code{padding:2px 4px!important;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:0!important}.gt-shortcodes pre{display:block;padding:9.5px!important;margin:0 0 10px!important;font-size:13px!important;line-height:1.428571429!important;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:0!important;border-radius:0!important}.gt-shortcodes pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.gt-shortcodes .pre-scrollable{max-height:340px;overflow-y:scroll}.gt-shortcodes p code{white-space:inherit}.gt-shortcodes .gt-divider{clear:both;display:block;width:100%;height:15px;line-height:15px;position:relative;margin:30px 0}.gt-shortcodes .gt-divider .gt-divider-text{background-color:#fff;border-radius:0;color:inherit;top:.1em;position:relative;z-index:10;padding:5px 15px;display:inline;margin:20px 0;border-bottom:none}.gt-shortcodes .gt-divider .gt-divider-inner{position:absolute;height:40px;left:0;top:50%;width:100%;margin-top:-1px;border-top-width:1px;border-color:#A2A2A2}.gt-shortcodes .gt-divider-left{text-align:left}.gt-shortcodes .gt-divider-right{text-align:right}.gt-shortcodes .gt-divider-center{text-align:center}.gt-shortcodes .gt-video-container{position:relative;padding-bottom:56.25%;padding-top:35px;height:0;overflow:hidden}.gt-shortcodes .gt-video-container .gt-video{position:absolute;top:0;left:0;width:100%;height:100%}.gt-shortcodes .gt-pricing-table .pricing{margin:0;padding:0}.gt-shortcodes .gt-pricing-table .pricing .no-padding{padding:0!important}.gt-shortcodes .gt-pricing-table .pricing .pricing-table .pricing-header{position:relative;background-color:#34495e;padding:22px 11px;text-align:center;border-top-right-radius:4px;border-top-left-radius:4px}.gt-shortcodes .gt-pricing-table .pricing .pricing-table .pricing-header .pricing-title{color:#fff;text-transform:uppercase;letter-spacing:2px;font-size:18px;text-align:center;font-weight:700}.gt-shortcodes .gt-pricing-table .pricing .pricing-table .pricing-header .pricing-rate{font-size:52px;font-weight:700;color:#fff;position:relative;text-align:center;padding:20px 0}.gt-shortcodes .gt-pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup{font-size:24px;position:relative;top:-30px;color:#bdc3c7}.gt-shortcodes .gt-pricing-table .pricing .pricing-table .pricing-header .pricing-rate span{font-size:16px;color:#bdc3c7;text-transform:uppercase}.gt-shortcodes .gt-pricing-table .pricing .pricing-table .pricing-header p{margin:0 0 10px!important}.gt-shortcodes .gt-pricing-table .pricing .pricing-table .pricing-header:hover{background-color:#415A74}.gt-shortcodes .gt-pricing-table .pricing .pricing-list{padding:20px 0 40px;background:#fff;border:1px solid #e3e3e3}.gt-shortcodes .gt-pricing-table .pricing .pricing-list ul{padding:0;display:table;margin:0 auto!important;border:0!important}.gt-shortcodes .gt-pricing-table .pricing .pricing-list ul li{color:#bdc3c7;font-size:16px;line-height:42px;text-align:left;border-top:0;border-left:0;border-right:0}.gt-shortcodes .gt-pricing-table .pricing .pricing-list ul li:last-child{border:none}.gt-shortcodes .gt-pricing-table .pricing .pricing-list ul li i{margin-right:12px;color:#bdc3c7}.gt-shortcodes .gt-pricing-table .pricing .pricing-list ul li span{color:#34495e}.gt-shortcodes .gt-pricing-table .pricing .pricing-list ul li div{display:inline-block}.gt-shortcodes .gt-pricing-table .gt-pricing-column{transition:transform .15s ease-in-out 0ms;-o-transition:transform .15s ease-in-out 0ms;-ms-transition:transform .15s ease-in-out 0ms;-moz-transition:transform .15s ease-in-out 0ms;-webkit-transition:transform .15s ease-in-out 0ms}.gt-shortcodes .gt-pricing-table .gt-pricing-column:hover{transform:scale(1.04);-o-transform:scale(1.04);-ms-transform:scale(1.04);-moz-transform:scale(1.04);-webkit-transform:scale(1.04)}.gt-shortcodes .gt-pricing-table .gt-pricing-column .pricing-header{-webkit-transition:all .15s ease-in-out 0ms}.gt-shortcodes .gt-pricing-table .gt-pricing-column .pricing-header .pricing-title{padding-bottom:20px!important}.gt-shortcodes .gt-pricing-table .gt-pricing-column .pricing-header .btn-pricing-table{color:#bdc3c7;font-size:18px;border:1px solid #bdc3c7;background:0 0!important}.gt-shortcodes .gt-pricing-table .gt-pricing-column .pricing-header .btn-pricing-table:hover{color:#fff;border:1px solid #fff;background:0 0!important}.gt-shortcodes .gt-pricing-table .row .pricing .col-md-4:first-child{margin-left:0!important}.gt-shortcodes .gt-content-box-icon.gt-icon-centered{text-align:center}.gt-shortcodes .gt-content-box-icon.gt-icon-centered h2 i{display:inline-block;margin-bottom:10px}.gt-shortcodes .gt-content-box-icon.gt-icon-centered h2 span{display:block}.gt-shortcodes .gt-content-box-icon h2 i{margin-right:5px}.gt-shortcodes .gt-content-box-icon h2 i.gt-icon-circle.fa-sm,.gt-shortcodes .gt-content-box-icon h2 i.gt-icon-square.fa-sm{font-size:1em;padding:0;width:40px;height:40px;line-height:40px}.gt-shortcodes .gt-content-box-icon h2 i.gt-icon-circle.fa-md,.gt-shortcodes .gt-content-box-icon h2 i.gt-icon-square.fa-md{font-size:1.46666666em;padding:0;width:60px;height:60px;line-height:60px}.gt-shortcodes .gt-content-box-icon h2 i.gt-icon-circle.fa-lg,.gt-shortcodes .gt-content-box-icon h2 i.gt-icon-square.fa-lg{font-size:1.86666666em;padding:0;width:80px;height:80px;line-height:80px}.gt-shortcodes .gt-content-box-icon h2 i.gt-icon-circle.fa-2x,.gt-shortcodes .gt-content-box-icon h2 i.gt-icon-square.fa-2x{font-size:2.46666666em;padding:0;width:100px;height:100px;line-height:100px;vertical-align:-15%}.gt-shortcodes .gt-content-box-icon h2 i.gt-icon-circle{border-radius:50%}.gt-shortcodes .gt-content-box-icon h2 i.gt-icon-bordered{border-width:1px;border-style:solid}.gt-shortcodes .gt-content-box-icon h2 i.gt-icon-rounded{border-radius:4px}.gt-shortcodes .gt-client-carousel .item{display:block;padding:30px 0;margin:5px;color:#FFF;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-align:center}.gt-shortcodes .gt-client-carousel .item img{border:1px solid #e9eaee;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;max-width:100%}.gt-shortcodes .owl-theme .owl-controls .owl-buttons div{padding:5px 9px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px}.gt-shortcodes .owl-theme .owl-buttons i{margin-top:2px}.gt-shortcodes .owl-theme .owl-controls .owl-buttons div{position:absolute}.gt-shortcodes .owl-theme .owl-controls .owl-buttons .owl-prev{left:0;top:36%}.gt-shortcodes .owl-theme .owl-controls .owl-buttons .owl-next{right:0;top:36%}.gt-shortcodes .gt-team{position:relative;margin-bottom:20px;background-color:#eee}.gt-shortcodes .gt-team img{border-radius:0;box-shadow:none;width:100%}.gt-shortcodes .gt-team .gt-team-member-description{padding:20px}.gt-shortcodes .gt-team .gt-team-member-description h3{margin:0}.gt-shortcodes .gt-team .gt-team-member-description small{font-size:85%;display:block;margin-bottom:10px}.gt-shortcodes .gt-team .gt-team-member-description p{margin-bottom:10px}.gt-shortcodes .gt-team .gt-team-member-description hr{margin:15px 0 20px;background-color:#e0e0e0}.gt-shortcodes .gt-team .gt-team-member-description ul{list-style:none;margin:0}.gt-shortcodes .gt-team .gt-team-member-description ul li{display:inline-block;margin:0 0 15px;padding:0 2.9px}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link{padding:6px 5px;text-align:center;font-size:14px;transition:.3s ease-in all}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link i{min-width:20px;transition:.3s ease-in all}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.gt-border{border-width:1px;border-style:solid}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.facebook{border-color:#2f4b93}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.facebook i{color:#2f4b93}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.facebook:hover{background-color:#2f4b93}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.facebook:hover i{color:#fff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.twitter{border-color:#00bdef}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.twitter i{color:#00bdef}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.twitter:hover{background-color:#00bdef}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.twitter:hover i{color:#fff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.googleplus{border-color:#2d2d2d}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.googleplus i{color:#2d2d2d}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.googleplus:hover{background-color:#2d2d2d}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.googleplus:hover i{color:#fff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.linkedin{border-color:#0072b5}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.linkedin i{color:#0072b5}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.linkedin:hover{background-color:#0072b5}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.linkedin:hover i{color:#fff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.skype{border-color:#12a5f4}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.skype i{color:#12a5f4}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.skype:hover{background-color:#12a5f4}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.skype:hover i{color:#fff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.dribbble{border-color:#ea4c89}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.dribbble i{color:#ea4c89}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.dribbble:hover{background-color:#ea4c89}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.dribbble:hover i{color:#fff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.behance{border-color:#053eff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.behance i{color:#053eff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.behance:hover{background-color:#053eff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.behance:hover i{color:#fff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.github{border-color:#333}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.github i{color:#333}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.github:hover{background-color:#333}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.github:hover i{color:#fff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.youtube{border-color:#cd332d}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.youtube i{color:#cd332d}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.youtube:hover{background-color:#cd332d}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.youtube:hover i{color:#fff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.reddit{border-color:#ff4500}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.reddit i{color:#ff4500}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.reddit:hover{background-color:#ff4500}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.reddit:hover i{color:#fff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.pinterest{border-color:#cb2028}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.pinterest i{color:#cb2028}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.pinterest:hover{background-color:#cb2028}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.pinterest:hover i{color:#fff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.instagram{border-color:#3f729b}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.instagram i{color:#3f729b}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.instagram:hover{background-color:#3f729b}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.instagram:hover i{color:#fff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.tumblr{border-color:#35465c}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.tumblr i{color:#35465c}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.tumblr:hover{background-color:#35465c}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.tumblr:hover i{color:#fff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.stumbleupon{border-color:#eb4924}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.stumbleupon i{color:#eb4924}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.stumbleupon:hover{background-color:#eb4924}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.stumbleupon:hover i{color:#fff}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.foursquare{border-color:#f94877}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.foursquare i{color:#f94877}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.foursquare:hover{background-color:#f94877}.gt-shortcodes .gt-team .gt-team-member-description ul li .gt-social-link.foursquare:hover i{color:#fff}.gt-shortcodes .gt-testimonials{margin-bottom:40px}.gt-shortcodes .gt-testimonials.slide{border:0}.gt-shortcodes .gt-testimonials .gt-testimonials-item p{position:relative;padding:15px;font-style:italic;background-color:#f5f5f5}.gt-shortcodes .gt-testimonials .gt-testimonials-item p:after{left:80px;bottom:-20px;border-top:22px solid #f5f5f5;border-left:0 solid transparent;border-right:22px solid transparent;width:0;height:0;content:" ";display:block;position:absolute;border-left-style:inset;border-right-style:inset}.gt-shortcodes .gt-testimonials .gt-testimonials-item p:before{left:80px;bottom:-20px}.gt-shortcodes .gt-testimonials .gt-testimonials-item .gt-testimonial-info{color:#72c02c;font-size:16px;padding:5px 15px 0;margin-top:18px}.gt-shortcodes .gt-testimonials .gt-testimonials-item .gt-testimonial-info img{width:60px;float:left;height:60px;padding:2px;margin-right:15px;border:1px solid #ccc}.gt-shortcodes .gt-testimonials .gt-testimonials-item .gt-testimonial-info img.round{border-radius:50%!important}.gt-shortcodes .gt-testimonials .gt-testimonials-item .gt-testimonial-info img.square{border-radius:1px!important}.gt-shortcodes .gt-testimonials .gt-testimonials-item .gt-testimonial-info .gt-testimonial-author{position:relative;top:3px;right:0;line-height:inherit;background-color:transparent;font-size:16px;padding:0}.gt-shortcodes .gt-testimonials .gt-testimonials-item .gt-testimonial-info .gt-testimonial-author em{color:#777;display:block;font-size:13px}.gt-shortcodes .gt-testimonials .gt-testimonial-control{top:-65px;position:relative}.gt-shortcodes .gt-testimonials .gt-testimonial-control .carousel-control{background-image:none!important;opacity:1;width:100%;text-align:right;text-shadow:none;position:absolute}.gt-shortcodes .gt-testimonials .gt-testimonial-control .carousel-control.left{right:27px;left:auto;margin-right:4px}.gt-shortcodes .gt-testimonials .gt-testimonial-control .carousel-control i{color:#333;padding:2px;min-width:25px;font-size:20px;text-align:center;background:#f5f5f5}.gt-shortcodes .gt-testimonials .gt-testimonial-control .carousel-control i:hover{color:#fff;background:#72c02c}.gt-shortcodes .container-fluid.gt-portfolio{padding:0}.gt-shortcodes .container-fluid.gt-portfolio .row [class*=col-]:not(:first-child),.gt-shortcodes .container-fluid.gt-portfolio .row [class*=col-]:not(:last-child){padding-right:0;padding-left:0;margin-left:0}.gt-shortcodes .gt-portfolio-filter-label{font-weight:bolder;display:inline-block;text-transform:uppercase}.gt-shortcodes .gt-portfolio-filter-label:after{content:""!important;padding-left:12px}.gt-shortcodes .gt-portfolio-filters{padding:30px 0}.gt-shortcodes .gt-portfolio-filters .gt-portfolio-filter-item{cursor:pointer;padding:0 6px;transition:all .3s ease-in-out;position:relative;overflow:visible;margin:10px 0 0;display:inline-block;text-transform:uppercase}.gt-shortcodes .gt-portfolio-filters .gt-portfolio-filter-item.gt-portfolio-filter-item-active{color:#34aadc}.gt-shortcodes .gt-portfolio-filters .gt-portfolio-filter-item:not(:last-child):after{content:"/";padding-left:12px}.gt-shortcodes .gt-portfolio .row{margin-left:0;margin-right:0}.gt-shortcodes .gt-portfolio .gt-portfolio-item{border:none}.gt-shortcodes .gt-portfolio .gt-portfolio-item .gt-portfolio-item-wrap{overflow:hidden}.gt-shortcodes .gt-portfolio .gt-portfolio-item .gt-portfolio-item-hover-wrap.white-transparent-hover{background:rgba(255,255,255,.6)!important;position:absolute;top:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .8s cubic-bezier(.19,1,.22,1);-moz-transition:opacity .8s cubic-bezier(.19,1,.22,1);-o-transition:opacity .8s cubic-bezier(.19,1,.22,1);transition:opacity .8s cubic-bezier(.19,1,.22,1)}.gt-shortcodes .gt-portfolio .gt-portfolio-item .gt-portfolio-item-hover-wrap.white-transparent-hover .gt-portfolio-caption-alignCenter{display:table;width:100%;height:100%}.gt-shortcodes .gt-portfolio .gt-portfolio-item .gt-portfolio-item-hover-wrap.white-transparent-hover .gt-portfolio-caption-alignCenter .gt-portfolio-caption-body{display:table-cell;vertical-align:middle;text-align:center}.gt-shortcodes .gt-portfolio .gt-portfolio-item .gt-portfolio-item-hover-wrap.white-transparent-hover .gt-portfolio-caption-alignCenter .gt-portfolio-caption-body .gt-portfolio-link-captions{padding-left:0;margin:0 0 20px;list-style:none;text-align:center}.gt-shortcodes .gt-portfolio .gt-portfolio-item .gt-portfolio-item-hover-wrap.white-transparent-hover .gt-portfolio-caption-alignCenter .gt-portfolio-caption-body .gt-portfolio-link-captions li{padding:0 2px;display:inline-block}.gt-shortcodes .gt-portfolio .gt-portfolio-item .gt-portfolio-item-hover-wrap.white-transparent-hover .gt-portfolio-caption-alignCenter .gt-portfolio-caption-body .gt-portfolio-link-captions li i{color:#6e6e6e;width:60px;height:60px;font-size:21px;line-height:60px;background:#fff;text-align:center;display:inline-block}.gt-shortcodes .gt-portfolio .gt-portfolio-item .gt-portfolio-item-hover-wrap.white-transparent-hover .gt-portfolio-caption-alignCenter .gt-portfolio-caption-body .gt-portfolio-item-meta .gt-portfolio-item-title{font-size:18px;font-weight:400;text-transform:uppercase}.gt-shortcodes .gt-portfolio .gt-portfolio-item img{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;max-width:100%;display:block}.gt-shortcodes .gt-portfolio .gt-portfolio-item:hover .gt-portfolio-item-hover-wrap.white-transparent-hover{opacity:1}.gt-shortcodes .gt-portfolio .gt-portfolio-item:hover img{-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-ms-transform:scale(1.25);-o-transform:scale(1.25);transform:scale(1.25)}.gt-shortcodes .isotope,.gt-shortcodes .isotope .item{-webkit-transition-duration:.8s;-moz-transition-duration:.8s;-o-transition-duration:.8s;transition-duration:.8s}.gt-shortcodes .isotope{-webkit-transition-property:height,width;-moz-transition-property:height,width;-o-transition-property:height,width;transition-property:height,width}.gt-shortcodes .isotope .item{-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;-o-transition-property:top,left,opacity;transition-property:transform,opacity}@media(max-width:768px){.gt-shortcodes .gt-portfolio-item{width:50%}}@media(max-width:480px){.gt-shortcodes .gt-portfolio-item{width:100%}}.gt-shortcodes .gt-text-left{text-align:left}.gt-shortcodes .gt-text-right{text-align:right}.gt-shortcodes .gt-text-center{text-align:center}.gt-shortcodes .gt-text-justify{text-align:justify}.gt-shortcodes .gt-border-circle{border-radius:50%!important}.gt-shortcodes .gt-border-square{border-radius:0!important}.gt-shortcodes .gt-border-none{border:0!important}.gt-shortcodes .last-col{overflow:hidden}.gt-shortcodes .pan,.gt-shortcodes .ptn,.gt-shortcodes .pvn{padding-top:0}.gt-shortcodes .pax,.gt-shortcodes .ptx,.gt-shortcodes .pvx{padding-top:3px}.gt-shortcodes .pas,.gt-shortcodes .pts,.gt-shortcodes .pvs{padding-top:5px}.gt-shortcodes .pam,.gt-shortcodes .ptm,.gt-shortcodes .pvm{padding-top:10px}.gt-shortcodes .pal,.gt-shortcodes .ptl,.gt-shortcodes .pvl{padding-top:20px}.gt-shortcodes .pan,.gt-shortcodes .phn,.gt-shortcodes .prn{padding-right:0}.gt-shortcodes .pax,.gt-shortcodes .phx,.gt-shortcodes .prx{padding-right:3px}.gt-shortcodes .pas,.gt-shortcodes .phs,.gt-shortcodes .prs{padding-right:5px}.gt-shortcodes .pam,.gt-shortcodes .phm,.gt-shortcodes .prm{padding-right:10px}.gt-shortcodes .pal,.gt-shortcodes .phl,.gt-shortcodes .prl{padding-right:20px}.gt-shortcodes .pan,.gt-shortcodes .pbn,.gt-shortcodes .pvn{padding-bottom:0}.gt-shortcodes .pax,.gt-shortcodes .pbx,.gt-shortcodes .pvx{padding-bottom:3px}.gt-shortcodes .pas,.gt-shortcodes .pbs,.gt-shortcodes .pvs{padding-bottom:5px}.gt-shortcodes .pam,.gt-shortcodes .pbm,.gt-shortcodes .pvm{padding-bottom:10px}.gt-shortcodes .pal,.gt-shortcodes .pbl,.gt-shortcodes .pvl{padding-bottom:20px}.gt-shortcodes .pan,.gt-shortcodes .phn,.gt-shortcodes .pln{padding-left:0}.gt-shortcodes .pax,.gt-shortcodes .phx,.gt-shortcodes .plx{padding-left:3px}.gt-shortcodes .pas,.gt-shortcodes .phs,.gt-shortcodes .pls{padding-left:5px}.gt-shortcodes .pam,.gt-shortcodes .phm,.gt-shortcodes .plm{padding-left:10px}.gt-shortcodes .pal,.gt-shortcodes .phl,.gt-shortcodes .pll{padding-left:20px}.gt-shortcodes .man,.gt-shortcodes .mtn,.gt-shortcodes .mvn{margin-top:0}.gt-shortcodes .max,.gt-shortcodes .mtx,.gt-shortcodes .mvx{margin-top:3px}.gt-shortcodes .mas,.gt-shortcodes .mts,.gt-shortcodes .mvs{margin-top:5px}.gt-shortcodes .mam,.gt-shortcodes .mtm,.gt-shortcodes .mvm{margin-top:10px}.gt-shortcodes .mal,.gt-shortcodes .mtl,.gt-shortcodes .mvl{margin-top:20px}.gt-shortcodes .man,.gt-shortcodes .mhn,.gt-shortcodes .mrn{margin-right:0}.gt-shortcodes .max,.gt-shortcodes .mhx,.gt-shortcodes .mrx{margin-right:3px}.gt-shortcodes .mas,.gt-shortcodes .mhs,.gt-shortcodes .mrs{margin-right:5px}.gt-shortcodes .mam,.gt-shortcodes .mhm,.gt-shortcodes .mrm{margin-right:10px}.gt-shortcodes .mal,.gt-shortcodes .mhl,.gt-shortcodes .mrl{margin-right:20px}.gt-shortcodes .man,.gt-shortcodes .mbn,.gt-shortcodes .mvn{margin-bottom:0}.gt-shortcodes .max,.gt-shortcodes .mbx,.gt-shortcodes .mvx{margin-bottom:3px}.gt-shortcodes .mas,.gt-shortcodes .mbs,.gt-shortcodes .mvs{margin-bottom:5px}.gt-shortcodes .mam,.gt-shortcodes .mbm,.gt-shortcodes .mvm{margin-bottom:10px}.gt-shortcodes .mal,.gt-shortcodes .mbl,.gt-shortcodes .mvl{margin-bottom:20px}.gt-shortcodes .man,.gt-shortcodes .mhn,.gt-shortcodes .mln{margin-left:0}.gt-shortcodes .max,.gt-shortcodes .mhx,.gt-shortcodes .mlx{margin-left:3px}.gt-shortcodes .mas,.gt-shortcodes .mhs,.gt-shortcodes .mls{margin-left:5px}.gt-shortcodes .mam,.gt-shortcodes .mhm,.gt-shortcodes .mlm{margin-left:10px}.gt-shortcodes .mal,.gt-shortcodes .mhl,.gt-shortcodes .mll{margin-left:20px}.gt-heading{position:relative;text-align:center;overflow:hidden}.gt-heading span{position:relative;display:inline-block;z-index:1}.gt-heading span:after,.gt-heading span:before{content:"";display:block;position:absolute;width:9999px;top:50%}.gt-heading span:before{right:100%;margin-right:15px}.gt-heading span:after{left:100%;margin-left:15px}.gt-heading span.gt-heading-single-separator:after,.gt-heading span.gt-heading-single-separator:before{border-top:1px solid #ddd}.gt-heading span.gt-heading-double-separator:after,.gt-heading span.gt-heading-double-separator:before{border-top:1px solid #ddd;border-bottom:1px solid #ddd;height:4px;margin-top:-3px}.gt-heading span i{margin-right:7px}section.gt-section{display:block;width:100%}section.gt-background{height:auto;padding:20px 0;background-position:center top;background-repeat:repeat;background-size:cover}section.gt-background-parallax{height:auto;position:relative;padding:20px 0;background-position:center top;background-repeat:repeat;background-attachment:fixed;background-size:cover}.gt-icon-list li{padding:2px 0;border:0}.gt-icon-list-bordered li{padding:5px 0;border-bottom:1px solid #f2f2f2}.gt-icon-list,.gt-icon-list-bordered{list-style:none!important;margin-left:0!important}.gt-icon-list br,.gt-icon-list-bordered br{display:none}.gt-icon-list li i,.gt-icon-list-bordered li i{font-style:normal!important;margin-right:10px}.gt-icon-list li i:before,.gt-icon-list-bordered li i:before{font-family:FontAwesome}.gt-icon-list li:first-child,.gt-icon-list-bordered li:first-child{padding-top:0!important}.gt-icon-list li br,.gt-icon-list-bordered li br{display:none}.gt-circular-progress{position:relative;margin:0 auto}.gt-circular-progress strong{position:absolute;top:0;width:100%;text-align:center}.gt-circular-progress h3{text-align:center}@font-face{font-family:'FontAwesome';src:url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/fonts/fontawesome-webfont.eot?v=4.3.0);src:url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'),url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/fonts/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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.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"}
 .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.gt.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.gt.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.050,.855,.060);transition-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.gt.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.gt.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.gt.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.gt.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.gt.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.gt.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.gt.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.gt.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.gt.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.gt.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.gt.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.gt.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.gt.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.gt.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.gt.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.gt.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.gt.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.gt.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.gt.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.gt.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.gt.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.gt.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.gt.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.gt.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.gt.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.gt.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.gt.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.gt.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.gt.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.gt.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.gt.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.gt.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.gt.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.gt.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.gt.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.gt.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.gt.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.gt.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.gt.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.gt.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.gt.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.gt.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.gt.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.gt.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.gt.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.gt.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.gt.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.gt.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.gt.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.gt.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.gt.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.gt.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.gt.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.gt.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.gt.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.gt.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.gt.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.gt.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.gt.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.gt.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.gt.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.gt.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.gt.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.gt.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.gt.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.gt.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.gt.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.gt.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.gt.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.gt.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.gt.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.gt.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.gt.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.gt.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.gt-shortcodes div.juxtapose{width:100%;font-family:Helvetica,Arial,sans-serif;margin-bottom:20px}.gt-shortcodes div.jx-slider{width:100%;height:100%;position:relative;overflow:hidden;cursor:pointer}.gt-shortcodes div.jx-handle{position:absolute;height:100%;width:40px;cursor:col-resize;z-index:10;margin-left:-20px}.gt-shortcodes .vertical div.jx-handle{height:40px;width:100%;cursor:row-resize;margin-top:-20px;margin-left:0}.gt-shortcodes div.jx-control{height:100%;margin-right:auto;margin-left:auto;width:3px;background-color:#fff}.gt-shortcodes .vertical div.jx-control{height:3px;width:100%;background-color:#fff;position:relative;top:50%;transform:translateY(-50%)}.gt-shortcodes div.jx-controller{position:absolute;margin:auto auto auto -3px;top:0;bottom:0;height:60px;width:9px;background-color:#fff}.gt-shortcodes .vertical div.jx-controller{height:9px;width:100px;margin-left:auto;margin-right:auto;top:-3px;position:relative}.gt-shortcodes div.jx-arrow{position:absolute;margin:auto;top:0;bottom:0;width:0;height:0;transition:all .2s ease}.gt-shortcodes .vertical div.jx-arrow{position:absolute;margin:0 auto;left:0;right:0;width:0;height:0;transition:all .2s ease}.gt-shortcodes div.jx-arrow.jx-left{left:2px;border-style:solid;border-width:8px 8px 8px 0;border-color:transparent #FFF transparent transparent}.gt-shortcodes div.jx-arrow.jx-right{right:2px;border-style:solid;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #FFF}.gt-shortcodes .vertical div.jx-arrow.jx-left{left:0;top:2px;border-style:solid;border-width:0 8px 8px;border-color:transparent transparent #FFF}.gt-shortcodes .vertical div.jx-arrow.jx-right{right:0;top:initial;bottom:2px;border-style:solid;border-width:8px 8px 0;border-color:#FFF transparent transparent}.gt-shortcodes div.jx-handle:active div.jx-arrow.jx-left,.gt-shortcodes div.jx-handle:hover div.jx-arrow.jx-left{left:-1px}.gt-shortcodes div.jx-handle:active div.jx-arrow.jx-right,.gt-shortcodes div.jx-handle:hover div.jx-arrow.jx-right{right:-1px}.gt-shortcodes .vertical div.jx-handle:active div.jx-arrow.jx-left,.gt-shortcodes .vertical div.jx-handle:hover div.jx-arrow.jx-left{left:0;top:0}.gt-shortcodes .vertical div.jx-handle:active div.jx-arrow.jx-right,.gt-shortcodes .vertical div.jx-handle:hover div.jx-arrow.jx-right{right:0;bottom:0}.gt-shortcodes div.jx-image{position:absolute;height:100%;display:inline-block;top:0;overflow:hidden;-webkit-backface-visibility:hidden;-webkit-transform:scale(1)}.gt-shortcodes .vertical div.jx-image{width:100%;left:0;top:initial}.gt-shortcodes div.jx-image img{height:100%;z-index:5;position:absolute;max-height:initial;max-width:initial}.gt-shortcodes .vertical div.jx-image img{height:initial;width:100%}.gt-shortcodes div.jx-image.jx-left{left:0;background-position:left}.gt-shortcodes div.jx-image.jx-left img{left:0}.gt-shortcodes div.jx-image.jx-right{right:0;background-position:right}.gt-shortcodes div.jx-image.jx-right img{right:0;bottom:0}.gt-shortcodes .veritcal div.jx-image.jx-left{top:0;background-position:top}.gt-shortcodes .veritcal div.jx-image.jx-left img{top:0}.gt-shortcodes .vertical div.jx-image.jx-right{bottom:0;background-position:bottom}.gt-shortcodes .veritcal div.jx-image.jx-right img{bottom:0}.gt-shortcodes div.jx-image div.jx-label{font-size:1em;padding:.25em .75em;position:relative;display:inline-block;top:0;background-color:#000;background-color:rgba(0,0,0,.7);color:#fff;z-index:10;white-space:nowrap;line-height:18px;vertical-align:middle}.gt-shortcodes div.jx-image.jx-left div.jx-label{float:left;left:0}.gt-shortcodes div.jx-image.jx-right div.jx-label{float:right;right:0}.gt-shortcodes .vertical div.jx-image div.jx-label{display:table;position:absolute}.gt-shortcodes .vertical div.jx-image.jx-right div.jx-label{left:0;bottom:0;top:initial}.gt-shortcodes div.jx-credit{line-height:1.1;font-size:.75em}.gt-shortcodes div.jx-credit em{font-weight:700;font-style:normal}.gt-shortcodes div.jx-image.transition{transition:width .5s ease}.gt-shortcodes div.jx-handle.transition{transition:left .5s ease}.gt-shortcodes .vertical div.jx-image.transition{transition:height .5s ease}.gt-shortcodes .vertical div.jx-handle.transition{transition:top .5s ease}.gt-shortcodes a.jx-knightlab{background-color:#000;background-color:rgba(0,0,0,.25);bottom:0;display:table;height:14px;line-height:14px;padding:1px 4px 1px 5px;position:absolute;right:0;text-decoration:none;z-index:10}.gt-shortcodes a.jx-knightlab div.knightlab-logo{display:inline-block;vertical-align:middle;height:8px;width:8px;background-color:#c34528;transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);top:-1.25px;position:relative;cursor:pointer}.gt-shortcodes a.jx-knightlab:hover{background-color:#000;background-color:rgba(0,0,0,.35)}.gt-shortcodes a.jx-knightlab:hover div.knightlab-logo{background-color:#ce4d28}.gt-shortcodes a.jx-knightlab span.juxtapose-name{display:table-cell;margin:0;padding:0 0 0 .375em;font-family:Helvetica,Arial,sans-serif;font-weight:300;color:#fff;font-size:10px;vertical-align:middle;line-height:normal}.gt-shortcodes a.jx-knightlab:focus,.gt-shortcodes div.jx-controller:focus,.gt-shortcodes div.jx-image.jx-left div.jx-label:focus,.gt-shortcodes div.jx-image.jx-right div.jx-label:focus{background:#eae34a;color:#000}.gt-shortcodes a.jx-knightlab:focus span.juxtapose-name{.gt-shortcodes color:#000;border:none}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms 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(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/css/grabbing.png) 8 8,move}.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)}.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/css/AjaxLoader.gif) center center no-repeat}@font-face{font-family:weathericons;src:url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/fonts/weathericons-regular-webfont.eot);src:url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/fonts/weathericons-regular-webfont.eot?#iefix) format('embedded-opentype'),url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/fonts/weathericons-regular-webfont.woff) format('woff'),url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/fonts/weathericons-regular-webfont.ttf) format('truetype'),url(//fbet.bg/wp-content/plugins/gt-shortcodes/inc/fonts/weathericons-regular-webfont.svg#weathericons-regular-webfontRg) format('svg');font-weight:400;font-style:normal}.wi{display:inline-block;font-family:weathericons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wi-day-cloudy-gusts:before{content:"\f000"}.wi-day-cloudy-windy:before{content:"\f001"}.wi-day-cloudy:before{content:"\f002"}.wi-day-fog:before{content:"\f003"}.wi-day-hail:before{content:"\f004"}.wi-day-lightning:before{content:"\f005"}.wi-day-rain-mix:before{content:"\f006"}.wi-day-rain-wind:before{content:"\f007"}.wi-day-rain:before{content:"\f008"}.wi-day-showers:before{content:"\f009"}.wi-day-snow:before{content:"\f00a"}.wi-day-sprinkle:before{content:"\f00b"}.wi-day-sunny-overcast:before{content:"\f00c"}.wi-day-sunny:before{content:"\f00d"}.wi-day-storm-showers:before{content:"\f00e"}.wi-day-thunderstorm:before{content:"\f010"}.wi-cloudy-gusts:before{content:"\f011"}.wi-cloudy-windy:before{content:"\f012"}.wi-cloudy:before{content:"\f013"}.wi-fog:before{content:"\f014"}.wi-hail:before{content:"\f015"}.wi-lightning:before{content:"\f016"}.wi-rain-mix:before{content:"\f017"}.wi-rain-wind:before{content:"\f018"}.wi-rain:before{content:"\f019"}.wi-showers:before{content:"\f01a"}.wi-snow:before{content:"\f01b"}.wi-sprinkle:before{content:"\f01c"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-windy:before{content:"\f021"}.wi-night-alt-cloudy-gusts:before{content:"\f022"}.wi-night-alt-cloudy-windy:before{content:"\f023"}.wi-night-alt-hail:before{content:"\f024"}.wi-night-alt-lightning:before{content:"\f025"}.wi-night-alt-rain-mix:before{content:"\f026"}.wi-night-alt-rain-wind:before{content:"\f027"}.wi-night-alt-rain:before{content:"\f028"}.wi-night-alt-showers:before{content:"\f029"}.wi-night-alt-snow:before{content:"\f02a"}.wi-night-alt-sprinkle:before{content:"\f02b"}.wi-night-alt-storm-showers:before{content:"\f02c"}.wi-night-alt-thunderstorm:before{content:"\f02d"}.wi-night-clear:before{content:"\f02e"}.wi-night-cloudy-gusts:before{content:"\f02f"}.wi-night-cloudy-windy:before{content:"\f030"}.wi-night-cloudy:before{content:"\f031"}.wi-night-hail:before{content:"\f032"}.wi-night-lightning:before{content:"\f033"}.wi-night-rain-mix:before{content:"\f034"}.wi-night-rain-wind:before{content:"\f035"}.wi-night-rain:before{content:"\f036"}.wi-night-showers:before{content:"\f037"}.wi-night-snow:before{content:"\f038"}.wi-night-sprinkle:before{content:"\f039"}.wi-night-storm-showers:before{content:"\f03a"}.wi-night-thunderstorm:before{content:"\f03b"}.wi-celsius:before{content:"\f03c"}.wi-cloud-down:before{content:"\f03d"}.wi-cloud-refresh:before{content:"\f03e"}.wi-cloud-up:before{content:"\f040"}.wi-cloud:before{content:"\f041"}.wi-degrees:before{content:"\f042"}.wi-down-left:before{content:"\f043"}.wi-down:before{content:"\f044"}.wi-fahrenheit:before{content:"\f045"}.wi-horizon-alt:before{content:"\f046"}.wi-horizon:before{content:"\f047"}.wi-left:before{content:"\f048"}.wi-lightning:before{content:"\f016"}.wi-night-fog:before{content:"\f04a"}.wi-refresh-alt:before{content:"\f04b"}.wi-refresh:before{content:"\f04c"}.wi-right:before{content:"\f04d"}.wi-sprinkles:before{content:"\f04e"}.wi-strong-wind:before{content:"\f050"}.wi-sunrise:before{content:"\f051"}.wi-sunset:before{content:"\f052"}.wi-thermometer-exterior:before{content:"\f053"}.wi-thermometer-internal:before{content:"\f054"}.wi-thermometer:before{content:"\f055"}.wi-tornado:before{content:"\f056"}.wi-up-right:before{content:"\f057"}.wi-up:before{content:"\f058"}.wi-wind-west:before{content:"\f059"}.wi-wind-south-west:before{content:"\f05a"}.wi-wind-south-east:before{content:"\f05b"}.wi-wind-south:before{content:"\f05c"}.wi-wind-north-west:before{content:"\f05d"}.wi-wind-north-east:before{content:"\f05e"}.wi-wind-north:before{content:"\f060"}.wi-wind-east:before{content:"\f061"}.wi-smoke:before{content:"\f062"}.wi-dust:before{content:"\f063"}.wi-snow-wind:before{content:"\f064"}.wi-day-snow-wind:before{content:"\f065"}.wi-night-snow-wind:before{content:"\f066"}.wi-night-alt-snow-wind:before{content:"\f067"}.wi-day-sleet-storm:before{content:"\f068"}.wi-night-sleet-storm:before{content:"\f069"}.wi-night-alt-sleet-storm:before{content:"\f06a"}.wi-day-snow-thunderstorm:before{content:"\f06b"}.wi-night-snow-thunderstorm:before{content:"\f06c"}.wi-night-alt-snow-thunderstorm:before{content:"\f06d"}.wi-solar-eclipse:before{content:"\f06e"}.wi-lunar-eclipse:before{content:"\f070"}.wi-meteor:before{content:"\f071"}.wi-hot:before{content:"\f072"}.wi-hurricane:before{content:"\f073"}.wi-smog:before{content:"\f074"}.wi-alien:before{content:"\f075"}.wi-snowflake-cold:before{content:"\f076"}.wi-stars:before{content:"\f077"}.wi-night-partly-cloudy:before{content:"\f083"}.wi-umbrella:before{content:"\f084"}.wi-day-windy:before{content:"\f085"}.wi-night-alt-cloudy:before{content:"\f086"}.wi-up-left:before{content:"\f087"}.wi-down-right:before{content:"\f088"}.wi-time-12:before{content:"\f089"}.wi-time-1:before{content:"\f08a"}.wi-time-2:before{content:"\f08b"}.wi-time-3:before{content:"\f08c"}.wi-time-4:before{content:"\f08d"}.wi-time-5:before{content:"\f08e"}.wi-time-6:before{content:"\f08f"}.wi-time-7:before{content:"\f090"}.wi-time-8:before{content:"\f091"}.wi-time-9:before{content:"\f092"}.wi-time-10:before{content:"\f093"}.wi-time-11:before{content:"\f094"}.wi-day-sleet:before{content:"\f0b2"}.wi-night-sleet:before{content:"\f0b3"}.wi-night-alt-sleet:before{content:"\f0b4"}.wi-sleet:before{content:"\f0b5"}.wi-day-haze:before{content:"\f0b6"}.wi-beafort-0:before{content:"\f0b7"}.wi-beafort-1:before{content:"\f0b8"}.wi-beafort-2:before{content:"\f0b9"}.wi-beafort-3:before{content:"\f0ba"}.wi-beafort-4:before{content:"\f0bb"}.wi-beafort-5:before{content:"\f0bc"}.wi-beafort-6:before{content:"\f0bd"}.wi-beafort-7:before{content:"\f0be"}.wi-beafort-8:before{content:"\f0bf"}.wi-beafort-9:before{content:"\f0c0"}.wi-beafort-10:before{content:"\f0c1"}.wi-beafort-11:before{content:"\f0c2"}.wi-beafort-12:before{content:"\f0c3"}.wi-wind-default:before{content:"\f0b1"}wi-wind-default._0-deg{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}wi-wind-default._15-deg{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-ms-transform:rotate(15deg);-o-transform:rotate(15deg);transform:rotate(15deg)}wi-wind-default._30-deg{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg);-ms-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg)}wi-wind-default._45-deg{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}wi-wind-default._60-deg{-webkit-transform:rotate(60deg);-moz-transform:rotate(60deg);-ms-transform:rotate(60deg);-o-transform:rotate(60deg);transform:rotate(60deg)}wi-wind-default._75-deg{-webkit-transform:rotate(75deg);-moz-transform:rotate(75deg);-ms-transform:rotate(75deg);-o-transform:rotate(75deg);transform:rotate(75deg)}wi-wind-default._90-deg{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}wi-wind-default._105-deg{-webkit-transform:rotate(105deg);-moz-transform:rotate(105deg);-ms-transform:rotate(105deg);-o-transform:rotate(105deg);transform:rotate(105deg)}wi-wind-default._120-deg{-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-ms-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}wi-wind-default._135-deg{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}wi-wind-default._150-deg{-webkit-transform:rotate(150deg);-moz-transform:rotate(150deg);-ms-transform:rotate(150deg);-o-transform:rotate(150deg);transform:rotate(150deg)}wi-wind-default._165-deg{-webkit-transform:rotate(165deg);-moz-transform:rotate(165deg);-ms-transform:rotate(165deg);-o-transform:rotate(165deg);transform:rotate(165deg)}wi-wind-default._180-deg{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}wi-wind-default._195-deg{-webkit-transform:rotate(195deg);-moz-transform:rotate(195deg);-ms-transform:rotate(195deg);-o-transform:rotate(195deg);transform:rotate(195deg)}wi-wind-default._210-deg{-webkit-transform:rotate(210deg);-moz-transform:rotate(210deg);-ms-transform:rotate(210deg);-o-transform:rotate(210deg);transform:rotate(210deg)}wi-wind-default._225-deg{-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg)}wi-wind-default._240-deg{-webkit-transform:rotate(240deg);-moz-transform:rotate(240deg);-ms-transform:rotate(240deg);-o-transform:rotate(240deg);transform:rotate(240deg)}wi-wind-default._255-deg{-webkit-transform:rotate(255deg);-moz-transform:rotate(255deg);-ms-transform:rotate(255deg);-o-transform:rotate(255deg);transform:rotate(255deg)}wi-wind-default._270-deg{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}wi-wind-default._285-deg{-webkit-transform:rotate(295deg);-moz-transform:rotate(295deg);-ms-transform:rotate(295deg);-o-transform:rotate(295deg);transform:rotate(295deg)}wi-wind-default._300-deg{-webkit-transform:rotate(300deg);-moz-transform:rotate(300deg);-ms-transform:rotate(300deg);-o-transform:rotate(300deg);transform:rotate(300deg)}wi-wind-default._315-deg{-webkit-transform:rotate(315deg);-moz-transform:rotate(315deg);-ms-transform:rotate(315deg);-o-transform:rotate(315deg);transform:rotate(315deg)}wi-wind-default._330-deg{-webkit-transform:rotate(330deg);-moz-transform:rotate(330deg);-ms-transform:rotate(330deg);-o-transform:rotate(330deg);transform:rotate(330deg)}wi-wind-default._345-deg{-webkit-transform:rotate(345deg);-moz-transform:rotate(345deg);-ms-transform:rotate(345deg);-o-transform:rotate(345deg);transform:rotate(345deg)}.wi-moon-new:before{content:"\f095"}.wi-moon-waxing-cresent-1:before{content:"\f096"}.wi-moon-waxing-cresent-2:before{content:"\f097"}.wi-moon-waxing-cresent-3:before{content:"\f098"}.wi-moon-waxing-cresent-4:before{content:"\f099"}.wi-moon-waxing-cresent-5:before{content:"\f09a"}.wi-moon-waxing-cresent-6:before{content:"\f09b"}.wi-moon-first-quarter:before{content:"\f09c"}.wi-moon-waxing-gibbous-1:before{content:"\f09d"}.wi-moon-waxing-gibbous-2:before{content:"\f09e"}.wi-moon-waxing-gibbous-3:before{content:"\f09f"}.wi-moon-waxing-gibbous-4:before{content:"\f0a0"}.wi-moon-waxing-gibbous-5:before{content:"\f0a1"}.wi-moon-waxing-gibbous-6:before{content:"\f0a2"}.wi-moon-full:before{content:"\f0a3"}.wi-moon-waning-gibbous-1:before{content:"\f0a4"}.wi-moon-waning-gibbous-2:before{content:"\f0a5"}.wi-moon-waning-gibbous-3:before{content:"\f0a6"}.wi-moon-waning-gibbous-4:before{content:"\f0a7"}.wi-moon-waning-gibbous-5:before{content:"\f0a8"}.wi-moon-waning-gibbous-6:before{content:"\f0a9"}.wi-moon-3rd-quarter:before{content:"\f0aa"}.wi-moon-waning-crescent-1:before{content:"\f0ab"}.wi-moon-waning-crescent-2:before{content:"\f0ac"}.wi-moon-waning-crescent-3:before{content:"\f0ad"}.wi-moon-waning-crescent-4:before{content:"\f0ae"}.wi-moon-waning-crescent-5:before{content:"\f0af"}.wi-moon-waning-crescent-6:before{content:"\f0b0"}