@charset "utf-8";

  @font-face {
font-family: 'FontAwesome';
src: url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/fontawesome-webfont.eot?v=4.1.0);
src: url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'), url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'), url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'), url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.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: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
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: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@keyframes 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);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-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);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.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: #ffffff;
} .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-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 {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-square:before,
.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-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
@font-face {
font-family: 'icomoon';
src:url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/fajar.eot?-6a4iza);
src:url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/fajar.eot?#iefix-6a4iza) format('embedded-opentype'),
url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/fajar.woff?-6a4iza) format('woff'),
url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/fajar.ttf?-6a4iza) format('truetype'),
url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/fajar.svg?-6a4iza#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-arrowstreamlinetarget-1:before {
content: "\e7f3";
}
.icon-Beaker-1:before {
content: "\e7f4";
}
.icon-chat-1:before {
content: "\e7f5";
}
.icon-designgraphictabletstreamlinetable-1:before {
content: "\e7f6";
}
.icon-design-float-1:before {
content: "\e7f7";
}
.icon-handlestreamlinevector-1:before {
content: "\e7f8";
}
.icon-icons20:before {
content: "\e7f9";
}
.icon-icons41:before {
content: "\e7fa";
}
.icon-icons96:before {
content: "\e7fb";
}
.icon-icons104:before {
content: "\e7fc";
}
.icon-icons176:before {
content: "\e7fd";
}
.icon-icons180:before {
content: "\e7fe";
}
.icon-icons185:before {
content: "\e7ff";
}
.icon-icons236:before {
content: "\e800";
}
.icon-icons240:before {
content: "\e801";
}
.icon-paintbucketstreamline-1:before {
content: "\e802";
}
.icon-settingsstreamline-1:before {
content: "\e803";
}
.icon-skype-1:before {
content: "\e804";
}
.icon-call-1:before {
content: "\e805";
}
.icon-telephon-1:before {
content: "\e806";
}
.icon-twitter-1:before {
content: "\e807";
}
.icon-google:before {
content: "\e808";
}
.icon-facebook-1:before {
content: "\e809";
}
.icon-email-1:before {
content: "\e80a";
}
.icon-mobile:before {
content: "\e000";
}
.icon-laptop:before {
content: "\e001";
}
.icon-desktop:before {
content: "\e002";
}
.icon-tablet:before {
content: "\e003";
}
.icon-phone:before {
content: "\e004";
}
.icon-document:before {
content: "\e005";
}
.icon-documents:before {
content: "\e006";
}
.icon-search:before {
content: "\e007";
}
.icon-clipboard:before {
content: "\e008";
}
.icon-newspaper:before {
content: "\e009";
}
.icon-notebook:before {
content: "\e00a";
}
.icon-book-open:before {
content: "\e00b";
}
.icon-browser:before {
content: "\e00c";
}
.icon-calendar:before {
content: "\e00d";
}
.icon-presentation:before {
content: "\e00e";
}
.icon-picture:before {
content: "\e00f";
}
.icon-pictures:before {
content: "\e010";
}
.icon-video:before {
content: "\e011";
}
.icon-camera:before {
content: "\e012";
}
.icon-printer:before {
content: "\e013";
}
.icon-toolbox:before {
content: "\e014";
}
.icon-briefcase:before {
content: "\e015";
}
.icon-wallet:before {
content: "\e016";
}
.icon-gift:before {
content: "\e017";
}
.icon-bargraph:before {
content: "\e018";
}
.icon-grid:before {
content: "\e019";
}
.icon-expand:before {
content: "\e01a";
}
.icon-focus:before {
content: "\e01b";
}
.icon-edit:before {
content: "\e01c";
}
.icon-adjustments:before {
content: "\e01d";
}
.icon-ribbon:before {
content: "\e01e";
}
.icon-hourglass:before {
content: "\e01f";
}
.icon-lock:before {
content: "\e020";
}
.icon-megaphone:before {
content: "\e021";
}
.icon-shield:before {
content: "\e022";
}
.icon-trophy:before {
content: "\e023";
}
.icon-flag:before {
content: "\e024";
}
.icon-map:before {
content: "\e025";
}
.icon-puzzle:before {
content: "\e026";
}
.icon-basket:before {
content: "\e027";
}
.icon-envelope:before {
content: "\e028";
}
.icon-streetsign:before {
content: "\e029";
}
.icon-telescope:before {
content: "\e02a";
}
.icon-gears:before {
content: "\e02b";
}
.icon-key:before {
content: "\e02c";
}
.icon-paperclip:before {
content: "\e02d";
}
.icon-attachment:before {
content: "\e02e";
}
.icon-pricetags:before {
content: "\e02f";
}
.icon-lightbulb:before {
content: "\e030";
}
.icon-layers:before {
content: "\e031";
}
.icon-pencil:before {
content: "\e032";
}
.icon-tools:before {
content: "\e033";
}
.icon-tools-2:before {
content: "\e034";
}
.icon-scissors:before {
content: "\e035";
}
.icon-paintbrush:before {
content: "\e036";
}
.icon-magnifying-glass:before {
content: "\e037";
}
.icon-circle-compass:before {
content: "\e038";
}
.icon-linegraph:before {
content: "\e039";
}
.icon-mic:before {
content: "\e03a";
}
.icon-strategy:before {
content: "\e03b";
}
.icon-beaker:before {
content: "\e03c";
}
.icon-caution:before {
content: "\e03d";
}
.icon-recycle:before {
content: "\e03e";
}
.icon-anchor:before {
content: "\e03f";
}
.icon-profile-male:before {
content: "\e040";
}
.icon-profile-female:before {
content: "\e041";
}
.icon-bike:before {
content: "\e042";
}
.icon-wine:before {
content: "\e043";
}
.icon-hotairballoon:before {
content: "\e044";
}
.icon-globe:before {
content: "\e045";
}
.icon-genius:before {
content: "\e046";
}
.icon-map-pin:before {
content: "\e047";
}
.icon-dial:before {
content: "\e048";
}
.icon-chat:before {
content: "\e049";
}
.icon-heart:before {
content: "\e04a";
}
.icon-cloud:before {
content: "\e04b";
}
.icon-upload:before {
content: "\e04c";
}
.icon-download:before {
content: "\e04d";
}
.icon-target:before {
content: "\e04e";
}
.icon-hazardous:before {
content: "\e04f";
}
.icon-piechart:before {
content: "\e050";
}
.icon-speedometer:before {
content: "\e051";
}
.icon-global:before {
content: "\e052";
}
.icon-compass:before {
content: "\e053";
}
.icon-lifesaver:before {
content: "\e054";
}
.icon-clock:before {
content: "\e055";
}
.icon-aperture:before {
content: "\e056";
}
.icon-quote:before {
content: "\e057";
}
.icon-scope:before {
content: "\e058";
}
.icon-alarmclock:before {
content: "\e059";
}
.icon-refresh:before {
content: "\e05a";
}
.icon-happy:before {
content: "\e05b";
}
.icon-sad:before {
content: "\e05c";
}
.icon-facebook:before {
content: "\e05d";
}
.icon-twitter:before {
content: "\e05e";
}
.icon-googleplus:before {
content: "\e05f";
}
.icon-rss:before {
content: "\e060";
}
.icon-tumblr:before {
content: "\e061";
}
.icon-linkedin:before {
content: "\e062";
}
.icon-dribbble:before {
content: "\e063";
}
.icon-number:before {
content: "\e80b";
}
.icon-number2:before {
content: "\e80c";
}
.icon-number3:before {
content: "\e80d";
}
.icon-number4:before {
content: "\e80e";
}
.icon-number5:before {
content: "\e80f";
}
.icon-number6:before {
content: "\e810";
}
.icon-number7:before {
content: "\e811";
}
.icon-number8:before {
content: "\e812";
}
.icon-number9:before {
content: "\e813";
}
.icon-number10:before {
content: "\e814";
}
.icon-number11:before {
content: "\e815";
}
.icon-number12:before {
content: "\e816";
}
.icon-number13:before {
content: "\e817";
}
.icon-number14:before {
content: "\e818";
}
.icon-number15:before {
content: "\e819";
}
.icon-number16:before {
content: "\e81a";
}
.icon-number17:before {
content: "\e81b";
}
.icon-number18:before {
content: "\e81c";
}
.icon-number19:before {
content: "\e81d";
}
.icon-number20:before {
content: "\e81e";
}
.icon-quote2:before {
content: "\e81f";
}
.icon-quote3:before {
content: "\e820";
}
.icon-tag:before {
content: "\e821";
}
.icon-tag2:before {
content: "\e822";
}
.icon-link:before {
content: "\e823";
}
.icon-link2:before {
content: "\e824";
}
.icon-cabinet:before {
content: "\e825";
}
.icon-cabinet2:before {
content: "\e826";
}
.icon-calendar2:before {
content: "\e827";
}
.icon-calendar3:before {
content: "\e828";
}
.icon-calendar4:before {
content: "\e829";
}
.icon-file:before {
content: "\e82a";
}
.icon-file2:before {
content: "\e82b";
}
.icon-file3:before {
content: "\e82c";
}
.icon-files:before {
content: "\e82d";
}
.icon-phone2:before {
content: "\e82e";
}
.icon-tablet2:before {
content: "\e82f";
}
.icon-window:before {
content: "\e830";
}
.icon-monitor:before {
content: "\e831";
}
.icon-ipod:before {
content: "\e832";
}
.icon-tv:before {
content: "\e833";
}
.icon-camera2:before {
content: "\e834";
}
.icon-camera3:before {
content: "\e835";
}
.icon-camera4:before {
content: "\e836";
}
.icon-film:before {
content: "\e837";
}
.icon-film2:before {
content: "\e838";
}
.icon-film3:before {
content: "\e839";
}
.icon-microphone:before {
content: "\e83a";
}
.icon-microphone2:before {
content: "\e83b";
}
.icon-microphone3:before {
content: "\e83c";
}
.icon-drink:before {
content: "\e83d";
}
.icon-drink2:before {
content: "\e83e";
}
.icon-drink3:before {
content: "\e83f";
}
.icon-drink4:before {
content: "\e840";
}
.icon-coffee:before {
content: "\e841";
}
.icon-mug:before {
content: "\e842";
}
.icon-icecream:before {
content: "\e843";
}
.icon-cake:before {
content: "\e844";
}
.icon-inbox:before {
content: "\e845";
}
.icon-download2:before {
content: "\e846";
}
.icon-upload2:before {
content: "\e847";
}
.icon-inbox2:before {
content: "\e848";
}
.icon-checkmark:before {
content: "\e849";
}
.icon-checkmark2:before {
content: "\e84a";
}
.icon-cancel:before {
content: "\e84b";
}
.icon-cancel2:before {
content: "\e84c";
}
.icon-plus:before {
content: "\e84d";
}
.icon-plus2:before {
content: "\e84e";
}
.icon-minus:before {
content: "\e84f";
}
.icon-minus2:before {
content: "\e850";
}
.icon-notice:before {
content: "\e851";
}
.icon-notice2:before {
content: "\e852";
}
.icon-cog:before {
content: "\e853";
}
.icon-cogs:before {
content: "\e854";
}
.icon-cog2:before {
content: "\e855";
}
.icon-warning:before {
content: "\e856";
}
.icon-health:before {
content: "\e857";
}
.icon-suitcase:before {
content: "\e858";
}
.icon-suitcase2:before {
content: "\e859";
}
.icon-suitcase3:before {
content: "\e85a";
}
.icon-picture2:before {
content: "\e85b";
}
.icon-pictures2:before {
content: "\e85c";
}
.icon-pictures3:before {
content: "\e85d";
}
.icon-android:before {
content: "\e85e";
}
.icon-marvin:before {
content: "\e85f";
}
.icon-pacman:before {
content: "\e860";
}
.icon-cassette:before {
content: "\e861";
}
.icon-watch:before {
content: "\e862";
}
.icon-chronometer:before {
content: "\e863";
}
.icon-watch2:before {
content: "\e864";
}
.icon-alarmclock2:before {
content: "\e865";
}
.icon-time:before {
content: "\e866";
}
.icon-time2:before {
content: "\e867";
}
.icon-headphones:before {
content: "\e868";
}
.icon-wallet2:before {
content: "\e869";
}
.icon-checkmark3:before {
content: "\e86a";
}
.icon-cancel3:before {
content: "\e86b";
}
.icon-eye:before {
content: "\e86c";
}
.icon-position:before {
content: "\e86d";
}
.icon-sitemap:before {
content: "\e86e";
}
.icon-sitemap2:before {
content: "\e86f";
}
.icon-cloud2:before {
content: "\e870";
}
.icon-upload3:before {
content: "\e871";
}
.icon-chart:before {
content: "\e872";
}
.icon-chart2:before {
content: "\e873";
}
.icon-chart3:before {
content: "\e874";
}
.icon-chart4:before {
content: "\e875";
}
.icon-chart5:before {
content: "\e876";
}
.icon-chart6:before {
content: "\e877";
}
.icon-location:before {
content: "\e878";
}
.icon-download3:before {
content: "\e879";
}
.icon-basket2:before {
content: "\e87a";
}
.icon-folder:before {
content: "\e87b";
}
.icon-gamepad:before {
content: "\e87c";
}
.icon-alarm:before {
content: "\e87d";
}
.icon-alarm-cancel:before {
content: "\e87e";
}
.icon-phone3:before {
content: "\e87f";
}
.icon-phone4:before {
content: "\e880";
}
.icon-image:before {
content: "\e881";
}
.icon-open:before {
content: "\e882";
}
.icon-sale:before {
content: "\e883";
}
.icon-direction:before {
content: "\e884";
}
.icon-map2:before {
content: "\e885";
}
.icon-trashcan:before {
content: "\e886";
}
.icon-vote:before {
content: "\e887";
}
.icon-graduate:before {
content: "\e888";
}
.icon-lab:before {
content: "\e889";
}
.icon-tie:before {
content: "\e88a";
}
.icon-football:before {
content: "\e88b";
}
.icon-eightball:before {
content: "\e88c";
}
.icon-bowling:before {
content: "\e88d";
}
.icon-bowlingpin:before {
content: "\e88e";
}
.icon-baseball:before {
content: "\e88f";
}
.icon-soccer:before {
content: "\e890";
}
.icon-3dglasses:before {
content: "\e891";
}
.icon-microwave:before {
content: "\e892";
}
.icon-refrigerator:before {
content: "\e893";
}
.icon-oven:before {
content: "\e894";
}
.icon-washingmachine:before {
content: "\e895";
}
.icon-mouse:before {
content: "\e896";
}
.icon-smiley:before {
content: "\e897";
}
.icon-sad2:before {
content: "\e898";
}
.icon-mute:before {
content: "\e899";
}
.icon-hand:before {
content: "\e89a";
}
.icon-radio:before {
content: "\e89b";
}
.icon-satellite:before {
content: "\e89c";
}
.icon-medal:before {
content: "\e89d";
}
.icon-medal2:before {
content: "\e89e";
}
.icon-switch:before {
content: "\e89f";
}
.icon-key2:before {
content: "\e8a0";
}
.icon-cord:before {
content: "\e8a1";
}
.icon-locked:before {
content: "\e8a2";
}
.icon-unlocked:before {
content: "\e8a3";
}
.icon-locked2:before {
content: "\e8a4";
}
.icon-unlocked2:before {
content: "\e8a5";
}
.icon-magnifier:before {
content: "\e8a6";
}
.icon-zoomin:before {
content: "\e8a7";
}
.icon-zoomout:before {
content: "\e8a8";
}
.icon-stack:before {
content: "\e8a9";
}
.icon-stack2:before {
content: "\e8aa";
}
.icon-stack3:before {
content: "\e8ab";
}
.icon-davidstar:before {
content: "\e8ac";
}
.icon-cross:before {
content: "\e8ad";
}
.icon-moonandstar:before {
content: "\e8ae";
}
.icon-transformers:before {
content: "\e8af";
}
.icon-batman:before {
content: "\e8b0";
}
.icon-spaceinvaders:before {
content: "\e8b1";
}
.icon-skeletor:before {
content: "\e8b2";
}
.icon-lamp:before {
content: "\e8b3";
}
.icon-lamp2:before {
content: "\e8b4";
}
.icon-umbrella:before {
content: "\e8b5";
}
.icon-streetlight:before {
content: "\e8b6";
}
.icon-bomb:before {
content: "\e8b7";
}
.icon-archive:before {
content: "\e8b8";
}
.icon-battery:before {
content: "\e8b9";
}
.icon-battery2:before {
content: "\e8ba";
}
.icon-battery3:before {
content: "\e8bb";
}
.icon-battery4:before {
content: "\e8bc";
}
.icon-battery5:before {
content: "\e8bd";
}
.icon-megaphone2:before {
content: "\e8be";
}
.icon-megaphone3:before {
content: "\e8bf";
}
.icon-patch:before {
content: "\e8c0";
}
.icon-pil:before {
content: "\e8c1";
}
.icon-injection:before {
content: "\e8c2";
}
.icon-thermometer:before {
content: "\e8c3";
}
.icon-lamp3:before {
content: "\e8c4";
}
.icon-lamp4:before {
content: "\e8c5";
}
.icon-lamp5:before {
content: "\e8c6";
}
.icon-cube:before {
content: "\e8c7";
}
.icon-box:before {
content: "\e8c8";
}
.icon-box2:before {
content: "\e8c9";
}
.icon-diamond:before {
content: "\e8ca";
}
.icon-bag:before {
content: "\e8cb";
}
.icon-moneybag:before {
content: "\e8cc";
}
.icon-grid2:before {
content: "\e8cd";
}
.icon-grid3:before {
content: "\e8ce";
}
.icon-list:before {
content: "\e8cf";
}
.icon-list2:before {
content: "\e8d0";
}
.icon-ruler:before {
content: "\e8d1";
}
.icon-ruler2:before {
content: "\e8d2";
}
.icon-layout:before {
content: "\e8d3";
}
.icon-layout2:before {
content: "\e8d4";
}
.icon-layout3:before {
content: "\e8d5";
}
.icon-layout4:before {
content: "\e8d6";
}
.icon-layout5:before {
content: "\e8d7";
}
.icon-layout6:before {
content: "\e8d8";
}
.icon-layout7:before {
content: "\e8d9";
}
.icon-layout8:before {
content: "\e8da";
}
.icon-layout9:before {
content: "\e8db";
}
.icon-layout10:before {
content: "\e8dc";
}
.icon-layout11:before {
content: "\e8dd";
}
.icon-layout12:before {
content: "\e8de";
}
.icon-layout13:before {
content: "\e8df";
}
.icon-layout14:before {
content: "\e8e0";
}
.icon-tools2:before {
content: "\e8e1";
}
.icon-screwdriver:before {
content: "\e8e2";
}
.icon-paint:before {
content: "\e8e3";
}
.icon-hammer:before {
content: "\e8e4";
}
.icon-brush:before {
content: "\e8e5";
}
.icon-pen:before {
content: "\e8e6";
}
.icon-chat2:before {
content: "\e8e7";
}
.icon-comments:before {
content: "\e8e8";
}
.icon-chat3:before {
content: "\e8e9";
}
.icon-chat4:before {
content: "\e8ea";
}
.icon-volume:before {
content: "\e8eb";
}
.icon-volume2:before {
content: "\e8ec";
}
.icon-volume3:before {
content: "\e8ed";
}
.icon-equalizer:before {
content: "\e8ee";
}
.icon-resize:before {
content: "\e8ef";
}
.icon-resize2:before {
content: "\e8f0";
}
.icon-stretch:before {
content: "\e8f1";
}
.icon-narrow:before {
content: "\e8f2";
}
.icon-resize3:before {
content: "\e8f3";
}
.icon-download4:before {
content: "\e8f4";
}
.icon-calculator:before {
content: "\e8f5";
}
.icon-library:before {
content: "\e8f6";
}
.icon-auction:before {
content: "\e8f7";
}
.icon-justice:before {
content: "\e8f8";
}
.icon-stats:before {
content: "\e8f9";
}
.icon-stats2:before {
content: "\e8fa";
}
.icon-attachment2:before {
content: "\e8fb";
}
.icon-hourglass2:before {
content: "\e8fc";
}
.icon-abacus:before {
content: "\e8fd";
}
.icon-pencil2:before {
content: "\e8fe";
}
.icon-pen2:before {
content: "\e8ff";
}
.icon-pin:before {
content: "\e900";
}
.icon-pin2:before {
content: "\e901";
}
.icon-discout:before {
content: "\e902";
}
.icon-edit2:before {
content: "\e903";
}
.icon-scissors2:before {
content: "\e904";
}
.icon-profile:before {
content: "\e905";
}
.icon-profile2:before {
content: "\e906";
}
.icon-profile3:before {
content: "\e907";
}
.icon-rotate:before {
content: "\e908";
}
.icon-rotate2:before {
content: "\e909";
}
.icon-reply:before {
content: "\e90a";
}
.icon-forward:before {
content: "\e90b";
}
.icon-retweet:before {
content: "\e90c";
}
.icon-shuffle:before {
content: "\e90d";
}
.icon-loop:before {
content: "\e90e";
}
.icon-crop:before {
content: "\e90f";
}
.icon-square:before {
content: "\e910";
}
.icon-square2:before {
content: "\e911";
}
.icon-circle:before {
content: "\e912";
}
.icon-dollar:before {
content: "\e913";
}
.icon-dollar2:before {
content: "\e914";
}
.icon-coins:before {
content: "\e915";
}
.icon-pig:before {
content: "\e916";
}
.icon-bookmark:before {
content: "\e917";
}
.icon-bookmark2:before {
content: "\e918";
}
.icon-addressbook:before {
content: "\e919";
}
.icon-addressbook2:before {
content: "\e91a";
}
.icon-safe:before {
content: "\e91b";
}
.icon-envelope2:before {
content: "\e91c";
}
.icon-envelope3:before {
content: "\e91d";
}
.icon-radioactive:before {
content: "\e91e";
}
.icon-music:before {
content: "\e91f";
}
.icon-presentation2:before {
content: "\e920";
}
.icon-male:before {
content: "\e921";
}
.icon-female:before {
content: "\e922";
}
.icon-aids:before {
content: "\e923";
}
.icon-heart2:before {
content: "\e924";
}
.icon-info:before {
content: "\e925";
}
.icon-info2:before {
content: "\e926";
}
.icon-piano:before {
content: "\e927";
}
.icon-rain:before {
content: "\e928";
}
.icon-snow:before {
content: "\e929";
}
.icon-lightning:before {
content: "\e92a";
}
.icon-sun:before {
content: "\e92b";
}
.icon-moon:before {
content: "\e92c";
}
.icon-cloudy:before {
content: "\e92d";
}
.icon-cloudy2:before {
content: "\e92e";
}
.icon-car:before {
content: "\e92f";
}
.icon-bike2:before {
content: "\e930";
}
.icon-truck:before {
content: "\e931";
}
.icon-bus:before {
content: "\e932";
}
.icon-bike3:before {
content: "\e933";
}
.icon-plane:before {
content: "\e934";
}
.icon-paperplane:before {
content: "\e935";
}
.icon-rocket:before {
content: "\e936";
}
.icon-book:before {
content: "\e937";
}
.icon-book2:before {
content: "\e938";
}
.icon-barcode:before {
content: "\e939";
}
.icon-barcode2:before {
content: "\e93a";
}
.icon-expand2:before {
content: "\e93b";
}
.icon-collapse:before {
content: "\e93c";
}
.icon-popout:before {
content: "\e93d";
}
.icon-popin:before {
content: "\e93e";
}
.icon-target2:before {
content: "\e93f";
}
.icon-badge:before {
content: "\e940";
}
.icon-badge2:before {
content: "\e941";
}
.icon-ticket:before {
content: "\e942";
}
.icon-ticket2:before {
content: "\e943";
}
.icon-ticket3:before {
content: "\e944";
}
.icon-microphone4:before {
content: "\e945";
}
.icon-cone:before {
content: "\e946";
}
.icon-blocked:before {
content: "\e947";
}
.icon-stop:before {
content: "\e948";
}
.icon-keyboard:before {
content: "\e949";
}
.icon-keyboard2:before {
content: "\e94a";
}
.icon-radio2:before {
content: "\e94b";
}
.icon-printer2:before {
content: "\e94c";
}
.icon-checked:before {
content: "\e94d";
}
.icon-error:before {
content: "\e94e";
}
.icon-add:before {
content: "\e94f";
}
.icon-minus3:before {
content: "\e950";
}
.icon-alert:before {
content: "\e951";
}
.icon-pictures4:before {
content: "\e952";
}
.icon-atom:before {
content: "\e953";
}
.icon-eyedropper:before {
content: "\e954";
}
.icon-globe2:before {
content: "\e955";
}
.icon-globe3:before {
content: "\e956";
}
.icon-shipping:before {
content: "\e957";
}
.icon-yingyang:before {
content: "\e958";
}
.icon-compass2:before {
content: "\e959";
}
.icon-zip:before {
content: "\e95a";
}
.icon-zip2:before {
content: "\e95b";
}
.icon-anchor2:before {
content: "\e95c";
}
.icon-lockedheart:before {
content: "\e95d";
}
.icon-magnet:before {
content: "\e95e";
}
.icon-navigation:before {
content: "\e95f";
}
.icon-tags:before {
content: "\e960";
}
.icon-heart3:before {
content: "\e961";
}
.icon-heart4:before {
content: "\e962";
}
.icon-usb:before {
content: "\e963";
}
.icon-clipboard2:before {
content: "\e964";
}
.icon-clipboard3:before {
content: "\e965";
}
.icon-clipboard4:before {
content: "\e966";
}
.icon-switch2:before {
content: "\e967";
}
.icon-ruler3:before {
content: "\e968";
}
.icon-heart32:before {
content: "\e7c3";
}
.icon-cloud22:before {
content: "\e7c4";
}
.icon-star4:before {
content: "\e7c5";
}
.icon-tv2:before {
content: "\e7c6";
}
.icon-sound:before {
content: "\e7c7";
}
.icon-video2:before {
content: "\e7c8";
}
.icon-trash:before {
content: "\e7c9";
}
.icon-user5:before {
content: "\e7ca";
}
.icon-key3:before {
content: "\e7cb";
}
.icon-search2:before {
content: "\e7cc";
}
.icon-settings2:before {
content: "\e7cd";
}
.icon-camera32:before {
content: "\e7ce";
}
.icon-tag22:before {
content: "\e7cf";
}
.icon-lock3:before {
content: "\e7d0";
}
.icon-bulb:before {
content: "\e7d1";
}
.icon-pen22:before {
content: "\e7d2";
}
.icon-diamond2:before {
content: "\e7d3";
}
.icon-display:before {
content: "\e7d4";
}
.icon-location3:before {
content: "\e7d5";
}
.icon-eye3:before {
content: "\e7d6";
}
.icon-bubble3:before {
content: "\e7d7";
}
.icon-stack22:before {
content: "\e7d8";
}
.icon-cup:before {
content: "\e7d9";
}
.icon-phone22:before {
content: "\e7da";
}
.icon-news:before {
content: "\e7db";
}
.icon-mail5:before {
content: "\e7dc";
}
.icon-like:before {
content: "\e7dd";
}
.icon-photo:before {
content: "\e7de";
}
.icon-note:before {
content: "\e7df";
}
.icon-clock3:before {
content: "\e7e0";
}
.icon-paperplane2:before {
content: "\e7e1";
}
.icon-params:before {
content: "\e7e2";
}
.icon-banknote:before {
content: "\e7e3";
}
.icon-data:before {
content: "\e7e4";
}
.icon-music2:before {
content: "\e7e5";
}
.icon-megaphone4:before {
content: "\e7e6";
}
.icon-study:before {
content: "\e7e7";
}
.icon-lab2:before {
content: "\e7e8";
}
.icon-food2:before {
content: "\e7e9";
}
.icon-t-shirt:before {
content: "\e7ea";
}
.icon-fire2:before {
content: "\e7eb";
}
.icon-clip:before {
content: "\e7ec";
}
.icon-shop:before {
content: "\e7ed";
}
.icon-calendar32:before {
content: "\e7ee";
}
.icon-wallet3:before {
content: "\e7ef";
}
.icon-vynil:before {
content: "\e7f0";
}
.icon-truck2:before {
content: "\e7f1";
}
.icon-world:before {
content: "\e7f2";
}
.icon-sunrise:before {
content: "\e969";
}
.icon-sun2:before {
content: "\e96a";
}
.icon-moon2:before {
content: "\e96b";
}
.icon-sun3:before {
content: "\e96c";
}
.icon-windy:before {
content: "\e96d";
}
.icon-wind:before {
content: "\e96e";
}
.icon-snowflake:before {
content: "\e96f";
}
.icon-cloudy3:before {
content: "\e970";
}
.icon-cloud3:before {
content: "\e971";
}
.icon-weather:before {
content: "\e972";
}
.icon-weather2:before {
content: "\e973";
}
.icon-weather3:before {
content: "\e974";
}
.icon-lines:before {
content: "\e975";
}
.icon-cloud4:before {
content: "\e976";
}
.icon-lightning2:before {
content: "\e977";
}
.icon-lightning3:before {
content: "\e978";
}
.icon-rainy:before {
content: "\e979";
}
.icon-rainy2:before {
content: "\e97a";
}
.icon-windy2:before {
content: "\e97b";
}
.icon-windy3:before {
content: "\e97c";
}
.icon-snowy:before {
content: "\e97d";
}
.icon-snowy2:before {
content: "\e97e";
}
.icon-snowy3:before {
content: "\e97f";
}
.icon-weather4:before {
content: "\e980";
}
.icon-cloudy4:before {
content: "\e981";
}
.icon-cloud5:before {
content: "\e982";
}
.icon-lightning4:before {
content: "\e983";
}
.icon-sun4:before {
content: "\e984";
}
.icon-moon3:before {
content: "\e985";
}
.icon-cloudy5:before {
content: "\e986";
}
.icon-cloud6:before {
content: "\e987";
}
.icon-cloud7:before {
content: "\e988";
}
.icon-lightning5:before {
content: "\e989";
}
.icon-rainy3:before {
content: "\e98a";
}
.icon-rainy4:before {
content: "\e98b";
}
.icon-windy4:before {
content: "\e98c";
}
.icon-windy5:before {
content: "\e98d";
}
.icon-snowy4:before {
content: "\e98e";
}
.icon-snowy5:before {
content: "\e98f";
}
.icon-weather5:before {
content: "\e990";
}
.icon-cloudy6:before {
content: "\e991";
}
.icon-lightning6:before {
content: "\e992";
}
.icon-thermometer2:before {
content: "\e993";
}
.icon-compass3:before {
content: "\e994";
}
.icon-none:before {
content: "\e995";
}
.icon-Celsius:before {
content: "\e996";
}
.icon-Fahrenheit:before {
content: "\e997";
}
.icon-warning2:before {
content: "\e998";
}
.icon-cloud8:before {
content: "\e999";
}
.icon-locked3:before {
content: "\e99a";
}
.icon-inbox3:before {
content: "\e99b";
}
.icon-comment:before {
content: "\e99c";
}
.icon-mic2:before {
content: "\e99d";
}
.icon-envelope4:before {
content: "\e99e";
}
.icon-briefcase2:before {
content: "\e99f";
}
.icon-cart:before {
content: "\e9a0";
}
.icon-contrast:before {
content: "\e9a1";
}
.icon-clock2:before {
content: "\e9a2";
}
.icon-user:before {
content: "\e9a3";
}
.icon-cog3:before {
content: "\e9a4";
}
.icon-music3:before {
content: "\e9a5";
}
.icon-twitter2:before {
content: "\e9a6";
}
.icon-pencil3:before {
content: "\e9a7";
}
.icon-frame:before {
content: "\e9a8";
}
.icon-switch3:before {
content: "\e9a9";
}
.icon-star:before {
content: "\e9aa";
}
.icon-key4:before {
content: "\e9ab";
}
.icon-chart7:before {
content: "\e9ac";
}
.icon-apple:before {
content: "\e9ad";
}
.icon-file4:before {
content: "\e9ae";
}
.icon-plus3:before {
content: "\e9af";
}
.icon-minus4:before {
content: "\e9b0";
}
.icon-picture3:before {
content: "\e9b1";
}
.icon-folder2:before {
content: "\e9b2";
}
.icon-camera5:before {
content: "\e9b3";
}
.icon-search3:before {
content: "\e9b4";
}
.icon-dribbble2:before {
content: "\e9b5";
}
.icon-forrst:before {
content: "\e9b6";
}
.icon-feed:before {
content: "\e9b7";
}
.icon-blocked2:before {
content: "\e9b8";
}
.icon-target3:before {
content: "\e9b9";
}
.icon-play:before {
content: "\e9ba";
}
.icon-pause:before {
content: "\e9bb";
}
.icon-bug:before {
content: "\e9bc";
}
.icon-console:before {
content: "\e9bd";
}
.icon-film4:before {
content: "\e9be";
}
.icon-type:before {
content: "\e9bf";
}
.icon-home:before {
content: "\e9c0";
}
.icon-earth:before {
content: "\e9c1";
}
.icon-location2:before {
content: "\e9c2";
}
.icon-info3:before {
content: "\e9c3";
}
.icon-eye2:before {
content: "\e9c4";
}
.icon-heart5:before {
content: "\e9c5";
}
.icon-bookmark3:before {
content: "\e9c6";
}
.icon-wrench:before {
content: "\e9c7";
}
.icon-calendar5:before {
content: "\e9c8";
}
.icon-window2:before {
content: "\e9c9";
}
.icon-monitor2:before {
content: "\e9ca";
}
.icon-mobile2:before {
content: "\e9cb";
}
.icon-droplet:before {
content: "\e9cc";
}
.icon-mouse2:before {
content: "\e9cd";
}
.icon-refresh2:before {
content: "\e9ce";
}
.icon-location4:before {
content: "\e9cf";
}
.icon-tag3:before {
content: "\e9d0";
}
.icon-phone5:before {
content: "\e9d1";
}
.icon-star2:before {
content: "\e9d2";
}
.icon-pointer:before {
content: "\e9d3";
}
.icon-thumbsup:before {
content: "\e9d4";
}
.icon-thumbsdown:before {
content: "\e9d5";
}
.icon-headphones2:before {
content: "\e9d6";
}
.icon-move:before {
content: "\e9d7";
}
.icon-checkmark4:before {
content: "\e9d8";
}
.icon-cancel4:before {
content: "\e9d9";
}
.icon-skype:before {
content: "\e9da";
}
.icon-gift2:before {
content: "\e9db";
}
.icon-cone2:before {
content: "\e9dc";
}
.icon-alarm2:before {
content: "\e9dd";
}
.icon-coffee2:before {
content: "\e9de";
}
.icon-basket3:before {
content: "\e9df";
}
.icon-flag2:before {
content: "\e9e0";
}
.icon-ipod2:before {
content: "\e9e1";
}
.icon-trashcan2:before {
content: "\e9e2";
}
.icon-bolt:before {
content: "\e9e3";
}
.icon-ampersand:before {
content: "\e9e4";
}
.icon-compass4:before {
content: "\e9e5";
}
.icon-list3:before {
content: "\e9e6";
}
.icon-grid4:before {
content: "\e9e7";
}
.icon-volume4:before {
content: "\e9e8";
}
.icon-volume5:before {
content: "\e9e9";
}
.icon-stats3:before {
content: "\e9ea";
}
.icon-target4:before {
content: "\e9eb";
}
.icon-forward2:before {
content: "\e9ec";
}
.icon-paperclip2:before {
content: "\e9ed";
}
.icon-keyboard3:before {
content: "\e9ee";
}
.icon-crop2:before {
content: "\e9ef";
}
.icon-floppy:before {
content: "\e9f0";
}
.icon-filter:before {
content: "\e9f1";
}
.icon-trophy2:before {
content: "\e9f2";
}
.icon-diary:before {
content: "\e9f3";
}
.icon-addressbook3:before {
content: "\e9f4";
}
.icon-stop2:before {
content: "\e9f5";
}
.icon-smiley2:before {
content: "\e9f6";
}
.icon-shit:before {
content: "\e9f7";
}
.icon-bookmark4:before {
content: "\e9f8";
}
.icon-camera6:before {
content: "\e9f9";
}
.icon-lamp6:before {
content: "\e9fa";
}
.icon-disk:before {
content: "\e9fb";
}
.icon-button:before {
content: "\e9fc";
}
.icon-database:before {
content: "\e9fd";
}
.icon-creditcard:before {
content: "\e9fe";
}
.icon-atom2:before {
content: "\e9ff";
}
.icon-winsows:before {
content: "\ea00";
}
.icon-target5:before {
content: "\ea01";
}
.icon-battery6:before {
content: "\ea02";
}
.icon-code:before {
content: "\ea03";
}
.icon-alert2:before {
content: "\f02d";
}
.icon-alignment-align:before {
content: "\f08a";
}
.icon-alignment-aligned-to:before {
content: "\f08e";
}
.icon-alignment-unalign:before {
content: "\f08b";
}
.icon-arrow-down:before {
content: "\f03f";
}
.icon-arrow-left:before {
content: "\f040";
}
.icon-arrow-right:before {
content: "\f03e";
}
.icon-arrow-small-down:before {
content: "\f0a0";
}
.icon-arrow-small-left:before {
content: "\f0a1";
}
.icon-arrow-small-right:before {
content: "\f071";
}
.icon-arrow-small-up:before {
content: "\f09f";
}
.icon-arrow-up:before {
content: "\f03d";
}
.icon-beer:before {
content: "\f069";
}
.icon-book3:before {
content: "\f007";
}
.icon-bookmark5:before {
content: "\f07b";
}
.icon-briefcase3:before {
content: "\f0d3";
}
.icon-broadcast:before {
content: "\f048";
}
.icon-browser2:before {
content: "\f0c5";
}
.icon-bug2:before {
content: "\f091";
}
.icon-calendar6:before {
content: "\f068";
}
.icon-check:before {
content: "\f03a";
}
.icon-checklist:before {
content: "\f076";
}
.icon-chevron-down:before {
content: "\f0a3";
}
.icon-chevron-left:before {
content: "\f0a4";
}
.icon-chevron-right:before {
content: "\f078";
}
.icon-chevron-up:before {
content: "\f0a2";
}
.icon-circle-slash:before {
content: "\f084";
}
.icon-circuit-board:before {
content: "\f0d6";
}
.icon-clippy:before {
content: "\f035";
}
.icon-clock4:before {
content: "\f046";
}
.icon-cloud-download:before {
content: "\f00b";
}
.icon-cloud-upload:before {
content: "\f00c";
}
.icon-code2:before {
content: "\f05f";
}
.icon-color-mode:before {
content: "\f065";
}
.icon-comment2:before {
content: "\f02b";
}
.icon-comment-discussion:before {
content: "\f04f";
}
.icon-credit-card:before {
content: "\f045";
}
.icon-dash:before {
content: "\f0ca";
}
.icon-dashboard:before {
content: "\f07d";
}
.icon-database2:before {
content: "\f096";
}
.icon-device-camera:before {
content: "\f056";
}
.icon-device-camera-video:before {
content: "\f057";
}
.icon-device-desktop:before {
content: "\f27c";
}
.icon-device-mobile:before {
content: "\f038";
}
.icon-diff:before {
content: "\f04d";
}
.icon-diff-added:before {
content: "\f06b";
}
.icon-diff-ignored:before {
content: "\f099";
}
.icon-diff-modified:before {
content: "\f06d";
}
.icon-diff-removed:before {
content: "\f06c";
}
.icon-diff-renamed:before {
content: "\f06e";
}
.icon-ellipsis:before {
content: "\f09a";
}
.icon-eye4:before {
content: "\f04e";
}
.icon-file-binary:before {
content: "\f094";
}
.icon-file-code:before {
content: "\f010";
}
.icon-file-directory:before {
content: "\f016";
}
.icon-file-media:before {
content: "\f012";
}
.icon-file-pdf:before {
content: "\f014";
}
.icon-file-submodule:before {
content: "\f017";
}
.icon-file-symlink-directory:before {
content: "\f0b1";
}
.icon-file-symlink-file:before {
content: "\f0b0";
}
.icon-file-text:before {
content: "\f011";
}
.icon-file-zip:before {
content: "\f013";
}
.icon-flame:before {
content: "\f0d2";
}
.icon-fold:before {
content: "\f0cc";
}
.icon-gear:before {
content: "\f02f";
}
.icon-gift3:before {
content: "\f042";
}
.icon-gist:before {
content: "\f00e";
}
.icon-gist-secret:before {
content: "\f08c";
}
.icon-git-branch:before {
content: "\f020";
}
.icon-git-commit:before {
content: "\f01f";
}
.icon-git-compare:before {
content: "\f0ac";
}
.icon-git-merge:before {
content: "\f023";
}
.icon-git-pull-request:before {
content: "\f009";
}
.icon-globe4:before {
content: "\f0b6";
}
.icon-graph:before {
content: "\f043";
}
.icon-heart6:before {
content: "\2665";
}
.icon-history:before {
content: "\f07e";
}
.icon-home2:before {
content: "\f08d";
}
.icon-horizontal-rule:before {
content: "\f070";
}
.icon-hourglass3:before {
content: "\f09e";
}
.icon-hubot:before {
content: "\f09d";
}
.icon-inbox4:before {
content: "\f0cf";
}
.icon-info4:before {
content: "\f059";
}
.icon-issue-closed:before {
content: "\f028";
}
.icon-issue-opened:before {
content: "\f026";
}
.icon-issue-reopened:before {
content: "\f027";
}
.icon-jersey:before {
content: "\f019";
}
.icon-jump-down:before {
content: "\f072";
}
.icon-jump-left:before {
content: "\f0a5";
}
.icon-jump-right:before {
content: "\f0a6";
}
.icon-jump-up:before {
content: "\f073";
}
.icon-key5:before {
content: "\f049";
}
.icon-keyboard4:before {
content: "\f00d";
}
.icon-law:before {
content: "\f0d8";
}
.icon-light-bulb:before {
content: "\f000";
}
.icon-link3:before {
content: "\f05c";
}
.icon-link-external:before {
content: "\f07f";
}
.icon-list-ordered:before {
content: "\f062";
}
.icon-list-unordered:before {
content: "\f061";
}
.icon-location5:before {
content: "\f060";
}
.icon-lock2:before {
content: "\f06a";
}
.icon-logo-github:before {
content: "\f092";
}
.icon-mail:before {
content: "\f03b";
}
.icon-mail-read:before {
content: "\f03c";
}
.icon-mail-reply:before {
content: "\f051";
}
.icon-mark-github:before {
content: "\f00a";
}
.icon-markdown:before {
content: "\f0c9";
}
.icon-megaphone5:before {
content: "\f077";
}
.icon-mention:before {
content: "\f0be";
}
.icon-microscope:before {
content: "\f089";
}
.icon-milestone:before {
content: "\f075";
}
.icon-mirror:before {
content: "\f024";
}
.icon-mortar-board:before {
content: "\f0d7";
}
.icon-move-down:before {
content: "\f0a8";
}
.icon-move-left:before {
content: "\f074";
}
.icon-move-right:before {
content: "\f0a9";
}
.icon-move-up:before {
content: "\f0a7";
}
.icon-mute2:before {
content: "\f080";
}
.icon-no-newline:before {
content: "\f09c";
}
.icon-octoface:before {
content: "\f008";
}
.icon-organization:before {
content: "\f037";
}
.icon-package:before {
content: "\f0c4";
}
.icon-paintcan:before {
content: "\f0d1";
}
.icon-pencil4:before {
content: "\f058";
}
.icon-person:before {
content: "\f018";
}
.icon-pin3:before {
content: "\f041";
}
.icon-playback-fast-forward:before {
content: "\f0bd";
}
.icon-playback-pause:before {
content: "\f0bb";
}
.icon-playback-play:before {
content: "\f0bf";
}
.icon-playback-rewind:before {
content: "\f0bc";
}
.icon-plug:before {
content: "\f0d4";
}
.icon-plus4:before {
content: "\f05d";
}
.icon-podium:before {
content: "\f0af";
}
.icon-primitive-dot:before {
content: "\f052";
}
.icon-primitive-square:before {
content: "\f053";
}
.icon-pulse:before {
content: "\f085";
}
.icon-puzzle2:before {
content: "\f0c0";
}
.icon-question:before {
content: "\f02c";
}
.icon-quote4:before {
content: "\f063";
}
.icon-radio-tower:before {
content: "\f030";
}
.icon-repo:before {
content: "\f001";
}
.icon-repo-clone:before {
content: "\f04c";
}
.icon-repo-force-push:before {
content: "\f04a";
}
.icon-repo-forked:before {
content: "\f002";
}
.icon-repo-pull:before {
content: "\f006";
}
.icon-repo-push:before {
content: "\f005";
}
.icon-rocket2:before {
content: "\f033";
}
.icon-rss2:before {
content: "\f034";
}
.icon-ruby:before {
content: "\f047";
}
.icon-screen-full:before {
content: "\f066";
}
.icon-screen-normal:before {
content: "\f067";
}
.icon-search4:before {
content: "\f02e";
}
.icon-server:before {
content: "\f097";
}
.icon-settings:before {
content: "\f07c";
}
.icon-sign-in:before {
content: "\f036";
}
.icon-sign-out:before {
content: "\f032";
}
.icon-split:before {
content: "\f0c6";
}
.icon-squirrel:before {
content: "\f0b2";
}
.icon-star3:before {
content: "\f02a";
}
.icon-steps:before {
content: "\f0c7";
}
.icon-stop3:before {
content: "\f08f";
}
.icon-sync:before {
content: "\f087";
}
.icon-tag4:before {
content: "\f015";
}
.icon-telescope2:before {
content: "\f088";
}
.icon-terminal:before {
content: "\f0c8";
}
.icon-three-bars:before {
content: "\f05e";
}
.icon-tools3:before {
content: "\f031";
}
.icon-trashcan3:before {
content: "\f0d0";
}
.icon-triangle-down:before {
content: "\f05b";
}
.icon-triangle-left:before {
content: "\f044";
}
.icon-triangle-right:before {
content: "\f05a";
}
.icon-triangle-up:before {
content: "\f0aa";
}
.icon-unfold:before {
content: "\f039";
}
.icon-unmute:before {
content: "\f0ba";
}
.icon-versions:before {
content: "\f064";
}
.icon-x:before {
content: "\f081";
}
.icon-zap:before {
content: "\26a1";
}
.icon-home3:before {
content: "\e600";
}
.icon-home22:before {
content: "\e601";
}
.icon-home32:before {
content: "\e602";
}
.icon-office:before {
content: "\e603";
}
.icon-newspaper2:before {
content: "\e604";
}
.icon-pencil5:before {
content: "\e605";
}
.icon-pencil22:before {
content: "\e606";
}
.icon-quill:before {
content: "\e607";
}
.icon-pen3:before {
content: "\e608";
}
.icon-blog:before {
content: "\e609";
}
.icon-droplet2:before {
content: "\e60a";
}
.icon-paint-format:before {
content: "\e60b";
}
.icon-image2:before {
content: "\e60c";
}
.icon-image22:before {
content: "\e60d";
}
.icon-images:before {
content: "\e60e";
}
.icon-camera7:before {
content: "\e60f";
}
.icon-music4:before {
content: "\e610";
}
.icon-headphones3:before {
content: "\e611";
}
.icon-play2:before {
content: "\e612";
}
.icon-film5:before {
content: "\e613";
}
.icon-camera22:before {
content: "\e614";
}
.icon-dice:before {
content: "\e615";
}
.icon-pacman2:before {
content: "\e616";
}
.icon-spades:before {
content: "\e617";
}
.icon-clubs:before {
content: "\e618";
}
.icon-diamonds:before {
content: "\e619";
}
.icon-pawn:before {
content: "\e61a";
}
.icon-bullhorn:before {
content: "\e61b";
}
.icon-connection:before {
content: "\e61c";
}
.icon-podcast:before {
content: "\e61d";
}
.icon-feed2:before {
content: "\e61e";
}
.icon-book4:before {
content: "\e61f";
}
.icon-books:before {
content: "\e620";
}
.icon-library2:before {
content: "\e621";
}
.icon-file5:before {
content: "\e622";
}
.icon-profile4:before {
content: "\e623";
}
.icon-file22:before {
content: "\e624";
}
.icon-file32:before {
content: "\e625";
}
.icon-file42:before {
content: "\e626";
}
.icon-copy:before {
content: "\e627";
}
.icon-copy2:before {
content: "\e628";
}
.icon-copy3:before {
content: "\e629";
}
.icon-paste:before {
content: "\e62a";
}
.icon-paste2:before {
content: "\e62b";
}
.icon-paste3:before {
content: "\e62c";
}
.icon-stack4:before {
content: "\e62d";
}
.icon-folder3:before {
content: "\e62e";
}
.icon-folder-open:before {
content: "\e62f";
}
.icon-tag5:before {
content: "\e630";
}
.icon-tags2:before {
content: "\e631";
}
.icon-barcode3:before {
content: "\e632";
}
.icon-qrcode:before {
content: "\e633";
}
.icon-ticket4:before {
content: "\e634";
}
.icon-cart2:before {
content: "\e635";
}
.icon-cart22:before {
content: "\e636";
}
.icon-cart3:before {
content: "\e637";
}
.icon-coin:before {
content: "\e638";
}
.icon-credit:before {
content: "\e639";
}
.icon-calculate:before {
content: "\e63a";
}
.icon-support:before {
content: "\e63b";
}
.icon-phone6:before {
content: "\e63c";
}
.icon-phone-hang-up:before {
content: "\e63d";
}
.icon-address-book:before {
content: "\e63e";
}
.icon-notebook2:before {
content: "\e63f";
}
.icon-envelope5:before {
content: "\e640";
}
.icon-pushpin:before {
content: "\e641";
}
.icon-location6:before {
content: "\e642";
}
.icon-location22:before {
content: "\e643";
}
.icon-compass5:before {
content: "\e644";
}
.icon-map3:before {
content: "\e645";
}
.icon-map22:before {
content: "\e646";
}
.icon-history2:before {
content: "\e647";
}
.icon-clock5:before {
content: "\e648";
}
.icon-clock22:before {
content: "\e649";
}
.icon-alarm3:before {
content: "\e64a";
}
.icon-alarm22:before {
content: "\e64b";
}
.icon-bell:before {
content: "\e64c";
}
.icon-stopwatch:before {
content: "\e64d";
}
.icon-calendar7:before {
content: "\e64e";
}
.icon-calendar22:before {
content: "\e64f";
}
.icon-print:before {
content: "\e650";
}
.icon-keyboard5:before {
content: "\e651";
}
.icon-screen:before {
content: "\e652";
}
.icon-laptop2:before {
content: "\e653";
}
.icon-mobile3:before {
content: "\e654";
}
.icon-mobile22:before {
content: "\e655";
}
.icon-tablet3:before {
content: "\e656";
}
.icon-tv3:before {
content: "\e657";
}
.icon-cabinet3:before {
content: "\e658";
}
.icon-drawer:before {
content: "\e659";
}
.icon-drawer2:before {
content: "\e65a";
}
.icon-drawer3:before {
content: "\e65b";
}
.icon-box-add:before {
content: "\e65c";
}
.icon-box-remove:before {
content: "\e65d";
}
.icon-download5:before {
content: "\e65e";
}
.icon-upload4:before {
content: "\e65f";
}
.icon-disk2:before {
content: "\e660";
}
.icon-storage:before {
content: "\e661";
}
.icon-undo:before {
content: "\e662";
}
.icon-redo:before {
content: "\e663";
}
.icon-flip:before {
content: "\e664";
}
.icon-flip2:before {
content: "\e665";
}
.icon-undo2:before {
content: "\e666";
}
.icon-redo2:before {
content: "\e667";
}
.icon-forward3:before {
content: "\e668";
}
.icon-reply2:before {
content: "\e669";
}
.icon-bubble:before {
content: "\e66a";
}
.icon-bubbles:before {
content: "\e66b";
}
.icon-bubbles2:before {
content: "\e66c";
}
.icon-bubble2:before {
content: "\e66d";
}
.icon-bubbles3:before {
content: "\e66e";
}
.icon-bubbles4:before {
content: "\e66f";
}
.icon-user2:before {
content: "\e670";
}
.icon-users:before {
content: "\e671";
}
.icon-user22:before {
content: "\e672";
}
.icon-users2:before {
content: "\e673";
}
.icon-user3:before {
content: "\e674";
}
.icon-user4:before {
content: "\e675";
}
.icon-quotes-left:before {
content: "\e676";
}
.icon-busy:before {
content: "\e677";
}
.icon-spinner:before {
content: "\e678";
}
.icon-spinner2:before {
content: "\e679";
}
.icon-spinner3:before {
content: "\e67a";
}
.icon-spinner4:before {
content: "\e67b";
}
.icon-spinner5:before {
content: "\e67c";
}
.icon-spinner6:before {
content: "\e67d";
}
.icon-binoculars:before {
content: "\e67e";
}
.icon-search5:before {
content: "\e67f";
}
.icon-zoomin2:before {
content: "\e680";
}
.icon-zoomout2:before {
content: "\e681";
}
.icon-expand3:before {
content: "\e682";
}
.icon-contract:before {
content: "\e683";
}
.icon-expand22:before {
content: "\e684";
}
.icon-contract2:before {
content: "\e685";
}
.icon-key6:before {
content: "\e686";
}
.icon-key22:before {
content: "\e687";
}
.icon-lock4:before {
content: "\e688";
}
.icon-lock22:before {
content: "\e689";
}
.icon-unlocked3:before {
content: "\e68a";
}
.icon-wrench2:before {
content: "\e68b";
}
.icon-settings3:before {
content: "\e68c";
}
.icon-equalizer2:before {
content: "\e68d";
}
.icon-cog4:before {
content: "\e68e";
}
.icon-cogs2:before {
content: "\e68f";
}
.icon-cog22:before {
content: "\e690";
}
.icon-hammer2:before {
content: "\e691";
}
.icon-wand:before {
content: "\e692";
}
.icon-aid:before {
content: "\e693";
}
.icon-bug3:before {
content: "\e694";
}
.icon-pie:before {
content: "\e695";
}
.icon-stats4:before {
content: "\e696";
}
.icon-bars:before {
content: "\e697";
}
.icon-bars2:before {
content: "\e698";
}
.icon-gift4:before {
content: "\e699";
}
.icon-trophy3:before {
content: "\e69a";
}
.icon-glass:before {
content: "\e69b";
}
.icon-mug2:before {
content: "\e69c";
}
.icon-food:before {
content: "\e69d";
}
.icon-leaf:before {
content: "\e69e";
}
.icon-rocket3:before {
content: "\e69f";
}
.icon-meter:before {
content: "\e6a0";
}
.icon-meter2:before {
content: "\e6a1";
}
.icon-dashboard2:before {
content: "\e6a2";
}
.icon-hammer22:before {
content: "\e6a3";
}
.icon-fire:before {
content: "\e6a4";
}
.icon-lab3:before {
content: "\e6a5";
}
.icon-magnet2:before {
content: "\e6a6";
}
.icon-remove:before {
content: "\e6a7";
}
.icon-remove2:before {
content: "\e6a8";
}
.icon-briefcase4:before {
content: "\e6a9";
}
.icon-airplane:before {
content: "\e6aa";
}
.icon-truck3:before {
content: "\e6ab";
}
.icon-road:before {
content: "\e6ac";
}
.icon-accessibility:before {
content: "\e6ad";
}
.icon-target6:before {
content: "\e6ae";
}
.icon-shield2:before {
content: "\e6af";
}
.icon-lightning7:before {
content: "\e6b0";
}
.icon-switch4:before {
content: "\e6b1";
}
.icon-powercord:before {
content: "\e6b2";
}
.icon-signup:before {
content: "\e6b3";
}
.icon-list4:before {
content: "\e6b4";
}
.icon-list22:before {
content: "\e6b5";
}
.icon-numbered-list:before {
content: "\e6b6";
}
.icon-menu:before {
content: "\e6b7";
}
.icon-menu2:before {
content: "\e6b8";
}
.icon-tree:before {
content: "\e6b9";
}
.icon-cloud9:before {
content: "\e6ba";
}
.icon-cloud-download2:before {
content: "\e6bb";
}
.icon-cloud-upload2:before {
content: "\e6bc";
}
.icon-download22:before {
content: "\e6bd";
}
.icon-upload22:before {
content: "\e6be";
}
.icon-download32:before {
content: "\e6bf";
}
.icon-upload32:before {
content: "\e6c0";
}
.icon-globe5:before {
content: "\e6c1";
}
.icon-earth2:before {
content: "\e6c2";
}
.icon-link4:before {
content: "\e6c3";
}
.icon-flag3:before {
content: "\e6c4";
}
.icon-attachment3:before {
content: "\e6c5";
}
.icon-eye5:before {
content: "\e6c6";
}
.icon-eye-blocked:before {
content: "\e6c7";
}
.icon-eye22:before {
content: "\e6c8";
}
.icon-bookmark6:before {
content: "\e6c9";
}
.icon-bookmarks:before {
content: "\e6ca";
}
.icon-brightness-medium:before {
content: "\e6cb";
}
.icon-brightness-contrast:before {
content: "\e6cc";
}
.icon-contrast2:before {
content: "\e6cd";
}
.icon-star5:before {
content: "\e6ce";
}
.icon-star22:before {
content: "\e6cf";
}
.icon-star32:before {
content: "\e6d0";
}
.icon-heart7:before {
content: "\e6d1";
}
.icon-heart22:before {
content: "\e6d2";
}
.icon-heart-broken:before {
content: "\e6d3";
}
.icon-thumbs-up:before {
content: "\e6d4";
}
.icon-thumbs-up2:before {
content: "\e6d5";
}
.icon-happy2:before {
content: "\e6d6";
}
.icon-happy22:before {
content: "\e6d7";
}
.icon-smiley3:before {
content: "\e6d8";
}
.icon-smiley22:before {
content: "\e6d9";
}
.icon-tongue:before {
content: "\e6da";
}
.icon-tongue2:before {
content: "\e6db";
}
.icon-sad3:before {
content: "\e6dc";
}
.icon-sad22:before {
content: "\e6dd";
}
.icon-wink:before {
content: "\e6de";
}
.icon-wink2:before {
content: "\e6df";
}
.icon-grin:before {
content: "\e6e0";
}
.icon-grin2:before {
content: "\e6e1";
}
.icon-cool:before {
content: "\e6e2";
}
.icon-cool2:before {
content: "\e6e3";
}
.icon-angry:before {
content: "\e6e4";
}
.icon-angry2:before {
content: "\e6e5";
}
.icon-evil:before {
content: "\e6e6";
}
.icon-evil2:before {
content: "\e6e7";
}
.icon-shocked:before {
content: "\e6e8";
}
.icon-shocked2:before {
content: "\e6e9";
}
.icon-confused:before {
content: "\e6ea";
}
.icon-confused2:before {
content: "\e6eb";
}
.icon-neutral:before {
content: "\e6ec";
}
.icon-neutral2:before {
content: "\e6ed";
}
.icon-wondering:before {
content: "\e6ee";
}
.icon-wondering2:before {
content: "\e6ef";
}
.icon-point-up:before {
content: "\e6f0";
}
.icon-point-right:before {
content: "\e6f1";
}
.icon-point-down:before {
content: "\e6f2";
}
.icon-point-left:before {
content: "\e6f3";
}
.icon-warning3:before {
content: "\e6f4";
}
.icon-notification:before {
content: "\e6f5";
}
.icon-question2:before {
content: "\e6f6";
}
.icon-info5:before {
content: "\e6f7";
}
.icon-info22:before {
content: "\e6f8";
}
.icon-blocked3:before {
content: "\e6f9";
}
.icon-cancel-circle:before {
content: "\e6fa";
}
.icon-checkmark-circle:before {
content: "\e6fb";
}
.icon-spam:before {
content: "\e6fc";
}
.icon-close:before {
content: "\e6fd";
}
.icon-checkmark5:before {
content: "\e6fe";
}
.icon-checkmark22:before {
content: "\e6ff";
}
.icon-spell-check:before {
content: "\e700";
}
.icon-minus5:before {
content: "\e701";
}
.icon-plus5:before {
content: "\e702";
}
.icon-enter:before {
content: "\e703";
}
.icon-exit:before {
content: "\e704";
}
.icon-play22:before {
content: "\e705";
}
.icon-pause2:before {
content: "\e706";
}
.icon-stop4:before {
content: "\e707";
}
.icon-backward:before {
content: "\e708";
}
.icon-forward22:before {
content: "\e709";
}
.icon-play3:before {
content: "\e70a";
}
.icon-pause22:before {
content: "\e70b";
}
.icon-stop22:before {
content: "\e70c";
}
.icon-backward2:before {
content: "\e70d";
}
.icon-forward32:before {
content: "\e70e";
}
.icon-first:before {
content: "\e70f";
}
.icon-last:before {
content: "\e710";
}
.icon-previous:before {
content: "\e711";
}
.icon-next:before {
content: "\e712";
}
.icon-eject:before {
content: "\e713";
}
.icon-volume-high:before {
content: "\e714";
}
.icon-volume-medium:before {
content: "\e715";
}
.icon-volume-low:before {
content: "\e716";
}
.icon-volume-mute:before {
content: "\e717";
}
.icon-volume-mute2:before {
content: "\e718";
}
.icon-volume-increase:before {
content: "\e719";
}
.icon-volume-decrease:before {
content: "\e71a";
}
.icon-loop2:before {
content: "\e71b";
}
.icon-loop22:before {
content: "\e71c";
}
.icon-loop3:before {
content: "\e71d";
}
.icon-shuffle2:before {
content: "\e71e";
}
.icon-arrow-up-left:before {
content: "\e71f";
}
.icon-arrow-up2:before {
content: "\e720";
}
.icon-arrow-up-right:before {
content: "\e721";
}
.icon-arrow-right2:before {
content: "\e722";
}
.icon-arrow-down-right:before {
content: "\e723";
}
.icon-arrow-down2:before {
content: "\e724";
}
.icon-arrow-down-left:before {
content: "\e725";
}
.icon-arrow-left2:before {
content: "\e726";
}
.icon-arrow-up-left2:before {
content: "\e727";
}
.icon-arrow-up22:before {
content: "\e728";
}
.icon-arrow-up-right2:before {
content: "\e729";
}
.icon-arrow-right22:before {
content: "\e72a";
}
.icon-arrow-down-right2:before {
content: "\e72b";
}
.icon-arrow-down22:before {
content: "\e72c";
}
.icon-arrow-down-left2:before {
content: "\e72d";
}
.icon-arrow-left22:before {
content: "\e72e";
}
.icon-arrow-up-left3:before {
content: "\e72f";
}
.icon-arrow-up3:before {
content: "\e730";
}
.icon-arrow-up-right3:before {
content: "\e731";
}
.icon-arrow-right3:before {
content: "\e732";
}
.icon-arrow-down-right3:before {
content: "\e733";
}
.icon-arrow-down3:before {
content: "\e734";
}
.icon-arrow-down-left3:before {
content: "\e735";
}
.icon-arrow-left3:before {
content: "\e736";
}
.icon-tab:before {
content: "\e737";
}
.icon-checkbox-checked:before {
content: "\e738";
}
.icon-checkbox-unchecked:before {
content: "\e739";
}
.icon-checkbox-partial:before {
content: "\e73a";
}
.icon-radio-checked:before {
content: "\e73b";
}
.icon-radio-unchecked:before {
content: "\e73c";
}
.icon-crop3:before {
content: "\e73d";
}
.icon-scissors3:before {
content: "\e73e";
}
.icon-filter2:before {
content: "\e73f";
}
.icon-filter22:before {
content: "\e740";
}
.icon-font:before {
content: "\e741";
}
.icon-text-height:before {
content: "\e742";
}
.icon-text-width:before {
content: "\e743";
}
.icon-bold:before {
content: "\e744";
}
.icon-underline:before {
content: "\e745";
}
.icon-italic:before {
content: "\e746";
}
.icon-strikethrough:before {
content: "\e747";
}
.icon-omega:before {
content: "\e748";
}
.icon-sigma:before {
content: "\e749";
}
.icon-table:before {
content: "\e74a";
}
.icon-table2:before {
content: "\e74b";
}
.icon-insert-template:before {
content: "\e74c";
}
.icon-pilcrow:before {
content: "\e74d";
}
.icon-lefttoright:before {
content: "\e74e";
}
.icon-righttoleft:before {
content: "\e74f";
}
.icon-paragraph-left:before {
content: "\e750";
}
.icon-paragraph-center:before {
content: "\e751";
}
.icon-paragraph-right:before {
content: "\e752";
}
.icon-paragraph-justify:before {
content: "\e753";
}
.icon-paragraph-left2:before {
content: "\e754";
}
.icon-paragraph-center2:before {
content: "\e755";
}
.icon-paragraph-right2:before {
content: "\e756";
}
.icon-paragraph-justify2:before {
content: "\e757";
}
.icon-indent-increase:before {
content: "\e758";
}
.icon-indent-decrease:before {
content: "\e759";
}
.icon-newtab:before {
content: "\e75a";
}
.icon-embed:before {
content: "\e75b";
}
.icon-code3:before {
content: "\e75c";
}
.icon-console2:before {
content: "\e75d";
}
.icon-share:before {
content: "\e75e";
}
.icon-mail2:before {
content: "\e75f";
}
.icon-mail22:before {
content: "\e760";
}
.icon-mail3:before {
content: "\e761";
}
.icon-mail4:before {
content: "\e762";
}
.icon-google2:before {
content: "\e763";
}
.icon-googleplus2:before {
content: "\e764";
}
.icon-googleplus22:before {
content: "\e765";
}
.icon-googleplus3:before {
content: "\e766";
}
.icon-googleplus4:before {
content: "\e767";
}
.icon-google-drive:before {
content: "\e768";
}
.icon-facebook2:before {
content: "\e769";
}
.icon-facebook22:before {
content: "\e76a";
}
.icon-facebook3:before {
content: "\e76b";
}
.icon-instagram:before {
content: "\e76c";
}
.icon-twitter3:before {
content: "\e76d";
}
.icon-twitter22:before {
content: "\e76e";
}
.icon-twitter32:before {
content: "\e76f";
}
.icon-feed22:before {
content: "\e770";
}
.icon-feed3:before {
content: "\e771";
}
.icon-feed4:before {
content: "\e772";
}
.icon-youtube:before {
content: "\e773";
}
.icon-youtube2:before {
content: "\e774";
}
.icon-vimeo:before {
content: "\e775";
}
.icon-vimeo2:before {
content: "\e776";
}
.icon-vimeo3:before {
content: "\e777";
}
.icon-lanyrd:before {
content: "\e778";
}
.icon-flickr:before {
content: "\e779";
}
.icon-flickr2:before {
content: "\e77a";
}
.icon-flickr3:before {
content: "\e77b";
}
.icon-flickr4:before {
content: "\e77c";
}
.icon-picassa:before {
content: "\e77d";
}
.icon-picassa2:before {
content: "\e77e";
}
.icon-dribbble3:before {
content: "\e77f";
}
.icon-dribbble22:before {
content: "\e780";
}
.icon-dribbble32:before {
content: "\e781";
}
.icon-forrst2:before {
content: "\e782";
}
.icon-forrst22:before {
content: "\e783";
}
.icon-deviantart:before {
content: "\e784";
}
.icon-deviantart2:before {
content: "\e785";
}
.icon-steam:before {
content: "\e786";
}
.icon-steam2:before {
content: "\e787";
}
.icon-github:before {
content: "\e788";
}
.icon-github2:before {
content: "\e789";
}
.icon-github3:before {
content: "\e78a";
}
.icon-github4:before {
content: "\e78b";
}
.icon-github5:before {
content: "\e78c";
}
.icon-wordpress:before {
content: "\e78d";
}
.icon-wordpress2:before {
content: "\e78e";
}
.icon-joomla:before {
content: "\e78f";
}
.icon-blogger:before {
content: "\e790";
}
.icon-blogger2:before {
content: "\e791";
}
.icon-tumblr2:before {
content: "\e792";
}
.icon-tumblr22:before {
content: "\e793";
}
.icon-yahoo:before {
content: "\e794";
}
.icon-tux:before {
content: "\e795";
}
.icon-apple2:before {
content: "\e796";
}
.icon-finder:before {
content: "\e797";
}
.icon-android2:before {
content: "\e798";
}
.icon-windows:before {
content: "\e799";
}
.icon-windows8:before {
content: "\e79a";
}
.icon-soundcloud:before {
content: "\e79b";
}
.icon-soundcloud2:before {
content: "\e79c";
}
.icon-skype2:before {
content: "\e79d";
}
.icon-reddit:before {
content: "\e79e";
}
.icon-linkedin2:before {
content: "\e79f";
}
.icon-lastfm:before {
content: "\e7a0";
}
.icon-lastfm2:before {
content: "\e7a1";
}
.icon-delicious:before {
content: "\e7a2";
}
.icon-stumbleupon:before {
content: "\e7a3";
}
.icon-stumbleupon2:before {
content: "\e7a4";
}
.icon-stackoverflow:before {
content: "\e7a5";
}
.icon-pinterest:before {
content: "\e7a6";
}
.icon-pinterest2:before {
content: "\e7a7";
}
.icon-xing:before {
content: "\e7a8";
}
.icon-xing2:before {
content: "\e7a9";
}
.icon-flattr:before {
content: "\e7aa";
}
.icon-foursquare:before {
content: "\e7ab";
}
.icon-foursquare2:before {
content: "\e7ac";
}
.icon-paypal:before {
content: "\e7ad";
}
.icon-paypal2:before {
content: "\e7ae";
}
.icon-paypal3:before {
content: "\e7af";
}
.icon-yelp:before {
content: "\e7b0";
}
.icon-libreoffice:before {
content: "\e7b1";
}
.icon-file-pdf2:before {
content: "\e7b2";
}
.icon-file-openoffice:before {
content: "\e7b3";
}
.icon-file-word:before {
content: "\e7b4";
}
.icon-file-excel:before {
content: "\e7b5";
}
.icon-file-zip2:before {
content: "\e7b6";
}
.icon-file-powerpoint:before {
content: "\e7b7";
}
.icon-file-xml:before {
content: "\e7b8";
}
.icon-file-css:before {
content: "\e7b9";
}
.icon-html5:before {
content: "\e7ba";
}
.icon-html52:before {
content: "\e7bb";
}
.icon-css3:before {
content: "\e7bc";
}
.icon-chrome:before {
content: "\e7bd";
}
.icon-firefox:before {
content: "\e7be";
}
.icon-IE:before {
content: "\e7bf";
}
.icon-opera:before {
content: "\e7c0";
}
.icon-safari:before {
content: "\e7c1";
}
.icon-IcoMoon:before {
content: "\e7c2";
}
.icon-store:before {
content: "\ea04";
}
.icon-out:before {
content: "\ea05";
}
.icon-in:before {
content: "\ea06";
}
.icon-in-alt:before {
content: "\ea07";
}
.icon-home4:before {
content: "\ea08";
}
.icon-lightbulb2:before {
content: "\ea09";
}
.icon-anchor3:before {
content: "\ea0a";
}
.icon-feather:before {
content: "\ea0b";
}
.icon-expand4:before {
content: "\ea0c";
}
.icon-maximize:before {
content: "\ea0d";
}
.icon-search6:before {
content: "\ea0e";
}
.icon-zoomin3:before {
content: "\ea0f";
}
.icon-zoomout3:before {
content: "\ea10";
}
.icon-add2:before {
content: "\ea11";
}
.icon-subtract:before {
content: "\ea12";
}
.icon-exclamation:before {
content: "\ea13";
}
.icon-question3:before {
content: "\ea14";
}
.icon-close2:before {
content: "\ea15";
}
.icon-cmd:before {
content: "\ea16";
}
.icon-forbid:before {
content: "\ea17";
}
.icon-book5:before {
content: "\ea18";
}
.icon-spinner7:before {
content: "\ea19";
}
.icon-play4:before {
content: "\ea1a";
}
.icon-stop5:before {
content: "\ea1b";
}
.icon-pause3:before {
content: "\ea1c";
}
.icon-forward4:before {
content: "\ea1d";
}
.icon-rewind:before {
content: "\ea1e";
}
.icon-sound2:before {
content: "\ea1f";
}
.icon-sound-alt:before {
content: "\ea20";
}
.icon-soundoff:before {
content: "\ea21";
}
.icon-task:before {
content: "\ea22";
}
.icon-inbox5:before {
content: "\ea23";
}
.icon-inbox-alt:before {
content: "\ea24";
}
.icon-envelope6:before {
content: "\ea25";
}
.icon-compose:before {
content: "\ea26";
}
.icon-newspaper3:before {
content: "\ea27";
}
.icon-newspaper-alt:before {
content: "\ea28";
}
.icon-clipboard5:before {
content: "\ea29";
}
.icon-calendar8:before {
content: "\ea2a";
}
.icon-hyperlink:before {
content: "\ea2b";
}
.icon-trash2:before {
content: "\ea2c";
}
.icon-trash-alt:before {
content: "\ea2d";
}
.icon-grid5:before {
content: "\ea2e";
}
.icon-grid-alt:before {
content: "\ea2f";
}
.icon-menu3:before {
content: "\ea30";
}
.icon-list5:before {
content: "\ea31";
}
.icon-gallery:before {
content: "\ea32";
}
.icon-calculator2:before {
content: "\ea33";
}
.icon-windows2:before {
content: "\ea34";
}
.icon-browser3:before {
content: "\ea35";
}
.icon-alarm4:before {
content: "\ea36";
}
.icon-clock6:before {
content: "\ea37";
}
.icon-attachment4:before {
content: "\ea38";
}
.icon-settings4:before {
content: "\ea39";
}
.icon-portfolio:before {
content: "\ea3a";
}
.icon-user6:before {
content: "\ea3b";
}
.icon-users3:before {
content: "\ea3c";
}
.icon-heart8:before {
content: "\ea3d";
}
.icon-chat5:before {
content: "\ea3e";
}
.icon-comments2:before {
content: "\ea3f";
}
.icon-screen2:before {
content: "\ea40";
}
.icon-iphone:before {
content: "\ea41";
}
.icon-ipad:before {
content: "\ea42";
}
.icon-forkandspoon:before {
content: "\ea43";
}
.icon-forkandknife:before {
content: "\ea44";
}
.icon-instagram2:before {
content: "\ea45";
}
.icon-facebook4:before {
content: "\ea46";
}
.icon-delicious2:before {
content: "\ea47";
}
.icon-googleplus5:before {
content: "\ea48";
}
.icon-dribbble4:before {
content: "\ea49";
}
.icon-pin4:before {
content: "\ea4a";
}
.icon-pin-alt:before {
content: "\ea4b";
}
.icon-camera8:before {
content: "\ea4c";
}
.icon-brightness:before {
content: "\ea4d";
}
.icon-brightness-half:before {
content: "\ea4e";
}
.icon-moon4:before {
content: "\ea4f";
}
.icon-cloud10:before {
content: "\ea50";
}
.icon-circle-full:before {
content: "\ea51";
}
.icon-circle-half:before {
content: "\ea52";
}
.icon-globe6:before {
content: "\ea53";
}
.icon-times:before {
content: "\ea54";
}
.icon-tick:before {
content: "\ea55";
}
.icon-plus6:before {
content: "\ea56";
}
.icon-minus6:before {
content: "\ea57";
}
.icon-equals:before {
content: "\ea58";
}
.icon-divide:before {
content: "\ea59";
}
.icon-chevron-right2:before {
content: "\ea5a";
}
.icon-chevron-left2:before {
content: "\ea5b";
}
.icon-arrow-right-thick:before {
content: "\ea5c";
}
.icon-arrow-left-thick:before {
content: "\ea5d";
}
.icon-th-small:before {
content: "\ea5e";
}
.icon-th-menu:before {
content: "\ea5f";
}
.icon-th-list:before {
content: "\ea60";
}
.icon-th-large:before {
content: "\ea61";
}
.icon-home5:before {
content: "\ea62";
}
.icon-arrow-forward:before {
content: "\ea63";
}
.icon-arrow-back:before {
content: "\ea64";
}
.icon-rss3:before {
content: "\ea65";
}
.icon-location7:before {
content: "\ea66";
}
.icon-link5:before {
content: "\ea67";
}
.icon-image3:before {
content: "\ea68";
}
.icon-arrow-up-thick:before {
content: "\ea69";
}
.icon-arrow-down-thick:before {
content: "\ea6a";
}
.icon-starburst:before {
content: "\ea6b";
}
.icon-starburst-outline:before {
content: "\ea6c";
}
.icon-star6:before {
content: "\ea6d";
}
.icon-flow-children:before {
content: "\ea6e";
}
.icon-export:before {
content: "\ea6f";
}
.icon-delete:before {
content: "\ea70";
}
.icon-delete-outline:before {
content: "\ea71";
}
.icon-cloud-storage:before {
content: "\ea72";
}
.icon-wi-fi:before {
content: "\ea73";
}
.icon-heart9:before {
content: "\ea74";
}
.icon-flash:before {
content: "\ea75";
}
.icon-cancel5:before {
content: "\ea76";
}
.icon-backspace:before {
content: "\ea77";
}
.icon-attachment5:before {
content: "\ea78";
}
.icon-arrow-move:before {
content: "\ea79";
}
.icon-warning4:before {
content: "\ea7a";
}
.icon-user7:before {
content: "\ea7b";
}
.icon-radar:before {
content: "\ea7c";
}
.icon-lock-open:before {
content: "\ea7d";
}
.icon-lock-closed:before {
content: "\ea7e";
}
.icon-location-arrow:before {
content: "\ea7f";
}
.icon-info6:before {
content: "\ea80";
}
.icon-user-delete:before {
content: "\ea81";
}
.icon-user-add:before {
content: "\ea82";
}
.icon-media-pause:before {
content: "\ea83";
}
.icon-group:before {
content: "\ea84";
}
.icon-chart-pie:before {
content: "\ea85";
}
.icon-chart-line:before {
content: "\ea86";
}
.icon-chart-bar:before {
content: "\ea87";
}
.icon-chart-area:before {
content: "\ea88";
}
.icon-video3:before {
content: "\ea89";
}
.icon-point-of-interest:before {
content: "\ea8a";
}
.icon-infinity:before {
content: "\ea8b";
}
.icon-globe7:before {
content: "\ea8c";
}
.icon-eye6:before {
content: "\ea8d";
}
.icon-cog5:before {
content: "\ea8e";
}
.icon-camera9:before {
content: "\ea8f";
}
.icon-upload5:before {
content: "\ea90";
}
.icon-scissors4:before {
content: "\ea91";
}
.icon-refresh3:before {
content: "\ea92";
}
.icon-pin5:before {
content: "\ea93";
}
.icon-key7:before {
content: "\ea94";
}
.icon-info-large:before {
content: "\ea95";
}
.icon-eject2:before {
content: "\ea96";
}
.icon-download6:before {
content: "\ea97";
}
.icon-zoom:before {
content: "\ea98";
}
.icon-zoom-out:before {
content: "\ea99";
}
.icon-zoom-in:before {
content: "\ea9a";
}
.icon-sort-numerically:before {
content: "\ea9b";
}
.icon-sort-alphabetically:before {
content: "\ea9c";
}
.icon-input-checked:before {
content: "\ea9d";
}
.icon-calender:before {
content: "\ea9e";
}
.icon-world2:before {
content: "\ea9f";
}
.icon-notes:before {
content: "\eaa0";
}
.icon-code4:before {
content: "\eaa1";
}
.icon-arrow-sync:before {
content: "\eaa2";
}
.icon-arrow-shuffle:before {
content: "\eaa3";
}
.icon-arrow-repeat:before {
content: "\eaa4";
}
.icon-arrow-minimise:before {
content: "\eaa5";
}
.icon-arrow-maximise:before {
content: "\eaa6";
}
.icon-arrow-loop:before {
content: "\eaa7";
}
.icon-anchor4:before {
content: "\eaa8";
}
.icon-spanner:before {
content: "\eaa9";
}
.icon-puzzle3:before {
content: "\eaaa";
}
.icon-power:before {
content: "\eaab";
}
.icon-plane2:before {
content: "\eaac";
}
.icon-pi:before {
content: "\eaad";
}
.icon-phone7:before {
content: "\eaae";
}
.icon-microphone5:before {
content: "\eaaf";
}
.icon-media-rewind:before {
content: "\eab0";
}
.icon-flag4:before {
content: "\eab1";
}
.icon-adjust-brightness:before {
content: "\eab2";
}
.icon-waves:before {
content: "\eab3";
}
.icon-social-twitter:before {
content: "\eab4";
}
.icon-social-facebook:before {
content: "\eab5";
}
.icon-social-dribbble:before {
content: "\eab6";
}
.icon-media-stop:before {
content: "\eab7";
}
.icon-media-record:before {
content: "\eab8";
}
.icon-media-play:before {
content: "\eab9";
}
.icon-media-fast-forward:before {
content: "\eaba";
}
.icon-media-eject:before {
content: "\eabb";
}
.icon-social-vimeo:before {
content: "\eabc";
}
.icon-social-tumbler:before {
content: "\eabd";
}
.icon-social-skype:before {
content: "\eabe";
}
.icon-social-pinterest:before {
content: "\eabf";
}
.icon-social-linkedin:before {
content: "\eac0";
}
.icon-social-last-fm:before {
content: "\eac1";
}
.icon-social-github:before {
content: "\eac2";
}
.icon-social-flickr:before {
content: "\eac3";
}
.icon-at:before {
content: "\eac4";
}
.icon-times-outline:before {
content: "\eac5";
}
.icon-plus-outline:before {
content: "\eac6";
}
.icon-minus-outline:before {
content: "\eac7";
}
.icon-tick-outline:before {
content: "\eac8";
}
.icon-th-large-outline:before {
content: "\eac9";
}
.icon-equals-outline:before {
content: "\eaca";
}
.icon-divide-outline:before {
content: "\eacb";
}
.icon-chevron-right-outline:before {
content: "\eacc";
}
.icon-chevron-left-outline:before {
content: "\eacd";
}
.icon-arrow-right-outline:before {
content: "\eace";
}
.icon-arrow-left-outline:before {
content: "\eacf";
}
.icon-th-small-outline:before {
content: "\ead0";
}
.icon-th-menu-outline:before {
content: "\ead1";
}
.icon-th-list-outline:before {
content: "\ead2";
}
.icon-news2:before {
content: "\ead3";
}
.icon-home-outline:before {
content: "\ead4";
}
.icon-arrow-up-outline:before {
content: "\ead5";
}
.icon-arrow-forward-outline:before {
content: "\ead6";
}
.icon-arrow-down-outline:before {
content: "\ead7";
}
.icon-arrow-back-outline:before {
content: "\ead8";
}
.icon-trash3:before {
content: "\ead9";
}
.icon-rss-outline:before {
content: "\eada";
}
.icon-message:before {
content: "\eadb";
}
.icon-location-outline:before {
content: "\eadc";
}
.icon-link-outline:before {
content: "\eadd";
}
.icon-image-outline:before {
content: "\eade";
}
.icon-export-outline:before {
content: "\eadf";
}
.icon-cross2:before {
content: "\eae0";
}
.icon-wi-fi-outline:before {
content: "\eae1";
}
.icon-star-outline:before {
content: "\eae2";
}
.icon-media-pause-outline:before {
content: "\eae3";
}
.icon-mail6:before {
content: "\eae4";
}
.icon-heart-outline:before {
content: "\eae5";
}
.icon-flash-outline:before {
content: "\eae6";
}
.icon-cancel-outline:before {
content: "\eae7";
}
.icon-beaker2:before {
content: "\eae8";
}
.icon-arrow-move-outline:before {
content: "\eae9";
}
.icon-watch3:before {
content: "\eaea";
}
.icon-warning-outline:before {
content: "\eaeb";
}
.icon-time3:before {
content: "\eaec";
}
.icon-radar-outline:before {
content: "\eaed";
}
.icon-lock-open-outline:before {
content: "\eaee";
}
.icon-location-arrow-outline:before {
content: "\eaef";
}
.icon-info-outline:before {
content: "\eaf0";
}
.icon-backspace-outline:before {
content: "\eaf1";
}
.icon-attachment-outline:before {
content: "\eaf2";
}
.icon-user-outline:before {
content: "\eaf3";
}
.icon-user-delete-outline:before {
content: "\eaf4";
}
.icon-user-add-outline:before {
content: "\eaf5";
}
.icon-lock-closed-outline:before {
content: "\eaf6";
}
.icon-group-outline:before {
content: "\eaf7";
}
.icon-chart-pie-outline:before {
content: "\eaf8";
}
.icon-chart-line-outline:before {
content: "\eaf9";
}
.icon-chart-bar-outline:before {
content: "\eafa";
}
.icon-chart-area-outline:before {
content: "\eafb";
}
.icon-video-outline:before {
content: "\eafc";
}
.icon-point-of-interest-outline:before {
content: "\eafd";
}
.icon-map4:before {
content: "\eafe";
}
.icon-key-outline:before {
content: "\eaff";
}
.icon-infinity-outline:before {
content: "\eb00";
}
.icon-globe-outline:before {
content: "\eb01";
}
.icon-eye-outline:before {
content: "\eb02";
}
.icon-cog-outline:before {
content: "\eb03";
}
.icon-camera-outline:before {
content: "\eb04";
}
.icon-upload-outline:before {
content: "\eb05";
}
.icon-support2:before {
content: "\eb06";
}
.icon-scissors-outline:before {
content: "\eb07";
}
.icon-refresh-outline:before {
content: "\eb08";
}
.icon-info-large-outline:before {
content: "\eb09";
}
.icon-eject-outline:before {
content: "\eb0a";
}
.icon-download-outline:before {
content: "\eb0b";
}
.icon-battery-mid:before {
content: "\eb0c";
}
.icon-battery-low:before {
content: "\eb0d";
}
.icon-battery-high:before {
content: "\eb0e";
}
.icon-zoom-outline:before {
content: "\eb0f";
}
.icon-zoom-out-outline:before {
content: "\eb10";
}
.icon-zoom-in-outline:before {
content: "\eb11";
}
.icon-tag6:before {
content: "\eb12";
}
.icon-tabs-outline:before {
content: "\eb13";
}
.icon-pin-outline:before {
content: "\eb14";
}
.icon-message-typing:before {
content: "\eb15";
}
.icon-directions:before {
content: "\eb16";
}
.icon-battery-full:before {
content: "\eb17";
}
.icon-battery-charge:before {
content: "\eb18";
}
.icon-pipette:before {
content: "\eb19";
}
.icon-pencil6:before {
content: "\eb1a";
}
.icon-folder4:before {
content: "\eb1b";
}
.icon-folder-delete:before {
content: "\eb1c";
}
.icon-folder-add:before {
content: "\eb1d";
}
.icon-edit3:before {
content: "\eb1e";
}
.icon-document2:before {
content: "\eb1f";
}
.icon-document-delete:before {
content: "\eb20";
}
.icon-document-add:before {
content: "\eb21";
}
.icon-brush2:before {
content: "\eb22";
}
.icon-thumbs-up3:before {
content: "\eb23";
}
.icon-thumbs-down:before {
content: "\eb24";
}
.icon-pen4:before {
content: "\eb25";
}
.icon-sort-numerically-outline:before {
content: "\eb26";
}
.icon-sort-alphabetically-outline:before {
content: "\eb27";
}
.icon-social-last-fm-circular:before {
content: "\eb28";
}
.icon-social-github-circular:before {
content: "\eb29";
}
.icon-compass6:before {
content: "\eb2a";
}
.icon-bookmark7:before {
content: "\eb2b";
}
.icon-input-checked-outline:before {
content: "\eb2c";
}
.icon-code-outline:before {
content: "\eb2d";
}
.icon-calender-outline:before {
content: "\eb2e";
}
.icon-business-card:before {
content: "\eb2f";
}
.icon-arrow-up4:before {
content: "\eb30";
}
.icon-arrow-sync-outline:before {
content: "\eb31";
}
.icon-arrow-right4:before {
content: "\eb32";
}
.icon-arrow-repeat-outline:before {
content: "\eb33";
}
.icon-arrow-loop-outline:before {
content: "\eb34";
}
.icon-arrow-left4:before {
content: "\eb35";
}
.icon-flow-switch:before {
content: "\eb36";
}
.icon-flow-parallel:before {
content: "\eb37";
}
.icon-flow-merge:before {
content: "\eb38";
}
.icon-document-text:before {
content: "\eb39";
}
.icon-clipboard6:before {
content: "\eb3a";
}
.icon-calculator3:before {
content: "\eb3b";
}
.icon-arrow-minimise-outline:before {
content: "\eb3c";
}
.icon-arrow-maximise-outline:before {
content: "\eb3d";
}
.icon-arrow-down4:before {
content: "\eb3e";
}
.icon-gift5:before {
content: "\eb3f";
}
.icon-film6:before {
content: "\eb40";
}
.icon-database3:before {
content: "\eb41";
}
.icon-bell2:before {
content: "\eb42";
}
.icon-anchor-outline:before {
content: "\eb43";
}
.icon-adjust-contrast:before {
content: "\eb44";
}
.icon-world-outline:before {
content: "\eb45";
}
.icon-shopping-bag:before {
content: "\eb46";
}
.icon-power-outline:before {
content: "\eb47";
}
.icon-notes-outline:before {
content: "\eb48";
}
.icon-device-tablet:before {
content: "\eb49";
}
.icon-device-phone:before {
content: "\eb4a";
}
.icon-device-laptop:before {
content: "\eb4b";
}
.icon-device-desktop2:before {
content: "\eb4c";
}
.icon-briefcase5:before {
content: "\eb4d";
}
.icon-stopwatch2:before {
content: "\eb4e";
}
.icon-spanner-outline:before {
content: "\eb4f";
}
.icon-puzzle-outline:before {
content: "\eb50";
}
.icon-printer3:before {
content: "\eb51";
}
.icon-pi-outline:before {
content: "\eb52";
}
.icon-lightbulb3:before {
content: "\eb53";
}
.icon-flag-outline:before {
content: "\eb54";
}
.icon-contacts:before {
content: "\eb55";
}
.icon-archive2:before {
content: "\eb56";
}
.icon-weather-stormy:before {
content: "\eb57";
}
.icon-weather-shower:before {
content: "\eb58";
}
.icon-weather-partly-sunny:before {
content: "\eb59";
}
.icon-weather-downpour:before {
content: "\eb5a";
}
.icon-weather-cloudy:before {
content: "\eb5b";
}
.icon-plane-outline:before {
content: "\eb5c";
}
.icon-phone-outline:before {
content: "\eb5d";
}
.icon-microphone-outline:before {
content: "\eb5e";
}
.icon-weather-windy:before {
content: "\eb5f";
}
.icon-weather-windy-cloudy:before {
content: "\eb60";
}
.icon-weather-sunny:before {
content: "\eb61";
}
.icon-weather-snow:before {
content: "\eb62";
}
.icon-weather-night:before {
content: "\eb63";
}
.icon-media-stop-outline:before {
content: "\eb64";
}
.icon-media-rewind-outline:before {
content: "\eb65";
}
.icon-media-record-outline:before {
content: "\eb66";
}
.icon-media-play-outline:before {
content: "\eb67";
}
.icon-media-fast-forward-outline:before {
content: "\eb68";
}
.icon-media-eject-outline:before {
content: "\eb69";
}
.icon-wine2:before {
content: "\eb6a";
}
.icon-waves-outline:before {
content: "\eb6b";
}
.icon-ticket5:before {
content: "\eb6c";
}
.icon-tags3:before {
content: "\eb6d";
}
.icon-plug2:before {
content: "\eb6e";
}
.icon-headphones4:before {
content: "\eb6f";
}
.icon-credit-card2:before {
content: "\eb70";
}
.icon-coffee3:before {
content: "\eb71";
}
.icon-book6:before {
content: "\eb72";
}
.icon-beer2:before {
content: "\eb73";
}
.icon-volume6:before {
content: "\eb74";
}
.icon-volume-up:before {
content: "\eb75";
}
.icon-volume-mute3:before {
content: "\eb76";
}
.icon-volume-down:before {
content: "\eb77";
}
.icon-social-vimeo-circular:before {
content: "\eb78";
}
.icon-social-twitter-circular:before {
content: "\eb79";
}
.icon-social-pinterest-circular:before {
content: "\eb7a";
}
.icon-social-linkedin-circular:before {
content: "\eb7b";
}
.icon-social-facebook-circular:before {
content: "\eb7c";
}
.icon-social-dribbble-circular:before {
content: "\eb7d";
}
.icon-tree2:before {
content: "\eb7e";
}
.icon-thermometer3:before {
content: "\eb7f";
}
.icon-social-tumbler-circular:before {
content: "\eb80";
}
.icon-social-skype-outline:before {
content: "\eb81";
}
.icon-social-flickr-circular:before {
content: "\eb82";
}
.icon-social-at-circular:before {
content: "\eb83";
}
.icon-shopping-cart:before {
content: "\eb84";
}
.icon-messages:before {
content: "\eb85";
}
.icon-leaf2:before {
content: "\eb86";
}
.icon-feather2:before {
content: "\eb87";
}
.icon-3d-rotation:before {
content: "\eb88";
}
.icon-accessibility2:before {
content: "\eb89";
}
.icon-account-balance:before {
content: "\eb8a";
}
.icon-account-balance-wallet:before {
content: "\eb8b";
}
.icon-account-box:before {
content: "\eb8c";
}
.icon-account-child:before {
content: "\eb8d";
}
.icon-account-circle:before {
content: "\eb8e";
}
.icon-add-shopping-cart:before {
content: "\eb8f";
}
.icon-alarm5:before {
content: "\eb90";
}
.icon-alarm-add:before {
content: "\eb91";
}
.icon-alarm-off:before {
content: "\eb92";
}
.icon-alarm-on:before {
content: "\eb93";
}
.icon-android3:before {
content: "\eb94";
}
.icon-announcement:before {
content: "\eb95";
}
.icon-aspect-ratio:before {
content: "\eb96";
}
.icon-assessment:before {
content: "\eb97";
}
.icon-assignment:before {
content: "\eb98";
}
.icon-assignment-ind:before {
content: "\eb99";
}
.icon-assignment-late:before {
content: "\eb9a";
}
.icon-assignment-return:before {
content: "\eb9b";
}
.icon-assignment-returned:before {
content: "\eb9c";
}
.icon-assignment-turned-in:before {
content: "\eb9d";
}
.icon-autorenew:before {
content: "\eb9e";
}
.icon-backup:before {
content: "\eb9f";
}
.icon-book7:before {
content: "\eba0";
}
.icon-bookmark8:before {
content: "\eba1";
}
.icon-bookmark-outline:before {
content: "\eba2";
}
.icon-bug-report:before {
content: "\eba3";
}
.icon-cached:before {
content: "\eba4";
}
.icon-class:before {
content: "\eba5";
}
.icon-credit-card3:before {
content: "\eba6";
}
.icon-dashboard3:before {
content: "\eba7";
}
.icon-delete2:before {
content: "\eba8";
}
.icon-description:before {
content: "\eba9";
}
.icon-dns:before {
content: "\ebaa";
}
.icon-done:before {
content: "\ebab";
}
.icon-done-all:before {
content: "\ebac";
}
.icon-event:before {
content: "\ebad";
}
.icon-exit-to-app:before {
content: "\ebae";
}
.icon-explore:before {
content: "\ebaf";
}
.icon-extension:before {
content: "\ebb0";
}
.icon-face-unlock:before {
content: "\ebb1";
}
.icon-favorite:before {
content: "\ebb2";
}
.icon-favorite-outline:before {
content: "\ebb3";
}
.icon-find-in-page:before {
content: "\ebb4";
}
.icon-find-replace:before {
content: "\ebb5";
}
.icon-flip-to-back:before {
content: "\ebb6";
}
.icon-flip-to-front:before {
content: "\ebb7";
}
.icon-get-app:before {
content: "\ebb8";
}
.icon-grade:before {
content: "\ebb9";
}
.icon-group-work:before {
content: "\ebba";
}
.icon-help:before {
content: "\ebbb";
}
.icon-highlight-remove:before {
content: "\ebbc";
}
.icon-history3:before {
content: "\ebbd";
}
.icon-home6:before {
content: "\ebbe";
}
.icon-https:before {
content: "\ebbf";
}
.icon-info7:before {
content: "\ebc0";
}
.icon-info-outline2:before {
content: "\ebc1";
}
.icon-input:before {
content: "\ebc2";
}
.icon-invert-colors:before {
content: "\ebc3";
}
.icon-label:before {
content: "\ebc4";
}
.icon-label-outline:before {
content: "\ebc5";
}
.icon-language:before {
content: "\ebc6";
}
.icon-launch:before {
content: "\ebc7";
}
.icon-list6:before {
content: "\ebc8";
}
.icon-lock5:before {
content: "\ebc9";
}
.icon-lock-open2:before {
content: "\ebca";
}
.icon-lock-outline:before {
content: "\ebcb";
}
.icon-loyalty:before {
content: "\ebcc";
}
.icon-markunread-mailbox:before {
content: "\ebcd";
}
.icon-note-add:before {
content: "\ebce";
}
.icon-open-in-browser:before {
content: "\ebcf";
}
.icon-open-in-new:before {
content: "\ebd0";
}
.icon-open-with:before {
content: "\ebd1";
}
.icon-pageview:before {
content: "\ebd2";
}
.icon-payment:before {
content: "\ebd3";
}
.icon-perm-camera-m:before {
content: "\ebd4";
}
.icon-perm-contact-cal:before {
content: "\ebd5";
}
.icon-perm-data-setting:before {
content: "\ebd6";
}
.icon-perm-device-info:before {
content: "\ebd7";
}
.icon-perm-identity:before {
content: "\ebd8";
}
.icon-perm-media:before {
content: "\ebd9";
}
.icon-perm-phone-msg:before {
content: "\ebda";
}
.icon-perm-scan-wifi:before {
content: "\ebdb";
}
.icon-picture-in-picture:before {
content: "\ebdc";
}
.icon-polymer:before {
content: "\ebdd";
}
.icon-print2:before {
content: "\ebde";
}
.icon-query-builder:before {
content: "\ebdf";
}
.icon-question-answer:before {
content: "\ebe0";
}
.icon-receipt:before {
content: "\ebe1";
}
.icon-redeem:before {
content: "\ebe2";
}
.icon-reorder:before {
content: "\ebe3";
}
.icon-report-problem:before {
content: "\ebe4";
}
.icon-restore:before {
content: "\ebe5";
}
.icon-room:before {
content: "\ebe6";
}
.icon-schedule:before {
content: "\ebe7";
}
.icon-search7:before {
content: "\ebe8";
}
.icon-settings5:before {
content: "\ebe9";
}
.icon-settings-applications:before {
content: "\ebea";
}
.icon-settings-backup-restore:before {
content: "\ebeb";
}
.icon-settings-bluetooth:before {
content: "\ebec";
}
.icon-settings-cell:before {
content: "\ebed";
}
.icon-settings-display:before {
content: "\ebee";
}
.icon-settings-ethernet:before {
content: "\ebef";
}
.icon-settings-input-antenna:before {
content: "\ebf0";
}
.icon-settings-input-component:before {
content: "\ebf1";
}
.icon-settings-input-composite:before {
content: "\ebf2";
}
.icon-settings-input-hdmi:before {
content: "\ebf3";
}
.icon-settings-input-svideo:before {
content: "\ebf4";
}
.icon-settings-overscan:before {
content: "\ebf5";
}
.icon-settings-phone:before {
content: "\ebf6";
}
.icon-settings-power:before {
content: "\ebf7";
}
.icon-settings-remote:before {
content: "\ebf8";
}
.icon-settings-voice:before {
content: "\ebf9";
}
.icon-shop2:before {
content: "\ebfa";
}
.icon-shop-two:before {
content: "\ebfb";
}
.icon-shopping-basket:before {
content: "\ebfc";
}
.icon-shopping-cart2:before {
content: "\ebfd";
}
.icon-speaker-notes:before {
content: "\ebfe";
}
.icon-spellcheck:before {
content: "\ebff";
}
.icon-star-rate:before {
content: "\ec00";
}
.icon-stars:before {
content: "\ec01";
}
.icon-store2:before {
content: "\ec02";
}
.icon-subject:before {
content: "\ec03";
}
.icon-supervisor-account:before {
content: "\ec04";
}
.icon-swap-horiz:before {
content: "\ec05";
}
.icon-swap-vert:before {
content: "\ec06";
}
.icon-swap-vert-circle:before {
content: "\ec07";
}
.icon-system-update-tv:before {
content: "\ec08";
}
.icon-tab2:before {
content: "\ec09";
}
.icon-tab-unselected:before {
content: "\ec0a";
}
.icon-theaters:before {
content: "\ec0b";
}
.icon-thumb-down:before {
content: "\ec0c";
}
.icon-thumb-up:before {
content: "\ec0d";
}
.icon-thumbs-up-down:before {
content: "\ec0e";
}
.icon-toc:before {
content: "\ec0f";
}
.icon-today:before {
content: "\ec10";
}
.icon-track-changes:before {
content: "\ec11";
}
.icon-translate:before {
content: "\ec12";
}
.icon-trending-down:before {
content: "\ec13";
}
.icon-trending-neutral:before {
content: "\ec14";
}
.icon-trending-up:before {
content: "\ec15";
}
.icon-turned-in:before {
content: "\ec16";
}
.icon-turned-in-not:before {
content: "\ec17";
}
.icon-verified-user:before {
content: "\ec18";
}
.icon-view-agenda:before {
content: "\ec19";
}
.icon-view-array:before {
content: "\ec1a";
}
.icon-view-carousel:before {
content: "\ec1b";
}
.icon-view-column:before {
content: "\ec1c";
}
.icon-view-day:before {
content: "\ec1d";
}
.icon-view-headline:before {
content: "\ec1e";
}
.icon-view-list:before {
content: "\ec1f";
}
.icon-view-module:before {
content: "\ec20";
}
.icon-view-quilt:before {
content: "\ec21";
}
.icon-view-stream:before {
content: "\ec22";
}
.icon-view-week:before {
content: "\ec23";
}
.icon-visibility:before {
content: "\ec24";
}
.icon-visibility-off:before {
content: "\ec25";
}
.icon-wallet-giftcard:before {
content: "\ec26";
}
.icon-wallet-membership:before {
content: "\ec27";
}
.icon-wallet-travel:before {
content: "\ec28";
}
.icon-work:before {
content: "\ec29";
}
.icon-error2:before {
content: "\ec2a";
}
.icon-warning5:before {
content: "\ec2b";
}
.icon-album:before {
content: "\ec2c";
}
.icon-av-timer:before {
content: "\ec2d";
}
.icon-closed-caption:before {
content: "\ec2e";
}
.icon-equalizer3:before {
content: "\ec2f";
}
.icon-explicit:before {
content: "\ec30";
}
.icon-fast-forward:before {
content: "\ec31";
}
.icon-fast-rewind:before {
content: "\ec32";
}
.icon-games:before {
content: "\ec33";
}
.icon-hearing:before {
content: "\ec34";
}
.icon-high-quality:before {
content: "\ec35";
}
.icon-loop4:before {
content: "\ec36";
}
.icon-mic3:before {
content: "\ec37";
}
.icon-mnone:before {
content: "\ec38";
}
.icon-moff:before {
content: "\ec39";
}
.icon-movie:before {
content: "\ec3a";
}
.icon-my-library-add:before {
content: "\ec3b";
}
.icon-my-library-books:before {
content: "\ec3c";
}
.icon-my-library-mus:before {
content: "\ec3d";
}
.icon-new-releases:before {
content: "\ec3e";
}
.icon-not-interested:before {
content: "\ec3f";
}
.icon-pause4:before {
content: "\ec40";
}
.icon-pause-circle-fill:before {
content: "\ec41";
}
.icon-pause-circle-outline:before {
content: "\ec42";
}
.icon-play-arrow:before {
content: "\ec43";
}
.icon-play-circle-fill:before {
content: "\ec44";
}
.icon-play-circle-outline:before {
content: "\ec45";
}
.icon-play-shopping-bag:before {
content: "\ec46";
}
.icon-playlist-add:before {
content: "\ec47";
}
.icon-queue:before {
content: "\ec48";
}
.icon-queue-mus:before {
content: "\ec49";
}
.icon-radio3:before {
content: "\ec4a";
}
.icon-recent-actors:before {
content: "\ec4b";
}
.icon-repeat:before {
content: "\ec4c";
}
.icon-repeat-one:before {
content: "\ec4d";
}
.icon-replay:before {
content: "\ec4e";
}
.icon-shuffle3:before {
content: "\ec4f";
}
.icon-skip-next:before {
content: "\ec50";
}
.icon-skip-previous:before {
content: "\ec51";
}
.icon-snooze:before {
content: "\ec52";
}
.icon-stop6:before {
content: "\ec53";
}
.icon-subtitles:before {
content: "\ec54";
}
.icon-surround-sound:before {
content: "\ec55";
}
.icon-video-collection:before {
content: "\ec56";
}
.icon-videocam:before {
content: "\ec57";
}
.icon-videocam-off:before {
content: "\ec58";
}
.icon-volume-down2:before {
content: "\ec59";
}
.icon-volume-mute4:before {
content: "\ec5a";
}
.icon-volume-off:before {
content: "\ec5b";
}
.icon-volume-up2:before {
content: "\ec5c";
}
.icon-web:before {
content: "\ec5d";
}
.icon-business:before {
content: "\ec5e";
}
.icon-call:before {
content: "\ec5f";
}
.icon-call-end:before {
content: "\ec60";
}
.icon-call-made:before {
content: "\ec61";
}
.icon-call-merge:before {
content: "\ec62";
}
.icon-call-missed:before {
content: "\ec63";
}
.icon-call-received:before {
content: "\ec64";
}
.icon-call-split:before {
content: "\ec65";
}
.icon-chat6:before {
content: "\ec66";
}
.icon-clear-all:before {
content: "\ec67";
}
.icon-comment3:before {
content: "\ec68";
}
.icon-contacts2:before {
content: "\ec69";
}
.icon-dialer-sip:before {
content: "\ec6a";
}
.icon-dialpad:before {
content: "\ec6b";
}
.icon-dnd-on:before {
content: "\ec6c";
}
.icon-email:before {
content: "\ec6d";
}
.icon-forum:before {
content: "\ec6e";
}
.icon-import-export:before {
content: "\ec6f";
}
.icon-invert-colors-off:before {
content: "\ec70";
}
.icon-invert-colors-on:before {
content: "\ec71";
}
.icon-live-help:before {
content: "\ec72";
}
.icon-location-off:before {
content: "\ec73";
}
.icon-location-on:before {
content: "\ec74";
}
.icon-message2:before {
content: "\ec75";
}
.icon-messenger:before {
content: "\ec76";
}
.icon-no-sim:before {
content: "\ec77";
}
.icon-phone8:before {
content: "\ec78";
}
.icon-portable-wifi-off:before {
content: "\ec79";
}
.icon-quick-contacts-dialer:before {
content: "\ec7a";
}
.icon-quick-contacts-mail:before {
content: "\ec7b";
}
.icon-ring-volume:before {
content: "\ec7c";
}
.icon-stay-current-landscape:before {
content: "\ec7d";
}
.icon-stay-current-portrait:before {
content: "\ec7e";
}
.icon-stay-primary-landscape:before {
content: "\ec7f";
}
.icon-stay-primary-portrait:before {
content: "\ec80";
}
.icon-swap-calls:before {
content: "\ec81";
}
.icon-textsms:before {
content: "\ec82";
}
.icon-voicemail:before {
content: "\ec83";
}
.icon-vpn-key:before {
content: "\ec84";
}
.icon-add3:before {
content: "\ec85";
}
.icon-add-box:before {
content: "\ec86";
}
.icon-add-circle:before {
content: "\ec87";
}
.icon-add-circle-outline:before {
content: "\ec88";
}
.icon-archive3:before {
content: "\ec89";
}
.icon-backspace2:before {
content: "\ec8a";
}
.icon-block:before {
content: "\ec8b";
}
.icon-clear:before {
content: "\ec8c";
}
.icon-content-copy:before {
content: "\ec8d";
}
.icon-content-cut:before {
content: "\ec8e";
}
.icon-content-paste:before {
content: "\ec8f";
}
.icon-create:before {
content: "\ec90";
}
.icon-drafts:before {
content: "\ec91";
}
.icon-filter-list:before {
content: "\ec92";
}
.icon-flag5:before {
content: "\ec93";
}
.icon-forward5:before {
content: "\ec94";
}
.icon-gesture:before {
content: "\ec95";
}
.icon-inbox6:before {
content: "\ec96";
}
.icon-link6:before {
content: "\ec97";
}
.icon-mail7:before {
content: "\ec98";
}
.icon-markunread:before {
content: "\ec99";
}
.icon-redo3:before {
content: "\ec9a";
}
.icon-remove3:before {
content: "\ec9b";
}
.icon-remove-circle:before {
content: "\ec9c";
}
.icon-remove-circle-outline:before {
content: "\ec9d";
}
.icon-reply3:before {
content: "\ec9e";
}
.icon-reply-all:before {
content: "\ec9f";
}
.icon-report:before {
content: "\eca0";
}
.icon-save:before {
content: "\eca1";
}
.icon-select-all:before {
content: "\eca2";
}
.icon-send:before {
content: "\eca3";
}
.icon-sort:before {
content: "\eca4";
}
.icon-text-format:before {
content: "\eca5";
}
.icon-undo3:before {
content: "\eca6";
}
.icon-access-alarm:before {
content: "\eca7";
}
.icon-access-alarms:before {
content: "\eca8";
}
.icon-access-time:before {
content: "\eca9";
}
.icon-add-alarm:before {
content: "\ecaa";
}
.icon-airplanemode-off:before {
content: "\ecab";
}
.icon-airplanemode-on:before {
content: "\ecac";
}
.icon-battery-20:before {
content: "\ecad";
}
.icon-battery-30:before {
content: "\ecae";
}
.icon-battery-50:before {
content: "\ecaf";
}
.icon-battery-60:before {
content: "\ecb0";
}
.icon-battery-80:before {
content: "\ecb1";
}
.icon-battery-90:before {
content: "\ecb2";
}
.icon-battery-alert:before {
content: "\ecb3";
}
.icon-battery-charging-20:before {
content: "\ecb4";
}
.icon-battery-charging-30:before {
content: "\ecb5";
}
.icon-battery-charging-50:before {
content: "\ecb6";
}
.icon-battery-charging-60:before {
content: "\ecb7";
}
.icon-battery-charging-80:before {
content: "\ecb8";
}
.icon-battery-charging-90:before {
content: "\ecb9";
}
.icon-battery-charging-full:before {
content: "\ecba";
}
.icon-battery-full2:before {
content: "\ecbb";
}
.icon-battery-std:before {
content: "\ecbc";
}
.icon-battery-unknown:before {
content: "\ecbd";
}
.icon-bluetooth:before {
content: "\ecbe";
}
.icon-bluetooth-connected:before {
content: "\ecbf";
}
.icon-bluetooth-disabled:before {
content: "\ecc0";
}
.icon-bluetooth-searching:before {
content: "\ecc1";
}
.icon-brightness-auto:before {
content: "\ecc2";
}
.icon-brightness-high:before {
content: "\ecc3";
}
.icon-brightness-low:before {
content: "\ecc4";
}
.icon-brightness-medium2:before {
content: "\ecc5";
}
.icon-data-usage:before {
content: "\ecc6";
}
.icon-developer-mode:before {
content: "\ecc7";
}
.icon-devices:before {
content: "\ecc8";
}
.icon-dvr:before {
content: "\ecc9";
}
.icon-gps-fixed:before {
content: "\ecca";
}
.icon-gps-not-fixed:before {
content: "\eccb";
}
.icon-gps-off:before {
content: "\eccc";
}
.icon-location-disabled:before {
content: "\eccd";
}
.icon-location-searching:before {
content: "\ecce";
}
.icon-multitrack-audio:before {
content: "\eccf";
}
.icon-network-cell:before {
content: "\ecd0";
}
.icon-network-wifi:before {
content: "\ecd1";
}
.icon-nfc:before {
content: "\ecd2";
}
.icon-now-wallpaper:before {
content: "\ecd3";
}
.icon-now-widgets:before {
content: "\ecd4";
}
.icon-screen-lock-landscape:before {
content: "\ecd5";
}
.icon-screen-lock-portrait:before {
content: "\ecd6";
}
.icon-screen-lock-rotation:before {
content: "\ecd7";
}
.icon-screen-rotation:before {
content: "\ecd8";
}
.icon-sd-storage:before {
content: "\ecd9";
}
.icon-settings-system-daydream:before {
content: "\ecda";
}
.icon-signal-cellular-0-bar:before {
content: "\ecdb";
}
.icon-signal-cellular-1-bar:before {
content: "\ecdc";
}
.icon-signal-cellular-2-bar:before {
content: "\ecdd";
}
.icon-signal-cellular-3-bar:before {
content: "\ecde";
}
.icon-signal-cellular-4-bar:before {
content: "\ecdf";
}
.icon-signal-cellular-connected-no-internet-0-bar:before {
content: "\ece0";
}
.icon-signal-cellular-connected-no-internet-1-bar:before {
content: "\ece1";
}
.icon-signal-cellular-connected-no-internet-2-bar:before {
content: "\ece2";
}
.icon-signal-cellular-connected-no-internet-3-bar:before {
content: "\ece3";
}
.icon-signal-cellular-connected-no-internet-4-bar:before {
content: "\ece4";
}
.icon-signal-cellular-no-sim:before {
content: "\ece5";
}
.icon-signal-cellular-null:before {
content: "\ece6";
}
.icon-signal-cellular-off:before {
content: "\ece7";
}
.icon-signal-wifi-0-bar:before {
content: "\ece8";
}
.icon-signal-wifi-1-bar:before {
content: "\ece9";
}
.icon-signal-wifi-2-bar:before {
content: "\ecea";
}
.icon-signal-wifi-3-bar:before {
content: "\eceb";
}
.icon-signal-wifi-4-bar:before {
content: "\ecec";
}
.icon-signal-wifi-off:before {
content: "\eced";
}
.icon-signal-wifi-statusbar-1-bar:before {
content: "\ecee";
}
.icon-signal-wifi-statusbar-2-bar:before {
content: "\ecef";
}
.icon-signal-wifi-statusbar-3-bar:before {
content: "\ecf0";
}
.icon-signal-wifi-statusbar-4-bar:before {
content: "\ecf1";
}
.icon-signal-wifi-statusbar-connected-no-internet-1:before {
content: "\ecf2";
}
.icon-signal-wifi-statusbar-connected-no-internet-2:before {
content: "\ecf3";
}
.icon-signal-wifi-statusbar-connected-no-internet-3:before {
content: "\ecf4";
}
.icon-signal-wifi-statusbar-connected-no-internet-4:before {
content: "\ecf5";
}
.icon-signal-wifi-statusbar-connected-no-internet:before {
content: "\ecf6";
}
.icon-signal-wifi-statusbar-not-connected:before {
content: "\ecf7";
}
.icon-signal-wifi-statusbar-null:before {
content: "\ecf8";
}
.icon-storage2:before {
content: "\ecf9";
}
.icon-usb2:before {
content: "\ecfa";
}
.icon-wifi-lock:before {
content: "\ecfb";
}
.icon-wifi-tethering:before {
content: "\ecfc";
}
.icon-attach-file:before {
content: "\ecfd";
}
.icon-attach-money:before {
content: "\ecfe";
}
.icon-border-all:before {
content: "\ecff";
}
.icon-border-bottom:before {
content: "\ed00";
}
.icon-border-clear:before {
content: "\ed01";
}
.icon-border-color:before {
content: "\ed02";
}
.icon-border-horizontal:before {
content: "\ed03";
}
.icon-border-inner:before {
content: "\ed04";
}
.icon-border-left:before {
content: "\ed05";
}
.icon-border-outer:before {
content: "\ed06";
}
.icon-border-right:before {
content: "\ed07";
}
.icon-border-style:before {
content: "\ed08";
}
.icon-border-top:before {
content: "\ed09";
}
.icon-border-vertical:before {
content: "\ed0a";
}
.icon-format-align-center:before {
content: "\ed0b";
}
.icon-format-align-justify:before {
content: "\ed0c";
}
.icon-format-align-left:before {
content: "\ed0d";
}
.icon-format-align-right:before {
content: "\ed0e";
}
.icon-format-bold:before {
content: "\ed0f";
}
.icon-format-clear:before {
content: "\ed10";
}
.icon-format-color-fill:before {
content: "\ed11";
}
.icon-format-color-reset:before {
content: "\ed12";
}
.icon-format-color-text:before {
content: "\ed13";
}
.icon-format-indent-decrease:before {
content: "\ed14";
}
.icon-format-indent-increase:before {
content: "\ed15";
}
.icon-format-ital:before {
content: "\ed16";
}
.icon-format-line-spacing:before {
content: "\ed17";
}
.icon-format-list-bulleted:before {
content: "\ed18";
}
.icon-format-list-numbered:before {
content: "\ed19";
}
.icon-format-paint:before {
content: "\ed1a";
}
.icon-format-quote:before {
content: "\ed1b";
}
.icon-format-size:before {
content: "\ed1c";
}
.icon-format-strikethrough:before {
content: "\ed1d";
}
.icon-format-textdirection-l-to-r:before {
content: "\ed1e";
}
.icon-format-textdirection-r-to-l:before {
content: "\ed1f";
}
.icon-format-underline:before {
content: "\ed20";
}
.icon-functions:before {
content: "\ed21";
}
.icon-insert-chart:before {
content: "\ed22";
}
.icon-insert-comment:before {
content: "\ed23";
}
.icon-insert-drive-file:before {
content: "\ed24";
}
.icon-insert-emoticon:before {
content: "\ed25";
}
.icon-insert-invitation:before {
content: "\ed26";
}
.icon-insert-link:before {
content: "\ed27";
}
.icon-insert-photo:before {
content: "\ed28";
}
.icon-merge-type:before {
content: "\ed29";
}
.icon-mode-comment:before {
content: "\ed2a";
}
.icon-mode-edit:before {
content: "\ed2b";
}
.icon-publish:before {
content: "\ed2c";
}
.icon-vertical-align-bottom:before {
content: "\ed2d";
}
.icon-vertical-align-center:before {
content: "\ed2e";
}
.icon-vertical-align-top:before {
content: "\ed2f";
}
.icon-wrap-text:before {
content: "\ed30";
}
.icon-attachment6:before {
content: "\ed31";
}
.icon-cloud11:before {
content: "\ed32";
}
.icon-cloud-circle:before {
content: "\ed33";
}
.icon-cloud-done:before {
content: "\ed34";
}
.icon-cloud-download3:before {
content: "\ed35";
}
.icon-cloud-off:before {
content: "\ed36";
}
.icon-cloud-queue:before {
content: "\ed37";
}
.icon-cloud-upload3:before {
content: "\ed38";
}
.icon-file-download:before {
content: "\ed39";
}
.icon-file-upload:before {
content: "\ed3a";
}
.icon-folder5:before {
content: "\ed3b";
}
.icon-folder-open2:before {
content: "\ed3c";
}
.icon-folder-shared:before {
content: "\ed3d";
}
.icon-cast:before {
content: "\ed3e";
}
.icon-cast-connected:before {
content: "\ed3f";
}
.icon-computer:before {
content: "\ed40";
}
.icon-desktop-mac:before {
content: "\ed41";
}
.icon-desktop-windows:before {
content: "\ed42";
}
.icon-dock:before {
content: "\ed43";
}
.icon-gamepad2:before {
content: "\ed44";
}
.icon-headset:before {
content: "\ed45";
}
.icon-headset-m:before {
content: "\ed46";
}
.icon-keyboard6:before {
content: "\ed47";
}
.icon-keyboard-alt:before {
content: "\ed48";
}
.icon-keyboard-arrow-down:before {
content: "\ed49";
}
.icon-keyboard-arrow-left:before {
content: "\ed4a";
}
.icon-keyboard-arrow-right:before {
content: "\ed4b";
}
.icon-keyboard-arrow-up:before {
content: "\ed4c";
}
.icon-keyboard-backspace:before {
content: "\ed4d";
}
.icon-keyboard-capslock:before {
content: "\ed4e";
}
.icon-keyboard-control:before {
content: "\ed4f";
}
.icon-keyboard-hide:before {
content: "\ed50";
}
.icon-keyboard-return:before {
content: "\ed51";
}
.icon-keyboard-tab:before {
content: "\ed52";
}
.icon-keyboard-voice:before {
content: "\ed53";
}
.icon-laptop3:before {
content: "\ed54";
}
.icon-laptop-chromebook:before {
content: "\ed55";
}
.icon-laptop-mac:before {
content: "\ed56";
}
.icon-laptop-windows:before {
content: "\ed57";
}
.icon-memory:before {
content: "\ed58";
}
.icon-mouse3:before {
content: "\ed59";
}
.icon-phone-android:before {
content: "\ed5a";
}
.icon-phone-iphone:before {
content: "\ed5b";
}
.icon-phonelink:before {
content: "\ed5c";
}
.icon-phonelink-off:before {
content: "\ed5d";
}
.icon-security:before {
content: "\ed5e";
}
.icon-sim-card:before {
content: "\ed5f";
}
.icon-smartphone:before {
content: "\ed60";
}
.icon-speaker:before {
content: "\ed61";
}
.icon-tablet4:before {
content: "\ed62";
}
.icon-tablet-android:before {
content: "\ed63";
}
.icon-tablet-mac:before {
content: "\ed64";
}
.icon-tv4:before {
content: "\ed65";
}
.icon-watch4:before {
content: "\ed66";
}
.icon-add-to-photos:before {
content: "\ed67";
}
.icon-adjust:before {
content: "\ed68";
}
.icon-assistant-photo:before {
content: "\ed69";
}
.icon-audiotrack:before {
content: "\ed6a";
}
.icon-blur-circular:before {
content: "\ed6b";
}
.icon-blur-linear:before {
content: "\ed6c";
}
.icon-blur-off:before {
content: "\ed6d";
}
.icon-blur-on:before {
content: "\ed6e";
}
.icon-brightness-1:before {
content: "\ed6f";
}
.icon-brightness-2:before {
content: "\ed70";
}
.icon-brightness-3:before {
content: "\ed71";
}
.icon-brightness-4:before {
content: "\ed72";
}
.icon-brightness-5:before {
content: "\ed73";
}
.icon-brightness-6:before {
content: "\ed74";
}
.icon-brightness-7:before {
content: "\ed75";
}
.icon-brush3:before {
content: "\ed76";
}
.icon-camera10:before {
content: "\ed77";
}
.icon-camera-alt:before {
content: "\ed78";
}
.icon-camera-front:before {
content: "\ed79";
}
.icon-camera-rear:before {
content: "\ed7a";
}
.icon-camera-roll:before {
content: "\ed7b";
}
.icon-center-focus-strong:before {
content: "\ed7c";
}
.icon-center-focus-weak:before {
content: "\ed7d";
}
.icon-collections:before {
content: "\ed7e";
}
.icon-color-lens:before {
content: "\ed7f";
}
.icon-colorize:before {
content: "\ed80";
}
.icon-compare:before {
content: "\ed81";
}
.icon-control-point:before {
content: "\ed82";
}
.icon-control-point-duplicate:before {
content: "\ed83";
}
.icon-crop-3-2:before {
content: "\ed84";
}
.icon-crop-5-4:before {
content: "\ed85";
}
.icon-crop-7-5:before {
content: "\ed86";
}
.icon-crop-16-9:before {
content: "\ed87";
}
.icon-crop4:before {
content: "\ed88";
}
.icon-crop-din:before {
content: "\ed89";
}
.icon-crop-free:before {
content: "\ed8a";
}
.icon-crop-landscape:before {
content: "\ed8b";
}
.icon-crop-original:before {
content: "\ed8c";
}
.icon-crop-portrait:before {
content: "\ed8d";
}
.icon-crop-square:before {
content: "\ed8e";
}
.icon-dehaze:before {
content: "\ed8f";
}
.icon-details:before {
content: "\ed90";
}
.icon-edit4:before {
content: "\ed91";
}
.icon-exposure:before {
content: "\ed92";
}
.icon-exposure-minus-1:before {
content: "\ed93";
}
.icon-exposure-minus-2:before {
content: "\ed94";
}
.icon-exposure-plus-1:before {
content: "\ed95";
}
.icon-exposure-plus-2:before {
content: "\ed96";
}
.icon-exposure-zero:before {
content: "\ed97";
}
.icon-filter-1:before {
content: "\ed98";
}
.icon-filter-2:before {
content: "\ed99";
}
.icon-filter-3:before {
content: "\ed9a";
}
.icon-filter-4:before {
content: "\ed9b";
}
.icon-filter-5:before {
content: "\ed9c";
}
.icon-filter-6:before {
content: "\ed9d";
}
.icon-filter-7:before {
content: "\ed9e";
}
.icon-filter-8:before {
content: "\ed9f";
}
.icon-filter-9:before {
content: "\eda0";
}
.icon-filter-9-plus:before {
content: "\eda1";
}
.icon-filter3:before {
content: "\eda2";
}
.icon-filter-b-and-w:before {
content: "\eda3";
}
.icon-filter-center-focus:before {
content: "\eda4";
}
.icon-filter-drama:before {
content: "\eda5";
}
.icon-filter-frames:before {
content: "\eda6";
}
.icon-filter-hdr:before {
content: "\eda7";
}
.icon-filter-none:before {
content: "\eda8";
}
.icon-filter-tilt-shift:before {
content: "\eda9";
}
.icon-filter-vintage:before {
content: "\edaa";
}
.icon-flare:before {
content: "\edab";
}
.icon-flash-auto:before {
content: "\edac";
}
.icon-flash-off:before {
content: "\edad";
}
.icon-flash-on:before {
content: "\edae";
}
.icon-flip3:before {
content: "\edaf";
}
.icon-gradient:before {
content: "\edb0";
}
.icon-grain:before {
content: "\edb1";
}
.icon-grid-off:before {
content: "\edb2";
}
.icon-grid-on:before {
content: "\edb3";
}
.icon-hdr-off:before {
content: "\edb4";
}
.icon-hdr-on:before {
content: "\edb5";
}
.icon-hdr-strong:before {
content: "\edb6";
}
.icon-hdr-weak:before {
content: "\edb7";
}
.icon-healing:before {
content: "\edb8";
}
.icon-image4:before {
content: "\edb9";
}
.icon-image-aspect-ratio:before {
content: "\edba";
}
.icon-iso:before {
content: "\edbb";
}
.icon-landscape:before {
content: "\edbc";
}
.icon-leak-add:before {
content: "\edbd";
}
.icon-leak-remove:before {
content: "\edbe";
}
.icon-lens:before {
content: "\edbf";
}
.icon-looks-3:before {
content: "\edc0";
}
.icon-looks-4:before {
content: "\edc1";
}
.icon-looks-5:before {
content: "\edc2";
}
.icon-looks-6:before {
content: "\edc3";
}
.icon-looks:before {
content: "\edc4";
}
.icon-looks-one:before {
content: "\edc5";
}
.icon-looks-two:before {
content: "\edc6";
}
.icon-loupe:before {
content: "\edc7";
}
.icon-movie-creation:before {
content: "\edc8";
}
.icon-nature:before {
content: "\edc9";
}
.icon-nature-people:before {
content: "\edca";
}
.icon-navigate-before:before {
content: "\edcb";
}
.icon-navigate-next:before {
content: "\edcc";
}
.icon-palette:before {
content: "\edcd";
}
.icon-panorama:before {
content: "\edce";
}
.icon-panorama-fisheye:before {
content: "\edcf";
}
.icon-panorama-horizontal:before {
content: "\edd0";
}
.icon-panorama-vertical:before {
content: "\edd1";
}
.icon-panorama-wide-angle:before {
content: "\edd2";
}
.icon-photo2:before {
content: "\edd3";
}
.icon-photo-album:before {
content: "\edd4";
}
.icon-photo-camera:before {
content: "\edd5";
}
.icon-photo-library:before {
content: "\edd6";
}
.icon-portrait:before {
content: "\edd7";
}
.icon-remove-red-eye:before {
content: "\edd8";
}
.icon-rotate-left:before {
content: "\edd9";
}
.icon-rotate-right:before {
content: "\edda";
}
.icon-slideshow:before {
content: "\eddb";
}
.icon-straighten:before {
content: "\eddc";
}
.icon-style:before {
content: "\eddd";
}
.icon-switch-camera:before {
content: "\edde";
}
.icon-switch-video:before {
content: "\eddf";
}
.icon-tag-faces:before {
content: "\ede0";
}
.icon-texture:before {
content: "\ede1";
}
.icon-timelapse:before {
content: "\ede2";
}
.icon-timer-3:before {
content: "\ede3";
}
.icon-timer-10:before {
content: "\ede4";
}
.icon-timer:before {
content: "\ede5";
}
.icon-timer-auto:before {
content: "\ede6";
}
.icon-timer-off:before {
content: "\ede7";
}
.icon-tonality:before {
content: "\ede8";
}
.icon-transform:before {
content: "\ede9";
}
.icon-tune:before {
content: "\edea";
}
.icon-wb-auto:before {
content: "\edeb";
}
.icon-wb-cloudy:before {
content: "\edec";
}
.icon-wb-incandescent:before {
content: "\eded";
}
.icon-wb-irradescent:before {
content: "\edee";
}
.icon-wb-sunny:before {
content: "\edef";
}
.icon-beenhere:before {
content: "\edf0";
}
.icon-directions2:before {
content: "\edf1";
}
.icon-directions-bike:before {
content: "\edf2";
}
.icon-directions-bus:before {
content: "\edf3";
}
.icon-directions-car:before {
content: "\edf4";
}
.icon-directions-ferry:before {
content: "\edf5";
}
.icon-directions-subway:before {
content: "\edf6";
}
.icon-directions-train:before {
content: "\edf7";
}
.icon-directions-transit:before {
content: "\edf8";
}
.icon-directions-walk:before {
content: "\edf9";
}
.icon-flight:before {
content: "\edfa";
}
.icon-hotel:before {
content: "\edfb";
}
.icon-layers2:before {
content: "\edfc";
}
.icon-layers-clear:before {
content: "\edfd";
}
.icon-local-airport:before {
content: "\edfe";
}
.icon-local-atm:before {
content: "\edff";
}
.icon-local-attraction:before {
content: "\ee00";
}
.icon-local-bar:before {
content: "\ee01";
}
.icon-local-cafe:before {
content: "\ee02";
}
.icon-local-car-wash:before {
content: "\ee03";
}
.icon-local-convenience-store:before {
content: "\ee04";
}
.icon-local-drink:before {
content: "\ee05";
}
.icon-local-florist:before {
content: "\ee06";
}
.icon-local-gas-station:before {
content: "\ee07";
}
.icon-local-grocery-store:before {
content: "\ee08";
}
.icon-local-hospital:before {
content: "\ee09";
}
.icon-local-hotel:before {
content: "\ee0a";
}
.icon-local-laundry-service:before {
content: "\ee0b";
}
.icon-local-library:before {
content: "\ee0c";
}
.icon-local-mall:before {
content: "\ee0d";
}
.icon-local-movies:before {
content: "\ee0e";
}
.icon-local-offer:before {
content: "\ee0f";
}
.icon-local-parking:before {
content: "\ee10";
}
.icon-local-pharmacy:before {
content: "\ee11";
}
.icon-local-phone:before {
content: "\ee12";
}
.icon-local-pizza:before {
content: "\ee13";
}
.icon-local-play:before {
content: "\ee14";
}
.icon-local-post-office:before {
content: "\ee15";
}
.icon-local-print-shop:before {
content: "\ee16";
}
.icon-local-restaurant:before {
content: "\ee17";
}
.icon-local-see:before {
content: "\ee18";
}
.icon-local-shipping:before {
content: "\ee19";
}
.icon-local-taxi:before {
content: "\ee1a";
}
.icon-location-history:before {
content: "\ee1b";
}
.icon-map5:before {
content: "\ee1c";
}
.icon-my-location:before {
content: "\ee1d";
}
.icon-navigation2:before {
content: "\ee1e";
}
.icon-pin-drop:before {
content: "\ee1f";
}
.icon-place:before {
content: "\ee20";
}
.icon-rate-review:before {
content: "\ee21";
}
.icon-restaurant-menu:before {
content: "\ee22";
}
.icon-satellite2:before {
content: "\ee23";
}
.icon-store-mall-directory:before {
content: "\ee24";
}
.icon-terrain:before {
content: "\ee25";
}
.icon-traff:before {
content: "\ee26";
}
.icon-apps:before {
content: "\ee27";
}
.icon-arrow-back2:before {
content: "\ee28";
}
.icon-arrow-drop-down:before {
content: "\ee29";
}
.icon-arrow-drop-down-circle:before {
content: "\ee2a";
}
.icon-arrow-drop-up:before {
content: "\ee2b";
}
.icon-arrow-forward2:before {
content: "\ee2c";
}
.icon-cancel6:before {
content: "\ee2d";
}
.icon-check2:before {
content: "\ee2e";
}
.icon-chevron-left3:before {
content: "\ee2f";
}
.icon-chevron-right3:before {
content: "\ee30";
}
.icon-close3:before {
content: "\ee31";
}
.icon-expand-less:before {
content: "\ee32";
}
.icon-expand-more:before {
content: "\ee33";
}
.icon-fullscreen:before {
content: "\ee34";
}
.icon-fullscreen-exit:before {
content: "\ee35";
}
.icon-menu4:before {
content: "\ee36";
}
.icon-more-horiz:before {
content: "\ee37";
}
.icon-more-vert:before {
content: "\ee38";
}
.icon-refresh4:before {
content: "\ee39";
}
.icon-unfold-less:before {
content: "\ee3a";
}
.icon-unfold-more:before {
content: "\ee3b";
}
.icon-adb:before {
content: "\ee3c";
}
.icon-bluetooth-audio:before {
content: "\ee3d";
}
.icon-disc-full:before {
content: "\ee3e";
}
.icon-dnd-forwardslash:before {
content: "\ee3f";
}
.icon-do-not-disturb:before {
content: "\ee40";
}
.icon-drive-eta:before {
content: "\ee41";
}
.icon-event-available:before {
content: "\ee42";
}
.icon-event-busy:before {
content: "\ee43";
}
.icon-event-note:before {
content: "\ee44";
}
.icon-folder-special:before {
content: "\ee45";
}
.icon-mms:before {
content: "\ee46";
}
.icon-more:before {
content: "\ee47";
}
.icon-network-locked:before {
content: "\ee48";
}
.icon-phone-bluetooth-speaker:before {
content: "\ee49";
}
.icon-phone-forwarded:before {
content: "\ee4a";
}
.icon-phone-in-talk:before {
content: "\ee4b";
}
.icon-phone-locked:before {
content: "\ee4c";
}
.icon-phone-missed:before {
content: "\ee4d";
}
.icon-phone-paused:before {
content: "\ee4e";
}
.icon-play-download:before {
content: "\ee4f";
}
.icon-play-install:before {
content: "\ee50";
}
.icon-sd-card:before {
content: "\ee51";
}
.icon-sim-card-alert:before {
content: "\ee52";
}
.icon-sms:before {
content: "\ee53";
}
.icon-sms-failed:before {
content: "\ee54";
}
.icon-sync2:before {
content: "\ee55";
}
.icon-sync-disabled:before {
content: "\ee56";
}
.icon-sync-problem:before {
content: "\ee57";
}
.icon-system-update:before {
content: "\ee58";
}
.icon-tap-and-play:before {
content: "\ee59";
}
.icon-time-to-leave:before {
content: "\ee5a";
}
.icon-vibration:before {
content: "\ee5b";
}
.icon-voice-chat:before {
content: "\ee5c";
}
.icon-vpn-lock:before {
content: "\ee5d";
}
.icon-cake2:before {
content: "\ee5e";
}
.icon-domain:before {
content: "\ee5f";
}
.icon-group2:before {
content: "\ee60";
}
.icon-group-add:before {
content: "\ee61";
}
.icon-location-city:before {
content: "\ee62";
}
.icon-mood:before {
content: "\ee63";
}
.icon-notifications:before {
content: "\ee64";
}
.icon-notifications-none:before {
content: "\ee65";
}
.icon-notifications-off:before {
content: "\ee66";
}
.icon-notifications-on:before {
content: "\ee67";
}
.icon-notifications-paused:before {
content: "\ee68";
}
.icon-pages:before {
content: "\ee69";
}
.icon-party-mode:before {
content: "\ee6a";
}
.icon-people:before {
content: "\ee6b";
}
.icon-people-outline:before {
content: "\ee6c";
}
.icon-person2:before {
content: "\ee6d";
}
.icon-person-add:before {
content: "\ee6e";
}
.icon-person-outline:before {
content: "\ee6f";
}
.icon-plus-one:before {
content: "\ee70";
}
.icon-poll:before {
content: "\ee71";
}
.icon-publ:before {
content: "\ee72";
}
.icon-school:before {
content: "\ee73";
}
.icon-share2:before {
content: "\ee74";
}
.icon-whatshot:before {
content: "\ee75";
}
.icon-check-box:before {
content: "\ee76";
}
.icon-check-box-outline-blank:before {
content: "\ee77";
}
.icon-radio-button-off:before {
content: "\ee78";
}
.icon-radio-button-on:before {
content: "\ee79";
}
.icon-star7:before {
content: "\ee7a";
}
.icon-star-half:before {
content: "\ee7b";
}
.icon-star-outline2:before {
content: "\ee7c";
}
.icon-eye7:before {
content: "\e064";
}
.icon-paper-clip:before {
content: "\e065";
}
.icon-mail8:before {
content: "\e066";
}
.icon-toggle:before {
content: "\e067";
}
.icon-layout15:before {
content: "\e068";
}
.icon-link7:before {
content: "\e069";
}
.icon-bell3:before {
content: "\e06a";
}
.icon-lock6:before {
content: "\e06b";
}
.icon-unlock:before {
content: "\e06c";
}
.icon-ribbon2:before {
content: "\e06d";
}
.icon-image5:before {
content: "\e06e";
}
.icon-signal:before {
content: "\e06f";
}
.icon-target7:before {
content: "\e070";
}
.icon-clipboard7:before {
content: "\e071";
}
.icon-clock7:before {
content: "\e072";
}
.icon-watch5:before {
content: "\e073";
}
.icon-air-play:before {
content: "\e074";
}
.icon-camera11:before {
content: "\e075";
}
.icon-video4:before {
content: "\e076";
}
.icon-disc:before {
content: "\e077";
}
.icon-printer4:before {
content: "\e078";
}
.icon-monitor3:before {
content: "\e079";
}
.icon-server2:before {
content: "\e07a";
}
.icon-cog6:before {
content: "\e07b";
}
.icon-heart10:before {
content: "\e07c";
}
.icon-paragraph:before {
content: "\e07d";
}
.icon-align-justify:before {
content: "\e07e";
}
.icon-align-left:before {
content: "\e07f";
}
.icon-align-center:before {
content: "\e080";
}
.icon-align-right:before {
content: "\e081";
}
.icon-book8:before {
content: "\e082";
}
.icon-layers3:before {
content: "\e083";
}
.icon-stack5:before {
content: "\e084";
}
.icon-stack-2:before {
content: "\e085";
}
.icon-paper:before {
content: "\e086";
}
.icon-paper-stack:before {
content: "\e087";
}
.icon-search8:before {
content: "\e088";
}
.icon-zoom-in2:before {
content: "\e089";
}
.icon-zoom-out2:before {
content: "\e08a";
}
.icon-reply4:before {
content: "\e08b";
}
.icon-circle-plus:before {
content: "\e08c";
}
.icon-circle-minus:before {
content: "\e08d";
}
.icon-circle-check:before {
content: "\e08e";
}
.icon-circle-cross:before {
content: "\e08f";
}
.icon-square-plus:before {
content: "\e090";
}
.icon-square-minus:before {
content: "\e091";
}
.icon-square-check:before {
content: "\e092";
}
.icon-square-cross:before {
content: "\e093";
}
.icon-microphone6:before {
content: "\e094";
}
.icon-record:before {
content: "\e095";
}
.icon-skip-back:before {
content: "\e096";
}
.icon-rewind2:before {
content: "\e097";
}
.icon-play5:before {
content: "\e098";
}
.icon-pause5:before {
content: "\e099";
}
.icon-stop7:before {
content: "\e09a";
}
.icon-fast-forward2:before {
content: "\e09b";
}
.icon-skip-forward:before {
content: "\e09c";
}
.icon-shuffle4:before {
content: "\e09d";
}
.icon-repeat2:before {
content: "\e09e";
}
.icon-folder6:before {
content: "\e09f";
}
.icon-umbrella2:before {
content: "\e0a0";
}
.icon-moon5:before {
content: "\e0a1";
}
.icon-thermometer4:before {
content: "\e0a2";
}
.icon-drop:before {
content: "\e0a3";
}
.icon-sun5:before {
content: "\e0a4";
}
.icon-cloud12:before {
content: "\e0a5";
}
.icon-cloud-upload4:before {
content: "\e0a6";
}
.icon-cloud-download4:before {
content: "\e0a7";
}
.icon-upload6:before {
content: "\e0a8";
}
.icon-download7:before {
content: "\e0a9";
}
.icon-location8:before {
content: "\e0aa";
}
.icon-location-2:before {
content: "\e0ab";
}
.icon-map6:before {
content: "\e0ac";
}
.icon-battery7:before {
content: "\e0ad";
}
.icon-head:before {
content: "\e0ae";
}
.icon-briefcase6:before {
content: "\e0af";
}
.icon-speech-bubble:before {
content: "\e0b0";
}
.icon-anchor5:before {
content: "\e0b1";
}
.icon-globe8:before {
content: "\e0b2";
}
.icon-box3:before {
content: "\e0b3";
}
.icon-reload:before {
content: "\e0b4";
}
.icon-share3:before {
content: "\e0b5";
}
.icon-marquee:before {
content: "\e0b6";
}
.icon-marquee-plus:before {
content: "\e0b7";
}
.icon-marquee-minus:before {
content: "\e0b8";
}
.icon-tag7:before {
content: "\e0b9";
}
.icon-power2:before {
content: "\e0ba";
}
.icon-command:before {
content: "\e0bb";
}
.icon-alt:before {
content: "\e0bc";
}
.icon-esc:before {
content: "\e0bd";
}
.icon-bar-graph:before {
content: "\e0be";
}
.icon-bar-graph-2:before {
content: "\e0bf";
}
.icon-pie-graph:before {
content: "\e0c0";
}
.icon-star8:before {
content: "\e0c1";
}
.icon-arrow-left5:before {
content: "\e0c2";
}
.icon-arrow-right5:before {
content: "\e0c3";
}
.icon-arrow-up5:before {
content: "\e0c4";
}
.icon-arrow-down5:before {
content: "\e0c5";
}
.icon-volume7:before {
content: "\e0c6";
}
.icon-mute3:before {
content: "\e0c7";
}
.icon-content-right:before {
content: "\e100";
}
.icon-content-left:before {
content: "\e101";
}
.icon-grid6:before {
content: "\e102";
}
.icon-grid-2:before {
content: "\e103";
}
.icon-columns:before {
content: "\e104";
}
.icon-loader:before {
content: "\e105";
}
.icon-bag2:before {
content: "\e106";
}
.icon-ban:before {
content: "\e107";
}
.icon-flag6:before {
content: "\e108";
}
.icon-trash4:before {
content: "\e109";
}
.icon-expand5:before {
content: "\e110";
}
.icon-contract3:before {
content: "\e111";
}
.icon-maximize2:before {
content: "\e112";
}
.icon-minimize:before {
content: "\e113";
}
.icon-plus7:before {
content: "\e114";
}
.icon-minus7:before {
content: "\e115";
}
.icon-check3:before {
content: "\e116";
}
.icon-cross3:before {
content: "\e117";
}
.icon-move2:before {
content: "\e118";
}
.icon-delete3:before {
content: "\e119";
}
.icon-menu5:before {
content: "\e120";
}
.icon-archive4:before {
content: "\e121";
}
.icon-inbox7:before {
content: "\e122";
}
.icon-outbox:before {
content: "\e123";
}
.icon-file6:before {
content: "\e124";
}
.icon-file-add:before {
content: "\e125";
}
.icon-file-subtract:before {
content: "\e126";
}
.icon-help2:before {
content: "\e127";
}
.icon-open2:before {
content: "\e128";
}
.icon-ellipsis2:before {
content: "\e129";
}
.icon-type2:before {
content: "\ee7d";
}
.icon-box4:before {
content: "\ee7e";
}
.icon-archive5:before {
content: "\ee7f";
}
.icon-envelope7:before {
content: "\ee80";
}
.icon-email2:before {
content: "\ee81";
}
.icon-files2:before {
content: "\ee82";
}
.icon-uniEE83:before {
content: "\ee83";
}
.icon-file-settings:before {
content: "\ee84";
}
.icon-file-add2:before {
content: "\ee85";
}
.icon-file7:before {
content: "\ee86";
}
.icon-align-left2:before {
content: "\ee87";
}
.icon-align-right2:before {
content: "\ee88";
}
.icon-align-center2:before {
content: "\ee89";
}
.icon-align-justify2:before {
content: "\ee8a";
}
.icon-file-broken:before {
content: "\ee8b";
}
.icon-browser4:before {
content: "\ee8c";
}
.icon-windows3:before {
content: "\ee8d";
}
.icon-window3:before {
content: "\ee8e";
}
.icon-folder7:before {
content: "\ee8f";
}
.icon-folder-add2:before {
content: "\ee90";
}
.icon-folder-settings:before {
content: "\ee91";
}
.icon-folder-check:before {
content: "\ee92";
}
.icon-wifi-low:before {
content: "\ee93";
}
.icon-wifi-mid:before {
content: "\ee94";
}
.icon-wifi-full:before {
content: "\ee95";
}
.icon-connection-empty:before {
content: "\ee96";
}
.icon-connection-25:before {
content: "\ee97";
}
.icon-connection-50:before {
content: "\ee98";
}
.icon-connection-75:before {
content: "\ee99";
}
.icon-connection-full:before {
content: "\ee9a";
}
.icon-list7:before {
content: "\ee9b";
}
.icon-grid7:before {
content: "\ee9c";
}
.icon-uniEE9D:before {
content: "\ee9d";
}
.icon-battery-charging:before {
content: "\ee9e";
}
.icon-battery-empty:before {
content: "\ee9f";
}
.icon-battery-25:before {
content: "\eea0";
}
.icon-battery-502:before {
content: "\eea1";
}
.icon-battery-75:before {
content: "\eea2";
}
.icon-battery-full3:before {
content: "\eea3";
}
.icon-settings6:before {
content: "\eea4";
}
.icon-arrow-left6:before {
content: "\eea5";
}
.icon-arrow-up6:before {
content: "\eea6";
}
.icon-arrow-down6:before {
content: "\eea7";
}
.icon-arrow-right6:before {
content: "\eea8";
}
.icon-reload2:before {
content: "\eea9";
}
.icon-refresh5:before {
content: "\eeaa";
}
.icon-volume8:before {
content: "\eeab";
}
.icon-volume-increase2:before {
content: "\eeac";
}
.icon-volume-decrease2:before {
content: "\eead";
}
.icon-mute4:before {
content: "\eeae";
}
.icon-microphone7:before {
content: "\eeaf";
}
.icon-microphone-off:before {
content: "\eeb0";
}
.icon-book9:before {
content: "\eeb1";
}
.icon-checkmark6:before {
content: "\eeb2";
}
.icon-checkbox-checked2:before {
content: "\eeb3";
}
.icon-checkbox:before {
content: "\eeb4";
}
.icon-paperclip3:before {
content: "\eeb5";
}
.icon-download8:before {
content: "\eeb6";
}
.icon-tag8:before {
content: "\eeb7";
}
.icon-trashcan4:before {
content: "\eeb8";
}
.icon-search9:before {
content: "\eeb9";
}
.icon-zoomin4:before {
content: "\eeba";
}
.icon-zoomout4:before {
content: "\eebb";
}
.icon-chat7:before {
content: "\eebc";
}
.icon-chat-12:before {
content: "\eebd";
}
.icon-chat-2:before {
content: "\eebe";
}
.icon-chat-3:before {
content: "\eebf";
}
.icon-comment4:before {
content: "\eec0";
}
.icon-calendar9:before {
content: "\eec1";
}
.icon-bookmark9:before {
content: "\eec2";
}
.icon-email3:before {
content: "\eec3";
}
.icon-heart11:before {
content: "\eec4";
}
.icon-enter2:before {
content: "\eec5";
}
.icon-cloud13:before {
content: "\eec6";
}
.icon-book10:before {
content: "\eec7";
}
.icon-star9:before {
content: "\eec8";
}
.icon-clock8:before {
content: "\eec9";
}
.icon-printer5:before {
content: "\eeca";
}
.icon-home7:before {
content: "\eecb";
}
.icon-flag7:before {
content: "\eecc";
}
.icon-meter3:before {
content: "\eecd";
}
.icon-switch5:before {
content: "\eece";
}
.icon-forbidden:before {
content: "\eecf";
}
.icon-lock7:before {
content: "\eed0";
}
.icon-unlocked4:before {
content: "\eed1";
}
.icon-unlocked5:before {
content: "\eed2";
}
.icon-users4:before {
content: "\eed3";
}
.icon-user8:before {
content: "\eed4";
}
.icon-users5:before {
content: "\eed5";
}
.icon-user9:before {
content: "\eed6";
}
.icon-bullhorn2:before {
content: "\eed7";
}
.icon-share4:before {
content: "\eed8";
}
.icon-screen3:before {
content: "\eed9";
}
.icon-phone9:before {
content: "\eeda";
}
.icon-phone-portrait:before {
content: "\eedb";
}
.icon-phone-landscape:before {
content: "\eedc";
}
.icon-tablet5:before {
content: "\eedd";
}
.icon-tablet-landscape:before {
content: "\eede";
}
.icon-laptop4:before {
content: "\eedf";
}
.icon-camera12:before {
content: "\eee0";
}
.icon-microwaveoven:before {
content: "\eee1";
}
.icon-creditcards:before {
content: "\eee2";
}
.icon-calculator4:before {
content: "\eee3";
}
.icon-bag3:before {
content: "\eee4";
}
.icon-diamond3:before {
content: "\eee5";
}
.icon-drink5:before {
content: "\eee6";
}
.icon-shorts:before {
content: "\eee7";
}
.icon-vcard:before {
content: "\eee8";
}
.icon-sun6:before {
content: "\eee9";
}
.icon-bill:before {
content: "\eeea";
}
.icon-coffee4:before {
content: "\eeeb";
}
.icon-uniEEEC:before {
content: "\eeec";
}
.icon-newspaper4:before {
content: "\eeed";
}
.icon-stack6:before {
content: "\eeee";
}
.icon-mapmarker:before {
content: "\eeef";
}
.icon-map7:before {
content: "\eef0";
}
.icon-support3:before {
content: "\eef1";
}
.icon-uniEEF2:before {
content: "\eef2";
}
.icon-barbell:before {
content: "\eef3";
}
.icon-stopwatch3:before {
content: "\eef4";
}
.icon-atom3:before {
content: "\eef5";
}
.icon-syringe:before {
content: "\eef6";
}
.icon-health2:before {
content: "\eef7";
}
.icon-bolt2:before {
content: "\eef8";
}
.icon-pill:before {
content: "\eef9";
}
.icon-bones:before {
content: "\eefa";
}
.icon-lab4:before {
content: "\eefb";
}
.icon-clipboard8:before {
content: "\eefc";
}
.icon-mug3:before {
content: "\eefd";
}
.icon-bucket:before {
content: "\eefe";
}
.icon-select:before {
content: "\eeff";
}
.icon-graph2:before {
content: "\ef00";
}
.icon-crop5:before {
content: "\ef01";
}
.icon-image6:before {
content: "\ef02";
}
.icon-cube2:before {
content: "\ef03";
}
.icon-bars3:before {
content: "\ef04";
}
.icon-chart8:before {
content: "\ef05";
}
.icon-pencil7:before {
content: "\ef06";
}
.icon-measure:before {
content: "\ef07";
}
.icon-eyedropper2:before {
content: "\ef08";
}
.icon-glass2:before {
content: "\f003";
}
.icon-music5:before {
content: "\f004";
}
.icon-search10:before {
content: "\f00f";
}
.icon-envelope-o:before {
content: "\f01a";
}
.icon-heart12:before {
content: "\f01b";
}
.icon-star10:before {
content: "\f01c";
}
.icon-star-o:before {
content: "\f01d";
}
.icon-user10:before {
content: "\f01e";
}
.icon-film7:before {
content: "\f021";
}
.icon-th-large2:before {
content: "\f022";
}
.icon-th:before {
content: "\f025";
}
.icon-th-list2:before {
content: "\f029";
}
.icon-check4:before {
content: "\f04b";
}
.icon-times2:before {
content: "\f050";
}
.icon-search-plus:before {
content: "\f054";
}
.icon-search-minus:before {
content: "\f055";
}
.icon-power-off:before {
content: "\f06f";
}
.icon-signal2:before {
content: "\f079";
}
.icon-gear2:before {
content: "\f07a";
}
.icon-trash-o:before {
content: "\f082";
}
.icon-home8:before {
content: "\f083";
}
.icon-file-o:before {
content: "\f086";
}
.icon-clock-o:before {
content: "\f090";
}
.icon-road2:before {
content: "\f093";
}
.icon-download9:before {
content: "\f095";
}
.icon-arrow-circle-o-down:before {
content: "\f098";
}
.icon-arrow-circle-o-up:before {
content: "\f09b";
}
.icon-inbox8:before {
content: "\f0ab";
}
.icon-play-circle-o:before {
content: "\f0ad";
}
.icon-rotate-right2:before {
content: "\f0ae";
}
.icon-refresh6:before {
content: "\f0b3";
}
.icon-list-alt:before {
content: "\f0b4";
}
.icon-lock8:before {
content: "\f0b5";
}
.icon-flag8:before {
content: "\f0b7";
}
.icon-headphones5:before {
content: "\f0b8";
}
.icon-volume-off2:before {
content: "\f0b9";
}
.icon-volume-down3:before {
content: "\f0c1";
}
.icon-volume-up3:before {
content: "\f0c2";
}
.icon-qrcode2:before {
content: "\f0c3";
}
.icon-barcode4:before {
content: "\f0cb";
}
.icon-tag9:before {
content: "\f0cd";
}
.icon-tags4:before {
content: "\f0ce";
}
.icon-book11:before {
content: "\f0d5";
}
.icon-bookmark10:before {
content: "\f0d9";
}
.icon-print3:before {
content: "\f0da";
}
.icon-camera13:before {
content: "\f0db";
}
.icon-font2:before {
content: "\f0dc";
}
.icon-bold2:before {
content: "\f0dd";
}
.icon-italic2:before {
content: "\f0de";
}
.icon-text-height2:before {
content: "\f0df";
}
.icon-text-width2:before {
content: "\f0e0";
}
.icon-align-left3:before {
content: "\f0e1";
}
.icon-align-center3:before {
content: "\f0e2";
}
.icon-align-right3:before {
content: "\f0e3";
}
.icon-align-justify3:before {
content: "\f0e4";
}
.icon-list8:before {
content: "\f0e5";
}
.icon-dedent:before {
content: "\f0e6";
}
.icon-indent:before {
content: "\f0e7";
}
.icon-video-camera:before {
content: "\f0e8";
}
.icon-photo3:before {
content: "\f0e9";
}
.icon-pencil8:before {
content: "\f0ea";
}
.icon-map-marker:before {
content: "\f0eb";
}
.icon-adjust2:before {
content: "\f0ec";
}
.icon-tint:before {
content: "\f0ed";
}
.icon-edit5:before {
content: "\f0ee";
}
.icon-share-square-o:before {
content: "\f0ef";
}
.icon-check-square-o:before {
content: "\f0f0";
}
.icon-arrows:before {
content: "\f0f1";
}
.icon-step-backward:before {
content: "\f0f2";
}
.icon-fast-backward:before {
content: "\f0f3";
}
.icon-backward3:before {
content: "\f0f4";
}
.icon-play6:before {
content: "\f0f5";
}
.icon-pause6:before {
content: "\f0f6";
}
.icon-stop8:before {
content: "\f0f7";
}
.icon-forward6:before {
content: "\f0f8";
}
.icon-fast-forward3:before {
content: "\f0f9";
}
.icon-step-forward:before {
content: "\f0fa";
}
.icon-eject3:before {
content: "\f0fb";
}
.icon-chevron-left4:before {
content: "\f0fc";
}
.icon-chevron-right4:before {
content: "\f0fd";
}
.icon-plus-circle:before {
content: "\f0fe";
}
.icon-minus-circle:before {
content: "\f0ff";
}
.icon-times-circle:before {
content: "\f100";
}
.icon-check-circle:before {
content: "\f101";
}
.icon-question-circle:before {
content: "\f102";
}
.icon-info-circle:before {
content: "\f103";
}
.icon-crosshairs:before {
content: "\f104";
}
.icon-times-circle-o:before {
content: "\f105";
}
.icon-check-circle-o:before {
content: "\f106";
}
.icon-ban2:before {
content: "\f107";
}
.icon-arrow-left7:before {
content: "\f108";
}
.icon-arrow-right7:before {
content: "\f109";
}
.icon-arrow-up7:before {
content: "\f10a";
}
.icon-arrow-down7:before {
content: "\f10b";
}
.icon-mail-forward:before {
content: "\f10c";
}
.icon-expand6:before {
content: "\f10d";
}
.icon-compress:before {
content: "\f10e";
}
.icon-plus8:before {
content: "\f10f";
}
.icon-minus8:before {
content: "\f110";
}
.icon-asterisk:before {
content: "\f111";
}
.icon-exclamation-circle:before {
content: "\f112";
}
.icon-gift6:before {
content: "\f113";
}
.icon-leaf3:before {
content: "\f114";
}
.icon-fire3:before {
content: "\f115";
}
.icon-eye8:before {
content: "\f116";
}
.icon-eye-slash:before {
content: "\f117";
}
.icon-warning6:before {
content: "\f118";
}
.icon-plane3:before {
content: "\f119";
}
.icon-calendar10:before {
content: "\f11a";
}
.icon-random:before {
content: "\f11b";
}
.icon-comment5:before {
content: "\f11c";
}
.icon-magnet3:before {
content: "\f11d";
}
.icon-chevron-up2:before {
content: "\f11e";
}
.icon-chevron-down2:before {
content: "\f11f";
}
.icon-retweet2:before {
content: "\f120";
}
.icon-shopping-cart3:before {
content: "\f121";
}
.icon-folder8:before {
content: "\f122";
}
.icon-folder-open3:before {
content: "\f123";
}
.icon-arrows-v:before {
content: "\f124";
}
.icon-arrows-h:before {
content: "\f125";
}
.icon-bar-chart-o:before {
content: "\f126";
}
.icon-twitter-square:before {
content: "\f127";
}
.icon-facebook-square:before {
content: "\f128";
}
.icon-camera-retro:before {
content: "\f129";
}
.icon-key8:before {
content: "\f12a";
}
.icon-gears2:before {
content: "\f12b";
}
.icon-comments3:before {
content: "\f12c";
}
.icon-thumbs-o-up:before {
content: "\f12d";
}
.icon-thumbs-o-down:before {
content: "\f12e";
}
.icon-star-half2:before {
content: "\f12f";
}
.icon-heart-o:before {
content: "\f130";
}
.icon-sign-out2:before {
content: "\f131";
}
.icon-linkedin-square:before {
content: "\f132";
}
.icon-thumb-tack:before {
content: "\f133";
}
.icon-external-link:before {
content: "\f134";
}
.icon-sign-in2:before {
content: "\f135";
}
.icon-trophy4:before {
content: "\f136";
}
.icon-github-square:before {
content: "\f137";
}
.icon-upload7:before {
content: "\f138";
}
.icon-lemon-o:before {
content: "\f139";
}
.icon-phone10:before {
content: "\f13a";
}
.icon-square-o:before {
content: "\f13b";
}
.icon-bookmark-o:before {
content: "\f13c";
}
.icon-phone-square:before {
content: "\f13d";
}
.icon-twitter4:before {
content: "\f13e";
}
.icon-facebook5:before {
content: "\f13f";
}
.icon-github6:before {
content: "\f140";
}
.icon-unlock2:before {
content: "\f141";
}
.icon-credit-card4:before {
content: "\f142";
}
.icon-rss4:before {
content: "\f143";
}
.icon-hdd-o:before {
content: "\f144";
}
.icon-bullhorn3:before {
content: "\f145";
}
.icon-bell-o:before {
content: "\f146";
}
.icon-certificate:before {
content: "\f147";
}
.icon-hand-o-right:before {
content: "\f148";
}
.icon-hand-o-left:before {
content: "\f149";
}
.icon-hand-o-up:before {
content: "\f14a";
}
.icon-hand-o-down:before {
content: "\f14b";
}
.icon-arrow-circle-left:before {
content: "\f14c";
}
.icon-arrow-circle-right:before {
content: "\f14d";
}
.icon-arrow-circle-up:before {
content: "\f14e";
}
.icon-arrow-circle-down:before {
content: "\f14f";
}
.icon-globe9:before {
content: "\f150";
}
.icon-wrench3:before {
content: "\f151";
}
.icon-tasks:before {
content: "\f152";
}
.icon-filter4:before {
content: "\f153";
}
.icon-briefcase7:before {
content: "\f154";
}
.icon-arrows-alt:before {
content: "\f155";
}
.icon-group3:before {
content: "\f156";
}
.icon-chain:before {
content: "\f157";
}
.icon-cloud14:before {
content: "\f158";
}
.icon-flask:before {
content: "\f159";
}
.icon-cut:before {
content: "\f15a";
}
.icon-copy4:before {
content: "\f15b";
}
.icon-paperclip4:before {
content: "\f15c";
}
.icon-save2:before {
content: "\f15d";
}
.icon-square3:before {
content: "\f15e";
}
.icon-navicon:before {
content: "\f15f";
}
.icon-list-ul:before {
content: "\f160";
}
.icon-list-ol:before {
content: "\f161";
}
.icon-strikethrough2:before {
content: "\f162";
}
.icon-underline2:before {
content: "\f163";
}
.icon-table3:before {
content: "\f164";
}
.icon-magic:before {
content: "\f165";
}
.icon-truck4:before {
content: "\f166";
}
.icon-pinterest3:before {
content: "\f167";
}
.icon-pinterest-square:before {
content: "\f168";
}
.icon-google-plus-square:before {
content: "\f169";
}
.icon-google-plus:before {
content: "\f16a";
}
.icon-money:before {
content: "\f16b";
}
.icon-caret-down:before {
content: "\f16c";
}
.icon-caret-up:before {
content: "\f16d";
}
.icon-caret-left:before {
content: "\f16e";
}
.icon-caret-right:before {
content: "\f16f";
}
.icon-columns2:before {
content: "\f170";
}
.icon-unsorted:before {
content: "\f171";
}
.icon-sort-down:before {
content: "\f172";
}
.icon-sort-up:before {
content: "\f173";
}
.icon-envelope8:before {
content: "\f174";
}
.icon-linkedin3:before {
content: "\f175";
}
.icon-rotate-left2:before {
content: "\f176";
}
.icon-legal:before {
content: "\f177";
}
.icon-dashboard4:before {
content: "\f178";
}
.icon-comment-o:before {
content: "\f179";
}
.icon-comments-o:before {
content: "\f17a";
}
.icon-flash2:before {
content: "\f17b";
}
.icon-sitemap3:before {
content: "\f17c";
}
.icon-umbrella3:before {
content: "\f17d";
}
.icon-paste4:before {
content: "\f17e";
}
.icon-lightbulb-o:before {
content: "\f17f";
}
.icon-exchange:before {
content: "\f180";
}
.icon-cloud-download5:before {
content: "\f181";
}
.icon-cloud-upload5:before {
content: "\f182";
}
.icon-user-md:before {
content: "\f183";
}
.icon-stethoscope:before {
content: "\f184";
}
.icon-suitcase4:before {
content: "\f185";
}
.icon-bell4:before {
content: "\f186";
}
.icon-coffee5:before {
content: "\f187";
}
.icon-cutlery:before {
content: "\f188";
}
.icon-file-text-o:before {
content: "\f189";
}
.icon-building-o:before {
content: "\f18a";
}
.icon-hospital-o:before {
content: "\f18b";
}
.icon-ambulance:before {
content: "\f18c";
}
.icon-medkit:before {
content: "\f18d";
}
.icon-fighter-jet:before {
content: "\f18e";
}
.icon-beer3:before {
content: "\f18f";
}
.icon-h-square:before {
content: "\f190";
}
.icon-plus-square:before {
content: "\f191";
}
.icon-angle-double-left:before {
content: "\f192";
}
.icon-angle-double-right:before {
content: "\f193";
}
.icon-angle-double-up:before {
content: "\f194";
}
.icon-angle-double-down:before {
content: "\f195";
}
.icon-angle-left:before {
content: "\f196";
}
.icon-angle-right:before {
content: "\f197";
}
.icon-angle-up:before {
content: "\f198";
}
.icon-angle-down:before {
content: "\f199";
}
.icon-desktop2:before {
content: "\f19a";
}
.icon-laptop5:before {
content: "\f19b";
}
.icon-tablet6:before {
content: "\f19c";
}
.icon-mobile-phone:before {
content: "\f19d";
}
.icon-circle-o:before {
content: "\f19e";
}
.icon-quote-left:before {
content: "\f19f";
}
.icon-quote-right:before {
content: "\f1a0";
}
.icon-spinner8:before {
content: "\f1a1";
}
.icon-circle2:before {
content: "\f1a2";
}
.icon-mail-reply2:before {
content: "\f1a3";
}
.icon-github-alt:before {
content: "\f1a4";
}
.icon-folder-o:before {
content: "\f1a5";
}
.icon-folder-open-o:before {
content: "\f1a6";
}
.icon-smile-o:before {
content: "\f1a7";
}
.icon-frown-o:before {
content: "\f1a8";
}
.icon-meh-o:before {
content: "\f1a9";
}
.icon-gamepad3:before {
content: "\f1aa";
}
.icon-keyboard-o:before {
content: "\f1ab";
}
.icon-flag-o:before {
content: "\f1ac";
}
.icon-flag-checkered:before {
content: "\f1ad";
}
.icon-terminal2:before {
content: "\f1ae";
}
.icon-code5:before {
content: "\f1af";
}
.icon-mail-reply-all:before {
content: "\f1b0";
}
.icon-star-half-empty:before {
content: "\f1b1";
}
.icon-location-arrow2:before {
content: "\f1b2";
}
.icon-crop6:before {
content: "\f1b3";
}
.icon-code-fork:before {
content: "\f1b4";
}
.icon-unlink:before {
content: "\f1b5";
}
.icon-question4:before {
content: "\f1b6";
}
.icon-info8:before {
content: "\f1b7";
}
.icon-exclamation2:before {
content: "\f1b8";
}
.icon-superscript:before {
content: "\f1b9";
}
.icon-subscript:before {
content: "\f1ba";
}
.icon-eraser:before {
content: "\f1bb";
}
.icon-puzzle-piece:before {
content: "\f1bc";
}
.icon-microphone8:before {
content: "\f1bd";
}
.icon-microphone-slash:before {
content: "\f1be";
}
.icon-shield3:before {
content: "\f1bf";
}
.icon-calendar-o:before {
content: "\f1c0";
}
.icon-fire-extinguisher:before {
content: "\f1c1";
}
.icon-rocket4:before {
content: "\f1c2";
}
.icon-maxcdn:before {
content: "\f1c3";
}
.icon-chevron-circle-left:before {
content: "\f1c4";
}
.icon-chevron-circle-right:before {
content: "\f1c5";
}
.icon-chevron-circle-up:before {
content: "\f1c6";
}
.icon-chevron-circle-down:before {
content: "\f1c7";
}
.icon-html53:before {
content: "\f1c8";
}
.icon-css32:before {
content: "\f1c9";
}
.icon-anchor6:before {
content: "\f1ca";
}
.icon-unlock-alt:before {
content: "\f1cb";
}
.icon-bullseye:before {
content: "\f1cc";
}
.icon-ellipsis-h:before {
content: "\f1cd";
}
.icon-ellipsis-v:before {
content: "\f1ce";
}
.icon-rss-square:before {
content: "\f1cf";
}
.icon-play-circle:before {
content: "\f1d0";
}
.icon-ticket6:before {
content: "\f1d1";
}
.icon-minus-square:before {
content: "\f1d2";
}
.icon-minus-square-o:before {
content: "\f1d3";
}
.icon-level-up:before {
content: "\f1d4";
}
.icon-level-down:before {
content: "\f1d5";
}
.icon-check-square:before {
content: "\f1d6";
}
.icon-pencil-square:before {
content: "\f1d7";
}
.icon-external-link-square:before {
content: "\f1d8";
}
.icon-share-square:before {
content: "\f1d9";
}
.icon-compass7:before {
content: "\f1da";
}
.icon-toggle-down:before {
content: "\f1db";
}
.icon-toggle-up:before {
content: "\f1dc";
}
.icon-toggle-right:before {
content: "\f1dd";
}
.icon-euro:before {
content: "\f1de";
}
.icon-gbp:before {
content: "\f1df";
}
.icon-dollar3:before {
content: "\f1e0";
}
.icon-rupee:before {
content: "\f1e1";
}
.icon-cny:before {
content: "\f1e2";
}
.icon-ruble:before {
content: "\f1e3";
}
.icon-won:before {
content: "\f1e4";
}
.icon-bitcoin:before {
content: "\f1e5";
}
.icon-file8:before {
content: "\f1e6";
}
.icon-file-text2:before {
content: "\f1e7";
}
.icon-sort-alpha-asc:before {
content: "\f1e8";
}
.icon-sort-alpha-desc:before {
content: "\f1e9";
}
.icon-sort-amount-asc:before {
content: "\f1ea";
}
.icon-sort-amount-desc:before {
content: "\f1eb";
}
.icon-sort-numeric-asc:before {
content: "\f1ec";
}
.icon-sort-numeric-desc:before {
content: "\f1ed";
}
.icon-thumbs-up4:before {
content: "\f1ee";
}
.icon-thumbs-down2:before {
content: "\f1ef";
}
.icon-youtube-square:before {
content: "\f1f0";
}
.icon-youtube3:before {
content: "\f1f1";
}
.icon-xing3:before {
content: "\f1f2";
}
.icon-xing-square:before {
content: "\f1f3";
}
.icon-youtube-play:before {
content: "\f1f4";
}
.icon-dropbox:before {
content: "\f1f5";
}
.icon-stack-overflow:before {
content: "\f1f6";
}
.icon-instagram3:before {
content: "\f1f7";
}
.icon-flickr5:before {
content: "\f1f8";
}
.icon-adn:before {
content: "\f1f9";
}
.icon-bitbucket:before {
content: "\f1fa";
}
.icon-bitbucket-square:before {
content: "\f1fb";
}
.icon-tumblr3:before {
content: "\f1fc";
}
.icon-tumblr-square:before {
content: "\f1fd";
}
.icon-long-arrow-down:before {
content: "\f1fe";
}
.icon-long-arrow-up:before {
content: "\f1ff";
}
.icon-long-arrow-left:before {
content: "\f200";
}
.icon-long-arrow-right:before {
content: "\f201";
}
.icon-apple3:before {
content: "\f202";
}
.icon-windows4:before {
content: "\f203";
}
.icon-android4:before {
content: "\f204";
}
.icon-linux:before {
content: "\f205";
}
.icon-dribbble5:before {
content: "\f206";
}
.icon-skype3:before {
content: "\f207";
}
.icon-foursquare3:before {
content: "\f208";
}
.icon-trello:before {
content: "\f209";
}
.icon-female2:before {
content: "\f20a";
}
.icon-male2:before {
content: "\f20b";
}
.icon-gittip:before {
content: "\f20c";
}
.icon-sun-o:before {
content: "\f20d";
}
.icon-moon-o:before {
content: "\f20e";
}
.icon-archive6:before {
content: "\f20f";
}
.icon-bug4:before {
content: "\f210";
}
.icon-vk:before {
content: "\f211";
}
.icon-weibo:before {
content: "\f212";
}
.icon-renren:before {
content: "\f213";
}
.icon-pagelines:before {
content: "\f214";
}
.icon-stack-exchange:before {
content: "\f215";
}
.icon-arrow-circle-o-right:before {
content: "\f216";
}
.icon-arrow-circle-o-left:before {
content: "\f217";
}
.icon-toggle-left:before {
content: "\f218";
}
.icon-dot-circle-o:before {
content: "\f219";
}
.icon-wheelchair:before {
content: "\f21a";
}
.icon-vimeo-square:before {
content: "\f21b";
}
.icon-turkish-lira:before {
content: "\f21c";
}
.icon-plus-square-o:before {
content: "\f21d";
}
.icon-space-shuttle:before {
content: "\f21e";
}
.icon-slack:before {
content: "\f21f";
}
.icon-envelope-square:before {
content: "\f220";
}
.icon-wordpress3:before {
content: "\f221";
}
.icon-openid:before {
content: "\f222";
}
.icon-institution:before {
content: "\f223";
}
.icon-mortar-board2:before {
content: "\f224";
}
.icon-yahoo2:before {
content: "\f225";
}
.icon-google3:before {
content: "\f226";
}
.icon-reddit2:before {
content: "\f227";
}
.icon-reddit-square:before {
content: "\f228";
}
.icon-stumbleupon-circle:before {
content: "\f229";
}
.icon-stumbleupon3:before {
content: "\f22a";
}
.icon-delicious3:before {
content: "\f22b";
}
.icon-digg:before {
content: "\f22c";
}
.icon-pied-piper-square:before {
content: "\f22d";
}
.icon-pied-piper-alt:before {
content: "\f22e";
}
.icon-drupal:before {
content: "\f22f";
}
.icon-joomla2:before {
content: "\f230";
}
.icon-language2:before {
content: "\f231";
}
.icon-fax:before {
content: "\f232";
}
.icon-building:before {
content: "\f233";
}
.icon-child:before {
content: "\f234";
}
.icon-paw:before {
content: "\f235";
}
.icon-spoon:before {
content: "\f236";
}
.icon-cube3:before {
content: "\f237";
}
.icon-cubes:before {
content: "\f238";
}
.icon-behance:before {
content: "\f239";
}
.icon-behance-square:before {
content: "\f23a";
}
.icon-steam3:before {
content: "\f23b";
}
.icon-steam-square:before {
content: "\f23c";
}
.icon-recycle2:before {
content: "\f23d";
}
.icon-automobile:before {
content: "\f23e";
}
.icon-cab:before {
content: "\f23f";
}
.icon-tree3:before {
content: "\f240";
}
.icon-spotify:before {
content: "\f241";
}
.icon-deviantart3:before {
content: "\f242";
}
.icon-soundcloud3:before {
content: "\f243";
}
.icon-database4:before {
content: "\f244";
}
.icon-file-pdf-o:before {
content: "\f245";
}
.icon-file-word-o:before {
content: "\f246";
}
.icon-file-excel-o:before {
content: "\f247";
}
.icon-file-powerpoint-o:before {
content: "\f248";
}
.icon-file-photo-o:before {
content: "\f249";
}
.icon-file-zip-o:before {
content: "\f24a";
}
.icon-file-sound-o:before {
content: "\f24b";
}
.icon-file-movie-o:before {
content: "\f24c";
}
.icon-file-code-o:before {
content: "\f24d";
}
.icon-vine:before {
content: "\f24e";
}
.icon-codepen:before {
content: "\f24f";
}
.icon-jsfiddle:before {
content: "\f250";
}
.icon-life-bouy:before {
content: "\f251";
}
.icon-circle-o-notch:before {
content: "\f252";
}
.icon-ra:before {
content: "\f253";
}
.icon-ge:before {
content: "\f254";
}
.icon-git-square:before {
content: "\f255";
}
.icon-git:before {
content: "\f256";
}
.icon-hacker-news:before {
content: "\f257";
}
.icon-tencent-weibo:before {
content: "\f258";
}
.icon-qq:before {
content: "\f259";
}
.icon-wechat:before {
content: "\f25a";
}
.icon-send2:before {
content: "\f25b";
}
.icon-send-o:before {
content: "\f25c";
}
.icon-history4:before {
content: "\f25d";
}
.icon-circle-thin:before {
content: "\f25e";
}
.icon-header:before {
content: "\f25f";
}
.icon-paragraph2:before {
content: "\f260";
}
.icon-sliders:before {
content: "\f261";
}
.icon-share-alt:before {
content: "\f262";
}
.icon-share-alt-square:before {
content: "\f263";
}
.icon-bomb2:before {
content: "\f264";
}
.icon-download10:before {
content: "\ef09";
}
.icon-chat8:before {
content: "\ef0a";
}
.icon-archive7:before {
content: "\ef0b";
}
.icon-user11:before {
content: "\ef0c";
}
.icon-users6:before {
content: "\ef0d";
}
.icon-archive8:before {
content: "\ef0e";
}
.icon-earth3:before {
content: "\ef0f";
}
.icon-location9:before {
content: "\ef10";
}
.icon-contract4:before {
content: "\ef11";
}
.icon-mobile4:before {
content: "\ef12";
}
.icon-screen4:before {
content: "\ef13";
}
.icon-mail9:before {
content: "\ef14";
}
.icon-support4:before {
content: "\ef15";
}
.icon-help3:before {
content: "\ef16";
}
.icon-videos:before {
content: "\ef17";
}
.icon-pictures5:before {
content: "\ef18";
}
.icon-link8:before {
content: "\ef19";
}
.icon-search11:before {
content: "\ef1a";
}
.icon-cog7:before {
content: "\ef1b";
}
.icon-trashcan5:before {
content: "\ef1c";
}
.icon-pencil9:before {
content: "\ef1d";
}
.icon-info9:before {
content: "\ef1e";
}
.icon-article:before {
content: "\ef1f";
}
.icon-clock9:before {
content: "\ef20";
}
.icon-photoshop:before {
content: "\ef21";
}
.icon-illustrator:before {
content: "\ef22";
}
.icon-star11:before {
content: "\ef23";
}
.icon-heart13:before {
content: "\ef24";
}
.icon-bookmark11:before {
content: "\ef25";
}
.icon-file9:before {
content: "\ef26";
}
.icon-feed5:before {
content: "\ef27";
}
.icon-locked4:before {
content: "\ef28";
}
.icon-unlocked6:before {
content: "\ef29";
}
.icon-refresh7:before {
content: "\ef2a";
}
.icon-list9:before {
content: "\ef2b";
}
.icon-share5:before {
content: "\ef2c";
}
.icon-archive9:before {
content: "\ef2d";
}
.icon-images2:before {
content: "\ef2e";
}
.icon-images3:before {
content: "\ef2f";
}
.icon-pencil10:before {
content: "\ef30";
}
.icon-box5:before {
content: "\ef31";
}
.icon-write:before {
content: "\ef32";
}
.icon-clock10:before {
content: "\ef33";
}
.icon-reply5:before {
content: "\ef34";
}
.icon-reply-all2:before {
content: "\ef35";
}
.icon-forward7:before {
content: "\ef36";
}
.icon-flag9:before {
content: "\ef37";
}
.icon-search12:before {
content: "\ef38";
}
.icon-trash5:before {
content: "\ef39";
}
.icon-envelope9:before {
content: "\ef3a";
}
.icon-bubble4:before {
content: "\ef3b";
}
.icon-bubbles5:before {
content: "\ef3c";
}
.icon-user12:before {
content: "\ef3d";
}
.icon-users7:before {
content: "\ef3e";
}
.icon-cloud15:before {
content: "\ef3f";
}
.icon-download11:before {
content: "\ef40";
}
.icon-upload8:before {
content: "\ef41";
}
.icon-rain2:before {
content: "\ef42";
}
.icon-sun7:before {
content: "\ef43";
}
.icon-moon6:before {
content: "\ef44";
}
.icon-bell5:before {
content: "\ef45";
}
.icon-folder9:before {
content: "\ef46";
}
.icon-pin6:before {
content: "\ef47";
}
.icon-sound3:before {
content: "\ef48";
}
.icon-microphone9:before {
content: "\ef49";
}
.icon-camera14:before {
content: "\ef4a";
}
.icon-image7:before {
content: "\ef4b";
}
.icon-cog8:before {
content: "\ef4c";
}
.icon-calendar11:before {
content: "\ef4d";
}
.icon-book12:before {
content: "\ef4e";
}
.icon-map-marker2:before {
content: "\ef4f";
}
.icon-store3:before {
content: "\ef50";
}
.icon-support5:before {
content: "\ef51";
}
.icon-tag10:before {
content: "\ef52";
}
.icon-heart14:before {
content: "\ef53";
}
.icon-video-camera2:before {
content: "\ef54";
}
.icon-trophy5:before {
content: "\ef55";
}
.icon-cart4:before {
content: "\ef56";
}
.icon-eye9:before {
content: "\ef57";
}
.icon-cancel7:before {
content: "\ef58";
}
.icon-chart9:before {
content: "\ef59";
}
.icon-target8:before {
content: "\ef5a";
}
.icon-printer6:before {
content: "\ef5b";
}
.icon-location10:before {
content: "\ef5c";
}
.icon-bookmark12:before {
content: "\ef5d";
}
.icon-monitor4:before {
content: "\ef5e";
}
.icon-cross4:before {
content: "\ef5f";
}
.icon-plus9:before {
content: "\ef60";
}
.icon-left:before {
content: "\ef61";
}
.icon-up:before {
content: "\ef62";
}
.icon-browser5:before {
content: "\ef63";
}
.icon-windows5:before {
content: "\ef64";
}
.icon-switch6:before {
content: "\ef65";
}
.icon-dashboard5:before {
content: "\ef66";
}
.icon-play7:before {
content: "\ef67";
}
.icon-fast-forward4:before {
content: "\ef68";
}
.icon-next2:before {
content: "\ef69";
}
.icon-refresh8:before {
content: "\ef6a";
}
.icon-film8:before {
content: "\ef6b";
}
.icon-home9:before {
content: "\ef6c";
}
.icon-phone11:before {
content: "\ef6d";
}
.icon-mobile5:before {
content: "\ef6e";
}
.icon-mouse4:before {
content: "\ef6f";
}
.icon-directions3:before {
content: "\ef70";
}
.icon-mail10:before {
content: "\ef71";
}
.icon-paperplane3:before {
content: "\ef72";
}
.icon-pencil11:before {
content: "\ef73";
}
.icon-feather3:before {
content: "\ef74";
}
.icon-paperclip5:before {
content: "\ef75";
}
.icon-drawer4:before {
content: "\ef76";
}
.icon-reply6:before {
content: "\ef77";
}
.icon-reply-all3:before {
content: "\ef78";
}
.icon-forward8:before {
content: "\ef79";
}
.icon-user13:before {
content: "\ef7a";
}
.icon-users8:before {
content: "\ef7b";
}
.icon-user-add2:before {
content: "\ef7c";
}
.icon-vcard2:before {
content: "\ef7d";
}
.icon-export2:before {
content: "\ef7e";
}
.icon-location11:before {
content: "\ef7f";
}
.icon-map8:before {
content: "\ef80";
}
.icon-compass8:before {
content: "\ef81";
}
.icon-location12:before {
content: "\ef82";
}
.icon-target9:before {
content: "\ef83";
}
.icon-share6:before {
content: "\ef84";
}
.icon-sharable:before {
content: "\ef85";
}
.icon-heart15:before {
content: "\ef86";
}
.icon-heart16:before {
content: "\ef87";
}
.icon-star12:before {
content: "\ef88";
}
.icon-star13:before {
content: "\ef89";
}
.icon-thumbsup2:before {
content: "\ef8a";
}
.icon-thumbsdown2:before {
content: "\ef8b";
}
.icon-chat9:before {
content: "\ef8c";
}
.icon-comment6:before {
content: "\ef8d";
}
.icon-quote5:before {
content: "\ef8e";
}
.icon-house:before {
content: "\ef8f";
}
.icon-popup:before {
content: "\ef90";
}
.icon-search13:before {
content: "\ef91";
}
.icon-flashlight:before {
content: "\ef92";
}
.icon-printer7:before {
content: "\ef93";
}
.icon-bell6:before {
content: "\ef94";
}
.icon-link9:before {
content: "\ef95";
}
.icon-flag10:before {
content: "\ef96";
}
.icon-cog9:before {
content: "\ef97";
}
.icon-tools4:before {
content: "\ef98";
}
.icon-trophy6:before {
content: "\ef99";
}
.icon-tag11:before {
content: "\ef9a";
}
.icon-camera15:before {
content: "\ef9b";
}
.icon-megaphone6:before {
content: "\ef9c";
}
.icon-moon7:before {
content: "\ef9d";
}
.icon-palette2:before {
content: "\ef9e";
}
.icon-leaf4:before {
content: "\ef9f";
}
.icon-music6:before {
content: "\efa0";
}
.icon-music7:before {
content: "\efa1";
}
.icon-new:before {
content: "\efa2";
}
.icon-graduation:before {
content: "\efa3";
}
.icon-book13:before {
content: "\efa4";
}
.icon-newspaper5:before {
content: "\efa5";
}
.icon-bag4:before {
content: "\efa6";
}
.icon-airplane2:before {
content: "\efa7";
}
.icon-lifebuoy:before {
content: "\efa8";
}
.icon-eye10:before {
content: "\efa9";
}
.icon-clock11:before {
content: "\efaa";
}
.icon-microphone10:before {
content: "\efab";
}
.icon-calendar12:before {
content: "\efac";
}
.icon-bolt3:before {
content: "\efad";
}
.icon-thunder:before {
content: "\efae";
}
.icon-droplet3:before {
content: "\efaf";
}
.icon-cd:before {
content: "\efb0";
}
.icon-briefcase8:before {
content: "\efb1";
}
.icon-air:before {
content: "\efb2";
}
.icon-hourglass4:before {
content: "\efb3";
}
.icon-gauge:before {
content: "\efb4";
}
.icon-language3:before {
content: "\efb5";
}
.icon-network:before {
content: "\efb6";
}
.icon-key9:before {
content: "\efb7";
}
.icon-battery8:before {
content: "\efb8";
}
.icon-bucket2:before {
content: "\efb9";
}
.icon-magnet4:before {
content: "\efba";
}
.icon-drive:before {
content: "\efbb";
}
.icon-cup2:before {
content: "\efbc";
}
.icon-rocket5:before {
content: "\efbd";
}
.icon-brush4:before {
content: "\efbe";
}
.icon-suitcase5:before {
content: "\efbf";
}
.icon-cone3:before {
content: "\efc0";
}
.icon-earth4:before {
content: "\efc1";
}
.icon-keyboard7:before {
content: "\efc2";
}
.icon-browser6:before {
content: "\efc3";
}
.icon-publish2:before {
content: "\efc4";
}
.icon-progress-3:before {
content: "\efc5";
}
.icon-progress-2:before {
content: "\efc6";
}
.icon-brogress-1:before {
content: "\efc7";
}
.icon-progress-0:before {
content: "\efc8";
}
.icon-sun8:before {
content: "\efc9";
}
.icon-sun9:before {
content: "\efca";
}
.icon-adjust3:before {
content: "\efcb";
}
.icon-code6:before {
content: "\efcc";
}
.icon-screen5:before {
content: "\efcd";
}
.icon-infinity2:before {
content: "\efce";
}
.icon-light-bulb2:before {
content: "\efcf";
}
.icon-creditcard2:before {
content: "\efd0";
}
.icon-database5:before {
content: "\efd1";
}
.icon-voicemail2:before {
content: "\efd2";
}
.icon-clipboard9:before {
content: "\efd3";
}
.icon-cart5:before {
content: "\efd4";
}
.icon-box6:before {
content: "\efd5";
}
.icon-ticket7:before {
content: "\efd6";
}
.icon-rss5:before {
content: "\efd7";
}
.icon-signal3:before {
content: "\efd8";
}
.icon-thermometer5:before {
content: "\efd9";
}
.icon-droplets:before {
content: "\efda";
}
.icon-uniEFDB:before {
content: "\efdb";
}
.icon-statistics:before {
content: "\efdc";
}
.icon-pie2:before {
content: "\efdd";
}
.icon-bars4:before {
content: "\efde";
}
.icon-graph3:before {
content: "\efdf";
}
.icon-lock9:before {
content: "\efe0";
}
.icon-lock-open3:before {
content: "\efe1";
}
.icon-logout:before {
content: "\efe2";
}
.icon-login:before {
content: "\efe3";
}
.icon-checkmark7:before {
content: "\efe4";
}
.icon-cross5:before {
content: "\efe5";
}
.icon-minus9:before {
content: "\efe6";
}
.icon-plus10:before {
content: "\efe7";
}
.icon-cross6:before {
content: "\efe8";
}
.icon-minus10:before {
content: "\efe9";
}
.icon-plus11:before {
content: "\efea";
}
.icon-cross7:before {
content: "\efeb";
}
.icon-minus11:before {
content: "\efec";
}
.icon-plus12:before {
content: "\efed";
}
.icon-erase:before {
content: "\efee";
}
.icon-blocked4:before {
content: "\efef";
}
.icon-info10:before {
content: "\eff0";
}
.icon-info11:before {
content: "\eff1";
}
.icon-question5:before {
content: "\eff2";
}
.icon-help4:before {
content: "\eff3";
}
.icon-warning7:before {
content: "\eff4";
}
.icon-cycle:before {
content: "\eff5";
}
.icon-cw:before {
content: "\eff6";
}
.icon-ccw:before {
content: "\eff7";
}
.icon-shuffle5:before {
content: "\eff8";
}
.icon-arrow:before {
content: "\eff9";
}
.icon-arrow2:before {
content: "\effa";
}
.icon-retweet3:before {
content: "\effb";
}
.icon-loop5:before {
content: "\effc";
}
.icon-history5:before {
content: "\effd";
}
.icon-back:before {
content: "\effe";
}
.icon-switch7:before {
content: "\efff";
}
.icon-list10:before {
content: "\f265";
}
.icon-add-to-list:before {
content: "\f266";
}
.icon-layout16:before {
content: "\f267";
}
.icon-list11:before {
content: "\f268";
}
.icon-text:before {
content: "\f269";
}
.icon-text2:before {
content: "\f26a";
}
.icon-document3:before {
content: "\f26b";
}
.icon-docs:before {
content: "\f26c";
}
.icon-landscape2:before {
content: "\f26d";
}
.icon-pictures6:before {
content: "\f26e";
}
.icon-video5:before {
content: "\f26f";
}
.icon-music8:before {
content: "\f270";
}
.icon-folder10:before {
content: "\f271";
}
.icon-archive10:before {
content: "\f272";
}
.icon-trash6:before {
content: "\f273";
}
.icon-upload9:before {
content: "\f274";
}
.icon-download12:before {
content: "\f275";
}
.icon-disk3:before {
content: "\f276";
}
.icon-install:before {
content: "\f277";
}
.icon-cloud16:before {
content: "\f278";
}
.icon-upload10:before {
content: "\f279";
}
.icon-bookmark13:before {
content: "\f27a";
}
.icon-bookmarks2:before {
content: "\f27b";
}
.icon-book14:before {
content: "\f27d";
}
.icon-play8:before {
content: "\f27e";
}
.icon-pause7:before {
content: "\f27f";
}
.icon-record2:before {
content: "\f280";
}
.icon-stop9:before {
content: "\f281";
}
.icon-next3:before {
content: "\f282";
}
.icon-previous2:before {
content: "\f283";
}
.icon-first2:before {
content: "\f284";
}
.icon-last2:before {
content: "\f285";
}
.icon-resize-enlarge:before {
content: "\f286";
}
.icon-resize-shrink:before {
content: "\f287";
}
.icon-volume9:before {
content: "\f288";
}
.icon-sound4:before {
content: "\f289";
}
.icon-mute5:before {
content: "\f28a";
}
.icon-flow-cascade:before {
content: "\f28b";
}
.icon-flow-branch:before {
content: "\f28c";
}
.icon-flow-tree:before {
content: "\f28d";
}
.icon-flow-line:before {
content: "\f28e";
}
.icon-flow-parallel2:before {
content: "\f28f";
}
.icon-arrow-left8:before {
content: "\f290";
}
.icon-arrow-down8:before {
content: "\f291";
}
.icon-arrow-up-upload:before {
content: "\f292";
}
.icon-arrow-right8:before {
content: "\f293";
}
.icon-arrow-left9:before {
content: "\f294";
}
.icon-arrow-down9:before {
content: "\f295";
}
.icon-arrow-up8:before {
content: "\f296";
}
.icon-arrow-right9:before {
content: "\f297";
}
.icon-arrow-left10:before {
content: "\f298";
}
.icon-arrow-down10:before {
content: "\f299";
}
.icon-arrow-up9:before {
content: "\f29a";
}
.icon-arrow-right10:before {
content: "\f29b";
}
.icon-arrow-left11:before {
content: "\f29c";
}
.icon-arrow-down11:before {
content: "\f29d";
}
.icon-arrow-up10:before {
content: "\f29e";
}
.icon-arrow-right11:before {
content: "\f29f";
}
.icon-arrow-left12:before {
content: "\f2a0";
}
.icon-arrow-down12:before {
content: "\f2a1";
}
.icon-arrow-up11:before {
content: "\f2a2";
}
.icon-arrow-right12:before {
content: "\f2a3";
}
.icon-arrow-left13:before {
content: "\f2a4";
}
.icon-arrow-down13:before {
content: "\f2a5";
}
.icon-arrow-up12:before {
content: "\f2a6";
}
.icon-arrow-right13:before {
content: "\f2a7";
}
.icon-arrow-left14:before {
content: "\f2a8";
}
.icon-arrow-down14:before {
content: "\f2a9";
}
.icon-arrow-up13:before {
content: "\f2aa";
}
.icon-uniF2AB:before {
content: "\f2ab";
}
.icon-arrow-left15:before {
content: "\f2ac";
}
.icon-arrow-down15:before {
content: "\f2ad";
}
.icon-arrow-up14:before {
content: "\f2ae";
}
.icon-arrow-right14:before {
content: "\f2af";
}
.icon-menu6:before {
content: "\f2b0";
}
.icon-ellipsis3:before {
content: "\f2b1";
}
.icon-dots:before {
content: "\f2b2";
}
.icon-dot:before {
content: "\f2b3";
}
.icon-cc:before {
content: "\f2b4";
}
.icon-cc-by:before {
content: "\f2b5";
}
.icon-cc-nc:before {
content: "\f2b6";
}
.icon-cc-nc-eu:before {
content: "\f2b7";
}
.icon-cc-nc-jp:before {
content: "\f2b8";
}
.icon-cc-sa:before {
content: "\f2b9";
}
.icon-cc-nd:before {
content: "\f2ba";
}
.icon-cc-pd:before {
content: "\f2bb";
}
.icon-cc-zero:before {
content: "\f2bc";
}
.icon-cc-share:before {
content: "\f2bd";
}
.icon-cc-share2:before {
content: "\f2be";
}
.icon-danielbruce:before {
content: "\f2bf";
}
.icon-danielbruce2:before {
content: "\f2c0";
}
.icon-github7:before {
content: "\f2c1";
}
.icon-github8:before {
content: "\f2c2";
}
.icon-flickr6:before {
content: "\f2c3";
}
.icon-flickr7:before {
content: "\f2c4";
}
.icon-vimeo4:before {
content: "\f2c5";
}
.icon-vimeo5:before {
content: "\f2c6";
}
.icon-twitter5:before {
content: "\f2c7";
}
.icon-twitter6:before {
content: "\f2c8";
}
.icon-facebook6:before {
content: "\f2c9";
}
.icon-facebook7:before {
content: "\f2ca";
}
.icon-facebook8:before {
content: "\f2cb";
}
.icon-googleplus6:before {
content: "\f2cc";
}
.icon-googleplus7:before {
content: "\f2cd";
}
.icon-pinterest4:before {
content: "\f2ce";
}
.icon-pinterest5:before {
content: "\f2cf";
}
.icon-tumblr4:before {
content: "\f2d0";
}
.icon-tumblr5:before {
content: "\f2d1";
}
.icon-linkedin4:before {
content: "\f2d2";
}
.icon-linkedin5:before {
content: "\f2d3";
}
.icon-dribbble6:before {
content: "\f2d4";
}
.icon-dribbble7:before {
content: "\f2d5";
}
.icon-stumbleupon4:before {
content: "\f2d6";
}
.icon-stumbleupon5:before {
content: "\f2d7";
}
.icon-lastfm3:before {
content: "\f2d8";
}
.icon-lastfm4:before {
content: "\f2d9";
}
.icon-rdio:before {
content: "\f2da";
}
.icon-rdio2:before {
content: "\f2db";
}
.icon-spotify2:before {
content: "\f2dc";
}
.icon-spotify3:before {
content: "\f2dd";
}
.icon-qq2:before {
content: "\f2de";
}
.icon-instagram4:before {
content: "\f2df";
}
.icon-dropbox2:before {
content: "\f2e0";
}
.icon-evernote:before {
content: "\f2e1";
}
.icon-flattr2:before {
content: "\f2e2";
}
.icon-skype4:before {
content: "\f2e3";
}
.icon-skype5:before {
content: "\f2e4";
}
.icon-renren2:before {
content: "\f2e5";
}
.icon-sina-weibo:before {
content: "\f2e6";
}
.icon-paypal4:before {
content: "\f2e7";
}
.icon-picasa:before {
content: "\f2e8";
}
.icon-soundcloud4:before {
content: "\f2e9";
}
.icon-mixi:before {
content: "\f2ea";
}
.icon-behance2:before {
content: "\f2eb";
}
.icon-circles:before {
content: "\f2ec";
}
.icon-vk2:before {
content: "\f2ed";
}
.icon-smashing:before {
content: "\f2ee";
}
@font-face {
font-family: 'speedlineregular';
src: url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/Speedline-webfont.eot);
src: url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/Speedline-webfont.eot?#iefix) format('embedded-opentype'),
url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/Speedline-webfont.woff2) format('woff2'),
url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/Speedline-webfont.woff) format('woff'),
url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/Speedline-webfont.ttf) format('truetype'),
url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/Speedline-webfont.svg#speedlineregular) format('svg');
font-weight: normal;
font-style: normal;
}
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic|Raleway:400,100,200,300,500,600,700,800,900|Lato:400,900,700,300,100");   * { margin: 0; padding: 0; text-decoration: none; outline: 0;border:0;word-wrap:break-word;}
img { max-width: 100%;}
header{position:relative; z-index:100;}
section{padding:80px 0;}
.height5 { height: 5px;}
.height10 { height: 10px;}
.height20 { height: 20px;}
.height30 { height: 30px;}
.height40 { height: 40px;}
.height50 { height: 50px;}
.height60 { height: 60px;}
.height70 { height: 70px;}
.height80 { height: 80px;}
.height90 { height: 90px;}
.height100 {height: 100px;}
.margin-top-40 { margin-top: 40px;}
.margin-top-30 { margin-top: 30px;}
.margin-top-20 { margin-top: 20px;}
.margin-top-10 { margin-top: 10px;}
.margin-top-5 {  margin-top: 5px;}
.margin-bottom-40 { margin-bottom: 40px;}
.margin-bottom-30 { margin-bottom: 30px;}
.margin-bottom-20 { margin-bottom: 20px;}
.margin-bottom-10 { margin-bottom: 10px;}
.margin-bottom-5 {  margin-bottom: 5px;}
.padding-top-40 { padding-top: 40px;}
.padding-top-35 { padding-top: 35px;}
.padding-top-30 { padding-top: 30px;}
.padding-top-20 { padding-top: 20px;}
.padding-top-10 { padding-top: 10px;}
.padding-top-5 {  padding-top: 5px;}
.padding-bottom-60 { padding-bottom: 60px;}
.padding-bottom-50 { padding-bottom: 50px;}
.padding-bottom-40 { padding-bottom: 40px;}
.padding-bottom-35 { padding-bottom: 35px;}
.padding-bottom-30 { padding-bottom: 30px;}
.padding-bottom-20 { padding-bottom: 20px;}
.padding-bottom-10 { padding-bottom: 10px;}
.padding-bottom-5 { padding-bottom: 5px;}
.padding-left-60 {  padding-left: 60px;}
.padding-left-50 {  padding-left: 50px;}
.padding-left-40 {  padding-left: 40px;}
.padding-left-35 {  padding-left: 35px;}
.padding-left-30 {  padding-left: 30px;}
.padding-left-20 {  padding-left: 20px;}
.padding-left-10 {  padding-left: 10px;}
.padding-left-5 {   padding-left: 5px;}
.padding-right-60 { padding-right: 60px;}
.padding-right-50 { padding-right: 50px;}
.padding-right-40 { padding-right: 40px;}
.padding-right-35 { padding-right: 35px;}
.padding-right-30 { padding-right: 30px;}
.padding-right-20 { padding-right: 20px;}
.padding-right-10 { padding-right: 10px;}
.padding-right-5 {  padding-right: 5px;}
.double-border{ display:block;height:4px; border-top:1px solid #dadada;border-bottom:1px solid #dadada;}
.no-bg-img { background-image: none!important;}
.no-bg { background: none!important;}
.bg-light-blue{background:#f2f5f7;}
.bg-dark{background:#222222;}
.bg-grey{background:#f4f4f4;}
.bg1{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/bg/1.jpg) repeat;}
.bg2{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/bg/2.jpg) repeat;}
.bg3{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/bg/3.jpg) repeat;}
.bg4{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/bg/4.jpg) repeat;}
.bg5{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/bg/5.jpg) repeat;}
.bg6{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/bg/6.jpg) repeat;}
.bg7{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/bg/7.jpg) repeat;}
.bg8{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/bg/8.jpg) repeat;}
.bg9{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/bg/9.jpg) repeat;}
.bg10{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/bg/10.jpg) repeat;}
.bg11{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/bg/11.jpg) repeat;}
.bg12{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/bg/12.jpg) repeat;}
.no-margin { margin: 0!important;}
.no-margin-top { margin-top: 0!important;}
.no-margin-right { margin-right: 0!important;}
.no-margin-bottom { margin-bottom: 0!important;}
.no-margin-left { margin-left: 0!important;}
.no-padding { padding: 0!important;}
.no-padding-top { padding-top: 0!important;}
.no-padding-right { padding-right: 0!important;}
.no-padding-bottom { padding-bottom: 0!important;}
.no-padding-left { padding-left: 0!important;}
.inline { display: inline-block!important;}
.relative { position: relative !important;}
.absolute { position: absolute !important;}
.static { position: static !important;}
.hidden-content{display:none;}
.display-none{display:none;}
.shadow-large { background: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/shadow-big.png) no-repeat scroll center top; height: 40px;}
.color-dark{color:#222222 !important;}
.bg-default{color:#2991d6}
.error { border: 1px solid red!important;}
.animate-it{opacity:0;}
.animate-it.animated{opacity:1;}
.success-msg {background: #e9f7dd; border: 1px solid #abd0a8; color: #589051; display: none; margin: 0 auto 30px; max-width: 821px; padding: 11px 16px; text-align: center;}
.back-to-top { color: #fff;border-radius: 5px; bottom: 20px; display: block; font-size: 40px; height: 70px; position: fixed; right: -200px; visibility: hidden; text-align: center; width: 70px; z-index: 500; -webkit-transition: all 800ms ease; -moz-transition: all 800ms ease; -ms-transition: all 800ms ease; -o-transition: all 800ms ease; transition: all 800ms ease;}
.back-to-top:focus,.back-to-top:hover { color: #fff; -webkit-transition: all 800ms ease; -moz-transition: all 800ms ease; -ms-transition: all 800ms ease; -o-transition: all 800ms ease; transition: all 800ms ease;}
.back-to-top.to-top { right: 20px; visibility: visible; -webkit-transition: all 800ms ease;-moz-transition: all 800ms ease;  -ms-transition: all 800ms ease; -o-transition: all 800ms ease; transition: all 800ms ease;}
li.clear { float: none!important; width: auto!important; height: auto!important; margin: 0!important; padding: 0!important; clear: both;}
.underline { text-decoration: underline;font-size: 16px; font-weight: 300; text-transform: uppercase;}
.underline:hover { text-decoration: none;}
.overlay-fajar {position: absolute;left: 0; top: 0; width: 100%; height: 100%;}
.overlay-fajar.white { background: #fff; opacity: .8;}
.list li { color: #404040; font-size: 18px; font-weight: 300; padding: 11px 0 6px;}
.list li:last-child { border-bottom: 0!important;}
.list.dashed li { border-bottom: 1px dashed silver;}
.list.solid li { border-bottom: 1px solid #d8d8d8;}
.list-center { min-width: 280px;}
.feature-list li {font-weight:300; padding: 9px 0 8px 60px; font-size: 21px;line-height: 40px;}
.feature-list i { float: left; font-size: 31px;text-align:center; margin:0 0 0 -60px;color:#fff;width:38px; height:38px; border-radius:100%;line-height: 35px;}
.feature-list.big li{font-size: 24px;}
.feature-list.big i{font-size: 32px;color:#393939;}
.list-icon i{float:left;margin:5px 0 0 -28px;font-size: 19px;}
.list-icon li{float:left;padding:5px 0 5px 028px;}
.font-alternate{font-family: 'speedlineregular';}
#wrapper{overflow-x:hidden;background:#fff;}
.boxed-layout #wrapper{ max-width:1200px; margin:30px auto; 	position:relative;}
.boxed-layout .cd-header{display:none;}
.smallHeader .boxed-layout #wrapper{ margin:0 auto;}
.boxed-layout .containerr{max-width:1170px;margin:0 auto;}
.boxed-layout.smallHeader  .navbar-default{ left:0; top:0;}
.display-none{display:none;}
.reading-box{ background:#f4f4f4; padding:36px 34px; border-left:4px solid transparent;}
.reading-box h2{ font-size:32px;margin-bottom: 5px;}
.reading-box p{ margin:0;}
.reading-box .btn{margin-top: 5px;}
a, a:hover{-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.smooth{-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.smooth:hover{-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;} .rotating {display: inline-block; -webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;-o-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);-moz-transform: rotateX(0) rotateY(0) rotateZ(0); -ms-transform: rotateX(0) rotateY(0) rotateZ(0);-o-transform: rotateX(0) rotateY(0) rotateZ(0); transform: rotateX(0) rotateY(0) rotateZ(0); -webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;-webkit-transform-origin-x: 50%;}
.rotating.flip { position: relative;}
.rotating .front, .rotating .back {left: 0;top: 0; -webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-o-backface-visibility: hidden; backface-visibility: hidden;}
.rotating .front {position: absolute;display: inline-block;-webkit-transform: translate3d(0,0,1px);-moz-transform: translate3d(0,0,1px);-ms-transform: translate3d(0,0,1px);-o-transform: translate3d(0,0,1px); transform: translate3d(0,0,1px);}
.rotating.flip .front { z-index: 1;}
.rotating .back {display: block;opacity: 0;}
.rotating.spin {-webkit-transform: rotate(360deg) scale(0);-moz-transform: rotate(360deg) scale(0);-ms-transform: rotate(360deg) scale(0);-o-transform: rotate(360deg) scale(0);transform: rotate(360deg) scale(0);}
.rotating.flip .back {z-index: 2;display: block;opacity: 1;-webkit-transform: rotateY(180deg) translate3d(0,0,0);-moz-transform: rotateY(180deg) translate3d(0,0,0);-ms-transform: rotateY(180deg) translate3d(0,0,0);-o-transform: rotateY(180deg) translate3d(0,0,0);transform: rotateY(180deg) translate3d(0,0,0);}
.rotating.flip.up .back {-webkit-transform: rotateX(180deg) translate3d(0,0,0);-moz-transform: rotateX(180deg) translate3d(0,0,0);-ms-transform: rotateX(180deg) translate3d(0,0,0);-o-transform: rotateX(180deg) translate3d(0,0,0);transform: rotateX(180deg) translate3d(0,0,0);}
.rotating.flip.cube .front {-webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);-moz-transform: translate3d(0,0,100px) scale(0.85,0.85); -ms-transform: translate3d(0,0,100px) scale(0.85,0.85); -o-transform: translate3d(0,0,100px) scale(0.85,0.85); transform: translate3d(0,0,100px) scale(0.85,0.85);}
.rotating.flip.cube .back {-webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);-moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);-ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);-o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);}
.rotating.flip.cube.up .back {-webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);-moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);-ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);-o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);}
.text-rotator span{ font-weight:600;} #preloader { background:#fff; display: block; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 100000;}
.pulse{	margin: -25px 0 0 -25px; border-radius: 100px; position: absolute; left: 50%; top: 50%; z-index: 10; background-color: #000; opacity: 1; width: 50px; height: 50px; -webkit-border-radius: 100px; -moz-border-radius: 100px; -o-border-radius: 100px; -ms-border-radius: 100px; border-radius: 100px;  -webkit-animation: pulse 2s linear infinite; -moz-animation: pulse 2s linear infinite; border-image: initial;}
@-webkit-keyframes pulse  { 0% {-webkit-transform: scale(0); opacity: 0;} 8% {-webkit-transform: scale(0); opacity: 0;} 15% {-webkit-transform: scale(0.1); opacity: 1;} 30% {-webkit-transform: scale(0.5); opacity: 1;} 100% {opacity: 0; -webkit-transform: scale(1);}}
@-moz-keyframes pulse { 0% {-moz-transform: scale(0); opacity: 0;} 8% {-moz-transform: scale(0); opacity: 0;} 15% {-moz-transform: scale(0.1); opacity: 1;} 30% {-moz-transform: scale(0.5); opacity: 1;}100% {opacity: 0; -moz-transform: scale(1);}} .cd-header { position: absolute;top: 0;right: 0;height: 50px;z-index: 1001;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
@media only screen and (min-width: 768px) { .cd-header { background: transparent;box-shadow: none;}}
@media only screen and (min-width: 1170px) {.cd-header { -webkit-transition: background-color 0.3s; -moz-transition: background-color 0.3s; transition: background-color 0.3s;-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden;backface-visibility: hidden;}
.cd-header.is-fixed {top:-4px;}}
.cd-primary-nav-trigger {position: absolute;right: 10px;top: 11px;height: 80%;width: 46px;background-color: #fff;border-radius:5px;}
.cd-primary-nav-trigger .cd-menu-text {color: white;text-transform: uppercase;font-weight: 700;display: none;}
.cd-primary-nav-trigger .cd-menu-icon {display: inline-block;position: absolute;left: 50%;top: 50%;bottom: auto;right: auto;-webkit-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);-o-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);width: 18px;height: 2px;background-color: #141414;-webkit-transition: background-color 0.3s;-moz-transition: background-color 0.3s;transition: background-color 0.3s;}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after { content: '';width: 100%;height: 100%;position: absolute;background-color: #141414;right: 0;-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;-moz-transition: -moz-transform .3s, top .3s, background-color 0s;transition: transform .3s, top .3s, background-color 0s;}
.cd-primary-nav-trigger .cd-menu-icon::before {top: -5px;}
.cd-primary-nav-trigger .cd-menu-icon::after {top: 5px;}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {background-color: rgba(255, 255, 255, 0)!important;}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {top: 0;-webkit-transform: rotate(135deg);-moz-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {top: 0;-webkit-transform: rotate(225deg);-moz-transform: rotate(225deg);-ms-transform: rotate(225deg);-o-transform: rotate(225deg);transform: rotate(225deg);}
@media only screen and (min-width: 768px) {.cd-primary-nav-trigger {  padding: 11px 0;border-radius: 5px; background-color: #fff; height: 40px; line-height: 30px; right: 20px; top: 38px; bottom: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.cd-primary-nav-trigger .cd-menu-text {display: inline-block;}
.cd-primary-nav-trigger .cd-menu-icon {left: auto; right: 0.8em;-webkit-transform: translateX(0) translateY(-50%); -moz-transform: translateX(0) translateY(-50%);-ms-transform: translateX(0) translateY(-50%);-o-transform: translateX(0) translateY(-50%); transform: translateX(0) translateY(-50%);}}
.cd-primary-nav {position: fixed;left: 0;top: 0;height: 100%;width: 100%;z-index: 1000;text-align: center;padding: 50px 0;-webkit-backface-visibility: hidden;backface-visibility: hidden;overflow: auto;-webkit-overflow-scrolling: touch;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;transition-property: transform;-webkit-transition-duration: 0.4s;-moz-transition-duration: 0.4s;transition-duration: 0.4s;}
.cd-primary-nav li {font-size: 22px;font-size: 1.375rem;font-weight: 300;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin: .2em 0;text-transform: capitalize;list-style:none;}
.cd-primary-nav a { display: inline-block; width:100%; -webkit-transition: background 0.2s; -moz-transition: background 0.2s; transition: background 0.2s; font-family: 'Raleway', sans-serif; color:#fff; font-size:40px; line-height: 72px; font-weight:900; text-transform:uppercase;}
.cd-primary-nav a:hover{ color:#111;   background-color: #fff;}
.cd-primary-nav .social-icons { margin:40px  0 60px;}
.cd-primary-nav .social-icons a{ padding:0px; width:auto;font-size: 36px;}
.cd-primary-nav .social-icons a:hover{ background:none;}
.cd-primary-nav .social-icons span{width: 70px;  background:none;height: 68px;font-size: 36px;border-radius: 5px;padding: 14px 14px;margin: 0 0 0 10px;}
.cd-primary-nav .social-icons span:hover{ background:#fff; color:#111;}
.cd-primary-nav .cd-label {color: #fff;text-transform: uppercase;font-weight: 700;font-size: 14px;font-size: 0.875rem;margin: 2.4em 0 .8em;}
.cd-primary-nav .cd-social {display: inline-block;margin: 0 .4em;}
.cd-primary-nav .cd-social a {width: 44px;height: 44px;padding: 0;background-image: url(//www.coreutah.com/wp-content/themes/fajar-wp/img/cd-socials.svg);background-repeat: no-repeat;overflow: hidden;text-indent: 100%;white-space: nowrap;}
.cd-primary-nav .cd-facebook a {background-position: 0 0;}
.cd-primary-nav .cd-instagram a { background-position: -44px 0;}
.cd-primary-nav .cd-dribbble a { background-position: -88px 0;}
.cd-primary-nav .cd-twitter a { background-position: -132px 0;}
.cd-primary-nav.is-visible { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0);}
@media only screen and (min-width: 768px) { .cd-primary-nav { padding: 80px 0;}}
@media only screen and (min-width: 1170px) {.cd-primary-nav li {font-size: 30px;font-size: 1.875rem;}.cd-primary-nav .cd-label {font-size: 16px;font-size: 1rem;}} .round-icon{ border: 1px solid #ededed;box-shadow: 0 0 0 6px #f9f9f9 inset; -webkit-box-shadow: 0 0 0 6px #f9f9f9 inset;height: 130px;width: 130px; margin:0 auto;}
.round-icon i{ border: 1px solid #ededed;display: block;height: 120px;margin: 4px 4px 0 auto;width: 120px; font-size:55px; line-height: 119px;}
.round-icon i.icon-designgraphictabletstreamlinetable-1{ font-size:45px;}
.round-icon:hover i, .tri-sec:hover .round-icon i{border-color:#fff; color:#fff;}
.bg-grey .round-icon i{ background:#fff;}
.round-icon-fill{ border: 3px solid #222222;height: 130px;width: 130px; margin:0 auto;}
.round-icon-fill i{ display: block;height: 116px;margin: 4px 4px 0 auto;width: 116px; font-size:50px; line-height: 119px; color:#fff; background:#222222}
.round-icon-fill:hover i, .tri-sec:hover .round-icon-fill i{border-color:#fff; color:#fff;}
.tri-sec i.icon-icons96{ font-size: 85px;position: relative; }
.round-icon .icon-icons96{ top:0 !important; font-size: 60px !important;line-height: 115px !important;}
.simple-icon{ font-size:70px;} .pointer-icon{ border-radius: 3px;color: #fff; font-size: 35px; height: 62px;line-height: 65px;text-align: center; width: 67px; position:relative;}
.pointer-icon:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(41, 145, 214, 0); border-width: 12px; margin-left: -4px; border-left:0;}
.pointer-icon .shadow{ background:#fff; position:absolute; left:-45px; top:-20px; width:100%; height:100%; opacity:.1; transform: rotate(137deg) scale(1.5) skew(29deg) translate(-1px); -webkit-transform: rotate(137deg) scale(1.5) skew(29deg) translate(-1px); -moz-transform: rotate(137deg) scale(1.5) skew(29deg) translate(-1px); -o-transform: rotate(137deg) scale(1.5) skew(29deg) translate(-1px); -ms-transform: rotate(137deg) scale(1.5) skew(29deg) translate(-1px);}
.pointer{width:118px;height:108px;margin:0 auto;border:1px solid #222222;border-radius:3px;display:inline-block;font-size: 48px;line-height: 120px;	position:relative;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.pointer:after {top: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(136, 183, 213, 0);border-top-color: #222222;border-width: 5px;margin-left: -5px;}
.pointer:after, .pointer:before {top: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}
.pointer:after {border-top-color: #fff;border-width: 12px;margin-left: -12px;}
.pointer:before {border-top-color: #222;border-width: 13px;margin-left: -13px;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.styled-select { display: block; position: relative;border:1px solid #e0e0e0;}
.styled-select:after { padding: 0; pointer-events: none; position: absolute; right: 0;top: 0;}
.styled-select:before {background: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/select-arrow.png) no-repeat 55% 19px #fff; content: ""; display: block; height: 47px; pointer-events: none; position: absolute; right: 0px; top: 0px; width: 47px;}
.styled-select-small { display: block; position: relative;width:100%;max-width:200px;border:1px solid #e0e0e0;height: 38px;}
.styled-select-small select{height:36px;}
.styled-select-small:after { padding: 0; pointer-events: none; position: absolute; right: 0; top: 0;}
.styled-select-small:before {background: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/select-arrow-grey.png) no-repeat 60% 15px #fff; content: ""; display: block;height: 36px;pointer-events: none; position: absolute; right: 0px;top: 0px;width: 47px;}
.simple-round{ width:125px; height:125px; display:inline-block; border:3px solid #fff; border-radius:100%;font-size: 45px;line-height: 120px; color:#fff;}
.simple-round.icon-icons96{ font-size:60px;}
.simple-round.icon-icons20{ font-size:60px;} .no-parallax{ background-position:0 0 !important;}
.parallax{ background-size:cover !important; background-attachment:fixed !important;}
.parallax-background{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/parallax2.jpg) no-repeat center top;}
.parallax-background h1{ font-size:60px; font-weight:600;}
.parallax-background .tri-sec{ margin:70px 0 0;}
.parallax-background .tri-sec p{padding: 0 10px; font-weight:400;} .heading{ margin: 0 auto;max-width: 860px;}
.heading h2{ margin-bottom:7px;}
.heading p{ font-size:20px;}
.heading.big h2{ font-size:20px; font-family: 'Raleway', sans-serif;font-weight:600;}
.heading.big h2 span{ display:block; font-size:156px; color:#222222;font-family: 'Raleway', sans-serif;font-weight:700;margin: -44px 0 40px 25px;}
.heading.big-heading h2{ font-size:55px; padding-bottom:15px;}
.heading.big-heading p{ font-size:28px; line-height:37px;}
.double-heading h2{ font-size:48px;font-weight: 800; text-transform:uppercase;}
.double-heading h2 small{ font-size:18px; display:block; padding-bottom:33px;font-weight: 600;} .search-btn{ float:right; border-left:1px solid #a3a5af; padding:0 0 0 19px; height:27px; margin:23px 0 0 0;font-size: 24px;}
.search-btn i{ cursor:pointer; color:#333;line-height: 28px;}
.search-btn i:hover{ color:#000;}
.smallHeader .search-btn i{ color:#333 !important;}
.smallHeader .search-btn i:hover{ color:#000;}
.searcho {background: #fff;height: 100%;left: 0;position: absolute;top: 0;width: 100%; display:none;}
.searcho input[type="text"]{ border: 0 none;font-size: 30px;height: 100%; margin: 0 5%;padding: 16px 0 11px;width: 90%;}
.searcho a{ font-size: 30px; position: absolute; right: 5%;top: 20px; text-decoration:none; color:#222}
.smallHeader .searcho a{top: 16px;}
.nav-full .search-btn { border-left: 1px solid rgba(255, 255, 255, 0.34);}
.nav-full .search-btn i{ font-size:25px;}
.header-classic .search-btn i{ font-size:30px;}
.header-classic { position:absolute; left:0; top:0; width:100%;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.header-classic .search-btn {height: 47px; margin: 23px 27px 0 4px; padding: 9px 0 0 25px;border-left: 1px solid #d3d3d3;}
.nav-full .searcho input[type="text"] { padding: 18px 0 11px;}
.header-classic .navbar-default .searcho input[type="text"]{padding: 27px 0 11px;}
.smallHeader .header-classic .navbar-default .searcho input[type="text"]  {padding: 20px 0 11px;}
.header-classic .navbar-default .searcho a {top: 30px;}
.smallHeader .header-classic .navbar-default .searcho a {top: 20px;}
.smallHeader .header-classic .navbar-brand {padding-top: 20px !important;}
.shopping-cart { float: right; margin: 23px 0 0;padding:0 19px 0 0;}
.shopping-cart i{color: #333; cursor: pointer; line-height: 28px;font-size:25px;}
.header-classic .shopping-cart i { font-size: 33px;line-height: 45px;}
.smallHeader .header-classic .shopping-cart { margin-top:18px;} .top-bar{ padding:9px 0;}
.header-classic .top-bar {padding: 14px 0;}
.top-bar .top-contact-info, .top-bar .top-contact-info li{ float:left}
.top-bar .top-contact-info li{ padding:9px 27px 0 0; font-weight:300}
.top-bar .top-contact-info li i{ float:left; margin:0 10px 0 0; font-size: 18px;}
.top-bar .top-contact-info li i.icon-call-1{ font-size:20px;}
.top-bar .top-contact-info li i.icon-phone5{ font-size:19px;}
.top-bar .top-contact-info li a{ color:#fff}
.top-bar .social { float:right}
.smallHeader.top-bar-header .navbar-default.nav-boxed .navbar-nav > li { padding: 0 0 9px;}
.smallHeader.top-bar-header .navbar-default.nav-boxed .searcho input[type="text"] { padding-bottom:9px;} .top-bar .top-contact-info li, .top-bar.bg-default .top-contact-info li a{ color:#fff}
.top-bar .top-contact-info li a:hover{ opacity:.7} .social {}
.social li{ display: inline-block; margin:0 0 0 5px; list-style:none;}
.social li a{ display:block;}
.social li a i{ border: 2px solid #333;border-radius: 100%;display: block;font-size: 18px;  font-weight: 300; height: 37px; line-height: 34px; text-align: center;width: 37px; color:#333;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.social li a:hover i{ opacity:1;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.social.big li a i{ width:46px; height:46px; line-height: 45px;}
.social.big.fill  li a i{ line-height:46px;}
.social.bordered li a i{ border: 2px solid #fff; color:#fff;}
.social.bordered.dark li a i{ border: 1px solid #2e2e2e; color:#2e2e2e;}
.social.bordered li a:hover i{ color:#fff}
.social.box  li a i{ width:50px; height:50px; border-radius:5px;line-height: 48px;font-size: 22px; border-width:1px;}
.social.box  li a:hover i{ color:#fff;}
.social.box.small  li a i{ width:50px; height:50px; line-height: 48px;}
.social.fill li a i{ background:#fff; line-height: 38px; box-shadow:1px 4px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow:1px 4px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow:1px 4px 3px rgba(0, 0, 0, 0.1); color:#222; border:0}
.social.fill li a:hover i{ opacity:1; color: #fff;}
.social.fill li a.facebook:hover i, .social li a.facebook:hover i{ background:#456098; border-color:#456098}
.social.fill li a.twitter:hover i, .social li a.twitter:hover i{ background:#07a2dc; border-color:#07a2dc}
.social.fill li a.googleplus:hover i, .social li a.googleplus:hover i{ background:#d24435; border-color:#d24435}
.social.fill li a.linkedin:hover i, .social li a.linkedin:hover i{ background:#05759b; border-color:#05759b}
.social.fill li a.pinterest:hover i, .social li a.pinterest:hover i{ background:#c2171d; border-color:#c2171d}
.social.fill li a.instagram:hover i, .social li a.instagram:hover i{ background:#565656; border-color:#565656}
.social.center li{ float:none; text-align:center; display:inline-block}
.social.big li a i{ width:46px; height:46px;}
.social-text{ text-align:center; border-top:1px solid #d4d4d4; padding:18px 0 0; margin:18px 0 0 0}
.social-text li{ display:inline-block; font-size:16px;}
.social-text li a{ display:inline-block; margin:0 3px;}
.social-text li a:hover{ color:#333}
.boxed-dark-fill li a i{  background:#222;border-radius: 0;color: #fff;font-size: 20px;height: 46px;line-height: 45px;width: 51px;}
.social-with-number li { display:inline-block;padding: 0 6px 0 0;}
.social-with-number li a{ display:block; padding:6px 11px 5px; border:1px solid #c6c6c6; min-width: 62px; border-radius:5px; color:#383838; font-size:14px;}
.social-with-number li a i{ margin:0 10px 0 0;}
.social-with-number li a.twitter:hover{ background:#07a2dc; color:#fff; border-color:#07a2dc}
.social-with-number li a.facebook:hover{ background:#456098; color:#fff; border-color:#456098}
.social-with-number li a.google-plus:hover{ background:#d24435; color:#fff; border-color:#d24435}
.social-with-number li a.share:hover{ background:#333; color:#fff; border-color:#333}
.social-simple li a.dribble:hover{ color:#ff69a2;}
.social-simple li a.twitter:hover{ color:#35c7f7;}
.social-simple li a.behance:hover{ color:#0d81f0;}
.boxed-social{border:1px solid #e0e0e0;list-style:none;}
.boxed-social li{float:left; width:33.3%}
.boxed-social li a{display:block; padding:20px 34px;color: #222222;border-right:1px solid #e0e0e0;}
.boxed-social li:last-child a{border:0;}
.boxed-social li a i{border: 1px solid #222222;border-radius: 100%; color: #222222; float:left; height: 49px;line-height: 50px;text-align: center;width: 49px;	margin-right:13px;}
.boxed-social li a.facebook:hover{color: #456098;}
.boxed-social li a.facebook:hover i{background:#456098; border-color: #456098;color: #456098; color: #fff;}
.boxed-social li a.twitter:hover{color: #2991d6;}
.boxed-social li a.twitter:hover i{background:#2991d6; border-color: #2991d6;color: #2991d6; color: #fff;}
.boxed-social li a.pinterest:hover{color: #a92020;}
.boxed-social li a.pinterest:hover i{background:#a92020; border-color: #a92020;color: #a92020; color: #fff;} .main-banner{ background:#000; position:relative; padding:0; overflow:hidden;}
.main-banner .overlay-fajar{ background:#000; opacity: 0.4;}
.blackboard-bg{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/main-banner/creative/bg.jpg) repeat center top;}
.banner-bottom{ padding:25px 0 20px; background:#171717; margin-top: -2px; color:#fff;}
.banner-bottom h3{ color:#fff; font-size:28px;}
.banner-bottom p{ color:#8b8b8b; margin:0; font-size:18px;}
.main-banner.simple{ background:#fff; border-bottom:1px solid #c3c3c3}
.main-banner.simple .text-left{ text-align:left}
.carousel-indicators.tab-banner-nav{ bottom: 0;left: 0;margin: 0; position: relative; width: 100%; display:table;}
.carousel-indicators.tab-banner-nav li { display:table-cell; width:1%; height:auto; border-radius:0; border:0;text-indent:0; text-align:left; position:relative;}
.carousel-indicators.tab-banner-nav li p { font-size:15px; color:#595959; margin:0; padding:25px 20px 25px 20px;}
.carousel-indicators.tab-banner-nav li p span{ display:block; font-size:28px; color:#595959; font-family: 'Raleway', sans-serif; font-weight:500;}
.carousel-indicators.tab-banner-nav li.active, .carousel-indicators.tab-banner-nav li:hover{ background:#222222;}
.carousel-indicators.tab-banner-nav li.active p, .carousel-indicators.tab-banner-nav li.active p span,
.carousel-indicators.tab-banner-nav li:hover p, .carousel-indicators.tab-banner-nav li:hover p span{ color:#fff;}
.carousel-indicators.tab-banner-nav li.active:after, .carousel-indicators.tab-banner-nav li:hover:after{bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-bottom-color: #222; border-width: 16px; margin-left: -20px;}
.main-banner.simple .carousel-caption{ left:0;right:0; bottom:20%;}
.main-banner.simple .carousel-caption h1{ color:#fff; text-shadow:none; font-size:75px;}
.main-banner.simple .carousel-caption p{ font-size:28px; text-shadow:none; padding-bottom:20px;}
.main-banner.simple img{ max-width:none; width:100%;}
.video-full-width{ position:absolute; left:0; top:0; width:100%; height:100%;}
.video-full-width video{ position:relative; left:0; top:0; width:100%;}
.main-banner.agency-banner{ background:#2991d6; overflow:visible;}
.main-banner.agency-banner .tp-bgimg.defaultimg{ opacity:.2 !important}
.main-banner.agency-banner .font-alternate{ color:#fff;}
.main-banner.agency-banner .mediumlarge_light_white{ font-size:28px;}
.tp-simpleresponsive .tp-caption.slider3-heading1{ font-size:78px;font-family: 'Raleway', sans-serif;}
.tp-simpleresponsive .tp-caption.slider3-heading2{ font-size:110px;font-family: 'Raleway', sans-serif;}
.rev-banner3 .font-alternate{ font-size:28px; color:#fff;}
.rev-banner3 .tparrows{ background-color:#fff !important;}
.rev-banner3 .tparrows.tp-leftarrow {background: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/left-arrow-dark.png) no-repeat center center;}
.rev-banner3 .tparrows.tp-rightarrow {background: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/right-arrow-dark.png) no-repeat center center;} .tri-sec h3{ margin-top:30px;}
.tri-sec h3, .tri-sec i, .tri-sec a{-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.tri-sec:hover h3, .tri-sec:hover i, .tri-sec:hover a{ -webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.tri-sec a.link{ color:#222;}
.tri-sec:hover .pointer{ -webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.tri-sec:hover .pointer:before {	-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.tri-sec .pointer{ margin-bottom:15px;}
.tri-sec ul{ padding:5px 0 0;}
.tri-sec ul li{ font-size:20px;margin: 10px 0;}
.tri-sec.single h3{ font-size:32px;}
.boxed-tri-sec{ padding:35px 22px 22px 22px; border:1px solid #e3e3e3; border-radius:5px; position:relative; margin:73px 0 0;}
.boxed-tri-sec .pointer-icon{position:absolute; right:33px; top:-30px;}
.tri-sec-number{ padding-left:100px; position:relative;}
.tri-sec-number .number{ font-weight:900; font-size:125px; position:absolute; left:0; top:0;line-height: 84px;}
.tri-sec-number h3{ font-weight:600;} .incredible-sec{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/bg1.jpg) repeat center top;}
.incredible-sec h1{ margin-top:0;}
.incredible-sec p{ font-size:20px; max-width:1000px; margin:0 auto; font-weight:300;} .counter .quantity-counter{ font-size:86px; font-weight:600;font-family: 'Raleway', sans-serif;}
.counter .counter-details{ font-size:24px; text-transform:uppercase;margin: 0;font-weight:600;}
.counter .counter-details span{ color:#333333; display:block; font-size:18px; font-weight:300; padding: 10px 0 0;font-family: "Source Sans Pro",sans-serif;}
.counter.boxed{ background:#fff; border:1px solid #dbdbdb; padding-bottom:40px;margin-top: 20px;}
.counter.boxed .quantity-counter, .counter.boxed .counter-details{font-weight:400;}
.counter.boxed .quantity-counter{ font-size:60px;}
.numbering-sec .counter{ margin:30px 0;}
.numbering-sec .counter i{ display:block; color:#fff;}
.numbering-sec .counter .quantity-counter{ color:#fff; font-size:58px;margin: 8px 0;display: block;}
.numbering-sec .counter .counter-details{ color:#fff;font-family: 'Raleway', sans-serif; text-transform:none;}
.counter-iconic{ margin:0 !important;}
.counter-iconic .col-md-3{ padding:60px 20px; overflow:hidden;}
.counter-iconic .col-md-3 .counter .quantity-counter{ color:#fff; background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/counter-sprtr.jpg) no-repeat center bottom; display: block;
font-size: 70px;margin-bottom: 30px; padding-bottom: 10px;}
.counter-iconic .col-md-3 .counter, .counter-iconic  .counter .counter-details, .counter-iconic  .counter .counter-details span{ color:#fff;}
.counter-iconic  .counter .counter-details span{ text-transform:none;}
.counter-iconic i{ color: #fff;font-size: 270px;left: -50px; opacity: 0.1;position: absolute;right: 0;top: -40px;}
.counter-iconic i.bottom{ bottom:-20px; top:auto}
.counter-iconic i.right{ right:-20px; left:auto}
.counter-iconic i.icon-briefcase2{ font-size:180px;} .who-we-are-left-img, .who-we-are-content{ width:50%; float:left;}
.who-we-are-content{ padding:40px;}
.who-we-are-left-img{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/who-we-are-slider2.jpg) no-repeat 0 0; height:616px; background-size:cover;} .clents-section{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/globe.png) no-repeat center top #f4f4f4;}
.what-client-say{ border:1px solid #d9d9d9; background:#fff; padding:45px 45px 55px; border-radius:5px; margin:0px; position:relative;}
.what-client-say h2{ font-size:32px;margin-bottom: 20px;}
.what-client-say p{ font-size:20px;}
.what-client-say .icon-quote-left{ color: #dfdfdf;font-size: 25px;left: 20px;margin-top: -10px;position: absolute;top: 37%;}
.what-client-say .icon-quote-right{ color: #dfdfdf;font-size: 25px;right: 20px;margin-top: -10px;position: absolute;top: 50%;}
.about-client span{ font-size:22px;}
.about-client p{ font-size:16px; color:#939494; line-height: 20px;}
.happy-clients{ padding:150px 0 0;}
.happy-clients h2{ margin:0;}
.happy-clients h2 span{ font-size:32px; color:#222222; display:block; font-weight:300;} .company-partners{ border:1px solid #e3e3e3; margin:45px 0 0 !important; border-radius:5px; overflow:hidden;}
.partners-content img{ float:left; margin-right:40px;max-width: 378px;}
.partners-content .social{ margin-bottom:15px;}
.partners-content p{ font-size:24px; line-height:38px; padding:30px 40px 10px 0;}
.partners-name{ list-style:none;font-family: 'Raleway', sans-serif;}
.partners-name li{ float:left; width:33.3%;border-right: 1px solid #e3e3e3;border-top: 1px solid #e3e3e3;}
.partners-name li:last-child{ width:33.4%;border-right:0;}
.partners-name li:last-child a{ border-right:0;}
.partners-name li a{ display:block; padding:33px 20px 28px; font-size:24px; color:#222222;line-height: 23px;}
.partners-name li a span{ display:block; color:#333; font-size:18px; font-weight:300;font-family: "Source Sans Pro",sans-serif;}
.partners-name li a:hover, .partners-name li a.active{ }
.company-partners{ }
.company-partner { position:relative; float:left; width:100%; overflow:hidden; margin:40px 0 0;}
.company-partner img{ width:100%;}
.company-partner:hover img{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");}
.company-partner .company-partner-description{ position:absolute; left:0; right:0; bottom:-100%; background:#fff; padding:19px 25px 7px;-webkit-transition: all 800ms ease;-moz-transition: all 800ms ease;-ms-transition: all 800ms ease;-o-transition: all 800ms ease;transition: all 800ms ease;}
.company-partner .company-partner-description h3{ font-size:20px; font-weight:700; color:#222222}
.company-partner .company-partner-description h3 span{ display:block; font-size:16px; color:#333; padding:4px 0 0;}
.company-partner .company-partner-description ul{ float:right; list-style:none;}
.company-partner .company-partner-description ul li{ float:left; margin:0 0 0 10px;}
.company-partner .company-partner-description ul li a{ font-size:22px; color:#222222}
.company-partner .company-partner-description ul li a i.icon-dribbble2{ font-size:18px;}
.company-partner .company-partner-description ul li a i.icon-twitter-1{ font-size:26px;}
.company-partner:hover .company-partner-description{ bottom:0;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;} .latest-blog-post{ border-radius:5px; overflow:hidden; background:#fff; margin:50px 0 0;}
.latest-blog-post img{ max-width:none; width:100%;}
.latest-blog-post-content{ padding:22px;}
.latest-blog-meta{ list-style:none; font-size:16px; font-weight:300; border-top:1px dotted #a5a5a5; padding:24px 0 0; margin:20px 0 0;}
.latest-blog-meta li{ float:right;}
.latest-blog-meta li:first-child{ float:left;}
.latest-blog-meta li a{ color:#888888; margin:0 0 0 15px; display:block}
.latest-blog-meta li a:hover{ color:#000;}
.latest-blog-meta li a i{ float: left; font-size: 22px; margin: 2px 9px 0 0;}
.latest-blog-meta li a i.icon-heart{ font-size:16px; margin-top: 4px;}
.latest-blog-post.bordered{ border:1px solid #dfdfdf; border-radius:4px;} .blog-post{ padding:0 0 80px 0;}
.blog .blog-post:last-child{ padding-bottom:0;}
.blog-post .blog-thumb img{ margin-bottom:40px;}
.blog-post-meta{ color:#929191; font-size:17px;}
.blog-post-meta a{ color:#5c5c5c;}
.blog-post-meta a:hover{color:#5c5c5c; border-bottom:1px solid #5c5c5c}
.blog-post h3, .blog-post h3 a{ font-size:32px;font-family: 'Raleway', sans-serif; font-weight:600;}
.blog-post p{ font-size:20px; margin-bottom:16px;}
.blog-post .owl-controls{ top:46%;}
.blog-left{ float:left; width:67%;}
.blog-right{ float:right; width:30%;}
.grid .blog-post{ padding-bottom:10px;}
.grid .blog-thumb img{ max-width:none; width:100%;}
.grid .blog-post p{ font-size:17px;line-height: 26px;}
.grid .blog-post h3, .grid .blog-post h3 a{ font-size:24px;}
.grid .blog-post a.read-more{ font-size:18px;font-family: 'Raleway', sans-serif; font-weight:400; color:#494949; font-style:italic; border-bottom:2px solid #b3b3b3;} .blog-post-classic-sec{ border:1px solid #bcbcbc; margin-top:70px;}
.blog-post-classic{ border-bottom:1px solid #bcbcbc;}
.blog-post-classic-sec .blog-post-classic:last-child{ border-bottom:0;}
.blog-post-classic p{ width:25%; border-right:1px solid #bcbcbc; margin:0;}
.blog-post-classic a{ width:75%; font-weight:400; color:#222222;}
.blog-post-classic a span{ display:inline-block; padding:5px 18px 7px; background:#404040; font-size:16px; color:#fff; border-radius:5px;position: relative;top: -2px; left:10px;}
.blog-post-classic a:hover {}
.blog-post-classic a i{ float:right;font-size: 24px;}
.blog-post-classic p, .blog-post-classic a{ padding:26px 4% 21px; float:left; font-size: 20px;} .blog-post-centered{ text-align:center; max-width:800px; margin:0 auto 170px;}
.blog-post-centered h2{ margin-bottom:35px;}
.blog-post-centered ul{ margin-top:40px;}
.blog-post-centered ul li{ list-style:none; display:inline-block; font-size:20px; color:#727272;}
.blog-post-centered ul li img{ border-radius:100%;position: relative;top: -7px;}
.blog-post-centered ul li i, .blog-post-centered ul li img{ font-size:25px;float: left; margin: 0 10px 0 0;}
.blog-post-centered ul li{ margin:0 10px;}
.blog-post-centered ul li a:hover{ color:#000;} #container{position:relative;max-width:1100px;margin:0 auto 0;}
.store-gallery #container{width:1140px;}
.blog-border{border:1px solid #d6d6d6;padding:17px;}
.grid{padding:1px;min-height:100px;float:left;border:1px solid #d6d6d6;-webkit-transition: top 1s ease, left 1s ease;-moz-transition: top 1s ease, left 1s ease;-o-transition: top 1s ease, left 1s ease;-ms-transition: top 1s ease, left 1s ease;}
.grid strong {border-bottom:1px solid #ccc;margin:10px 0;display:block;padding:0 0 5px;font-size:17px;}
.grid .meta{text-align:right;color:#777;font-style:italic;}
.grid .imgholder img{max-width: none;background: #ccc;display: block;width: 100%;} .sidebar-widget{ margin-bottom:60px;}
.sidebar-widget h3{ font-size:20px;margin-bottom: 36px;font-weight:600;}
.sidebar-widget .heading{ background:#bcbcbc; padding:17px 15px 15px; margin-bottom:38px;}
.sidebar-widget .heading h3{ margin:0; color:#fff;}
.list-arrow{}
.list-arrow li{ margin-bottom:15px;}
.list-arrow li a{ font-size:18px; color:#929191;font-weight: 400;}
.list-arrow li a:hover{ color:#333333;}
.list-arrow li a i{ float: left;font-size: 23px;margin-right: 16px;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.list-arrow li a:hover i{ margin-left:5px;margin-right: 11px;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.list-bullets li{ display: inline-block; padding: 0 3% 8px; width: 45%;} .search-widget{ background:#bcbcbc; padding:20px; position:relative;}
.search-widget input[type="text"]{ height:54px; background:#fff; border:1px solid #aeaeae; padding:0 4%; width:100%; font-size:16px; font-style:italic;}
.search-icon{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/search-icon.png) no-repeat center center #fff; width:50px; height:52px; border:0; }
.search-widget .search-icon{ position:absolute; right:20px; top:21px;}
.quote{ font-size:24px !important; color:#333333; background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/quotes-text.png) no-repeat 0 20px; padding:20px 20px 20px 60px;}
.share-post{ border:1px solid #c7c7c7; padding:26px;}
.share-post p{ width:22%; float:left; color:#222222; font-size:24px;font-family: 'Raleway', sans-serif; font-weight:600;margin: 10px 0 0;}
.share-post ul{ float:right; width:78%;}
.share-post ul li{ float:left; list-style:none; font-size:16px;width: 33%; text-align:center}
.share-post ul li a{ display:block; border:1px solid #b1b1b1; color:#929191; text-transform:uppercase; width:90%; padding:13px 14px 12px; float:right;}
.share-post ul li a.facebook:hover{  background:#456098; color:#fff; border-color:#456098;}
.share-post ul li a.twitter:hover{  background:#07a2dc; color:#fff; border-color:#07a2dc;}
.share-post ul li a.pinterest:hover{  background:#a92020; color:#fff; border-color:#a92020;} .comments h2{font-family: 'Raleway', sans-serif; font-weight:600;font-size: 32px;}
.commentlist {list-style:none;padding:15px 0 0;}
.commentlist li {	line-height:1.428571429}
.comment {padding:28px;margin-top:20px;border:1px solid #c7c7c7;}
.comment-wrapper {position:relative;}
.comment-avartar {float:left;}
.comment-content-wrapper {padding-left:96px;}
.comment-reply {	position:absolute;right:0;top:0;}
.comment-reply-link {background-color: #000000;color: #FFFFFF;cursor: pointer;display: inline-block;font-size: 14px;line-height: 1.42857;margin-bottom: 0;padding:6px 15px 4px;text-align: center;vertical-align: middle;white-space: nowrap;}
.comment-reply-link i {padding-right:10px;}
.comment-reply-link:hover, .comment-reply-link:focus {color:#fff;}
.comment-author {font-size:20px;color:#222222;display:block;line-height:22px;font-family: 'Raleway', sans-serif; font-weight:600;}
.comment-date {color: #626262;font-size: 14px;}
.comment-message {font-size: 20px;padding-top: 12px;}
.children {list-style:none;}
.comment-respond {padding:70px 0 0;}
.comment-respond h2 {margin-bottom:35px;font-family: 'Raleway', sans-serif; font-weight:600;font-size:32px;}
.comment-respond input[type="text"], .comment-respond input[type="email"],
.comment-respond input[type="password"], .comment-respond input[type="number"],
.form-widget input[type="text"], .form-widget input[type="email"],
.form-widget input[type="password"], .form-widget input[type="number"] {margin: 0 1.2% 16px 0;padding: 8px 2% 5px;width: 32.1%;font-size:16px;height: 47px;color:#767676;}
.comment-respond textarea, .form-widget textarea {padding:18px 2% 15px;margin-bottom:14px;resize:none;width:100%;font-size:16px;color:#767676;height: 200px;}
.blog-left .comment-respond textarea{ width:100%;}
.col-md-12 .form-widget textarea, .comment-respond textarea { width:99.3%} .i-am-here{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/bg2.jpg) repeat center top; padding:0; height:584px; position:relative;-webkit-transform: translateZ(0x)}
.i-am-here .overlay-fajar{ background:#000; opacity:.4;}
.i-am-here-content{ padding:210px 0 0;}
.i-am-here-content p{ font-size:50px; color:#fff; line-height:60px;margin-bottom: 20px;}
.i-am-here-content p span{ color:#fff;} .creative-sec {	background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/creative-sec-bg.png) no-repeat center 40px;min-height:475px;color:#646464;}
.creative-sec h1 {margin-bottom:3px;}
.creative-sec .lead {margin-bottom:15px;}
.creative-sec .btn {margin:0 6px;padding: 10px 20px 4px;}
.creative-sec-thumb {position:absolute;}
.creative-sec-thumb.one {left:0;	top:110px}
.creative-sec-thumb.two {left:260px;top:70px;}
.creative-sec-thumb.three {left:599px;top:130px;}
.creative-sec-thumb.four {right:0;top:30px;}
.creative-sec-thumb figure {min-width:200px;text-align:center;}
.creative-sec-thumb figcaption { font-size:26px;padding:20px 0 0;} .creative-services-sec-bg{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/services-creative-lines.png) no-repeat 0 78px; background-size:contain}
.creative-services-sec {padding-bottom: 100px;}
.number-icon{ color: #fff;font-family: 'Raleway', sans-serif; font-weight:600; line-height: 57px;font-size: 30px;height: 100px;text-align: center;width: 58px;}
.creative-services-sec-content{ float:left; width: 61%; padding-left: 50px;}
.creative-services-sec-content h2{ font-size:32px;}
.creative-services-sec-icon .globe-icon{ margin-top:-70px;}
.creative-services-sec-icon{ float:right;}
.creative-services-sec-icon.pull{ float:right;}
.creative-services-sec-icon.umbrella{ margin:-30px 0 80px 0;}
.creative-services-sec.number-icon-right .number-icon { float:right}
.creative-services-sec.number-icon-right .creative-services-sec-content{ float:right;padding-right: 50px;}
.creative-services-sec.number-icon-right .creative-services-sec-icon{ float:left} .team-member{margin-top:0px;}
.team-member-thumb{ position:relative;}
.team-member-thumb .overlay-fajar{ background:#fff; opacity:0;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.team-member-thumb img{ border-radius:3px;max-width: none;width: 100%;}
.team-member-thumb .social{ position:absolute; left:0; top:50%; margin-top:-15px; width:100%; text-align:center;}
.team-member-thumb .social li{ float:none; display:inline-block;transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); -webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.team-member-thumb:hover .overlay-fajar{opacity:.8;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.team-member-thumb:hover .social li{transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.team-member-content{ padding:26px 0 0;}
.team-member-content h3{ font-weight:600; font-size:22px;}
.team-member-content h3 span{ display: block;font-size: 18px; font-weight: 300; padding:5px 0 0;}
.team-member.two{ margin:0}
.team-member.two .team-member-thumb img{ border-radius:0;}
.team-member.two .team-member-content h3 span{ color:#333;} .we-are-award-wining{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/we-are-award-wining-bg.jpg) no-repeat center top; position:relative; padding:130px 0; background-size:cover;}
.we-are-award-wining .overlay-fajar{ background:#000; opacity:.6;}
.we-are-award-wining p{ color: #fff;font-family: 'Raleway', sans-serif; font-weight:300; font-size: 65px; line-height: 77px; max-width: 520px;}
.we-are-award-wining .play-video-btn{ color:#fff; display:inline-block;}
.we-are-award-wining .play-video-btn img{ display:block; margin: 0 auto 10px auto;} .our-process-tabs{ margin:50px 0 0 0 !important;}
.our-process-tabs .resp-tab-item{ margin:0 4px;width: 24%;}
.our-process-tabs .resp-tab-item a{ background: #fff;border: 3px solid #222222; color: #222222 !important;font-size: 20px;padding: 15px 24px 13px; font-weight:300; display:block; text-align: left;}
.our-process-tabs .resp-tab-item a i{ float: left;margin: -3px 12px 0 0; font-size:30px;}
.our-process-tabs .resp-tab-item a:hover, .our-process-tabs .resp-tab-active a, .resp-tab-active{ background:none !important;}
.our-process-tabs .resp-tabs-container{ padding:70px 0 0;}
.our-process-tabs .resp-tabs-container .process{ padding:0 0 0 322px;}
.our-process-tabs .resp-tabs-container .process h2{ margin-bottom:23px;} .clients-feedback{ color: #fff; position:relative; padding:0;}
.clients-feedback .heading{ position:absolute; left:0; top:80px; width:100%; z-index:1;max-width: none;}
.clients-feedback h2{color: #fff;}
.clients-left{ float:left; width:45%;padding: 180px 0 80px;}
.clients-right{ float: left;width: 55%;background: rgba(0, 0, 0, 0.05);position: absolute;right: 0;height: 100%;}
.clients-map{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/clients-map.png) no-repeat; position:absolute; left:0; top:0; width:100%; height:100%;}
.clients-feedback .testimonials{ margin-top:;padding: 55px 70px 0;}
.clients-feedback .container .testimonials{ padding: 55px 30px 0;}
.clients-feedback.dark{background:#222222;}
.clients-feedback.dark .clients-map{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/clients-map2.png) no-repeat;}
.client-logos{ margin:300px 0 0; padding:0} .testimonial{ position:relative; padding:33px 25px 33px 90px; border-radius:5px; background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/quotes.png) no-repeat 20px 40px #fff; font-size:20px; line-height:30px; color:#222222; margin-bottom:42px}
.testimonial p{ margin:0;}
.testimonial:after{top: 100%; left: 0; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-top-color: #fff; border-width: 27px; margin-left:33px;}
.client-detail{ margin-left:18px;}
.client-detail img{ float:left; border-radius:3px; padding:3px; background:#fff;-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.55);-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.55);box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.55); margin-right:17px;}
.client-detail span{position: relative;top: 6px;}
.client-detail strong{ display:block; font-size:20px; font-weight:600;}
.testimonials2{ color:#fff; padding:20px 0}
.testimonials2 .owl-carousel{ max-width:960px; margin:0 auto;}
.testimonials2 p{ font-size:24px;}
.testimonials2 .about-client { padding:15px 0 0;}
.testimonials2 .about-client span{ font-family: 'Raleway', sans-serif; font-weight:600; color:#fff;}
.testimonials2 .about-client p{ color:#fff; font-size:16px;}
.testimonials2 .owl-controls .owl-pagination .owl-page span{ border: 1px solid #fff !important;}
.testimonials2 .owl-controls .owl-pagination .owl-page.active span,
.testimonials2 .owl-controls .owl-pagination .owl-page:hover span{ background:#fff !important;} .sub-page{ padding:80px 0;}
.subpage-banner{ min-height:536px; color:#fff}
.subpage-banner.me{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/me.jpg) no-repeat center top;}
.site-title{ color:#fff; font-size:58px;font-family: 'Raleway', sans-serif; font-weight:700; margin-top: 13%; text-transform:uppercase;}
.subpage-banner p{ font-size:32px; margin:20px 0;font-family: 'Raleway', sans-serif;}
.subpage-bg{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/about.jpg) no-repeat center top;}
.work-bg{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/about.jpg) no-repeat center top;}
.shop-banner{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/banner.jpg) no-repeat center top;}
.subpage-breadcrumb-banner{ padding:36px 0; border-bottom:1px solid #dadada;}
.subpage-breadcrumb-banner h1{ font-size:20px; color:#222222; text-transform:uppercase; float:left; margin:0;margin: 2px 0 0;}
.subpage-breadcrumb-banner  .breadcrumbs{ float:right}
.breadcrumbs li{ display: inline-block;font-size: 14px;}
.breadcrumbs li a{ color:#6b6b6b;}
.breadcrumbs li span{ margin:0 3px;font-size: 12px;} .people-excited{ max-width:960px; margin:0 auto; padding:25px 0 0;}
.people-excited p{ color:#222222; font-size:24px;}
.people-excited .about-client{ padding:20px 0 0;}
.people-excited .about-client span{ font-family: 'Raleway', sans-serif; font-weight:600; color:#222222;}
.people-excited .about-client p{ font-size:16px;}
.people-excited .owl-controls .owl-pagination .owl-page span{ background:#dadada !important; border-color:#dadada !important;} .studio-section{ padding:0;}
.studio-slider, .studio-slider-content{ width:100%; float:left; text-align:center}
.studio-slider-content-inner{ color:#fff; max-width:86%; margin:16% auto 0;}
.studio-slider-content-inner h2{font-family: 'Raleway', sans-serif; font-weight:600; color:#fff; padding-bottom:10px}
.studio-slider-content-inner p{ font-size:32px; line-height:42px;font-family: 'Raleway', sans-serif;}
.service{ margin:50px 0 0;}
.service img{ margin:0 0 32px 0;}
.img-slider img{ max-width:none; width:100%;} .creative-process h1{ font-size:58px;font-family: 'Raleway', sans-serif; font-weight:600; color:#fff;}
.creative-process .simple-round{ margin:50px 20px 0;} .recent-work{ margin:5px 0 0;}
.recent-work .zoom-thumbnail figcaption h3{ padding-top:20%;}
.portfolio-item-thumb img{ max-width:none; width:100%;}
.portfolio-item-content{ background:#f9f9f9; padding:20px 20px 15px}
.portfolio-item-content h2{ font-size:32px; margin:0;}
.portfolio-item-content p{ margin:0;} .portfolio li{ width:25%; float:left; list-style:none;}
.portfolio-item { position:relative; overflow:hidden;}
.portfolio-item img{ max-width:none; width:101%;display:block;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.portfolio-item:hover img{ transform: translateY(-20px); opacity:.7;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.portfolio-item a.project-detail, .portfolio-item a.project-zoom{ background: #333;border-radius: 100%;color: #fff;display: inline-block;font-size: 23px;height: 58px; margin: 4px;text-align: center;text-decoration: none;
transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); -webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease; width: 58px; line-height:61px; position:absolute; top:50%; margin:-60px 0 0 0; left:50%;}
.portfolio-item a.project-detail{ margin-left:-64px;}
.portfolio-item a.project-detail{ margin-right:-64px;}
.portfolio-item:hover a{transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1);}
.portfolio-item-info{ padding:20px 20px; position:absolute; left:0; bottom:-100%; right:0; background:#fff;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.portfolio-item-info h3{ margin:0;}
.portfolio-item-info h3 small{ display:block; margin:7px 0 0;}
.portfolio-item:hover .portfolio-item-info{ bottom:0;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;} .portfolio-masonary-column{ width:33.3%; float:left;}
.portfolio-masonary-item{ position:relative;overflow: hidden;}
.portfolio-masonary-item img{ width:100%; max-width:none;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;-ms-transition: all 1s ease;transition: all 1s ease;}
.portfolio-masonary-item:hover img{ transform: scale(1.12);-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;-ms-transition: all 1s ease;transition: all 1s ease;}
.portfolio-masonary-item .portfolio-masonary-content{ position:absolute;left:0; top:0; right:0; bottom:0; padding:40px; background:rgba(255, 255, 255, 0.61); font-weight:400; font-size:32px; opacity:0; color:#575757;}
.portfolio-masonary-item .portfolio-masonary-content small{ display:block; font-size:16px; color:#606060;font-weight:normal;}
.portfolio-masonary-item:hover .portfolio-masonary-content{ opacity:1;}
.portfolio-bottom{ background:#f5f5f5; border-bottom:2px solid #e9e9e9; padding: 40px 0 35px;}
.portfolio-bottom p{ margin:0; font-size:24px;}
.portfolio-bottom p a{ border-bottom:1px solid #222; color:#222;}
.our-work-sec.portfolio-bg{ background:#f9f9f9;}
.our-work-sec.portfolio-bg .poftfolio-item-info{ background:#fff;}
#Container-portfolio .mix{ display: none;}
.portfolio-filter-nav{ background:#fff; padding:20px 0; border-bottom:1px solid #e4e7e8; border-top:1px solid #e4e7e8; text-align:center;}
.portfolio-filter-nav .filter{ display:inline-block; margin:0 5px; cursor:pointer; padding:10px 20px 7px;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.portfolio-filter-nav .filter:hover, .portfolio-filter-nav .filter.active{ color:#fff;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.poftfolio-item-thumb{ position:relative;}
.poftfolio-item-thumb img{width:100%; max-width:none;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.poftfolio-item-thumb:hover img{ opacity:.6;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.poftfolio-item-thumb a.hover-button-left,
.poftfolio-item-thumb a.hover-button-right{ position:absolute; left:50%; top:50%; margin-top:-29px; width:58px; height:58px; border-radius:100%;font-size: 23px; color:#fff; background:#333;line-height: 63px; text-align:center;transform: scale(0); -webkit-transform: scale(0);}
.poftfolio-item-thumb:hover a.hover-button-left,
.poftfolio-item-thumb:hover a.hover-button-right{ transform: scale(1); -webkit-transform: scale(1);}
.poftfolio-item-thumb a.hover-button-left{ margin-left:-70px;}
.poftfolio-item-thumb a.hover-button-right{ margin-right:-70px;}
.poftfolio-item-info{ padding: 20px 0 16px;}
.poftfolio-item-info h3{ font-size: 28px; color:#222;}
.poftfolio-item-info h3 small{ color: #5b5b5b; display: block; font-size: 18px; padding: 6px 0 0;}
.poftfolio-item-info.text-center{ padding-left:20px; padding-right:20px;}
.poftfolio-item-thumb .hover-button-plus{ position:absolute; left:0; right:0; top:0; bottom:0; margin:0; color:#333; font-size:40px;transform: scale(0); -webkit-transform: scale(0); background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/plus-icon.png) no-repeat center center;}
.poftfolio-item-thumb .hover-button-plus i{ left: 50%;margin: -22px;position: absolute;top: 50%;}
.poftfolio-item-thumb:hover .hover-button-plus{ transform: scale(1); -webkit-transform: scale(1);}
.portfolio-wide-layout{ padding:0 40px;}
.portfolio-column{ margin:0 -15px; padding:50px 0 0;}
.portfolio-column li { padding:15px; float:left;}
.portfolio-two-column li{ width:50%;}
.portfolio-two-column li img{ max-width:none; width:100%;}
.portfolio-three-column li{ width:33.3%;}
.portfolio-four-column li{ width:25%;}
.portfolio-five-column li{ width:20%;}
.portfolio-four-column .poftfolio-item-info h3{ font-size:24px;}
.portfolio-five-column .poftfolio-item-info h3{ font-size:20px;}
.portfolio-five-column .poftfolio-item-info h3 small{ font-size:16px;}
.portfolio-column.no-space{ margin:0;}
.portfolio-column.no-space li{ padding:0;} .awesome-products li{ width:33.3%; float:left; list-style:none; }
.align-middle h3{ transform: translateY(-50%); position:absolute; left:0; top:50%; right:0; text-align:center;} .zoom-thumbnail{ position:relative; overflow:hidden; background:#fff;}
.zoom-thumbnail img{ transform: scale(1.12); -webkit-transform: scale(1.12); -moz-transform: scale(1.12);  width: 100%;}
.zoom-thumbnail:hover img {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
opacity: 1;
}
.zoom-thumbnail figcaption {
position: absolute;
left: 10px;
right: 10px;
top: 10px;
bottom: 10px;
text-align: center;
opacity: 0;
transform: scale(1.1);
-webkit-transform: scale(1.1);
padding: 0 0;
background: rgba(255, 255, 255, 0.9);
-moz-transform: scale(1.1);
}
.zoom-thumbnail:hover figcaption{ opacity:1;transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1);}
.zoom-thumbnail figcaption h3 {
padding: 28% 50px 20px;
}
.zoom-thumbnail figcaption h3 small{display: block; padding-bottom: 10px;}
.zoom-thumbnail.dark{ background:#000; text-transform:uppercase;}
.zoom-thumbnail.dark figcaption h3, .zoom-thumbnail.dark figcaption h3 small{ color:#222222; font-weight:600;}
.zoom-thumbnail.dark figcaption h3 small{ text-transform:none; font-weight:300;} .latest-work{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/origammi.jpg) no-repeat center top; border-top:1px solid #ececec; border-bottom:1px solid #ececec;} .project-detail-sidebar p{ font-size:16px; margin-bottom:0;}
.project-detail-pagination li{ display:inline-block; width:10%;}
.project-detail-pagination li.align-center{ width:80%; text-align:center;}
.project-detail-pagination li.pull-left{ text-align:left;}
.project-detail-pagination li.pull-right{ text-align:right;}
.project-detail-pagination li a{ color:#6a6a6a;font-size: 37px;}
.text-arrow-pagination li{ width:50%;list-style:none;}
.text-arrow-pagination li.pull-left{ text-align:left;}
.text-arrow-pagination li.pull-right{ text-align:right;}
.text-arrow-pagination li.pull-left i{ float:left;font-size: 27px;margin: 0 10px 0 0;}
.text-arrow-pagination li.pull-right i{ float:right;font-size: 27px;margin: 0 0 0 10px;}
.text-arrow-pagination li a{ color: #727272;font-size: 22px;}
.text-arrow-pagination li a:hover{ color: #2991d6;}
.small-text{ font-size:14px; color:#999999;letter-spacing: 2px;}
.small-text a{ color:#999; border-bottom:1px solid #999}
.simplicity{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/parallax4.jpg) no-repeat center top;padding: 200px 0 190px; position:relative}
.simplicity p{ color:#1e1e1e;}
.quoted-text{ font-size:42px; font-weight:600;}
.quoted-text i{ margin:0 15px; position:relative; top:3px; color:#848582;font-size: 35px;}
.simplicity .overlay-fajar{ background:#fff; opacity:.6} .clients-feedback-comments{ padding:75px 85px; border:5px solid #e3e3e3;background:#efefef;}
.clients-feedback-comments i{ color:#8f8f8f; font-size:16px; margin:0 1px;}
.clients-feedback-comments h3{ font:; color:#222222; font-size:28px; margin:25px 0;font-family: 'Raleway', sans-serif; font-weight:600;}
.clients-feedback-comments p{ font-size:22px;}
.client-name{ font-size:16px; color:#838383; display:inline-block; margin:20px 0 0;}
.clients-feedback-comments.dark{ background:#222222; border-color:#222222}
.clients-feedback-comments.dark i, .clients-feedback-comments.dark p, .clients-feedback-comments.dark h3, .clients-feedback-comments.dark.client-name{ color:#fff} .photography-design{ max-width:80%; margin:0 auto;}
.photography-design .date{ display:block; color:#999999; margin:20px 0 0}
.photography-design h3{ margin-bottom:20px;} .share-project{ border-top:1px solid #d3d3d3; border-bottom:1px solid #d3d3d3; padding:26px 0;}
.share-project p{ margin:0; float:left; font-size:24px; color:#222222; font-weight:600;}
.share-project .social-with-number{ float:right;} .concept-thumbnail, .concept-content, .result-thumbnail, .result-content{ width:50%; float:left}
.concept-content-inner{ padding:60px 0 0 40px;}
.result-content-inner{ padding:60px 40px 0 0 ;}
.concept-content-inner h3, .result-content-inner h3{ font-size:28px;margin-bottom: 15px;}
.concept-content-inner p, .result-content-inner p{ font-size:22px; color:#5a5a5a; line-height:32px;margin-bottom: 15px;}
.concept-content-inner .name, .result-content-inner  .name{ font-size:16px; color:#838383; font-style:italic;}
.result-content-inner  .name a{ border-bottom: 1px solid #999;color: #999;} .folio{ background:#f1f1f1;}
.folio .folio-img{ float:left; width:60%}
.folio .folio-img.right-img{ float:right;}
.folio .folio-caption{ float:left; width:40%; text-align:center; padding:6% 5% 0;}
.folio .folio-caption i{ font-size:100px; margin-bottom:5%;display: inline-block;}
.folio .folio-caption p{ padding-bottom:10px;} .error-404{ margin:60px 0;}
.error-number{ font-size:250px;font-family: 'Raleway', sans-serif; font-weight:600;color: #222222;line-height: 0;margin-bottom: 20px;}
.error-number img{ margin-top:20px;}
.error-404 p{ font-size:32px; color:#222222;font-family: 'Raleway', sans-serif; font-weight:300;}
.error-goto-btn{ font-family: 'Raleway', sans-serif; font-weight:600; color:#222222;display:inline-block; background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/home-page-bg.png) no-repeat; font-size:24px; padding:15px 17px 16px 12px} .blank-page{ border-top:1px solid #d3d3d3; border-bottom:1px solid #d3d3d3; padding:100px 0; margin:10% 0 0;}
.blank-page p{ font-size: 20px;line-height: 32px;margin: 30px auto; max-width: 1060px;} .toggle .toggle-heading{ font-family: 'Raleway', sans-serif; font-weight:600;line-height: 38px; margin-bottom: 0;padding: 13px 0;}
.toggle p{ font-size:20px; line-height:30px; margin-bottom:0;}
.toggle hr{ margin:46px 0;}
.toggle{ border:1px solid #d6d6d6; border-radius:1px; box-shadow:0 0 5px rgba(255, 255, 255, 0.30); padding:0 20px; margin-bottom:9px;}
.toggle .toggle-content{ display:none; padding:20px 0 30px;}
.toggle .toggle-heading{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/faq-arrow.png) no-repeat right 50%; cursor:pointer;}
.toggle.active .toggle-heading{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/faq-arrow-active.png) no-repeat right 50%;}
.toggle.active .toggle-content{ display:block;} .toggle.toggle-bg{ padding:0; box-shadow:none;}
.toggle.toggle-bg h3{ padding:13px 20px; background-position: 95% 50% !important;}
.toggle.toggle-bg .toggle-content{ padding-left:20px; padding-right:20px;}
.toggle.toggle-bg.active h3{ color:#fff; background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/faq-arrow-active-white-up.png) no-repeat;} .pricing-table{ border:1px solid #e1e1e1; background:#f6f6f6; padding:0 !important; margin:0 -1px;}
.pricing-table-heading{ background:#fff; padding:18px 15px 19px; border-bottom:1px solid #c4c4c4;}
.table-price{ font-size:111px; color:#222; padding:43px 0 0; position:relative; display:inline-block;line-height: 50px; border-bottom:1px solid #c4c4c4;}
.table-price span{ font-family:"SourceSansProLight";font-size:13px; text-transform:uppercase; display:block; color:#222;font-family: 'Raleway', sans-serif; font-weight:600;}
.table-price span.currency { font-size: 48px; left: -30px; position: absolute; top: 27px;font-weight:300}
.pricing-table-footer{ padding:20px 20px 25px; border-top:1px solid #e1e1e1}
.pricing-table .list{ padding:10px 0;}
.pricing-table .list li{ font-size:16px;}
.pricing-table.highlight{ position:relative; top:-32px; background:#fff; z-index:1}
.pricing-table.highlight .pricing-table-heading{ padding:21px 15px 22px}
.pricing-table.highlight .list li{ line-height:38px;} .work-space{ position:relative; min-height:600px;}
.work-space div{ position:absolute;}
.work-space div img:nth-child(2){ position:absolute;}
.work-space .lamp{ left: -215px; top:55px;}
.work-space .ipad-landscape{ left:-87px; top:356px; z-index:2;}
.work-space .ipad-landscape img:nth-child(2){ left:20px; top:17px;}
.work-space .ipad-portrait{ left:110px; top:300px; z-index:1;}
.work-space .ipad-portrait img:nth-child(2){ left:18px; top:17px;}
.work-space .iphone{ left:300px; top:402px;}
.work-space .iphone img:nth-child(2){ left:6px; top:20px;}
.work-space .mac-desktop{ left:50%; top:0; margin-left:-306.5px;}
.work-space .mac-desktop img:nth-child(2){ left:25px; top:23px;}
.work-space .mac-laptop{ right: -190px; top:236px;}
.work-space .mac-laptop img:nth-child(2){ right:45px; top:16px;}
.work-space .cup{ display:none;}
@media(min-width: 1601px) {
.work-space .mac-laptop{ right:-275px;}
.work-space .cup{ right:172px; top:461px; display:block;}
.work-space .lamp{ left:-256px}
} .company-environment{}
.company-environment h2{ margin-bottom:20px;}
.company-environment p{ font-size:32px;font-family: 'Raleway', sans-serif; font-weight:300;} .history.rslides img{ border-radius:5px; padding:0; border:0; max-width:none; float:none; margin:0; width:100%}
.history .owl-prev{-webkit-border-top-right-radius: 4px;-webkit-border-bottom-right-radius: 4px;-moz-border-radius-topright: 4px;-moz-border-radius-bottomright: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 4px; opacity:.7;}
.history  .owl-next{-webkit-border-top-left-radius: 4px;-webkit-border-bottom-left-radius: 4px;-moz-border-radius-topleft: 4px;-moz-border-radius-bottomleft: 4px;border-top-left-radius: 4px;border-bottom-left-radius: 4px; opacity:.7;}
.history-date{ font-family: 'Raleway', sans-serif; font-weight:600;font-size: 223px;line-height: 130px; margin-bottom: 60px;}
#history-slider-pager{background: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/pager-border.jpg) repeat-x 0 69px;clear: both;display: table; margin: 15px 0 0; width: 100%; position:relative;}
#history-slider-pager li { width:13.6%; text-align:center;}
#history-slider-pager li a{ color:#222; font-size:32px;font-weight:600; width:auto; height:auto; background:none;}
#history-slider-pager li i{ font-size: 50px;}
#history-slider-pager li i{ background:#fff;}
#history-slider-pager li:nth-child(2n+2){ margin-top:44.8px;} .careers{ padding:45px 0 0;}
.careers .resp-tab-content, .my-profile-tabs .resp-tab-content { padding:60px 0;}
.careers .resp-tab-content h2, .my-profile-tabs .resp-tab-content h2{ font-size:32px;margin-bottom: 20px;}
.careers .resp-tab-content h3, .my-profile-tabs .resp-tab-content h3{ font-size:28px;} .apply-form-widget{ max-width:790px; margin:60px auto 0;}
.apply-form-widget input[type="text"], 
.apply-form-widget input[type="email"], 
.apply-form-widget input[type="number"], 
.apply-form-widget input[type="password"], 
.apply-form-widget textarea, 
.apply-form-widget .styled-select{ border:2px solid #b1b1b1; margin-bottom:20px;}
.apply-form-widget .btn{ width:100%;} .map-with-address-widget iframe{ border:0; height:383px; width:100%; background:#ccc;}
.map-banner{ width:100%; height:446px; position:relative; padding:0;}
.map-banner img{ max-width:none;}
.map-full{ position:absolute; left:0; top:0; bottom:0; right:0;} .contact-info-widget p{ font-size:20px;}
.contact-info-widget p strong{ font-weight:600;}
.contact-info-widget p a{ font-weight:300;color: #333333;} .contact-info-widget-boxed{ border:1px solid #b1b1b1;}
.contact-info-widget-boxed li{ list-style:none; border-right:1px solid #b1b1b1; width:25%; float:left;height: 150px;}
.contact-info-widget-boxed li p{ padding:25px; margin:0; font-size:20px;line-height: 24px;}
.contact-info-widget-boxed li a{ font-weight:300; color:#333333}
.contact-info-widget-boxed li:last-child{ border-right:0;}
.contact-info-widget-boxed li i{ display: block;font-size: 50px;margin-bottom: 15px;} .my-information { background: #fafafa; margin-bottom: 49px; padding: 28px 23px;border: 1px solid #E7E7E7;}
.my-information h3 { font-size: 18px; font-weight: bold;margin-bottom: 20px;}
.my-information p { line-height: inherit;}
.my-information p span {color: #777777;display: inline-block; font-weight: normal;width: 22%;}
.my-information p a, .my-information p span{font-weight:300;}
.profile-tabs .resp-tabs-list li a, .profile-tabs .resp-tab-content{border-color:#ccc !important;}
.date {display: inline-block;}
.date span { display: inline-block;font-size: 18px;margin: 0 5px;}
.date input[type="text"] { padding: 0; text-align: center; width: 60px !important;}
.orders-search {padding: 14px;}
.orders-search input[type="text"] { float: right; margin: 0 4px 0 0; width: 140px;}
.orders-search input[type="submit"] { float: right;}
.orders-search input.order-search-field[type="text"] { width: 280px;}
.orders-table-heading { border-bottom: 1px solid #e0e0e0; border-top: 1px solid #e0e0e0;font-size: 14px;margin: 0 1px;padding: 18px 20px;text-align: center;list-style:none;}
.orders-table-list { background: #fafafa; border-bottom: 1px solid #fff;font-size: 14px;margin: 0 1px;padding: 30px 20px 25px; text-align: center; word-wrap: break-word;list-style:none;}
.orders-table-list .btn { margin: -12px 0;font-size: 13px;padding-top: 7px;}
.orders-table-list:nth-child(2n+2) { background: #fcfcfc;}
.shipping-address { background: #fafafa; border: 1px solid #e0e0e0; margin-bottom: 20px; padding: 23px 20px;}
.shipping-address p {color: #5b5b5b;font-size: 18px; line-height: 23px;}
.shipping-address-btns { float: right; width: 100%;}
.shipping-address-btns a.shipping-address-delete {  background: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/shipping-address-icons.png) no-repeat scroll right 0; float: right; height: 13px; width: 12px;}
.shipping-address-btns a.shipping-address-edit { background: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/shipping-address-icons.png) no-repeat scroll 0 0;float: right; height: 13px; margin-right: 4px; width: 10px;}
#shipping-form .btn, #change-password .btn{padding-top: 6px;}
.wishlist .wishlist-heading, .my-orders-heading, .cart-heading { border-bottom: 1px solid #e5e5e5;padding: 0 24px;list-style:none;}
.wishlist .wishlist-heading li, .wishlist .wishlist-product li, .my-orders-heading li, .my-orders-product li, .cart-heading li, .cart-product li { color: #3a3a3a;float: left; font-size: 14px; font-weight: bold; padding: 20px 0;}
.wishlist .wishlist-product li, .my-orders-product li, .cart-product li { color: #000;font-weight: normal; padding: 0;}
.wishlist .wishlist-product li p, .my-orders-product li p, .cart-product li p {line-height: inherit;}
.wishlist-product li span{display:block;}
.wishlist-product, .my-orders-product, .cart-product { padding: 15px 22px;list-style:none;}
.wishlist .wishlist-heading li.wishlist-product, .wishlist .wishlist-product li.wishlist-product-thumb { width: 46%;}
.wishlist .wishlist-heading li.wishlist-moq, .wishlist .wishlist-product li.wishlist-moq { text-align: center; width: 12.5%;}
.wishlist .wishlist-heading li.wishlist-price, .wishlist .wishlist-product li.wishlist-price { text-align: center; width: 20.5%;}
.wishlist .wishlist-heading li.wishlist-order, .wishlist .wishlist-product li.wishlist-order {text-align: center; width: 15.5%;}
.wishlist .wishlist-product li.wishlist-order a{font-size:13px;padding-top: 8px;}
.wishlist .wishlist-heading li.wishlist-close, .wishlist .wishlist-product li.wishlist-close { width: 5%;}
.wishlist .wishlist-product .wishlist-moq, .my-orders-product li.my-orders-q, .cart-price p, .cart-qty p, .cart-total p {line-height: inherit; padding-top: 35px;}
.wishlist-price p { font-size: 14px;padding-top: 25px;}
.wishlist-order .btn { margin-top: 30px;padding-left: 20px;padding-right: 20px;}
.wishlist-close .close, .my-orders-close .close, .cart-product .cart-close { float: right; margin: 40px auto 0;}
.list-product img { border: 1px solid #dee0e6;float: left; margin-right: 25px;}
.list-product span { display: block; font-size: 15px; font-weight: bold; padding: 34px 0 0;} .normal-tabs.tabs-left-nav .resp-tabs-list li{ float:left;}
.normal-tabs .resp-tabs-list li a{ font-size:20px; padding:14px 30px 8px; color:#222; border:1px solid #c4c4c4; border-left:0;}
.normal-tabs .resp-tabs-list li:first-child a{ border-left:1px solid #c4c4c4;}
.normal-tabs .resp-tabs-list li.resp-tab-active a, .normal-tabs .resp-tabs-list li a:hover{ border-top:4px solid transparent; background:#fff; color:#222 !important; border-bottom:0; padding-top:11px; padding-bottom:10px}
.normal-tabs .resp-tabs-container{ border:1px solid #c4c4c4; padding:33px; margin: 7px 0 0;}
.normal-tabs.tabs-right-nav .resp-tabs-list li{ float:right;}
.normal-tabs.tabs-right-nav .resp-tabs-list li:first-child a{ border-left:0;}
.normal-tabs.tabs-right-nav .resp-tabs-list li:last-child a{ border-left:1px solid #c4c4c4;} .shop{margin: 0 -10px;padding: 0 10px; width: 102.3%;}
.shop h2{font-size:32px;}
.shop li{display: inline-block; margin: 0 0 27px; padding: 0 10px; width: 33%;}
.shop.full-width li{width: 24.7%;}
.product{border:1px solid #dadada;display: inline-table;width: 100%;}
.product-thumb{position:relative;margin:-1px;}
.product-thumb img { width: 100%;}
.product-thumb label{ border-radius: 100%; color: #fff; display: block; height: 59px; left: 16px; line-height: 61px; position: absolute; text-align: center; top: 16px; width: 59px;}
.product-description{padding:25px 20px 17px;}
.product-description h3{font-size:20px;}
.product-description h3 a:hover{color:#222;}
.price{font-size:20px;}
.price.big {font-size:32px;font-weight:600;}
.price.dark {color:#222222;}
.price u{color:#797979;font-size:16px;text-decoration:line-through;}
.product-description .double-border{margin-bottom:17px;}
.product-description .product-cart-btn, .product-description .product-detail-btn{color:#222222;font-weight:400;font-size:16px;line-height: 33px;}
.product-cart-btn i{font-size:26px;float:left;margin-right: 3px;}
.product-detail-btn i{font-size:19px;float:left;margin: 5px 9px 0 0;}
.showing-result{margin:0 0 40px 0;}
.showing-result p{float:left;font-size:20px;margin:8px 0 0;}
.showing-result .styled-select-small{float:right;}
.top-products{border-bottom:1px solid #dadada;padding-bottom:27px;margin-bottom:28px;}
.top-products img{float:left;}
.top-products .top-products-detail{padding-left:98px;}
.top-products .top-products-detail h4, .top-products .top-products-detail p{margin:0;}
.top-products .top-products-detail p{font-weight: 600;}
.ratings i{display:inline-block;font-size: 16px;}
.ratings.big i{font-size: 20px;}
.item-counter {border: 1px solid #e0e0e0; float: left; height: 42px; margin-right: 17px; width: 135px;border-radius:1px;}
.item-counter span { cursor: pointer;font-size: 18px; height: 40px; line-height: 40px; text-align: center; width: 42px;}
.item-counter input.items-total { background: #ffffff; border: 0 none; cursor: default; display: inline-block; height: 40px; line-height: 40px; margin: 0;  padding: 0 0 0 0;  text-align: center;width: 49px;}
.item-counter span.pull-left{border-right:1px solid #e0e0e0;}
.item-counter span.pull-right{border-left:1px solid #e0e0e0;}
.product-detail-description h2{margin-bottom:25px;font-family: 'Raleway', sans-serif; font-weight:600;}
.product-detail-description .ratings{margin-bottom:20px;}
.product-detail-description p{margin-bottom:20px;}
.product-detail-description .btn-medium{	padding-bottom: 7px;padding-top: 8px;}
.product-detail-slider img{border:0 !important;padding:0 !important;}
.product-detail-slider .rslides_tabs{position:absolute;left:0;right:0;bottom:20px;text-align:center;z-index: 50;}
.product-detail-slider .rslides_tabs li {display:inline-block;float:none;margin:0 1.5px;}
.product-detail-slider .rslides_tabs li.rslides_here a{background:#2991d6}
.product-detail-slider .rslides_tabs li a{display:inline-block;width:15px;height:15px;background:#b0b0b0;border-radius:100%;}
.resp-tab-content .comment-avartar { margin-right: 20px;}
.resp-tab-content .comment-text { padding-left: 80px;}
.resp-tab-content .meta{margin:0;}
.resp-tab-content .ratings{ float:right;}
.resp-tab-content .ratings li{ float:left;margin:0 3px;}
.resp-tab-content .comment{padding:0;margin:0;border:0;}
.resp-tab-content h3{font-family: 'Raleway', sans-serif; font-weight:600;}
.additional-detail li{border-bottom: 1px dotted #ccc;font-size: 18px !important;padding: 9px 0 3px;}
.additional-detail li:last-child{border-bottom:0;}
.additional-detail li label{width:28%;}
.add-review-form{max-width:500px;margin:0 auto;position: relative;}
.review_form_thumb{padding:50px 0 20px;}
.add-review-form .comment-respond input[type="text"], 
.add-review-form .comment-respond input[type="email"], 
.add-review-form .comment-respond input[type="password"], 
.add-review-form .comment-respond input[type="number"], 
.add-review-form .form-widget input[type="text"], 
.add-review-form .form-widget input[type="email"], 
.add-review-form .form-widget input[type="password"], 
.add-review-form .form-widget input[type="number"]{width:100%;float:none;	margin-right:0;}
.review-form-close{background: #000;color: #fff;cursor: pointer; font-size: 24px; padding: 8px 18px 8px; position: absolute; right: -100px; top: 30px;display:block;}
.review-form-close:hover{background:#2991d6;color:#fff;}
.your-rating{padding:0 0 10px;}
.rating{ display: inline;list-style:none; padding:0;}
.rating li:before{ font-size:20px; color:#f1f1f1;}
.rating { unicode-bidi: bidi-override; direction: rtl; margin:6px 0 0;}
.rating > li { display: inline-block; position: relative; width: 22px;}
.rating > li:hover:before,
.rating > li:hover ~ li:before { color:#ffb200; cursor:pointer;} .checkout-btn{ border-left: 1px solid rgba(255, 255, 255, 0.34);display: block;height: 75px; float:right; margin-left:15px; position:relative; z-index:55; width: 85px;text-align: center;font-size: 43px;color: #fff !important;line-height: 78px;}
.checkout-btn:hover i{ color:#fff; opacity:.7}
.nav-dark .checkout-btn{ color:#222;}
.checkout{ position:absolute; opacity:0; right:-455px; top:76px; background:#fff; width:455px;-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);	transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);}
.checkout.opened{ opacity:1; right:0; transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);}
.checkout-header{-webkit-transition-delay: 0.015s;transition-delay: 0.015s; background: #2991d6;color: #fff; height: 54px;padding: 10px 20px;font-size: 30px;}
.checkout-close{ float:right;color:#fff;font-size: 25px; line-height:42px;}
.checkout-close:hover{ color:#fff; opacity:.7}
.checkout-heading{-webkit-transition-delay: 0.03s;transition-delay: 0.03s; background: #eeeeee;border-bottom: 1px solid #d6d6d6;padding: 16px 20px 10px;text-transform: uppercase;font-family: 'Raleway', sans-serif;font-weight:600; font-size:16px;}
.checkout-heading span:nth-child(2n+2){ float:right;}
.checkout-body{ padding:20px;-webkit-transition-delay: 0.045s;transition-delay: 0.045s;}
.checkout-body ul{ list-style:none;}
.checkout-product{ padding-bottom:10px;}
.checkout-product li{ float:left; width:80%;}
.checkout-product li p{ padding:22px 0 0;}
.checkout-product li p span{ padding:0; font-weight:normal; color:#8b8b8b; font-weight:400;}
.checkout-product li span{ padding:25px 0 0; display:inline-block;}
.checkout-product li:nth-child(2n+2){ float:right; width:20%; text-align:right;font-weight:600;}
.checkout-product img{ float:left; margin:0 15px 0 0;}
.checkout-total{ border-top:1px solid #d0d0d2; border-bottom:1px solid #d0d0d2; padding:14px 0 10px; margin:10px 0 0;}
.checkout-total li{ float:left; width:50%;font-family: 'Raleway', sans-serif;font-weight:600; font-size:22px;}
.checkout-total li:last-child{ text-align:right; color:#2991d6;}
.checkout-buttons .btn{ margin:30px 0 0; padding-left:10.5%; padding-right:11%;}
.checkout .checkout-body .checkout-product, .checkout-total, .checkout-buttons { -webkit-transform: translate3d(800px, 0, 0);transform: translate3d(800px, 0, 0);}
.checkout.opened .checkout-body .checkout-product {-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;	-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.checkout.opened .checkout-body .checkout-product:nth-child(2n+2) {-webkit-transition: all 700ms ease;-moz-transition: all 700ms ease;-ms-transition: all 700ms ease;-o-transition: all 700ms ease;transition: all 700ms ease;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.checkout.opened  .checkout-total{-webkit-transition: all 900ms ease;-moz-transition: all 900ms ease;-ms-transition: all 900ms ease;-o-transition: all 900ms ease;transition: all 900ms ease;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.checkout.opened  .checkout-buttons{-webkit-transition: all 1000ms ease;-moz-transition: all 1000ms ease;-ms-transition: all 1000ms ease;-o-transition: all 1000ms ease;transition: all 1000ms ease;	-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.classic-header-right .checkout{ z-index: 100; overflow:hidden;width: 370px; top:90px; right:-100%; transform: scale(0);}
.classic-header-right .checkout.opened{ right:0; transform: scale(1);}
.classic-header-right .checkout .checkout-buttons .btn { padding:9px 8% 8px 6%;}
.smallHeader .classic-header-right .checkout{ display:none !important;} .ui-progressbar {height: 2em;text-align: left;overflow: hidden;}
.ui-progressbar .ui-progressbar-value {margin: -1px;height: 100%;}
.ui-progressbar .ui-progressbar-overlay {background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height: 100%;filter: alpha(opacity=25);opacity: 0.25;}
.ui-progressbar-indeterminate .ui-progressbar-value {background-image: none;}
.ui-resizable {position: relative;}
.ui-resizable-handle {position: absolute;font-size: 0.1px;display: block;-ms-touch-action: none;	touch-action: none;}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {display: none;}
.ui-resizable-n {cursor: n-resize;height: 7px;width: 100%;top: -5px;left: 0;}
.ui-resizable-s {cursor: s-resize;height: 7px;width: 100%;bottom: -5px;left: 0;}
.ui-resizable-e {cursor: e-resize;width: 7px;right: -5px;top: 0;height: 100%;}
.ui-resizable-w {cursor: w-resize;width: 7px;left: -5px;top: 0;height: 100%;}
.ui-resizable-se {cursor: se-resize;width: 12px;height: 12px;right: 1px;bottom: 1px;}
.ui-resizable-sw {cursor: sw-resize;width: 9px;height: 9px;left: -5px;bottom: -5px;}
.ui-resizable-nw {cursor: nw-resize;width: 9px;height: 9px;left: -5px;top: -5px;}
.ui-resizable-ne {cursor: ne-resize;	width: 9px;height: 9px;right: -5px;top: -5px;}
.ui-slider {position: relative;text-align: left;}
.ui-slider .ui-slider-handle {position: absolute;z-index: 2;width: 23px;height: 23px;border-radius:100%;cursor: default;-ms-touch-action: none;touch-action: none;}
.ui-slider .ui-slider-range {position: absolute;z-index: 1;font-size: .7em;display: block;border: 0;background-position: 0 0;}
.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {filter: inherit;}
.ui-slider-horizontal {height: .6em;}
.ui-slider-horizontal .ui-slider-handle {top: -6px;margin-left: -.6em;cursor: pointer;}
.ui-slider-horizontal .ui-slider-range {top: 0;height: 100%;}
.ui-slider-horizontal .ui-slider-range-min {left: 0;}
.ui-slider-horizontal .ui-slider-range-max {right: 0;}
.ui-widget {font-family: Verdana,Arial,sans-serif;font-size: 1.1em;}
.ui-widget .ui-widget {font-size: 1em;}
.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {font-family: Verdana,Arial,sans-serif;font-size: 1em;}
.ui-widget-content {border:0;background: #ececec;-moz-box-shadow:    inset 0 3px 1px 0 #cbcbcb;   -webkit-box-shadow: inset 0 3px 1px 0 #cbcbcb;   box-shadow:         inset 0 3px 1px 0 #cbcbcb;color: #222222;	border-radius: 10px;}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {border:0;background: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/slider-pointer.png) no-repeat;font-weight: normal;color: #555555;}
.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {color: #555555;text-decoration: none;}
.price-range{ margin:27px 0 0;}
.price-range input[type="text"], .price-range p{ max-width:138px; height:29px; font-size:15px; color:#5e5e5e; float:right; border:1px solid #e0e0e0; border-radius:1px; text-align:center;}
.price-range p{ float:left; padding:0 30px; margin:0;} #jlocator{width:100%;float:left;}
#jlocator .map{width:60%;height:650px;float:right;background-color:#a5bfdd}
#jlocator .no-results p{text-align:center;padding:20px 0}
#jlocator .hidden{display:none}
#jlocator .controls{background:#fff;padding-bottom:5px;width:96%;margin-bottom: 10px;padding: 0 2% 10px;float:left;border-bottom:1px solid #e3e3e3;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
#jlocator .autocomplete{display:block;float:left;font-size: 15px;text-indent:5px;width:150px;height:27px;border:1px solid #ddd;margin:5px 5px 5px 0}
#jlocator > .panel{width:40%;float:left}
@media only screen and (max-width : 600px){#jlocator{font-size:13px;line-height:18px;}
#jlocator .map{width:100%;height:300px}
#jlocator .controls{padding-top:10px;padding-bottom:10px;}
#jlocator .controls .box{width:auto}
#jlocator  > .panel{width:100%;height:auto}}
#jlocator .stores{float: left;height: 530px;overflow: auto;width: 96%;}
#jlocator .store{cursor:pointer;}
#jlocator .store p{padding:3px 7px;margin:0;border-bottom:1px dashed #ccc;}
#jlocator .store p span{ font-weight:normal;font-size: 17px; font-weight:300;}
#jlocator .store:hover p span, #jlocator .active p span, #jlocator .store:hover  p { color:#fff;}
#jlocator .active{background-color:#2991d6; color:#fff;}
#jlocator .title{font-family:'verdana';font-size:13px;line-height:13px;color:#000}
#jlocator .tags{color:#7f4f24}
@media only screen and (max-width : 600px){#jlocator .stores{height:240px} .reset-box{ float:none !important;}#jlocator .stores{ width:100% !important;}
}#jlocator .info-window .store p{border:0;font-size:11px}
#jlocator .info-window .store:hover,#jlocator .info-window .active{background-color:#fff}
#jlocator .country{padding-right:20px}
#jlocator .directions label{color:#1e87aa;background:url(//www.coreutah.com/wp-content/themes/fajar-wp/img/icons/directions.png) no-repeat 0% 50%;padding-left:10px;cursor:help}
#jlocator .directions input{border:1px solid #aaa;height:1.16em;width:200px;margin-left:10px}
#jlocator .info-window .directions{display:none}
#jlocator .search-within-radius .drop-down{margin-right:5px}
#jlocator .search-within-radius .autocomplete{width:130px;margin-right:5px}
#jlocator .search-within-radius .distance{margin-top:6px}
.jplist-hidden{display:none}
.reset-box{margin:4px 5px 5px 0; float:left}
.jplist-select{border:1px solid #ddd;height:23px}
.jplist-btn{display:inline-block;padding:3px 10px;margin-bottom:0;color:#333;font-size: 15px;text-shadow:0 1px 1px rgba(255,255,255,0.75);cursor:pointer;line-height:20px;text-align:center;vertical-align:middle;border:1px solid transparent;border-radius:2px;background-color:#f5f5f5}
.drop-down{float:left;width:130px;height:27px;border:1px solid #ddd;margin:5px 5px 5px 0;}
.drop-down .panel{float:left;width:125px;font-size: 15px;height:25px;line-height:22px;overflow:hidden;background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/select-arrow.png) no-repeat scroll 95% 8px #fff;cursor:pointer;margin:0;padding:0 0 0 5px}
.drop-down ul{position:relative;top:0;left:-1px;z-index:1000;width:130px;display:none;overflow:hidden;background-color:#fff;border:1px solid #ccc;list-style:none;border-radius:0 0 3px 3px;margin:0;padding:0;}
.drop-down ul li{cursor:pointer;width:130px;float:left;background-color:#fff;padding:0 0 0 5px;font-size: 15px;}
.drop-down ul li:hover{background-color:#ececec}
.filter input{display:block;float:left;text-indent:5px;width:150px;height:20px;border:1px solid #ddd;margin:5px 20px 5px 0}
.search-title{margin:5px 10px 0 0}
.filter-buttons{float:left;clear:left;margin:10px 20px 0 0;}
.filter-buttons input{vertical-align:bottom;background:#fff;border:1px solid #0c5f1f;border-radius:3px;color:#0c5f1f}
.filter-button.selected{border:1px solid #ca3f1a;color:#ca3f1a}
.paging span{ background: #f9f9f9;color: #000; cursor: pointer; font-family: arial;font-size: 13px; margin: 0 10px 0 0;padding: 4px 7px 3px;}
.paging .current, .paging span:hover{font-weight:700;color:#fff;}
.pagingprev,.pagingmid,.pagingnext{float:left}
.paging,.paging-results{float:left;margin:5px 20px 5px 0;font-size: 15px;}
.radio-filters{float:left;margin:5px 15px 0 0;}
.radio-filters input{vertical-align:baseline}
.radio-filters label{margin-right:10px}
.radio{float:left}
.cb-group-filter{float:left;margin:5px 5px 0 0;padding-left:0;}
.cb-group-filter .cb{float:left;margin-right:10px; font-size: 15px;}
.cb-group-filter .cb input{vertical-align:text-top;margin: 1px 4px 0 0;}
.jplist-sticky{position:fixed;width:100%;left:0;top:0;z-index:1000;background:#f1f1f1;padding-bottom:5px}
.range-slider{float:left;margin-top:5px;}
.range-slider .value{float:left;margin:0 15px;font-size:12px}
.range-slider .ui-slider{float:left;width:130px}
.ui-slider{margin-top:5px}
#jlocator  img{ max-width:none;} .footer{ background:#1a1a1a; color:#cecece;}
.footer hr.dotted{ margin:38px 0 35px; border-color:#acacac}
.footer h3{ color:#fff; font-size:28px}
.footer-logo{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;-ms-transition: all 1s ease;transition: all 1s ease;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");}
.footer-inner{ background:#222222; padding:50px 30px 60px;}
.footer-inner .social li{ margin-bottom:5px;}
.footer-about a{ font-size:16px; color:#dbdbdb;color:#fff}
.footer-widget{ padding:30px 0 0;}
.footer-widget h3{ margin-bottom:45px;} .tweets i{ font-size:100px; float:left;}
.tweets p{ padding:10px 0 0;}
.tweets p a{ color:#fff;font-weight:600;}
.tweet-time{ font-size:15px; color:#bcbcbc; display:block; font-weight:300;}
.tweets.small i{ font-size: 40px;}
.tweets.small .rslides{ display:list-item;}
.tweets.small p{ padding-top:0;}
.tweets .rslides { display:inline-block;} .footer-post{ background:#1c1c1c; padding:14.1px 13px; margin:0 0 10px 0;background: linear-gradient(to left, #1c1c1c 50%, #151515 50%);background-size: 200% 100%;background-position:right bottom;}
.footer-post img{ float:left; border:3px solid #fff; float:left; margin-right:15px; max-width: 65px; max-height: 65px;}
.footer-post h4, .footer-post h4 a{ color:#cecece; font-size:20px; font-weight:400;font-family: "Source Sans Pro",sans-serif; margin:3px 0 0 0;}
.footer-post p{color:#cecece; font-size:15px;line-height: 25px;}
.footer-post:hover{ background-position:left bottom;} .tags-cloud{ list-style:none; margin:0;}
.tags-cloud li{ float:left; margin:0 5px 5px 0;}
.tags-cloud li a{ display:block; padding:8px 20px; font-size:16px; color:#cecece; border:1px solid #7b7b7b;}
.tags-cloud li a:hover{ color:#fff !important;}
.tags-cloud.light li a{ border-color:#bcbcbc; padding:8px 30px 8px;color:#929191;}
.tags-cloud.light li a:hover{ color:#fff;border-color:#2991d6;} .address-list{ list-style:none; background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/footer-map-dark.png) no-repeat center bottom;}
.address-list li{ clear: both; font-size: 20px; line-height: 33px; padding:0 0 20px 50px;}
.address-list li a{ color:#cecece}
.address-list li i{ float:left;font-size: 30px; margin:0 17px 0 -50px;}
.address-list li i.icon-envelope{ font-size:24px;}
.address-list li i.icon-icons180{ font-size:35px;} .footer-bottom{ padding:15px 0 7px;}
.footer-bottom img{ float:left;margin-right: 20px;}
.footer-bottom p a { font-weight:400; color:#fff;}
.footer-bottom p a:hover{ text-decoration:underline;}
.footer-nav ul{ list-style:none; float:right}
.footer-nav ul li{ float:left; padding:0 5px; line-height:15px;margin: 6px 0;}
.footer-nav ul li:first-child{ border:0}
.footer-nav ul li a{ font-size:16px; color:#b7b7b7;}
.footer-nav ul li a:hover{ color:#fff;} .news-letter-widget{ padding:27px 0 0;}
.news-letter-widget h3{ margin:0;}
.news-letter-widget p{ font-size:16px;}
.news-letter-form{ border:1px solid #404040; position:relative;}
.news-letter-form input[type="text"]{ background:none; border:0; height:51px; width:90%; padding:0 5%}
.news-letter-form input[type="submit"]{ width:54px; height:51px; background:#3e3e3e; font-size:18px; color:#cecece; border:0;position:absolute; right:0; top:0;}
.news-letter-form input[type="submit"]:hover{ background:#2e2e2e;}
.copyright{ font-size:16px;} .footer.footer-boxed-light{ background:#fff; color:#333;}
.footer.footer-boxed-light .footer-inner{ background:#f9f9f9;}
.footer.footer-boxed-light .footer-inner h3{ color:#333;}
.footer.footer-boxed-light  .footer-post{ background: linear-gradient(to left, #efefef 50%, #e3e3e3 50%);background-size: 200% 100%;background-position:right bottom;}
.footer.footer-boxed-light .footer-post:hover{ background-position:left bottom;}
.footer.footer-boxed-light .address-list{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/footer-map-light.png) no-repeat center bottom;}
.footer.footer-boxed-light .footer-post h4, .footer.footer-boxed-light .footer-post h4 a{ color:#333;}
.footer.footer-boxed-light .tags-cloud li a { color: #222222;}
.footer.footer-boxed-light .address-list li a { color: #222;}
.footer.footer-boxed-light .tweets p a{ color: #222;}
.footer.footer-boxed-light .footer-about a{ color: #222;}
.footer.footer-boxed-light .footer-post p {color: #8c8c8c;}
.footer.footer-boxed-light .news-letter-form input[type="text"]{background:#e8e8e8}
.footer.footer-boxed-light .news-letter-form{ border:0;}
.footer.footer-boxed-light .footer-nav ul li a { color: #505050;} .footer.footer-wide-light{ background:#fff; color:#222222;}
.footer.footer-wide-light .footer-inner{background:#fff; padding-left:0; padding-right:0;}
.footer.footer-wide-light h3{ color:#222;}
.footer.footer-wide-light .footer-about a{ color:#222}
.footer.footer-wide-light .address-list li a {color: #222;}
.footer.footer-wide-light .footer-post{ background: linear-gradient(to left, #efefef 50%, #e3e3e3 50%);background-size: 200% 100%;background-position:right bottom;}
.footer.footer-wide-light .footer-post:hover{ background-position:left bottom;}
.footer.footer-wide-light .footer-post h4, .footer.footer-wide-light .footer-post h4 a{color: #222;}
.footer.footer-wide-light .footer-post p{color: #8c8c8c;}
.footer.footer-wide-light .tags-cloud li a {color: #222222;}
.footer.footer-wide-light .tags-cloud li a:hover{color: #fff;}
.footer.footer-wide-light .news-letter-form input[type="text"]{background:#e8e8e8}
.footer.footer-wide-light .news-letter-form{ border:0;}
.footer.footer-wide-light .footer-bottom{background:#f4f4f4; border-top:1px solid #d3d3d3}
.footer.footer-wide-light .footer-nav ul li a {color: #505050;}
.footer.footer-wide-light .footer-nav ul li a:hover {color: #000;}
.footer.footer-wide-light .footer-nav ul li {border-left: 1px solid #505050;}
.footer.footer-wide-light .footer-nav ul li:first-child{ border:0;}
.footer.footer-wide-light .address-list{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/footer-map-light.png) no-repeat center bottom;}
.footer.footer-wide-light .footer-post h4, .footer.footer-wide-light .footer-post h4 a{ color:#333;}
.footer.footer-wide-dark .footer-inner{ background:none; padding-left:0; padding-right:0;}
.footer.footer-wide-dark .footer-bottom{ background:#222222} .footer2{ padding:75px 0 50px;}
.footer2 h3{ margin-bottom:25px;}
.footer2 p{ font-size:18px; line-height:26px;}
.footer2 .news-letter-form{ margin-top:10px;}
.footer-nav-widget li{ display:inline-block; width:49%; margin-bottom:9px;}
.footer-nav-widget li a{ font-size:18px; color:#e1e1e1;-webkit-transition: all 800ms ease;-moz-transition: all 800ms ease;-ms-transition: all 800ms ease;-o-transition: all 800ms ease;transition: all 800ms ease;}
.footer-nav-widget li a i{ float:left; margin: 3px 13px 0 0;-webkit-transition: all 800ms ease; -moz-transition: all 800ms ease; -ms-transition: all 800ms ease; -o-transition: all 800ms ease;transition: all 800ms ease;}
.footer-nav-widget li a:hover{ -webkit-transition: all 800ms ease; -moz-transition: all 800ms ease;  -ms-transition: all 800ms ease; -o-transition: all 800ms ease; transition: all 800ms ease;}
.footer-nav-widget li a:hover i{ margin-left:9px; margin-right:4px;-webkit-transition: all 800ms ease; -moz-transition: all 800ms ease;-ms-transition: all 800ms ease; -o-transition: all 800ms ease; transition: all 800ms ease;}
.footer-locations-widget{ border-top:1px solid #4e4e4e; margin-top:60px;}
.footer-locations-widget .each{ border-right:1px solid #4e4e4e; width:33.3%; float:left; padding:50px 0 0; min-height:240px;}
.footer-locations-widget .each:last-child { border-right:0;}
.footer-locations-widget .each i{ font-size:56px;}
.footer-locations-widget .each p{ max-width:270px; margin:10px auto 0; font-size: 20px;}
.footer2{ background:#1a1a1a;color: #cecece;}
.footer2 h3{color: #cecece;}
.footer2.light{ background:#f9f9f9;color:#333;}
.footer2.light h3{color: #333;}
.footer2.light .footer-nav-widget li a{ color:#333;}
.footer2.light .tweets p a{ color:#333;}
.footer2.light .tweet-time{ color:#333;}
.footer2.light .news-letter-form{ border:0;}
.footer2.light .news-letter-form input[type="text"]{ color:#000; background:#e8e8e8;}
.footer2.light .footer-locations-widget, .footer2.light .footer-locations-widget .each{ border-color:#ccc;}
.footer2.light .social.bordered.dark li a i{ border-color:#ccc;}
.footer2.light .social.bordered.dark li a:hover i{ border-color:#575757;} .footer.small{ padding:80px 0 60px;}
.footer.small .footer-nav ul{ float:none; padding:25px 0 20px;}
.footer.small .footer-nav ul li{ float:none; display:inline-block; border:0; padding:0; color:#fff;}
.footer.small .footer-nav ul li a{ display:inline-block; margin:0 7px; color:#fff;}
.footer.small .footer-nav ul li a:hover{ color:#898989}
.footer.small .copyright{ color:#898989}
.footer.small .social.bordered li a i{ border-width:1px;}  .royalSlider {width: 100%;height: auto;position: relative;direction: ltr;}
.royalSlider > * {float: left;}
.rsWebkit3d .rsSlide {-webkit-transform: translateZ(0);}
.rsWebkit3d .rsSlide,.rsWebkit3d .rsContainer,.rsWebkit3d .rsThumbs,.rsWebkit3d .rsPreloader,.rsWebkit3d img,.rsWebkit3d .rsOverflow,.rsWebkit3d .rsBtnCenterer,.rsWebkit3d .rsAbsoluteEl,.rsWebkit3d .rsABlock,.rsWebkit3d .rsLink {-webkit-backface-visibility: hidden;}
.rsFade.rsWebkit3d .rsSlide,.rsFade.rsWebkit3d img,.rsFade.rsWebkit3d .rsContainer {-webkit-transform: none;}
.rsOverflow {width: 100%;height: 100%;position: relative;overflow: hidden;float: left;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.rsVisibleNearbyWrap {width: 100%;height: 100%;position: relative;overflow: hidden;left: 0;top: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.rsVisibleNearbyWrap .rsOverflow {position: absolute;left: 0;top: 0;}
.rsContainer {position: relative;width: 100%;height: 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.rsArrow,.rsThumbsArrow {cursor: pointer;}
.rsThumb {float: left;position: relative;}
.rsArrow{ width:54px; height:54px; border:1px solid #fff;-webkit-border-top-right-radius: 5px;-webkit-border-bottom-left-radius: 5px;-moz-border-radius-topright: 5px;-moz-border-radius-bottomleft: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px; position:absolute; top:50%; margin-top:-26px;}
.rsArrow.rsArrowLeft{ left:30px; background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/left-arrow.png) no-repeat center center;}
.rsArrow.rsArrowRight{ right:30px; background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/right-arrow.png) no-repeat center center;}
.rsArrow,.rsNav,.rsThumbsArrow {opacity: 1;-webkit-transition:opacity 0.3s linear;-moz-transition:opacity 0.3s linear;-o-transition:opacity 0.3s linear;transition:opacity 0.3s linear;}
.rsHidden {opacity: 0;visibility: hidden;-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;	transition:visibility 0s linear 0.3s,opacity 0.3s linear;}
.rsGCaption {width: 100%;float: left;text-align: center;} .royalSlider.rsFullscreen {position: fixed !important;height: auto !important;width: auto !important;margin: 0 !important;padding: 0 !important;z-index: 2147483647 !important;top: 0 !important;left: 0 !important;bottom: 0 !important;right: 0 !important;}
.royalSlider .rsSlide.rsFakePreloader {opacity: 1 !important;-webkit-transition: 0s;-moz-transition: 0s;-o-transition:  0s;transition:  0s;display: none;}
.rsSlide {position: absolute;left: 0;top: 0;display: block;overflow: hidden;	height: 100%;width: 100%;}
.royalSlider.rsAutoHeight,.rsAutoHeight .rsSlide {height: auto;}
.rsContent {width: 100%;height: 100%;position: relative;background:#000;}
.rsPreloader {position:absolute;z-index: 0;}
.rsNav {-moz-user-select: -moz-none;-webkit-user-select: none;user-select: none;}
.rsNavItem {-webkit-tap-highlight-color:rgba(0,0,0,0.25);}
.rsThumbs {cursor: pointer;position: relative;overflow: hidden;float: left;z-index: 22;}
.rsTabs {float: left;background: none !important;}
.rsTabs,.rsThumbs {-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);}
.rsVideoContainer {width: auto;height: auto;line-height: 0;position: relative;}
.rsVideoFrameHolder {position: absolute;left: 0;top: 0;background: #141414;opacity: 0;-webkit-transition: .3s;}
.rsVideoFrameHolder.rsVideoActive {opacity: 1;}
.rsVideoContainer iframe,.rsVideoContainer video,.rsVideoContainer embed,.rsVideoContainer .rsVideoObj {position: absolute;z-index: 50;left: 0;top: 0;width: 100%;height: 100%;} .rsVideoContainer.rsIOSVideo iframe,.rsVideoContainer.rsIOSVideo video,.rsVideoContainer.rsIOSVideo embed {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-right: 44px;}
.rsABlock {left: 0;top: 0;position: absolute;z-index: 15;}
img.rsImg {max-width: none;opacity:1;}
img.rsImg.full-visible {	opacity:1;}
.grab-cursor {cursor:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/grab.png) 8 8, move; cursor:-webkit-grab;}
.grabbing-cursor{ cursor:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/grab.png) 8 8, move;cursor:-webkit-grabbing;}
.rsNoDrag {cursor: auto;}
.rsLink {left:0;top:0;position:absolute;width:100%;height:100%;display:block;z-index: 20;background: url(//www.coreutah.com/wp-content/themes/fajar-wp/css/blank.gif);}
.bContainer {position: absolute;top:38%;left:0;width:100%;}
.blockHeadline{ font-size:60px; color:#fff; width:100%; text-transform:uppercase;font-family: 'Lato', sans-serif; font-weight:800;}
.blockText{font-size:28px; color:#fff; width:100%;padding-top: 80px;}
.blockBtn{ padding-top: 140px;width: 100%;}
.blockBtn .btn{ margin:0 5px;}
.rsBullets{ position:absolute; left:0; right:0; bottom:41px; text-align:center;}
.rsBullets .rsBullet{ width:8px; height:8px; border:1px solid #fff; display:inline-block; border-radius:100%; margin:0 1.5px; cursor:pointer;}
.rsBullets .rsBullet:hover, .rsBullets .rsBullet.rsNavSelected{ background:#fff;}
.slide-dark .blockHeadline, .slide-dark .blockText{ color:#222222;}
.slide-dark .rsBullets .rsBullet{ border-color:#303030}
.slide-dark .rsBullets .rsBullet.rsNavSelected{ background:#303030}
.rs-dark-slide .rsArrow.rsArrowLeft{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/left-arrow-dark.png) no-repeat center center; border-color:#222;}
.rs-dark-slide .rsArrow.rsArrowRight{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/right-arrow-dark.png) no-repeat center center; border-color:#222;}
.rs-dark-slide .rsArrow.rsArrowLeft:hover{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/left-arrow.png) no-repeat 20px center;}
.rs-dark-slide .rsArrow.rsArrowRight:hover{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/right-arrow.png) no-repeat 65px center;}
.rs-dark-slide .rsArrow.rsArrowLeft:hover, .rs-dark-slide .rsArrow.rsArrowRight:hover{ background-color:#222; color:#fff;}
.rs-dark-slide .rsBullets .rsBullet{ border-color:#000;}
.rs-dark-slide .rsBullets .rsBullet:hover{ border-color:#000; background:#000;}
.rs-dark-slide .rsBullets .rsBullet.rsNavSelected{ background:#000;}
.rsBtnCenterer {left: 50%;position: absolute;top: 50%;}
.rsDefault .rsPlayBtn {cursor: pointer;height: 64px; margin-left: -32px; margin-top: -32px; width: 64px;}
.rsPlayBtnIcon {background: url(//www.coreutah.com/wp-content/themes/fajar-wp/css/rs-default.png) no-repeat scroll 0 -32px rgba(0, 0, 0, 0.75);border-radius: 4px;display: block;height: 64px;transition: all 0.3s ease 0s; width: 64px;}
.rsArrow.rsArrowLeft .rsSlideCount{ position: absolute;left:-1px;top: -1px; color:#222;width: 100px; text-align: right;padding: 15px 14px 13px;border-bottom-left-radius: 5px;border-top-right-radius: 5px;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;}
.rsArrow.rsArrowRight .rsSlideCount2{ position: absolute;right: -1px;top: -1px;color:#222;width: 100px;text-align: left;padding: 15px 14px 13px;border-bottom-left-radius: 5px; border-top-right-radius: 5px;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;}
.rsArrow.rsArrowLeft:hover .rsSlideCount, .rsArrow.rsArrowRight:hover .rsSlideCount2{transform: scale(1, 1);}
.rsArrow.rsArrowLeft:hover .rsSlideCount, .rsArrow.rsArrowRight:hover .rsSlideCount2{transform: scale(1, 1);}
.rs-dark-slide .rsArrow.rsArrowLeft .rsSlideCount,.rs-dark-slide .rsArrow.rsArrowRight .rsSlideCount2{color:#fff;}
.rsArrow.rsArrowLeft, .rsArrow.rsArrowRight{ overflow:hidden;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;}
.rsArrow.rsArrowLeft:hover, .rsArrow.rsArrowRight:hover{ background:#fff; width:100px;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-ms-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;}
.rsArrow.rsArrowLeft:hover{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/left-arrow-dark.png) no-repeat 20px center #fff;}
.rsArrow.rsArrowRight:hover{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/right-arrow-dark.png) no-repeat 65px center #fff;}
.banner-video{ position:absolute; left:0; top:0; width:100%; height:100%;}
.banner-video video{ opacity:.5;} .rslides {position: relative;list-style: none; overflow: hidden;padding: 0;margin: 0;}
.rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0;}
.rslides li:first-child { position: relative; display: block; float: left;}
.rslides img {display: block;height: auto;float: left;width: 100%;max-width: 533px;border: 0;padding:5px; border:1px solid #dadada; border-radius:2px; margin-bottom:7px;}
.rslides_tabs li{ float:left; list-style:none;}
.rslides_tabs img{ padding:5px; border:1px solid #dadada; border-radius:2px;margin:0 7px 7px 0;}
.logos{padding-top: 38px;}
.logos ul.rslides img{ padding:0; border:0;width:auto; float:none; margin:0 auto;  
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: gray; -webkit-filter: grayscale(100%); }
.logos ul.rslides img:hover{ filter:none;-webkit-filter:none;}
.company-environment-slider{ padding:50px 0 0;}
.company-environment-slider img{ max-width:none; padding:0; border:0; border-radius:0;}
.company-environment-slider .rslides_tabs{ margin:55px 0 0;}
.company-environment-slider .rslides_tabs li{  display: inline-block;float: none; margin: 0 10px;}
.company-environment-slider .rslides_tabs li a{ display:block; width:10px; height:10px; background:#dedede; border-radius:100%;}
.company-environment-slider .rslides_tabs li.rslides_here a{ background:#444444}
.rslides_tabs.img-slider-pager{ position:relative; bottom:0;}
.rslides_tabs.img-slider-pager li{ float:left; margin:0;}
.rslides_tabs.img-slider-pager li a, .rslides_tabs.img-slider-pager li.rslides_here a{ width:auto; height:auto; background:none;}
.fajar-digital-agency img, .fajar-digital-agency img{ background:#fff;}
.bg-image-slider{ position:relative;}
.bg-image-slider img{ border:0; padding:0; max-width:none; width:100%;}
.bg-image-slider .rslides_nav{ position:absolute; left:28px; top:50%; width:72px; height:72px; background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/left-arrow-dark.png) no-repeat center center #fff; border-radius:100%; z-index:110; font-size:0; margin-top:-36px;}
.bg-image-slider .rslides_nav.next{ left:auto; right:28px; background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/right-arrow-dark.png) no-repeat center center #fff;}
.bg-image-slider-text{ position:absolute; left:0; right:0; text-align:center; top:50%; z-index:100; font-size:48px;transform: translateY(-50%);}
.bg-image-slider-text p{ max-width:930px; margin:0 auto;font-family: "Raleway",sans-serif; font-weight:800; color:#fff; line-height:60px;}
.bg-image-slider-text small{ display:block; font-size:18px;font-weight:600; text-transform:uppercase;} .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; position: absolute;}
.owl-buttons .owl-prev { width: 75px;height: 57px;display: block;left: -120px;}
.owl-buttons .owl-next {width: 75px;height: 57px; display: block;right: -120px;}
.owl-buttons .owl-next:hover,.owl-buttons .owl-prev:hover {background-position: center bottom;}
.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; left: 0; position: absolute;top: 50%;width: 100%;}
.grabbing {cursor: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/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-origin { -webkit-perspective: 1200px; -webkit-perspective-origin-x: 50%; -webkit-perspective-origin-y: 50%; -moz-perspective: 1200px; -moz-perspective-origin-x: 50%; -moz-perspective-origin-y: 50%; perspective: 1200px;}
.owl-fade-out { z-index: 10;-webkit-animation: fadeOut .7s both ease; -moz-animation: fadeOut .7s both ease; animation: fadeOut .7s both ease;}
.owl-fade-in { -webkit-animation: fadeIn .7s both ease;-moz-animation: fadeIn .7s both ease;animation: fadeIn .7s both ease;}
.owl-backSlide-out {-webkit-animation: backSlideOut 1s both ease;-moz-animation: backSlideOut 1s both ease; animation: backSlideOut 1s both ease;}
.owl-backSlide-in {-webkit-animation: backSlideIn 1s both ease; -moz-animation: backSlideIn 1s both ease; animation: backSlideIn 1s both ease;}
.owl-goDown-out { -webkit-animation: scaleToFade .7s ease both;-moz-animation: scaleToFade .7s ease both; animation: scaleToFade .7s ease both;}
.owl-goDown-in { -webkit-animation: goDown .6s ease both;-moz-animation: goDown .6s ease both;animation: goDown .6s ease both;}
.owl-fadeUp-in {-webkit-animation: scaleUpFrom .5s ease both;-moz-animation: scaleUpFrom .5s ease both; animation: scaleUpFrom .5s ease both;}
.owl-fadeUp-out { -webkit-animation: scaleUpTo .5s ease both; -moz-animation: scaleUpTo .5s ease both; animation: scaleUpTo .5s ease both;}
@-webkit-keyframes empty { 0% { opacity: 1; }}
@-moz-keyframes empty { 0% {    opacity: 1; }}
@keyframes empty { 0% {   opacity: 1; }}
@-webkit-keyframes fadeIn { 0% {  opacity: 0; } 100% {  opacity: 1; }}
@-moz-keyframes fadeIn {  0% {  opacity: 0;}100% {  opacity: 1;}}
@keyframes fadeIn { 0% {  opacity: 0; }100% { opacity: 1;}}
@-webkit-keyframes fadeOut { 0% { opacity: 1;}100% {  opacity: 0;}}
@-moz-keyframes fadeOut {0% { opacity: 1;} 100% {opacity: 0;}}
@keyframes fadeOut { 0% {   opacity: 1;  } 100% {  opacity: 0; }}
@-webkit-keyframes backSlideOut { 25% {opacity: .5;-webkit-transform: translateZ(-500px); } 100%,75% { opacity: .5;-webkit-transform: translateZ(-500px) translateX(-200%); }}
@-moz-keyframes backSlideOut { 25% { opacity: .5;-moz-transform: translateZ(-500px);} 100%,75% {  opacity: .5;-moz-transform: translateZ(-500px) translateX(-200%);}}
@keyframes backSlideOut {25% {  opacity: .5; transform: translateZ(-500px); }100%,75% { opacity: .5; transform: translateZ(-500px) translateX(-200%);}}
@-webkit-keyframes backSlideIn { 0%,25% { opacity: .5;   -webkit-transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; -webkit-transform: translateZ(-500px);}100% {opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}
@-moz-keyframes backSlideIn { 0%,25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%);} 75% {  opacity: .5; -moz-transform: translateZ(-500px); }100% { opacity: 1;-moz-transform: translateZ(0) translateX(0);}}
@keyframes backSlideIn { 0%,25% {  opacity: .5;  transform: translateZ(-500px) translateX(200%); } 75% {  opacity: .5;transform: translateZ(-500px); } 100% {  opacity: 1;transform: translateZ(0) translateX(0); }}
@-webkit-keyframes scaleToFade {to {  opacity: 0;  -webkit-transform: scale(.8);}}
@-moz-keyframes scaleToFade { to {  opacity: 0; -moz-transform: scale(.8);}}
@keyframes scaleToFade {to { opacity: 0; transform: scale(.8);}}
@-webkit-keyframes goDown {from {   -webkit-transform: translateY(-100%); }}
@-moz-keyframes goDown { from { -moz-transform: translateY(-100%);}}
@keyframes goDown { from { transform: translateY(-100%);}}
@-webkit-keyframes scaleUpFrom {from {  opacity: 0;-webkit-transform: scale(1.5);}}
@-moz-keyframes scaleUpFrom {from { opacity: 0;   -moz-transform: scale(1.5); }}
@keyframes scaleUpFrom {from { opacity: 0;  transform: scale(1.5);}}
@-webkit-keyframes scaleUpTo {to {  opacity: 0; -webkit-transform: scale(1.5);}}
@-moz-keyframes scaleUpTo {to { opacity: 0; -moz-transform: scale(1.5);}}
@keyframes scaleUpTo {to { opacity: 0;  transform: scale(1.5);}}
.text-slider .owl-controls { top:auto; bottom:-25px;}
.text-slider .owl-controls .owl-pagination .owl-page{ position:relative; display:inline-block; margin:0 2.5px;}
.text-slider .owl-controls .owl-pagination .owl-page span{ display:block; width:9px; height:9px; border:1px solid #828282; border-radius:100%;}
.text-slider .owl-controls .owl-pagination .owl-page.active span,
.text-slider .owl-controls .owl-pagination .owl-page span:hover{border:1px solid transparent;}
.bullets .owl-controls { top:auto; bottom:25px;}
.bullets .owl-controls .owl-pagination{ text-align:center}
.bullets .owl-controls .owl-pagination .owl-page{ position:relative; display:inline-block; margin:0 2.5px;}
.bullets .owl-controls .owl-pagination .owl-page span{ display:block; width:14px; height:14px; border:1px solid #fff; background:#fff; border-radius:100%;}
.bullets .owl-controls .owl-pagination .owl-page.active span{border:1px solid #2991d6; background:#2991d6}
.testimonials .owl-controls { top: auto;bottom: 0;right: 0;left: auto;text-align: right;}
.testimonials .owl-controls .owl-pagination .owl-page{ position:relative; display:inline-block; margin:0 2.5px;}
.testimonials .owl-controls .owl-pagination .owl-page span{ display:block; width:18px; height:18px; border:1px solid #fff; border-radius:100%;}
.testimonials .owl-controls .owl-pagination .owl-page:hover span, .testimonials .owl-controls .owl-pagination .owl-page.active span{border:1px solid #fff; background:#fff}
.arrows-fancy .owl-buttons{ position:absolute; left:22px; right:22px; top:50%; margin-top:-33.5px;}
.arrows-fancy .owl-buttons .owl-prev{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/fancy-arrows.png) no-repeat 0 -68px; width:67px; height:67px; display:block; left:0}
.arrows-fancy .owl-buttons .owl-next{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/fancy-arrows.png) no-repeat 0 0; width:67px; height:67px; display:block; right:0}
.arrows-fancy .owl-buttons .owl-next:hover{ background-position:0 0;}
.arrows-fancy .owl-buttons .owl-prev:hover, .arrows-fancy .owl-buttons .owl-next:hover{ opacity:.8;}
.arrows-fancy-transparent .owl-buttons{ position:absolute; left:22px; right:22px; top:50%; margin-top:-33.5px;}
.arrows-fancy-transparent .owl-buttons .owl-prev{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/fancy-arrows.png) no-repeat 0 -68px; width:67px; height:67px; display:block; left:0}
.arrows-fancy-transparent .owl-buttons .owl-next{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/fancy-arrows.png) no-repeat 0 0; width:67px; height:67px; display:block; right:0}
.arrows-fancy-transparent .owl-buttons .owl-next:hover{ background-position:0 0;}
.arrows-fancy-transparent .owl-buttons .owl-prev:hover, .arrows-fancy-transparent .owl-buttons .owl-next:hover{ opacity:.8;}
.arrows-fancy-dark-transparent .owl-buttons{ position:absolute; left:22px; right:22px; top:50%; margin-top:-33.5px;}
.arrows-fancy-dark-transparent .owl-buttons .owl-prev{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/fancy-arrows-dark.png) no-repeat 0 -68px; width:67px; height:67px; display:block; left:0}
.arrows-fancy-dark-transparent .owl-buttons .owl-next{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/fancy-arrows-dark.png) no-repeat right 0; width:67px; height:67px; display:block; right:0}
.arrows-fancy-dark-transparent .owl-buttons .owl-next:hover{ background-position:right bottom;}
.arrows-fancy-dark-transparent .owl-buttons .owl-prev:hover{ background-position:0 0; }
.arrows .owl-buttons .owl-prev{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/fancy-arrows.png) no-repeat 0 -68px #fff; width:67px; height:67px; display:block; left:0;margin-top: -33.5px;}
.arrows .owl-buttons .owl-next{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/fancy-arrows.png) no-repeat 0 0 #fff; width:67px; height:67px; display:block; right:0;margin-top: -33.5px;}
.arrows .owl-buttons .owl-next:hover{ background-position:0 0;}
.arrows .owl-buttons .owl-prev:hover, .owl-buttons .owl-next:hover{ opacity:.8;}
.arrows.small-arrows .owl-buttons .owl-prev, .arrows.small-arrows  .owl-buttons .owl-next{ width:50px; height:50px;margin-top: -25px;}
.arrows.small-arrows .owl-buttons .owl-prev{background-position: -10px -76px;}
.arrows.small-arrows .owl-buttons .owl-next{background-position: -10px -8px;}
.arrows.small-arrows .owl-buttons .owl-prev:hover, .arrows.small-arrows  .owl-buttons .owl-next:hover{ opacity:.8;}
.arrows-simple-dark .owl-buttons{ position:absolute; left:0; right:0; top:50%; margin-top:-34.5px;}
.arrows-simple-dark .owl-buttons .owl-prev{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/arrows-simple-dark.png) no-repeat 0 0; width:47px; height:69px; display:block; left:0}
.arrows-simple-dark .owl-buttons .owl-prev:hover{ background-position:0 0;}
.arrows-simple-dark .owl-buttons .owl-next{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/arrows-simple-dark.png) no-repeat 0 -69px; width:47px; height:69px; display:block; right:0}
.arrows-simple-dark .owl-buttons .owl-next:hover{ background-position:0 -69px;}
.arrows-simple-dark .owl-buttons .owl-prev:hover, .arrows-simple-dark .owl-buttons .owl-next:hover{ opacity:.8;}
.arrows-simple-dark.small-arrows .owl-buttons .owl-prev, .arrows-simple-dark.small-arrows .owl-buttons .owl-next{ width:35px; height:57px;}
.arrows-simple-dark.small-arrows .owl-buttons .owl-prev{ background-position: -7px -4px;}
.arrows-simple-dark.small-arrows .owl-buttons .owl-next{ background-position: -5px -73px}
.bullets-grey .owl-controls{ position:absolute; left:0; bottom:20px; right:0; top:auto; text-align:center;}
.bullets-grey .owl-pagination .owl-page{ background:#aaaaaa;border-radius: 100%;display: inline-block;height: 14px; margin: 0 4px;position: relative; width: 14px;}
.bullets-grey .owl-pagination .owl-page.active{ background:#484848;}
.recent-work .owl-buttons {margin-top: -77.5px;}.recent-work .zoom-thumbnail{ cursor:grab; cursor:-webkit-grab;}
.recent-work .zoom-thumbnail:focus{ cursor:grabbing; cursor:-webkit-grabbing;}
.recent-work .zoom-thumbnail figcaption h3{ cursor:pointer;} ul.resp-tabs-list, p {margin: 0px;padding: 0px;}
.resp-tabs-list li { font-weight: 600;font-size: 13px;display: inline-block; padding: 0;margin: 0;list-style: none;cursor: pointer;}
.resp-tab-item  a:hover, .resp-tab-active a, .resp-tab-item a:hover span{ color:#fff;}
.resp-tab-active  a, .resp-tab-active a span{ color:#fff !important;}
.resp-tabs-container {padding: 0px;background-color: #fff;clear: left;}
h2.resp-accordion {cursor: pointer;padding: 5px;display: none;}
.resp-tab-content { display: none;padding: 0;}
.resp-tab-active { border-bottom: none; margin-bottom: -1px !important; padding: 0 !important;color:#fff; background:#2991d6; border-color:#2991d6}
.resp-tab-active { border-bottom: none;color:#fff; background:#2991d6; border-color:#2991d6}
.resp-tab-active a{ color:#fff;}
.resp-content-active, .resp-accordion-active { display: block;}
h2.resp-accordion { font-size: 20px; border-bottom: 1px solid #e3e3e3; border-top: 0px solid #e3e3e3; margin: 0px; padding: 15px;}
h2.resp-tab-active { border-bottom: 0px solid #e3e3e3 !important; margin-bottom: 0px !important; padding: 15px !important;}
h2.resp-tab-title:last-child {border-bottom: 12px solid #c1c1c1 !important; background: blue;} .resp-vtabs{ padding:5px 0 5px !important;}
.resp-vtabs ul.resp-tabs-list { float: left;width: 30%;border: 1px solid #d2d2d2;border-right:0;}
.resp-vtabs .resp-tabs-list li { display: block; padding: 19px 29px 19px !important; margin: 0; cursor: pointer;float: none;font-family: 'Raleway', sans-serif;border-bottom: 1px solid #d2d2d2;}
.resp-vtabs .resp-tabs-container { padding: 0px; background-color: #fff; border: 1px solid #d2d2d2; float: left; width: 68%; min-height: 250px; clear: none;}
.resp-vtabs .resp-tab-content { border: none;padding:42px 38px;}
.resp-vtabs .resp-tab-content  h3{font-size:32px;}
.resp-vtabs li.resp-tab-active { background-color: #fff; position: relative; z-index: 1; margin-right: -1px !important; padding: 20px 29px  !important;}
.resp-arrow { width: 0;height: 0; float: right; margin-top: 3px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 12px solid #c1c1c1;}
h2.resp-tab-active span.resp-arrow {border: none; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 12px solid #fff;} h2.resp-tab-active { background: #2991d6 !important;}
.resp-easy-accordion  h2.resp-accordion { display: block;}
.resp-easy-accordion .resp-tab-content {border: 1px solid #c1c1c1;}
.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important;}
.resp-jfit { width: 100%; margin: 0px;}
.resp-tab-content-active { display: block;}
h2.resp-accordion:last-child { border:0;} @media only screen and (max-width: 768px) {
ul.resp-tabs-list { display: none;}
h2.resp-accordion { display: block;}
.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1;}
.resp-vtabs .resp-tabs-container { border: none;float: none; width: 100%;min-height: initial; clear: none;}
.resp-accordion-closed { display:none !important;}
.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important;}
.verticalTab.normal-tabs-vertical .resp-tabs-container{ width:100% !important;}
}
.resp-vtabs li{ font-size:20px; font-weight:normal}
.simple-tabs .resp-tabs-list li a{ padding:16px 45px 15px; font-size:20px; font-family: 'Raleway', sans-serif; background:#222222; color:#fff}
.bordered-tabs .resp-tabs-list li{ line-height:25px;}
.bordered-tabs .resp-tabs-list li a{  background:#fff;border: 1px solid #e7e7e7;color: #575757;font-size: 18px;font-weight:600;}
.bordered-tabs .resp-tabs-list li a:hover, .bordered-tabs li.resp-tab-active a { color:#fff;}
.bordered-tabs .resp-tab-content { border: 1px solid #e7e7e7; margin: 12px 0 0;}
.verticalTab.normal-tabs-vertical .resp-tabs-list{ width:14%; border:0;}
.verticalTab.normal-tabs-vertical .resp-tabs-container{ width:86%;}
.resp-vtabs.normal-tabs-vertical .resp-tabs-list li{ padding:11px 40px !important; margin-bottom:4px!important; border:1px solid #d2d2d2; border-right:0; float:right}
.resp-vtabs.normal-tabs-vertical .resp-tabs-list  li.resp-tab-active, .resp-vtabs.normal-tabs .resp-tabs-list  li:hover{ padding:11px 40px !important; margin-bottom:4px !important; border-left:4px solid transparent !important;}
.resp-vtabs.normal-tabs-vertical .resp-tabs-container{ margin:0;}
.normal-tabs-bordered-btns{ padding:50px 0 0}
.normal-tabs-bordered-btns .resp-tabs-list{ padding-bottom:10px;}
.normal-tabs-bordered-btns .resp-tabs-list .resp-tab-item a{ border:1px solid #c4c4c4; font-size:20px; color:#222; padding:12px 20px 10px;}
.normal-tabs-bordered-btns .resp-tabs-list .resp-tab-item.resp-tab-active a,
.normal-tabs-bordered-btns .resp-tabs-list .resp-tab-item a:hover{ color:#fff;} .formError { z-index: 22; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }
.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }
.inputContainer {position: relative;float: left;}
.formError {position: absolute;top: 300px;left: 300px;display: block;cursor: pointer;text-align: left;}
.formError.inline {position: relative;top: 0;left: 0;display: inline-block;}
.ajaxSubmit {padding: 20px;background: #55ea55;border: 1px solid #999;display: none;}
.formError .formErrorContent {width: 100%;background: #E4090A;position:relative;color: #fff;min-width: 136px;font-size: 11px;border: 2px solid #ddd;box-shadow: 0 0 6px #000;-moz-box-shadow: 0 0 6px #000;-webkit-box-shadow: 0 0 6px #000;-o-box-shadow: 0 0 6px #000;padding: 4px 10px 4px 10px;border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;-o-border-radius: 6px;}
.formError.inline .formErrorContent {box-shadow: none;-moz-box-shadow: none;	-webkit-box-shadow: none;-o-box-shadow: none;border: none;border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;-o-border-radius: 0;}
.greenPopup .formErrorContent {background: #33be40;}
.blackPopup .formErrorContent {background: #393939;color: #FFF;}
.formError .formErrorArrow {width: 15px;margin: -2px 0 0 13px;position:relative;}
body[dir='rtl'] .formError .formErrorArrow,body.rtl .formError .formErrorArrow {margin: -2px 13px 0 0;}
.formError .formErrorArrowBottom {box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;-o-box-shadow: none;margin: 0px 0 0 12px;top:2px;}
.formError .formErrorArrow div {border-left: 2px solid #ddd;border-right: 2px solid #ddd;box-shadow: 0 2px 3px #444;-moz-box-shadow: 0 2px 3px #444;-webkit-box-shadow: 0 2px 3px #444;-o-box-shadow: 0 2px 3px #444;font-size: 0px;height: 1px;background: #E4090A;margin: 0 auto;line-height: 0;font-size: 0;display: block;}
.formError .formErrorArrowBottom div {box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;-o-box-shadow: none;}
.greenPopup .formErrorArrow div {background: #33be40;}
.blackPopup .formErrorArrow div {background: #393939;color: #FFF;}
.formError .formErrorArrow .line10 {width: 13px;border: none;}
.formError .formErrorArrow .line9 {width: 11px;border: none;}
.formError .formErrorArrow .line8 {width: 11px;}
.formError .formErrorArrow .line7 {width: 9px;}
.formError .formErrorArrow .line6 {width: 7px;}
.formError .formErrorArrow .line5 {width: 5px;}
.formError .formErrorArrow .line4 {width: 3px;}
.formError .formErrorArrow .line3 {width: 1px;border-left: 2px solid #ddd;border-right: 2px solid #ddd;border-bottom: 0 solid #ddd;}
.formError .formErrorArrow .line2 {width: 3px;border: none;background: #ddd;}
.formError .formErrorArrow .line1 {width: 1px;border: none;background: #ddd;}
.con_us input[type="submit"] {  background: none repeat scroll 0 0 #E6320E; border: 0 none; color: #FFFFFF; font-size: 12px; height: 33px; text-transform: uppercase; width: 100%;}
.con_us input[type="text"] { margin-bottom: 25px;}
.con_us textarea { margin-bottom: 25px;} .fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding: 0;margin: 0;border: 0;outline: none;vertical-align: top;}
.fancybox-wrap {position: absolute;top: 0;left: 0;z-index: 8020;}
.fancybox-skin {position: relative;background: #fff;padding: 0!important;text-shadow: none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.fancybox-opened {border: 15px solid #f9f9f9;border-radius: 4px;z-index: 8030;-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.fancybox-outer, .fancybox-inner {position: relative;}
.fancybox-inner {overflow: hidden;}
.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling: touch;}
.fancybox-error {color: #444;font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin: 0;padding: 15px;white-space: nowrap;}
.fancybox-image, .fancybox-iframe {display: block;width: 100%;height: 100%;}
.fancybox-image {max-width: 100%;max-height: 100%;}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/close.png);background-repeat:no-repeat;background-position:center center;}
#fancybox-loading {position: fixed;top: 50%;left: 50%;margin-top: -22px;margin-left: -22px;background-position: 0 -108px;opacity: 0.8;cursor: pointer;z-index: 8060;}
#fancybox-loading div {width: 44px;height: 44px;background: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/fancybox_loading.gif) center center no-repeat #000;}
.fancybox-close {cursor: pointer;height: 45px;position: absolute;right: 0px;top: 0px;width: 45px;z-index: 8040;}
.fancybox-nav {position: absolute;top: 0;width: 40%;height: 100%;cursor: pointer;text-decoration: none;background: transparent url(//www.coreutah.com/wp-content/themes/fajar-wp/images/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);	z-index: 8040;}
.fancybox-prev {left: 0;}
.fancybox-next {right: 0;}
.fancybox-nav span {position: absolute;top: 50%;width: 45px;height: 45px;margin-top: -22.5px;cursor: pointer;z-index: 8040;}
.fancybox-prev span {left: 10px;background-position: 0 -36px;}
.fancybox-next span {right: 10px;background-position: 0 -72px;}
.fancybox-nav:hover span {visibility: visible;}
.fancybox-tmp {position: absolute;top: -99999px;left: -99999px;visibility: hidden;max-width: 99999px;max-height: 99999px;overflow: visible !important;} .fancybox-lock {overflow: hidden !important; width: auto;}
.fancybox-lock body {overflow: hidden !important;}
.fancybox-lock-test {overflow-y: hidden !important;}
.fancybox-overlay {position: absolute;top: 0;left: 0;overflow: hidden;display: none;z-index: 8010;background: rgba(255, 255, 255, 0.84);}
.fancybox-overlay-fixed {position: fixed;bottom: 0;right: 0;}
.fancybox-lock .fancybox-overlay {overflow: auto;overflow-y: scroll;} .fancybox-title {visibility: hidden;font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position: relative;text-shadow: none;z-index: 8050;}
.fancybox-opened .fancybox-title {visibility: visible;}
.fancybox-title-float-wrap {position: absolute;bottom: 0;right: 50%;	margin-bottom: -35px;z-index: 8050;text-align: center;}
.fancybox-title-float-wrap .child {display: inline-block;margin-right: -100%;padding: 2px 20px;background: transparent; background: rgba(0, 0, 0, 0.8);-webkit-border-radius: 15px;-moz-border-radius: 15px; border-radius: 15px;text-shadow: 0 1px 2px #222;color: #FFF;font-weight: bold;line-height: 24px;white-space: nowrap;}
.fancybox-title-outside-wrap {position: relative;margin-top: 10px;color: #fff;}
.fancybox-title-inside-wrap {padding-top: 10px;}
.fancybox-title-over-wrap {position: absolute;bottom: 0;left: 0;color: #fff;padding: 10px;background: #000;background: rgba(0, 0, 0, .8);} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {background-image: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/fancybox_sprite@2x.png);background-size: 44px 152px; }
#fancybox-loading div {background-image: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/fancybox_loading@2x.gif);background-size: 24px 24px; }}
.fancybox-prev span {left: 0px;background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/fancybox-arrows.jpg) no-repeat;background-position: 0 bottom;opacity:.9;}
.fancybox-next span {right: 0;background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/fancybox-arrows.jpg) no-repeat;opacity:.9;}
.rev-banner4{ overflow:visible !important;} .tp-static-layers{position:absolute;z-index:505;top:0;left:0}.tp-caption.tp-hidden-caption,.tp-hide-revslider{visibility:hidden!important;display:none!important}.tp-caption{z-index:1;white-space:nowrap}.tp-caption-demo .tp-caption{position:relative!important;display:inline-block;margin-bottom:10px;margin-right:20px!important}.tp-caption.whitedivider3px{background-position:initial initial;background-repeat:initial initial}.tp-caption.whitedivider3px{color:#000;text-shadow:none;background-color:#fff;background-color:rgba(255,255,255,1);text-decoration:none;font-size:0;line-height:0;min-width:468px;min-height:3px;border-width:0;border-color:#000;border-style:none}.tp-caption.boldwide_small_white{font-size:25px;line-height:25px;font-weight:800;font-family:"Open Sans",sans-serif;color:#fff;text-decoration:none;background-color:transparent;text-shadow:none;text-transform:uppercase;letter-spacing:5px;border-width:0;border-color:#000;border-style:none}.tp-caption.whitedivider3px_vertical{color:#000;text-shadow:none;background-color:#fff;background-color:rgba(255,255,255,1);text-decoration:none;font-size:0;line-height:0;min-width:3px;min-height:130px;border-width:0;border-color:#000;border-style:none}.tp-caption.finewide_small_white{color:#fff;text-shadow:none;font-size:25px;line-height:25px;font-weight:300;font-family:"Open Sans",sans-serif;background-color:transparent;text-decoration:none;text-transform:uppercase;letter-spacing:5px;border-width:0;border-color:#000;border-style:none}.tp-caption.finewide_verysmall_white_mw{font-size:13px;line-height:25px;font-weight:400;font-family:"Open Sans",sans-serif;color:#fff;text-decoration:none;background-color:transparent;text-shadow:none;text-transform:uppercase;letter-spacing:5px;max-width:470px;white-space:normal!important;border-width:0;border-color:#000;border-style:none}.tp-caption.lightgrey_divider{background-color:#ebebeb}.tp-caption.finewide_large_white{color:#FFF;text-shadow:none;font-size:60px;line-height:60px;font-weight:300;font-family:"Open Sans",sans-serif;background-color:transparent;text-decoration:none;text-transform:uppercase;letter-spacing:8px;border-width:0;border-color:#000;border-style:none}.tp-caption.finewide_medium_white{color:#FFF;text-shadow:none;font-size:34px;line-height:34px;font-weight:300;font-family:"Open Sans",sans-serif;background-color:transparent;text-decoration:none;text-transform:uppercase;letter-spacing:5px;border-width:0;border-color:#000;border-style:none}.tp-caption.huge_red{position:absolute;color:#df4b6b;font-weight:400;font-size:150px;line-height:130px;font-family:Oswald,sans-serif;margin:0;border-width:0;border-style:none;white-space:nowrap;background-color:#2d3136;padding:0}.tp-caption.middle_yellow{position:absolute;color:#fbd572;font-weight:600;font-size:50px;line-height:50px;font-family:'Open Sans',sans-serif;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.huge_thin_yellow{position:absolute;color:#fbd572;font-weight:300;font-size:90px;line-height:90px;font-family:'Open Sans',sans-serif;margin:0;letter-spacing:20px;border-width:0;border-style:none;white-space:nowrap}.tp-caption.big_dark{position:absolute;color:#333;font-weight:700;font-size:70px;line-height:70px;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.medium_dark{position:absolute;color:#333;font-weight:300;font-size:40px;line-height:40px;margin:0;letter-spacing:5px;border-width:0;border-style:none;white-space:nowrap}.tp-caption.medium_grey{position:absolute;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,.5);font-weight:700;font-size:20px;line-height:20px;font-family:Arial;padding:2px 4px;margin:0;border-width:0;border-style:none;background-color:#888;white-space:nowrap}.tp-caption.small_text{position:absolute;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,.5);font-weight:700;font-size:14px;line-height:20px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.medium_text{position:absolute;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,.5);font-weight:700;font-size:20px;line-height:20px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.large_bold_white_25{font-size:55px;line-height:65px;font-weight:700;color:#fff;text-decoration:none;background-color:transparent;text-align:center;text-shadow:#000 0 5px 10px;border-width:0;border-color:#fff;border-style:none}.tp-caption.medium_text_shadow{font-size:25px;line-height:25px;font-weight:600;color:#fff;text-decoration:none;background-color:transparent;text-align:center;text-shadow:#000 0 5px 10px;border-width:0;border-color:#fff;border-style:none}.tp-caption.large_text{position:absolute;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,.5);font-weight:700;font-size:40px;line-height:40px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.medium_bold_grey{font-size:30px;line-height:30px;font-weight:800;color:#666;text-decoration:none;background-color:transparent;text-shadow:none;margin:0;padding:1px 4px 0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.very_large_text{position:absolute;color:#fff;text-shadow:0 2px 5px rgba(0,0,0,.5);font-weight:700;font-size:60px;line-height:60px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap;letter-spacing:-2px}.tp-caption.very_big_white{position:absolute;color:#fff;text-shadow:none;font-weight:800;font-size:60px;line-height:60px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap;padding:1px 4px 0;background-color:#000}.tp-caption.very_big_black{position:absolute;color:#000;text-shadow:none;font-weight:700;font-size:60px;line-height:60px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap;padding:1px 4px 0;background-color:#fff}.tp-caption.modern_medium_fat{position:absolute;color:#000;text-shadow:none;font-weight:800;font-size:24px;line-height:20px;font-family:"Open Sans",sans-serif;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.modern_medium_fat_white{position:absolute;color:#fff;text-shadow:none;font-weight:800;font-size:24px;line-height:20px;font-family:"Open Sans",sans-serif;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.modern_medium_light{position:absolute;color:#000;text-shadow:none;font-weight:300;font-size:24px;line-height:20px;font-family:"Open Sans",sans-serif;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption.modern_big_bluebg{position:absolute;color:#fff;text-shadow:none;font-weight:800;font-size:30px;line-height:36px;font-family:"Open Sans",sans-serif;padding:3px 10px;margin:0;border-width:0;border-style:none;background-color:#4e5b6c;letter-spacing:0}.tp-caption.modern_big_redbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:30px;line-height:36px;font-family:"Open Sans",sans-serif;padding:1px 10px 3px;margin:0;border-width:0;border-style:none;background-color:#de543e;letter-spacing:0}.tp-caption.modern_small_text_dark{position:absolute;color:#555;text-shadow:none;font-size:14px;line-height:22px;font-family:Arial;margin:0;border-width:0;border-style:none;white-space:nowrap}.tp-caption a{color:#ff7302;text-shadow:none;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out}.tp-caption a:hover{color:#ffa902}.tp-caption.thinheadline_dark{position:absolute;color:rgba(0,0,0,.85);text-shadow:none;font-weight:300;font-size:30px;line-height:30px;background-color:transparent}.tp-caption.thintext_dark{position:absolute;color:rgba(0,0,0,.85);text-shadow:none;font-weight:300;font-size:16px;line-height:26px;background-color:transparent}.tp-caption.medium_bg_red a{color:#fff;text-decoration:none}.tp-caption.medium_bg_red a:hover{color:#fff;text-decoration:underline}.tp-caption.smoothcircle{font-size:30px;line-height:75px;font-weight:800;color:#fff;text-decoration:none;background-color:#000;background-color:rgba(0,0,0,.498039);padding:50px 25px;text-align:center;border-radius:500px;border-width:0;border-color:#000;border-style:none}.tp-caption.largeblackbg{font-size:50px;line-height:70px;font-weight:300;color:#fff;text-decoration:none;background-color:#000;padding:0 20px 5px;text-shadow:none;border-width:0;border-color:#fff;border-style:none}.tp-caption.largepinkbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;background-color:#db4360;padding:0 20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.tp-caption.largewhitebg{position:absolute;color:#000;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;background-color:#fff;padding:0 20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.tp-caption.largegreenbg{position:absolute;color:#fff;text-shadow:none;font-weight:300;font-size:50px;line-height:70px;background-color:#67ae73;padding:0 20px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.tp-caption.excerpt{font-size:36px;line-height:36px;font-weight:700;font-family:Arial;color:#fff;text-decoration:none;background-color:rgba(0,0,0,1);text-shadow:none;margin:0;letter-spacing:-1.5px;padding:1px 4px 0;width:150px;white-space:normal!important;height:auto;border-width:0;border-color:#fff;border-style:none}.tp-caption.large_bold_grey{font-size:60px;line-height:60px;font-weight:800;color:#666;text-decoration:none;background-color:transparent;text-shadow:none;margin:0;padding:1px 4px 0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_thin_grey{font-size:34px;line-height:30px;font-weight:300;color:#666;text-decoration:none;background-color:transparent;padding:1px 4px 0;text-shadow:none;margin:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.small_thin_grey{font-size:18px;line-height:26px;font-weight:300;color:#757575;text-decoration:none;background-color:transparent;padding:1px 4px 0;text-shadow:none;margin:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.lightgrey_divider{background-color:rgba(235,235,235,1);text-decoration:none;background-color:rgba(235,235,235,1);width:370px;height:3px;background-position:initial initial;background-repeat:initial initial;border-width:0;border-color:#222;border-style:none}.tp-caption.large_bold_darkblue{font-size:58px;line-height:60px;font-weight:800;color:#34495e;text-decoration:none;background-color:transparent;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bg_darkblue{font-size:20px;line-height:20px;font-weight:800;color:#fff;text-decoration:none;background-color:#34495e;padding:10px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bold_red{font-size:24px;line-height:30px;font-weight:800;color:#e33a0c;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_light_red{font-size:21px;line-height:26px;font-weight:300;color:#e33a0c;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bg_red{font-size:20px;line-height:20px;font-weight:800;color:#fff;text-decoration:none;background-color:#e33a0c;padding:10px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bold_orange{font-size:24px;line-height:30px;font-weight:800;color:#f39c12;text-decoration:none;background-color:transparent;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bg_orange{font-size:20px;line-height:20px;font-weight:800;color:#fff;text-decoration:none;background-color:#f39c12;padding:10px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.grassfloor{text-decoration:none;background-color:rgba(160,179,151,1);width:4000px;height:150px;border-width:0;border-color:#222;border-style:none}.tp-caption.large_bold_white{font-family:Lato,sans-serif}.tp-caption.medium_light_white{font-size:38px;line-height:36px;color:#fff;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none;font-family:Lato,sans-serif;font-weight:800}.tp-caption.mediumlarge_light_white{font-size:40px;line-height:40px;font-weight:300;color:#fff;font-family:Raleway,sans-serif;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.mediumlarge_light_white_center{font-size:34px;line-height:40px;font-weight:300;color:#fff;text-decoration:none;background-color:transparent;padding:0;text-align:center;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_bg_asbestos{font-size:20px;line-height:20px;font-weight:800;color:#fff;text-decoration:none;background-color:#7f8c8d;padding:10px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.medium_light_black{font-size:30px;line-height:36px;font-weight:300;color:#000;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.large_bold_white{font-size:80px;line-height:60px;font-weight:800;color:#fff;text-decoration:none;background-color:transparent;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.xlarge_bold_white{font-size:122px;line-height:60px;font-weight:800;color:#fff;font-family:Lato,sans-serif;text-decoration:none;background-color:transparent;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.mediumlarge_light_darkblue{font-size:34px;line-height:40px;font-weight:300;color:#34495e;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.small_light_white{font-size:17px;line-height:28px;font-weight:300;color:#fff;text-decoration:none;background-color:transparent;padding:0;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.roundedimage{border-width:0;border-color:#222;border-style:none}.tp-caption.large_bg_black{font-size:40px;line-height:40px;font-weight:800;color:#fff;text-decoration:none;background-color:#000;padding:10px 20px 15px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.mediumwhitebg{font-size:30px;line-height:30px;font-weight:300;color:#000;text-decoration:none;background-color:#fff;padding:5px 15px 10px;text-shadow:none;border-width:0;border-color:#000;border-style:none}.tp-caption.medium_bg_orange_new1{font-size:20px;line-height:20px;font-weight:800;color:#fff;text-decoration:none;background-color:#f39c12;padding:10px;border-width:0;border-color:#ffd658;border-style:none}.tp-caption.boxshadow{-moz-box-shadow:0 0 20px rgba(0,0,0,.5);-webkit-box-shadow:0 0 20px rgba(0,0,0,.5);box-shadow:0 0 20px rgba(0,0,0,.5)}.tp-caption.black{color:#000;text-shadow:none;font-weight:300;font-size:19px;line-height:19px;font-family:'Open Sans',sans}.tp-caption.noshadow{text-shadow:none}.tp_inner_padding{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;max-height:none!important}.tp-caption .frontcorner{width:0;height:0;border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;position:absolute;left:-40px;top:0}.tp-caption .backcorner{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;position:absolute;right:0;top:0}.tp-caption .frontcornertop{width:0;height:0;border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;position:absolute;left:-40px;top:0}.tp-caption .backcornertop{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;position:absolute;right:0;top:0}img.tp-slider-alternative-image{width:100%;height:auto}.tp-simpleresponsive .button{padding:6px 13px 5px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/gradient/g30.png) top repeat-x;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px}.tp-simpleresponsive .button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important;background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/gradient/g40.png) top repeat-x}.tp-simpleresponsive .button.big:hover,.tp-simpleresponsive .button:hover,.tp-simpleresponsive .purchase:hover{background-position:bottom,15px 11px}@media only screen and (min-width:480px) and (max-width:767px){.tp-simpleresponsive .button{padding:4px 8px 3px;line-height:25px!important;font-size:11px!important;font-weight:400}.tp-simpleresponsive a.button{-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none}}@media only screen and (min-width:0px) and (max-width:479px){.tp-simpleresponsive .button{padding:2px 5px;line-height:20px!important;font-size:10px!important}.tp-simpleresponsive a.button{-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none}}.tp-simpleresponsive .button.green,.tp-simpleresponsive .button:hover.green,.tp-simpleresponsive .purchase.green,.tp-simpleresponsive .purchase:hover.green{background-color:#21a117;-webkit-box-shadow:0 3px 0 0 #104d0b;-moz-box-shadow:0 3px 0 0 #104d0b;box-shadow:0 3px 0 0 #104d0b}.tp-simpleresponsive .button.blue,.tp-simpleresponsive .button:hover.blue,.tp-simpleresponsive .purchase.blue,.tp-simpleresponsive .purchase:hover.blue{background-color:#1d78cb;-webkit-box-shadow:0 3px 0 0 #0f3e68;-moz-box-shadow:0 3px 0 0 #0f3e68;box-shadow:0 3px 0 0 #0f3e68}.tp-simpleresponsive .button.red,.tp-simpleresponsive .button:hover.red,.tp-simpleresponsive .purchase.red,.tp-simpleresponsive .purchase:hover.red{background-color:#cb1d1d;-webkit-box-shadow:0 3px 0 0 #7c1212;-moz-box-shadow:0 3px 0 0 #7c1212;box-shadow:0 3px 0 0 #7c1212}.tp-simpleresponsive .button.orange,.tp-simpleresponsive .button:hover.orange,.tp-simpleresponsive .purchase.orange,.tp-simpleresponsive .purchase:hover.orange{background-color:#f70;-webkit-box-shadow:0 3px 0 0 #a34c00;-moz-box-shadow:0 3px 0 0 #a34c00;box-shadow:0 3px 0 0 #a34c00}.tp-simpleresponsive .button.darkgrey,.tp-simpleresponsive .button.grey,.tp-simpleresponsive .button:hover.darkgrey,.tp-simpleresponsive .button:hover.grey,.tp-simpleresponsive .purchase.darkgrey,.tp-simpleresponsive .purchase:hover.darkgrey{background-color:#555;-webkit-box-shadow:0 3px 0 0 #222;-moz-box-shadow:0 3px 0 0 #222;box-shadow:0 3px 0 0 #222}.tp-simpleresponsive .button.lightgrey,.tp-simpleresponsive .button:hover.lightgrey,.tp-simpleresponsive .purchase.lightgrey,.tp-simpleresponsive .purchase:hover.lightgrey{background-color:#888;-webkit-box-shadow:0 3px 0 0 #555;-moz-box-shadow:0 3px 0 0 #555;box-shadow:0 3px 0 0 #555}.fullscreen-container{width:100%;position:relative;padding:0}.fullwidthbanner-container{width:100%;position:relative;padding:0;overflow:hidden}.fullwidthbanner-container .fullwidthbanner{width:100%;position:relative}.tp-simpleresponsive .caption,.tp-simpleresponsive .tp-caption{position:absolute;visibility:hidden;-webkit-font-smoothing:antialiased!important}.tp-simpleresponsive img{max-width:none}.noFilterClass{filter:none!important}.tp-bannershadow{position:absolute;margin-left:auto;margin-right:auto;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tp-bannershadow.tp-shadow1{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/assets/shadow1.png) no-repeat;background-size:100% 100%;width:890px;height:60px;bottom:-60px}.tp-bannershadow.tp-shadow2{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/assets/shadow2.png) no-repeat;background-size:100% 100%;width:890px;height:60px;bottom:-60px}.tp-bannershadow.tp-shadow3{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/assets/shadow3.png) no-repeat;background-size:100% 100%;width:890px;height:60px;bottom:-60px}.caption.fullscreenvideo{left:0;top:0;position:absolute;width:100%;height:100%}.caption.fullscreenvideo iframe,.caption.fullscreenvideo video{width:100%!important;height:100%!important;display:none}.tp-caption.fullscreenvideo{left:0;top:0;position:absolute;width:100%;height:100%}.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.html5vid.videoisplaying .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);padding:5px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;position:absolute;top:50%;left:50%;font-size:40px;color:#FFF;z-index:3;margin-top:-27px;margin-left:-28px;text-align:center;cursor:pointer}.html5vid .tp-revstop{width:15px;height:20px;border-left:5px solid #fff;border-right:5px solid #fff;position:relative;margin:10px 20px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:none}.html5vid.videoisplaying .revicon-right-dir{display:none}.html5vid.videoisplaying .tp-revstop{display:block}.html5vid.videoisplaying .tp-video-play-button{display:none}.html5vid:hover .tp-video-play-button{display:block}.fullcoveredvideo .tp-video-play-button{display:none!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;height:100%;position:absolute;top:0;left:0;z-index:4}.tp-dottedoverlay.twoxtwo{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/assets/gridtile_3x3_white.png)}.tpclear{clear:both}.tp-bullets{z-index:1000;position:absolute;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;-ms-transition:opacity .2s ease-out;-webkit-transform:translateZ(5px)}.tp-bullets.hidebullets{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-moz-opacity:0;-khtml-opacity:0;opacity:0}.tp-bullets.simplebullets.navbar{border:1px solid #666;border-bottom:1px solid #444;background:url(//www.coreutah.com/wp-content/themes/fajar-wp/assets/boxed_bgtile.png);height:40px;padding:0 10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.tp-bullets.simplebullets.navbar-old{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/assets/navigdots_bgtile.png);height:35px;padding:0 10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.tp-bullets.simplebullets.round .bullet{cursor:pointer;position:relative;background:url(//www.coreutah.com/wp-content/themes/fajar-wp/assets/bullet.png) top left;width:20px;height:20px;margin-right:0;float:left;margin-top:0;margin-left:3px}.tp-bullets.simplebullets.round .bullet.last{margin-right:3px}.tp-bullets.simplebullets.round-old .bullet{cursor:pointer;position:relative;background:url(//www.coreutah.com/wp-content/themes/fajar-wp/assets/bullets.png) bottom left;width:23px;height:23px;margin-right:0;float:left;margin-top:0}.tp-bullets.simplebullets.round-old .bullet.last{margin-right:0}.tp-bullets.simplebullets.square .bullet{cursor:pointer;position:relative;background:url(//www.coreutah.com/wp-content/themes/fajar-wp/assets/bullets2.png) bottom left;width:19px;height:19px;margin-right:0;float:left;margin-top:0}.tp-bullets.simplebullets.square .bullet.last{margin-right:0}.tp-bullets.simplebullets.square-old .bullet{cursor:pointer;position:relative;background:url(//www.coreutah.com/wp-content/themes/fajar-wp/assets/bullets2.png) bottom left;width:19px;height:19px;margin-right:0;float:left;margin-top:0}.tp-bullets.simplebullets.square-old .bullet.last{margin-right:0}.tp-bullets.simplebullets.navbar .bullet{cursor:pointer;position:relative;background:url(//www.coreutah.com/wp-content/themes/fajar-wp/assets/bullet_boxed.png) top left;width:18px;height:19px;margin-right:5px;float:left;margin-top:0}.tp-bullets.simplebullets.navbar .bullet.first{margin-left:0!important}.tp-bullets.simplebullets.navbar .bullet.last{margin-right:0!important}.tp-bullets.simplebullets.navbar-old .bullet{cursor:pointer;position:relative;background:url(//www.coreutah.com/wp-content/themes/fajar-wp/assets/navigdots.png) bottom left;width:15px;height:15px;margin-left:5px!important;margin-right:5px!important;float:left;margin-top:10px}.tp-bullets.simplebullets.navbar-old .bullet.first{margin-left:0!important}.tp-bullets.simplebullets.navbar-old .bullet.last{margin-right:0!important}.tp-bullets.simplebullets .bullet.selected,.tp-bullets.simplebullets .bullet:hover{background-position:top left}.tp-bullets.simplebullets.navbar .bullet.selected,.tp-bullets.simplebullets.navbar .bullet:hover,.tp-bullets.simplebullets.round .bullet.selected,.tp-bullets.simplebullets.round .bullet:hover{background-position:bottom left}.banner-bg h2{font-size:65px;color:#fff}.light-blue-bg .dark-heading{font-size:40px;color:#222}.light-blue-bg .blue-heading{font-size:66px;color:#2991d6;font-family:Raleway,sans-serif}.light-blue-bg .btn{padding:14px 25px 8px;color:#fff!important}.tp-banner-container img{max-width:none!important}.btn.btn-default{padding:15px 45px 14px}.btn.btn-default a{color:#fff!important}.tp-caption.medium_light_white.slide3-heading{font-size:48px;font-family:Raleway,sans-serif;font-weight:300}.tp-caption.medium_light_white.slide3-heading span{font-family:Raleway,sans-serif;font-weight:600}.tp-caption.small_light_white.slide3-text{font-size:22px}.tp-caption.medium_light_white.slide1-heading{font-size:65px;font-family:Raleway,sans-serif;font-weight:300}.tp-caption.medium_light_white.slide1-heading span{font-family:Raleway,sans-serif;font-weight:600}.tp-caption.small_light_white.slide1-text{font-size:24px}.tp-banner li{position:absolute}.slotholder{position:absolute;left:0;top:0}.tparrows:hover{background-color:#fff!important}.tp-banner-container:hover .tparrows{opacity:1}.blackboard-bg .tparrows{width:60px;height:58px;border:0;border-radius:0;opacity:.7!important}.blackboard-bg .tparrows:hover{opacity:1!important}.blackboard-bg .tparrows.tp-leftarrow{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/main-banner/creative/left-arrow.png) center center no-repeat!important;left:0!important}.blackboard-bg .tparrows.tp-rightarrow{background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/main-banner/creative/right-arrow.png) center center no-repeat!important;right:0!important} .animated{-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-moz-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-o-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.animated.flash{-webkit-animation-name:flash;-moz-animation-name:flash;-o-animation-name:flash;animation-name:flash}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px)}}@-moz-keyframes shake{0%,100%{-moz-transform:translateX(0)}10%,30%,50%,70%,90%{-moz-transform:translateX(-10px)}20%,40%,60%,80%{-moz-transform:translateX(10px)}}@-o-keyframes shake{0%,100%{-o-transform:translateX(0)}10%,30%,50%,70%,90%{-o-transform:translateX(-10px)}20%,40%,60%,80%{-o-transform:translateX(10px)}}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.animated.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-animation-name:shake;animation-name:shake}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@-moz-keyframes bounce{0%,100%,20%,50%,80%{-moz-transform:translateY(0)}40%{-moz-transform:translateY(-30px)}60%{-moz-transform:translateY(-15px)}}@-o-keyframes bounce{0%,100%,20%,50%,80%{-o-transform:translateY(0)}40%{-o-transform:translateY(-30px)}60%{-o-transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.animated.bounce{-webkit-animation-name:bounce;-moz-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce}@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0)}}@-moz-keyframes tada{0%{-moz-transform:scale(1)}10%,20%{-moz-transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg)}100%{-moz-transform:scale(1) rotate(0)}}@-o-keyframes tada{0%{-o-transform:scale(1)}10%,20%{-o-transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-o-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-o-transform:scale(1.1) rotate(-3deg)}100%{-o-transform:scale(1) rotate(0)}}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}100%{transform:scale(1) rotate(0)}}.animated.tada{-webkit-animation-name:tada;-moz-animation-name:tada;-o-animation-name:tada;animation-name:tada}@-webkit-keyframes swing{100%,20%,40%,60%,80%{-webkit-transform-origin:top center}20%{-webkit-transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg)}}@-moz-keyframes swing{20%{-moz-transform:rotate(15deg)}40%{-moz-transform:rotate(-10deg)}60%{-moz-transform:rotate(5deg)}80%{-moz-transform:rotate(-5deg)}100%{-moz-transform:rotate(0deg)}}@-o-keyframes swing{20%{-o-transform:rotate(15deg)}40%{-o-transform:rotate(-10deg)}60%{-o-transform:rotate(5deg)}80%{-o-transform:rotate(-5deg)}100%{-o-transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}100%{transform:rotate(0deg)}}.animated.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes wobble{0%{-moz-transform:translateX(0)}15%{-moz-transform:translateX(-25%) rotate(-5deg)}30%{-moz-transform:translateX(20%) rotate(3deg)}45%{-moz-transform:translateX(-15%) rotate(-3deg)}60%{-moz-transform:translateX(10%) rotate(2deg)}75%{-moz-transform:translateX(-5%) rotate(-1deg)}100%{-moz-transform:translateX(0)}}@-o-keyframes wobble{0%{-o-transform:translateX(0)}15%{-o-transform:translateX(-25%) rotate(-5deg)}30%{-o-transform:translateX(20%) rotate(3deg)}45%{-o-transform:translateX(-15%) rotate(-3deg)}60%{-o-transform:translateX(10%) rotate(2deg)}75%{-o-transform:translateX(-5%) rotate(-1deg)}100%{-o-transform:translateX(0)}}@keyframes wobble{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}100%{transform:translateX(0)}}.animated.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in}}@-moz-keyframes flip{0%{-moz-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-moz-animation-timing-function:ease-out}40%{-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-moz-animation-timing-function:ease-out}50%{-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-moz-animation-timing-function:ease-in}80%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-moz-animation-timing-function:ease-in}100%{-moz-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-moz-animation-timing-function:ease-in}}@-o-keyframes flip{0%{-o-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-o-animation-timing-function:ease-out}40%{-o-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-o-animation-timing-function:ease-out}50%{-o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-o-animation-timing-function:ease-in}80%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-o-animation-timing-function:ease-in}100%{-o-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-o-animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);animation-timing-function:ease-in}100%{transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible!important;-webkit-animation-name:flip;-moz-backface-visibility:visible!important;-moz-animation-name:flip;-o-backface-visibility:visible!important;-o-animation-name:flip;backface-visibility:visible!important;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@-moz-keyframes flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-moz-transform:perspective(400px) rotateX(-10deg)}70%{-moz-transform:perspective(400px) rotateX(10deg)}100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}}@-o-keyframes flipInX{0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-o-transform:perspective(400px) rotateX(-10deg)}70%{-o-transform:perspective(400px) rotateX(10deg)}100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0deg);opacity:1}}.animated.flipInX{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible!important;-moz-animation-name:flipInX;-o-backface-visibility:visible!important;-o-animation-name:flipInX;backface-visibility:visible!important;animation-name:flipInX}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@-moz-keyframes flipOutX{0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0}}@-o-keyframes flipOutX{0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}100%{transform:perspective(400px) rotateX(90deg);opacity:0}}.animated.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;-moz-animation-name:flipOutX;-moz-backface-visibility:visible!important;-o-animation-name:flipOutX;-o-backface-visibility:visible!important;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}}@-moz-keyframes flipInY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-moz-transform:perspective(400px) rotateY(-10deg)}70%{-moz-transform:perspective(400px) rotateY(10deg)}100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1}}@-o-keyframes flipInY{0%{-o-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-o-transform:perspective(400px) rotateY(-10deg)}70%{-o-transform:perspective(400px) rotateY(10deg)}100%{-o-transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}100%{transform:perspective(400px) rotateY(0deg);opacity:1}}.animated.flipInY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInY;-moz-backface-visibility:visible!important;-moz-animation-name:flipInY;-o-backface-visibility:visible!important;-o-animation-name:flipInY;backface-visibility:visible!important;animation-name:flipInY}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}}@-moz-keyframes flipOutY{0%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0}}@-o-keyframes flipOutY{0%{-o-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-o-transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1}100%{transform:perspective(400px) rotateY(90deg);opacity:0}}.animated.flipOutY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipOutY;-moz-backface-visibility:visible!important;-moz-animation-name:flipOutY;-o-backface-visibility:visible!important;-o-animation-name:flipOutY;backface-visibility:visible!important;animation-name:flipOutY}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.animated.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}.animated.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}100%{opacity:1;transform:translateY(0)}}.animated.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}100%{opacity:1;transform:translateX(0)}}.animated.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}.animated.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUpBig{0%{opacity:0;-moz-transform:translateY(2000px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInUpBig{0%{opacity:0;-o-transform:translateY(2000px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}100%{opacity:1;transform:translateY(0)}}.animated.fadeInUpBig{-webkit-animation-name:fadeInUpBig;-moz-animation-name:fadeInUpBig;-o-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDownBig{0%{opacity:0;-moz-transform:translateY(-2000px)}100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDownBig{0%{opacity:0;-o-transform:translateY(-2000px)}100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}100%{opacity:1;transform:translateY(0)}}.animated.fadeInDownBig{-webkit-animation-name:fadeInDownBig;-moz-animation-name:fadeInDownBig;-o-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeftBig{0%{opacity:0;-moz-transform:translateX(-2000px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInLeftBig{0%{opacity:0;-o-transform:translateX(-2000px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px)}100%{opacity:1;transform:translateX(0)}}.animated.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;-moz-animation-name:fadeInLeftBig;-o-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInRightBig{0%{opacity:0;-moz-transform:translateX(2000px)}100%{opacity:1;-moz-transform:translateX(0)}}@-o-keyframes fadeInRightBig{0%{opacity:0;-o-transform:translateX(2000px)}100%{opacity:1;-o-transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px)}100%{opacity:1;transform:translateX(0)}}.animated.fadeInRightBig{-webkit-animation-name:fadeInRightBig;-moz-animation-name:fadeInRightBig;-o-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-o-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.animated.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px)}}@-moz-keyframes fadeOutUp{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-20px)}}@-o-keyframes fadeOutUp{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-20px)}}.animated.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px)}}@-moz-keyframes fadeOutDown{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(20px)}}@-o-keyframes fadeOutDown{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(20px)}}.animated.fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;-o-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px)}}@-moz-keyframes fadeOutLeft{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-20px)}}@-o-keyframes fadeOutLeft{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-20px)}}.animated.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px)}}@-moz-keyframes fadeOutRight{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(20px)}}@-o-keyframes fadeOutRight{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(20px)}}.animated.fadeOutRight{-webkit-animation-name:fadeOutRight;-moz-animation-name:fadeOutRight;-o-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@-moz-keyframes fadeOutUpBig{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-2000px)}}@-o-keyframes fadeOutUpBig{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.animated.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;-moz-animation-name:fadeOutUpBig;-o-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@-moz-keyframes fadeOutDownBig{0%{opacity:1;-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(2000px)}}@-o-keyframes fadeOutDownBig{0%{opacity:1;-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(2000px)}}.animated.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;-moz-animation-name:fadeOutDownBig;-o-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@-moz-keyframes fadeOutLeftBig{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-2000px)}}@-o-keyframes fadeOutLeftBig{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.animated.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;-moz-animation-name:fadeOutLeftBig;-o-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@-moz-keyframes fadeOutRightBig{0%{opacity:1;-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(2000px)}}@-o-keyframes fadeOutRightBig{0%{opacity:1;-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.animated.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;-moz-animation-name:fadeOutRightBig;-o-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05)}70%{-webkit-transform:scale(.9)}100%{-webkit-transform:scale(1)}}@-moz-keyframes bounceIn{0%{opacity:0;-moz-transform:scale(.3)}50%{opacity:1;-moz-transform:scale(1.05)}70%{-moz-transform:scale(.9)}100%{-moz-transform:scale(1)}}@-o-keyframes bounceIn{0%{opacity:0;-o-transform:scale(.3)}50%{opacity:1;-o-transform:scale(1.05)}70%{-o-transform:scale(.9)}100%{-o-transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}100%{transform:scale(1)}}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes slideInDown{0%{opacity:0;-moz-transform:translateY(-2000px)}100%{-moz-transform:translateY(0)}}@-o-keyframes slideInDown{0%{opacity:0;-o-transform:translateY(-2000px)}100%{-o-transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}100%{transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;-moz-animation-name:slideInDown;-o-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes slideInLeft{0%{opacity:0;-moz-transform:translateX(-2000px)}100%{-moz-transform:translateX(0)}}@-o-keyframes slideInLeft{0%{opacity:0;-o-transform:translateX(-2000px)}100%{-o-transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-2000px)}100%{transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;-moz-animation-name:slideInLeft;-o-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes slideInRight{0%{opacity:0;-moz-transform:translateX(2000px)}100%{-moz-transform:translateX(0)}}@-o-keyframes slideInRight{0%{opacity:0;-o-transform:translateX(2000px)}100%{-o-transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(2000px)}100%{transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;-moz-animation-name:slideInRight;-o-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@-moz-keyframes slideOutLeft{0%{-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(-2000px)}}@-o-keyframes slideOutLeft{0%{-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;-moz-animation-name:slideOutLeft;-o-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@-moz-keyframes slideOutRight{0%{-moz-transform:translateX(0)}100%{opacity:0;-moz-transform:translateX(2000px)}}@-o-keyframes slideOutRight{0%{-o-transform:translateX(0)}100%{opacity:0;-o-transform:translateX(2000px)}}@keyframes slideOutRight{0%{transform:translateX(0)}100%{opacity:0;transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;-moz-animation-name:slideOutRight;-o-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@-moz-keyframes slideOutUp{0%{-moz-transform:translateY(0)}100%{opacity:0;-moz-transform:translateY(-2000px)}}@-o-keyframes slideOutUp{0%{-o-transform:translateY(0)}100%{opacity:0;-o-transform:translateY(-2000px)}}@keyframes slideOutUp{0%{transform:translateY(0)}100%{opacity:0;transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;-moz-animation-name:slideOutUp;-o-animation-name:slideOutUp;animation-name:slideOutUp}.animated.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px)}80%{-webkit-transform:translateY(10px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes bounceInUp{0%{opacity:0;-moz-transform:translateY(2000px)}60%{opacity:1;-moz-transform:translateY(-30px)}80%{-moz-transform:translateY(10px)}100%{-moz-transform:translateY(0)}}@-o-keyframes bounceInUp{0%{opacity:0;-o-transform:translateY(2000px)}60%{opacity:1;-o-transform:translateY(-30px)}80%{-o-transform:translateY(10px)}100%{-o-transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}100%{transform:translateY(0)}}.animated.bounceInUp{-webkit-animation-name:bounceInUp;-moz-animation-name:bounceInUp;-o-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}@-moz-keyframes bounceInDown{0%{opacity:0;-moz-transform:translateY(-2000px)}60%{opacity:1;-moz-transform:translateY(30px)}80%{-moz-transform:translateY(-10px)}100%{-moz-transform:translateY(0)}}@-o-keyframes bounceInDown{0%{opacity:0;-o-transform:translateY(-2000px)}60%{opacity:1;-o-transform:translateY(30px)}80%{-o-transform:translateY(-10px)}100%{-o-transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}100%{transform:translateY(0)}}.animated.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px)}80%{-webkit-transform:translateX(-10px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes bounceInLeft{0%{opacity:0;-moz-transform:translateX(-2000px)}60%{opacity:1;-moz-transform:translateX(30px)}80%{-moz-transform:translateX(-10px)}100%{-moz-transform:translateX(0)}}@-o-keyframes bounceInLeft{0%{opacity:0;-o-transform:translateX(-2000px)}60%{opacity:1;-o-transform:translateX(30px)}80%{-o-transform:translateX(-10px)}100%{-o-transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}100%{transform:translateX(0)}}.animated.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px)}80%{-webkit-transform:translateX(10px)}100%{-webkit-transform:translateX(0)}}@-moz-keyframes bounceInRight{0%{opacity:0;-moz-transform:translateX(2000px)}60%{opacity:1;-moz-transform:translateX(-30px)}80%{-moz-transform:translateX(10px)}100%{-moz-transform:translateX(0)}}@-o-keyframes bounceInRight{0%{opacity:0;-o-transform:translateX(2000px)}60%{opacity:1;-o-transform:translateX(-30px)}80%{-o-transform:translateX(10px)}100%{-o-transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}100%{transform:translateX(0)}}.animated.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1)}25%{-webkit-transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3)}}@-moz-keyframes bounceOut{0%{-moz-transform:scale(1)}25%{-moz-transform:scale(.95)}50%{opacity:1;-moz-transform:scale(1.1)}100%{opacity:0;-moz-transform:scale(.3)}}@-o-keyframes bounceOut{0%{-o-transform:scale(1)}25%{-o-transform:scale(.95)}50%{opacity:1;-o-transform:scale(1.1)}100%{opacity:0;-o-transform:scale(.3)}}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}100%{opacity:0;transform:scale(.3)}}.animated.bounceOut{-webkit-animation-name:bounceOut;-moz-animation-name:bounceOut;-o-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@-moz-keyframes bounceOutUp{0%{-moz-transform:translateY(0)}20%{opacity:1;-moz-transform:translateY(20px)}100%{opacity:0;-moz-transform:translateY(-2000px)}}@-o-keyframes bounceOutUp{0%{-o-transform:translateY(0)}20%{opacity:1;-o-transform:translateY(20px)}100%{opacity:0;-o-transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}100%{opacity:0;transform:translateY(-2000px)}}.animated.bounceOutUp{-webkit-animation-name:bounceOutUp;-moz-animation-name:bounceOutUp;-o-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@-moz-keyframes bounceOutDown{0%{-moz-transform:translateY(0)}20%{opacity:1;-moz-transform:translateY(-20px)}100%{opacity:0;-moz-transform:translateY(2000px)}}@-o-keyframes bounceOutDown{0%{-o-transform:translateY(0)}20%{opacity:1;-o-transform:translateY(-20px)}100%{opacity:0;-o-transform:translateY(2000px)}}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}100%{opacity:0;transform:translateY(2000px)}}.animated.bounceOutDown{-webkit-animation-name:bounceOutDown;-moz-animation-name:bounceOutDown;-o-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@-moz-keyframes bounceOutLeft{0%{-moz-transform:translateX(0)}20%{opacity:1;-moz-transform:translateX(20px)}100%{opacity:0;-moz-transform:translateX(-2000px)}}@-o-keyframes bounceOutLeft{0%{-o-transform:translateX(0)}20%{opacity:1;-o-transform:translateX(20px)}100%{opacity:0;-o-transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}100%{opacity:0;transform:translateX(-2000px)}}.animated.bounceOutLeft{-webkit-animation-name:bounceOutLeft;-moz-animation-name:bounceOutLeft;-o-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@-moz-keyframes bounceOutRight{0%{-moz-transform:translateX(0)}20%{opacity:1;-moz-transform:translateX(-20px)}100%{opacity:0;-moz-transform:translateX(2000px)}}@-o-keyframes bounceOutRight{0%{-o-transform:translateX(0)}20%{opacity:1;-o-transform:translateX(-20px)}100%{opacity:0;-o-transform:translateX(2000px)}}@keyframes bounceOutRight{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}100%{opacity:0;transform:translateX(2000px)}}.animated.bounceOutRight{-webkit-animation-name:bounceOutRight;-moz-animation-name:bounceOutRight;-o-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateIn{0%{-moz-transform-origin:center center;-moz-transform:rotate(-200deg);opacity:0}100%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateIn{0%{-o-transform-origin:center center;-o-transform:rotate(-200deg);opacity:0}100%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}100%{transform-origin:center center;transform:rotate(0);opacity:1}}.animated.rotateIn{-webkit-animation-name:rotateIn;-moz-animation-name:rotateIn;-o-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.animated.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;-moz-animation-name:rotateInUpLeft;-o-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0}100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:left bottom;transform:rotate(0);opacity:1}}.animated.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;-moz-animation-name:rotateInDownLeft;-o-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.animated.rotateInUpRight{-webkit-animation-name:rotateInUpRight;-moz-animation-name:rotateInUpRight;-o-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@-moz-keyframes rotateInDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}}@-o-keyframes rotateInDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0}100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}100%{transform-origin:right bottom;transform:rotate(0);opacity:1}}.animated.rotateInDownRight{-webkit-animation-name:rotateInDownRight;-moz-animation-name:rotateInDownRight;-o-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0}}@-moz-keyframes rotateOut{0%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:center center;-moz-transform:rotate(200deg);opacity:0}}@-o-keyframes rotateOut{0%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:center center;-o-transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1}100%{transform-origin:center center;transform:rotate(200deg);opacity:0}}.animated.rotateOut{-webkit-animation-name:rotateOut;-moz-animation-name:rotateOut;-o-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}}@-moz-keyframes rotateOutUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0}}@-o-keyframes rotateOutUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}.animated.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;-moz-animation-name:rotateOutUpLeft;-o-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}}@-moz-keyframes rotateOutDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0}}@-o-keyframes rotateOutDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}.animated.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;-moz-animation-name:rotateOutDownLeft;-o-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}}@-moz-keyframes rotateOutUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0}}@-o-keyframes rotateOutUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.animated.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;-moz-animation-name:rotateOutUpRight;-o-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}}@-moz-keyframes rotateOutDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1}100%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0}}@-o-keyframes rotateOutDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1}100%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}.animated.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;-moz-animation-name:rotateOutDownRight;-o-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);opacity:0}}@-moz-keyframes hinge{0%{-moz-transform:rotate(0);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}20%,60%{-moz-transform:rotate(80deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}40%{-moz-transform:rotate(60deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}80%{-moz-transform:rotate(60deg) translateY(0);opacity:1;-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out}100%{-moz-transform:translateY(700px);opacity:0}}@-o-keyframes hinge{0%{-o-transform:rotate(0);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}20%,60%{-o-transform:rotate(80deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}40%{-o-transform:rotate(60deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}80%{-o-transform:rotate(60deg) translateY(0);opacity:1;-o-transform-origin:top left;-o-animation-timing-function:ease-in-out}100%{-o-transform:translateY(700px);opacity:0}}@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}100%{transform:translateY(700px);opacity:0}}.animated.hinge{-webkit-animation-name:hinge;-moz-animation-name:hinge;-o-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0deg)}}@-moz-keyframes rollIn{0%{opacity:0;-moz-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-moz-transform:translateX(0) rotate(0deg)}}@-o-keyframes rollIn{0%{opacity:0;-o-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-o-transform:translateX(0) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;transform:translateX(0) rotate(0deg)}}.animated.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg)}}@-moz-keyframes rollOut{0%{opacity:1;-moz-transform:translateX(0) rotate(0deg)}100%{opacity:0;-moz-transform:translateX(100%) rotate(120deg)}}@-o-keyframes rollOut{0%{opacity:1;-o-transform:translateX(0) rotate(0deg)}100%{opacity:0;-o-transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;transform:translateX(0) rotate(0deg)}100%{opacity:0;transform:translateX(100%) rotate(120deg)}}.animated.rollOut{-webkit-animation-name:rollOut;-moz-animation-name:rollOut;-o-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0deg);opacity:1}}@-moz-keyframes lightSpeedIn{0%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-moz-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-moz-transform:translateX(0) skewX(-15deg);opacity:1}100%{-moz-transform:translateX(0) skewX(0deg);opacity:1}}@-o-keyframes lightSpeedIn{0%{-o-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-o-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-o-transform:translateX(0) skewX(-15deg);opacity:1}100%{-o-transform:translateX(0) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}100%{transform:translateX(0) skewX(0deg);opacity:1}}.animated.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-moz-animation-name:lightSpeedIn;-o-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}}@-moz-keyframes lightSpeedOut{0%{-moz-transform:translateX(0) skewX(0deg);opacity:1}100%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0}}@-o-keyframes lightSpeedOut{0%{-o-transform:translateX(0) skewX(0deg);opacity:1}100%{-o-transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{transform:translateX(0) skewX(0deg);opacity:1}100%{transform:translateX(100%) skewX(-30deg);opacity:0}}.animated.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-moz-animation-name:lightSpeedOut;-o-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.25s;-moz-animation-duration:.25s;-o-animation-duration:.25s;animation-duration:.25s}
.btn {font-size:15px !important;padding:14px 32px !important;}
.creative-services-sec-content a:hover {cursor:default;}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
}
mark {
color: #000;
background: #ff0;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
resize:none;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
}
@media print {
* {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.table td,
.table th {
background-color: #fff !important;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/glyphicons-halflings-regular.eot);
src: url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//www.coreutah.com/wp-content/themes/fajar-wp/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//www.coreutah.com/wp-content/themes/fajar-wp/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: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.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";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
font-size: 18px;
line-height: 1.42857143;
color: #333333;
background-color: #fff;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
button,
select,
textarea {
font-family: inherit;
line-height: inherit;
color: #767676;
font-size: 16px;
height: 47px;
padding: 8px 2% 5px;
width: 100%;
}
textarea{ 
height:200px;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea{
border: 1px solid #b1b1b1;
}
a {
text-decoration: none;
}
a:hover,
a:focus {
text-decoration: none;
}
a:focus {
outline: none;
outline: none;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
width: 100% \9;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
display: inline-block;
width: 100% \9;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 80px;
margin-bottom: 80px;
border: 0;
border-top: 1px solid #dadada;
}
hr.dotted {
margin-top: 80px;
margin-bottom: 80px;
border: 0;
border-top: 1px dashed #dadada;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: 'Raleway', sans-serif;
font-weight: 400;
line-height: 1.1;
color: #222222;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
.h1.light,
.h2.light,
.h3.light,
.h4.light,
.h5.light,
.h6.light {
font-weight:300;
}
h1.light strong,
h2.light strong,
h3.light strong,
h4.light strong,
h5.light strong,
h6.light strong,
.h1.light strong,
.h2.light strong,
.h3.light strong,
.h4.light strong,
.h5.light strong,
.h6.light strong {
font-weight:600
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a	{ 
color:#222
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
font-weight:500;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 48px;
}
h2,
.h2 {
font-size: 42px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
h1 .line,
.h1 .line,
h2 .line,
.h2 .line,
h3 .line,
.h3 .line,
h4 .line,
.h4 .line,
h5 .line,
.h5 .line,
h6 .line,
.h6 .line {
display:block;
max-width:176px;
height:6px;
background:#fff;
margin:25px auto 0;
}
.double-text{
font-size: 32px;
margin-bottom: 20px;
}
.double-text small{
font-size: 20px;
}
p {
margin: 0 0 10px;
font-weight: 300;
line-height:30px;
}
p.small{font-size: 16px; line-height:24px;}
p  span, p a{ font-weight:600;}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px !important;
}
}
small,
.small {
font-size: 85%;
}
cite {
font-style: normal;
}
mark,
.mark {
padding: .2em;
background-color: #fcf8e3;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777;
}
.text-primary {
color: #428bca;
}
a.text-primary:hover {
color: #3071a9;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #428bca;
}
a.bg-primary:hover {
background-color: #3071a9;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
}
.list-inline > li {
display: inline-block;
padding-right: 10px;
padding-left: 66px;
}
.list-inline > li > i{ margin-right:10px}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eee;
border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
content: "";
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
padding: 0;
font-size: 100%;
-webkit-box-shadow: none;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
position:relative;
}
@media (min-width: 768px) { }
@media (min-width: 992px) { }
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
table {
background-color: transparent;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
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;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
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, -webkit-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;
}
.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);
}
.form-control::-moz-placeholder {
color: #777;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #777;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eee;
opacity: 1;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 34px;
line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
line-height: 46px;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
min-height: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-top: 4px \9;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-right: 0;
padding-left: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 25px;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
}
.input-lg + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
color: #3c763d;
}
.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);
}
.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;
}
.has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
color: #8a6d3b;
}
.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);
}
.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;
}
.has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
color: #a94442;
}
.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);
}
.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;
}
.has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
top: 0;
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.3px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
.btn {
display: inline-block;
padding: 15px 45px 15px;
margin-bottom: 0;
font-size: 20px;
font-weight: normal;
font-weight:400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
z-index:0;
text-transform:uppercase;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 2px solid transparent;
border-radius: 4px;
transition:background-color 0.5s ease;
-webkit-transition:background-color 0.5s ease;
-moz-transition:background-color 0.5s ease;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
outline: none;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
transition:background-color 0.5s ease;
-webkit-transition:background-color 0.5s ease;
-moz-transition:background-color 0.5s ease;
}
.btn:hover,
.btn:focus { text-decoration: none;
transition:background-color 0.5s ease;
-webkit-transition:background-color 0.5s ease;
-moz-transition:background-color 0.5s ease;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
pointer-events: none;
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
.btn-default {
color: #fff;
}
.btn-white {
color: #3b3b3b;
background-color: #fff;
}
.btn-white:hover {
color: #fff;
}
.btn-dark {
color: #fff;
background-color: #303030;
}
.btn-dark:hover {
color: #fff;
}
.btn.btn-square{
border-radius:0 !important;
}
.btn-medium {
padding: 11px 35px 10px;
font-size:16px;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #fff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #428bca;
border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #3071a9;
border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #428bca;
border-color: #357ebd;
}
.btn-primary .badge {
color: #428bca;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
font-weight: normal;
color: #428bca;
cursor: pointer;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #2a6496;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px 6px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
.btn-bordered{ background:none !important;position: relative;}
.btn-bordered.black{ border-color:#303030; color:#4b4b4b;}
.btn-bordered.black:hover{ border-color:#303030; color:#fff;}
.btn-bordered.black { -webkit-transition: border-color 0.4s, color 0.4s;	transition: border-color 0.4s, color 0.4s;}
.btn-bordered.black::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #303030;z-index: -1;	opacity: 0;	-webkit-transform: scale3d(0.7, 1, 1);	transform: scale3d(0.7, 1, 1);	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;	transition: transform 0.4s, opacity 0.4s;	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}
.btn-bordered.black::before {background: #303030;}
.btn-bordered.black::before {-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}
.btn-bordered.black:hover {color: #fff;}
.btn-bordered.black:hover::before {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.btn-bordered.white{ border-color:#fff; color:#fff;}
.btn-bordered.white:hover{  color:#575757;}
.btn-bordered.white{ color:#fff;}
.btn-bordered.white { -webkit-transition: border-color 0.4s, color 0.4s;	transition: border-color 0.4s, color 0.4s;}
.btn-bordered.white::before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #fff;z-index: -1;opacity: 0;	-webkit-transform: scale3d(0.7, 1, 1);	transform: scale3d(0.7, 1, 1);	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;	transition: transform 0.4s, opacity 0.4s;	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}
.btn-bordered.white::before {background: #fff;}
.btn-bordered.white::before {-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}
.btn-bordered.white:hover::before {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height .35s ease;
-o-transition: height .35s ease;
transition: height .35s ease;
}
.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;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 250px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 16px;
text-align: left;
list-style: none;
border-top:3px solid transparent;
background-color: #fff;
padding:0;
-webkit-background-clip: padding-box;
background-clip: padding-box;
}
.nav-dark .dropdown-menu{ background:#303030;}
.nav-dark .mega-menu-item .mega-menu .dropdown-menu { border-color:#575757}
.nav-dark .mega-menu-item .mega-menu .dropdown-menu li.nav-heading{ color:#f1f1f1;}
.nav-dark .dropdown-menu li a{ color:#f1f1f1; border-color:#575757;}
.nav-dark.navbar-default.transparent{ border-color:rgba(0, 0, 0, 0.25)}
.nav-dark.navbar-default.transparent .navbar-nav > li > a, .nav-dark.navbar-default.transparent .navbar-nav > li > a.dropdown-toggle i, .nav-dark.navbar-default.transparent .search-btn i, .nav-dark.navbar-default.transparent .navbar-nav > li > a:hover i, .nav-dark.navbar-default.transparent .navbar-nav > li > a i{ color:#484848;}
.nav-dark.navbar-default.transparent .search-btn:hover i{ color:#575757}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 14px 24px 14px 30px;
clear: both;
border-bottom: 1px solid #d3d3d3;
font-weight: normal;
line-height: 17px;
color: #484848;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #fff;
text-decoration: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #428bca;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.dropdown-menu > li > a > i.icon-angle-right.pull-right{
float: right;
margin: 1px 0 0 0;
}
.dropdown-menu > li > a > i.icon-angle-right{
float: left;
margin: 0px 0 0 -15px;
}
.mega-menu .dropdown-menu > li > a > i.icon-angle-right{
float: left;
margin: 1px 9px 0 -5px;
}
.dropdown-menu > li > a > .nav-left-icon{
float:left;
font-size: 23px;
margin: -4px 10px 0 -20px ;
}
.dropdown-menu > li > a > .nav-left-icon.icon-browser{ font-size:18px;}
.dropdown-menu > li > a > .nav-left-icon.icon-pencil{ font-size:20px;}
.open > .dropdown-menu {
display: block;dropdown-toggle
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
.mega-menu-item{ position:static !important;}
.mega-menu-item .mega-menu{ border-top: 3px solid transparent;left: 0;position: absolute;top: 100%;width:98.8%; z-index:1; display:none; background:#fff;padding: 0 1.3%;}
.mega-menu-item:hover .mega-menu{ display:block;}
.mega-menu-item .mega-menu .dropdown-menu{ position:relative; border:0; border-right:1px solid #bcbcbc; float:none; padding-bottom:30px; margin:0;}
.mega-menu-item .mega-menu .dropdown-menu > li > a{ border:0 !important; margin:0 !important; padding:13px 30px 14px}
.mega-menu-item .mega-menu .dropdown-menu > li.nav-heading{ font-size:24px; color:#222222;font-family: 'Raleway', sans-serif; padding:25px 30px 20px;}
.mega-menu-item .mega-menu .col-md-3{ padding:0;}
.mega-menu-item .mega-menu .col-md-3:last-child .dropdown-menu { border:0;}
.header-classic .mega-menu-item .mega-menu .col-md-3{ width:24.6%;}
.header-classic .mega-menu-item .mega-menu .row{  margin-left: -12px;margin-right: -7px;}
.smallHeader .header-classic .mega-menu-item .mega-menu .col-md-3{ width:25%;}
.smallHeader .header-classic .mega-menu-item .mega-menu .row{ margin-left: -15px;margin-right: -15px;}
.smallHeader .header-classic .navbar-default.nav-border-bottom .navbar-nav.nav > li { padding: 22px 25px 20px}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
right: auto;
left: 0;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px;
padding-left: 12px;
}
.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);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
display: table-cell;
float: none;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
position: absolute;
z-index: -1;
filter: alpha(opacity=0);
opacity: 0;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-right: 0;
padding-left: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 18px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eee;
}
.nav > li.disabled > a {
color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eee;
border-color: #428bca;
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #428bca;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 0;
}
}
@media (min-width: 992px) {
.navbar-header {
float: left;
}
}
.navbar-collapse { -webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
}
.navbar-collapse.in { }
@media (min-width: 992px) {
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
float:right;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
@media (max-width: 480px){
body{
min-width:320px;
}
.footer-bottom img {
float: none;
margin-bottom: 10px;
}
.tweets i{
float:none;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
-webkit-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 22px 15px 20px;
font-size: 18px;
line-height: 20px;
}
.navbar-brand img{
max-height:40px;
width:200px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 8px;
margin-top: 12px;
margin-right: 12px;
margin-bottom: 10px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
width:auto;height: 38px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 992px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 11px;
line-height: 20px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 13px 15px 11px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 993px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-bottom: 27px;
padding-top: 29px;
}
.navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
.navbar-nav > li:hover .dropdown-menu{ display:block !important;}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}
.navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-form.navbar-right:last-child {
margin-right: -15px;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar-nav > li.last > .dropdown-menu {
left:auto;
right:0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
.navbar-default .navbar-nav > li > a {
color: #000!important;
font-size:16px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px;
}
.navbar-text.navbar-right:last-child {
margin-right: 0;
}
}
.navbar-default {
background-color: #fff;
border: none;
width: 100%;
z-index: 55;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #000;
font-size:16px;
display:inline-block;
font-family: montserrat !important;
font-weight:600;
text-transform: uppercase!important;
}
.navbar-default .navbar-nav > li > a i{
color: #333;
float: right;
font-size: 18px;
margin: 1px 0 0 10px;
}
.navbar-default.transparent .navbar-nav > li > a i{
color:#fff;
}
.navbar-default .navbar-nav > li > a  i{
margin: 2px 0 0 10px;
}
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:hover > a.dropdown-toggle i, .navbar-default .navbar-nav > li > a.dropdown-toggle:hover i{
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:hover i,
.navbar-default .navbar-nav > li > a:focus {
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #2991d6;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: none;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { }
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background:none;
}
@media (max-width: 992px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #fff;
}
.navbar-default .mega-menu-item.open .mega-menu   .dropdown-menu > li > a {
color: #222222;
}
.header-classic .navbar-default .mega-menu-item.open .mega-menu   .dropdown-menu > li > a {
color: #fff;
}
.simple-nav .navbar-default .navbar-nav > li > a, .simple-nav .navbar-default .navbar-nav > li > a i{ color:#fff;}
.animated-border-nav li a span{ background:none !important; color:#fff;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #777;
}
.navbar-inverse .navbar-nav > li > a {
color: #777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
color: #fff;
background-color: #080808;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #000!important;font-weight:bold!important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #777;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
padding: 0 5px;
color: #ccc;
content: "/\00a0";
}
.breadcrumb > .active {
color: #777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #428bca;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #2a6496;
background-color: #eee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #fff;
cursor: default;
background-color: #428bca;
border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777;
cursor: not-allowed;
background-color: #fff;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #3071a9;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 6px 13px 5px !important;
font-size: 13px;
font-weight: normal;
line-height: 1;
color: #fff;
float:right;
margin: -3px 0 0 0;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #2b2b2b !important;
border-radius: 3px;
}
.dropdown-menu > li > a:hover .badge{ background-color:#fff !important; color:#222;}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
.badge{ padding: 7px 13px 3px;}
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #428bca;
background-color: #fff;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.jumbotron {
padding: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron {
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
margin-right: auto;
margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #428bca;
}
.thumbnail .caption {
padding: 9px;
color: #333;
}
.alert {
padding: 15px;
margin-bottom: 40px;
border: 1px solid transparent;
border-radius: 4px;
font-size:16px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
color: #fff;
background-color: #a5de5c;
border-color: #a5de5c;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
color: #fff;
background-color: #3097db;
border-color: #3097db;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
color: #8f7b3d;
background-color: #ffe38b;
border-color: #ffe38b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
color: #fff;
background-color: #fb5455;
border-color: #fb5455;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
.alert .icon-close{ float:right;font-size: 12px;margin: 5px 0 0; cursor:pointer;}
.alert-left-icon { float: left;
font-size: 24px;
height: 65px;
margin-right:30px;
line-height: 62px;
text-align: center;
width: 64px;
border-radius:5px;}
.alert-success .alert-left-icon{ background:#8fc944; color:#597d2a}
.alert-warning .alert-left-icon{ background:#fbda72; color:#9c8847;}
.alert-danger .alert-left-icon{ background:#f24143; color:#972829}
.alert-info .alert-left-icon{ background:#1c81c4; color:#11507a}
.alert .icon-close{ color:#4e4a3c}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.skills-widget.white{
background-color: #fff;
}
.skills-widget{
height: 22px;
background-color: #f5f5f5;
border-radius: 15px;
}
.progress {
height: 22px;
margin: 50px 0 20px;
border-radius: 15px;
width:0;
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease
}
.percentage{ 
width:39px; 
height:20px;
background:#333333; border-radius:3px;
font-size:12px;
color:#fff;
position:relative;
text-align:center;
float: right;
margin-top: -3px;
}
.percentage:after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #333333;
border-width: 5px;
margin-left: -5px;
}
.progress-bar {
float: left;
width: 100%;
margin-top:-28px;
height: 100%;
font-size: 18px;
line-height: 20px;
overflow:hidden!important;
color: #333333;
text-align: left;
text-transform:none;
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
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);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
min-width: 30px;
color: #777;
background-color: transparent;
background-image: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .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);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .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);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .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);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .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);
}
.skills-widget.small, .skills-widget.small .progress{ height:14px;}
.skills-widget.small.square, .skills-widget.small.square .progress{ border-radius:0;}
.skills-widget.small.square .percentage{ background:none; color:#000;line-height: 20px;line-height: 20px;}
.skills-widget.small.square .progress-bar{ line-height:12px; color:#8d8d8d; font-size:16px;}
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media,
.media .media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media-object {
display: block;
}
.media-heading {
margin: 0 0 5px;
}
.media > .pull-left {
margin-right: 10px;
}
.media > .pull-right {
margin-left: 10px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
padding-left: 0;
margin-bottom: 20px;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
a.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
color: #777;
background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #428bca;
border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #e1edf7;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.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);
}
.panel-body {
padding: 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
margin-bottom: 0;
border: 0;
}
.panel-group {
margin-bottom: 20px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #428bca;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #428bca;
border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
color: #428bca;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #428bca;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%;
}
.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);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, .15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition:      -o-transform .3s ease-out;
transition:         transform .3s ease-out;
-webkit-transform: translate3d(0, -25%, 0);
-o-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
-webkit-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
.modal-header {
min-height: 16.42857143px;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-size: 12px;
line-height: 1.4;
visibility: visible;
filter: alpha(opacity=0);
opacity: 0;
}
.tooltip.in {
filter: alpha(opacity=90);
opacity: .9;
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip-inner {
max-width: 200px;
padding: 10px 10px;
color: #fff;
text-align: center;
text-decoration: none;
border-radius: 4px;
font-size:14px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
right: 5px;
bottom: 0;
border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
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);
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
content: "";
border-width: 10px;
}
.popover.top > .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0;
}
.popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0;
}
.popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
.popover.bottom > .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff;
}
.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);
}
.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
bottom: 0;
left: 0;
z-index:50;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
filter: alpha(opacity=50);
opacity: .5;
}
@media (min-width: 768px) {.carousel-control{ display:none !important;}}
.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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
.thumb-right{ float:right !important;}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
}
th.visible-xs,
td.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;
}
.footer-nav ul {
float: left;
margin-top: 10px;
}
}
@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;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
.footer-nav ul {
float: left;
margin-top: 10px;
}
}
@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;
}
th.visible-md,
td.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;
}
th.visible-lg,
td.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;
}
.partners-content img {
float: none;
margin: 0;
max-width: none;
}
.resp-tab-content {
padding: 15px;
}
.happy-clients {
padding: 30px 0 0;
}
.rslides1_tabs{ margin-bottom:20px;}
h2.resp-accordion a span{ margin:0 0 0 10px;}
}
@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;
}
.nav > li > a {
padding-left: 16px;
padding-right: 16px;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
.work-inner .cbp-l-grid-fullScreen .cbp-item{ height:340px !important;; width:33.3% !important;}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
} .nav-boxed .navbar-toggle{ margin-top:0; background:#000;}
.mobile-logo{ display:none; max-width:142px;}
.nav-boxed .mobile-logo{ margin-top:7px;} .collapse.navbar-collapse  .navbar-nav > li > .dropdown-menu li.dropdown{ position:relative;}
.collapse.navbar-collapse  .navbar-nav > li > .dropdown-menu li.dropdown .dropdown-menu { left:100%; top:-5px; display:none !important;}
.collapse.navbar-collapse  .navbar-nav > li > .dropdown-menu li.dropdown.go-left .dropdown-menu{ left:auto;right:100%;}
.collapse.navbar-collapse  .navbar-nav > li > .dropdown-menu li.dropdown.go-top .dropdown-menu{ top:auto !important;bottom:0 !important;}
.collapse.navbar-collapse  .navbar-nav > li > .dropdown-menu li.dropdown:hover .dropdown-menu { display:block !important;}
.collapse.navbar-collapse  .navbar-nav > li > .dropdown-menu li.dropdown:hover .dropdown-menu:hover { top:-5px;}
.collapse.navbar-collapse  .navbar-nav > li > .dropdown-menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu{ left:100%; top:-5px; display:none !important;}
.collapse.navbar-collapse  .navbar-nav > li > .dropdown-menu li.dropdown:hover .dropdown-menu li.dropdown:hover .dropdown-menu { display:block !important;}
.collapse.navbar-collapse  .navbar-nav > li > .dropdown-menu li.dropdown:hover .dropdown-menu:hover li.dropdown:hover .dropdown-menu:hover { top:-5px;}
.smallHeader .navbar-default, .smallHeader .header-classic{ box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);}
.simple-nav .navbar-default{ border-bottom:1px solid #000;background-color:#fff!important;}
.simple-nav.smallHeader .control-page-smallHeader{ margin-top:78px;} .navbar-default.transparent{ background:none; border-bottom:1px solid rgba(255, 255, 255, 0.34); position:absolute; width:100%; left:0; top:0; z-index:100;-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;
transition: all 500ms ease;}
.navbar-default.transparent .navbar-nav > li > a, .navbar-default.transparent .navbar-nav > li > a.dropdown-toggle i{ color:#fff;}
.navbar-default.transparent .navbar-nav > li.active > a{ color:#2991d6;}
.navbar-default.transparent .search-btn i{ color:#e0e1e5;}
.navbar-default.transparent .search-btn i:hover{ color:#fff;}
.smallHeader .navbar-default .navbar-nav > li > a, .smallHeader .navbar-default .navbar-nav > li > a.dropdown-toggle i{ color:#333}
.smallHeader .navbar-brand {padding: 18px 15px 16px;}
.smallHeader .navbar-nav > li > a {padding-bottom: 24px;padding-top: 23px;}
.smallHeader .navbar-default .searcho input[type="text"]{padding: 12px 0 5px;}
.smallHeader .search-btn{ margin-top:20px}
.smallHeader .navbar-default .checkout-btn { color: #222 !important; height: 67px; font-size: 30px;line-height: 72px; border-color: #a3a5af;}
.smallHeader .navbar-default .checkout-btn:hover i{ color: #222 !important;}
.smallHeader .checkout{ top:67px;} .navbar-default.nav-boxed { padding:22px 0 0;}
.navbar-default.nav-boxed .navbar-brand {padding: 9px 15px 25px;}
.navbar-default.nav-boxed .navbar-nav > li { padding:0 0 21px 0; margin:0 1px 0 0;}
.navbar-default.nav-boxed .navbar-nav > li > a{ padding:13px 21px; border-radius:4px;}
.navbar-default.nav-boxed .navbar-nav > li:hover > a, .navbar-default.nav-boxed .navbar-nav > li > a.active{ color:#fff !important;}
.navbar-default.nav-boxed .search-btn{ margin:9px 0 0;}
.navbar-default.nav-boxed .search-btn i{ color:#333;}
.navbar-default.nav-boxed .searcho a {top: 28px;}
.navbar-default.nav-boxed .searcho input[type="text"] {padding: 24px 0 11px;}
.boxed-layout.smallHeader .navbar-default.nav-boxed{ padding:10px 0 0;}
.boxed-layout.smallHeader .navbar-default.nav-boxed .navbar-nav > li{ padding-bottom:0;}
@media (min-width: 768px) {
.smallHeader .hide-topbar-after.header-classic{margin-top: -150px; position:fixed;background: #fff; transition:none;}
.smallHeader.header-shown .hide-topbar-after.header-classic{margin-top: -69px;}
}
@media (min-width: 993px) {
.smallHeader .hide-topbar-after{ margin-top:-69px;position:fixed; width:100%; left:0; top:0; z-index:100;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease; -ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.smallHeader .navbar-default{ background:#fff; position:fixed; border-bottom:none;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.smallHeader.top-bar-header .main-banner{ margin-top:70px;}
.smallHeader.top-bar-header .navbar-default.nav-boxed .navbar-brand{ padding-bottom:17px;}
} .nav-iconic{}
.navbar-default.nav-iconic .navbar-nav > li > a > i{ display: block;float: none;margin: 0 0 5px 0;text-align: center;}
.navbar-default.nav-iconic .navbar-nav > li > a { padding: 20px 21px;}
.navbar-default.nav-iconic .navbar-nav > li > a i{ color:#535353;}
.navbar-default.nav-iconic .navbar-nav > li:hover > a, .navbar-default.nav-iconic .navbar-nav > li:hover > a i{ color:#fff !important; background:#2991d6}
.navbar-default.nav-iconic .navbar-brand { padding-top: 27px;}
.navbar-default.nav-iconic .search-btn { margin: 29px 0 0;}
.navbar-default.nav-iconic .searcho a { top: 25px;} .logo-center{ float:none !important; margin:25px auto; text-align:center}
.logo-center .navbar-brand{ float:none; margin:0!important;} .navbar-default.nav-full .navbar-collapse{ width:100%; float:none; border-top:1px solid #dddddd;}
.navbar-default.nav-full li{ padding:0;}
.navbar-default.nav-full .navbar-nav{ border-left:1px solid #dddddd;}
.navbar-default.nav-full .navbar-nav.nav > li {border-right:1px solid #dddddd;}
.navbar-default.nav-full .navbar-nav.nav > li > a { padding: 25px 30px 27px;}
.navbar-default.nav-full .navbar-nav.nav > li:hover > a{ border-top:5px solid #2991d6; margin-top:-5px;}
.hide-topbar-after.and-logo{ margin-top:-139px;} .navbar-default.nav-border-bottom{ padding:7px 15px 0}
.navbar-default.nav-border-bottom .navbar-brand{ padding-top:22px;}
.navbar-default.nav-border-bottom .navbar-nav.nav > li > a{ border-bottom:1px solid #fff;border-top: 0;}
.navbar-default.nav-border-bottom .navbar-nav.nav > li:hover > a{ border-bottom:1px solid transparent;}
.navbar-default.nav-border-bottom .navbar-nav.nav > li{ padding:27px 25px 20px;}
.navbar-default.nav-border-bottom .navbar-nav.nav > li > a{ padding:0 0 11px 0;}
.smallHeader .navbar-default.nav-border-bottom .navbar-nav.nav > li > a{ padding:0 0 4px 0;}
.header-classic .navbar-default{  float: left;max-width: 960px;width: 100%;margin-top: 4px;min-height: 90px; transition:none; -webkit-transition:none; -moz-transition:none;} .classic-header-right {background:#fff;float: right;max-width: 170px; height:90px; width:100%; position:relative;}
.classic-header-right:before{ width:10px; background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/nav-skew-bg.jpg) repeat-y; content:""; display:block; height:90px; top: 2px; position:absolute; left:-10px;-ms-transform: skewX(0deg) skewY(-25deg);-webkit-transform: skewX(0deg) skewY(-25deg);    transform: skewX(0deg) skewY(-25deg)}
.smallHeader .header-classic .container{ padding:0 0 5px 0; background:#fff;}
.smallHeader .header-classic .top-bar .container{ background:none; padding:0;}
.smallHeader .header-classic .classic-header-right{max-width: 15%; top:0; height: 73px;}
.smallHeader .header-classic .classic-header-right:before{background: none;height: auto;left: 0; position: static;top: 0;transform: none;width: auto;}
.smallHeader .header-classic .small-header-container {margin: 0 auto;max-width: 1170px;}
.smallHeader .header-classic .navbar-default{ box-shadow:none; max-width:1086px; min-height: 64px;margin-top: 0;left: auto;top: auto;}
.smallHeader .header-classic .search-btn { margin-top: 24px; padding-top:4px; height:37px}
.smallHeader .header-classic  .classic-header-right.hide-btns .search-btn, .smallHeader .header-classic  .classic-header-right.hide-btns .shopping-cart{ display:none;}
.header-classic .mega-menu-item .mega-menu .dropdown-menu > li.nav-heading{ font-size:23px;} .animated-border-nav{ padding:12px 0;}
.animated-border-nav li a:before { background: none repeat scroll 0 0 #d7d8da;content: ""; height: 0;left: 50%; position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%) rotate(45deg); transition: all 0.35s cubic-bezier(0.77, 0, 0.175, 1) 0s; width: 1px;}
.animated-border-nav li a:hover:before, .animated-border-nav li a.active:before, .animated-border-nav li a.active { height: 140%;}
.animated-border-nav li a:hover{ color: #222 !important;}
.animated-border-nav li a span{ background:#fff;display: block; position: relative; padding-bottom: 1px;}
.animated-border-nav .social{ float:right;margin: 18px 0 0 0;}
.animated-border-nav .social li a i{box-shadow:0px 1px 2px rgba(0, 0, 0, 0.1); border:1px solid #eaeaea}
.animated-border-nav .nav > li > a { padding-left:26px; padding-right:26px;}
.smallHeader .navbar-default.animated-border-nav .social{ margin-top:13px;}
.animated-border-nav .dropdown-menu  li a:before{ background:none !important}
.animated-border-nav .dropdown-menu  li a:hover{ color:#fff !important} .fluid-nav .collapse{ float:left;}
.fluid-nav.navbar{ border:0;}
.fluid-nav .navbar-nav li a{ border-right:1px solid #d8d9da; color:#292929; text-transform:uppercase; padding:28px 32px 26px;}
.fluid-nav .navbar-nav li:first-child a{ border-left:1px solid #d8d9da;}
.fluid-nav .navbar-nav li a:hover, .fluid-nav .navbar-nav li a.active{ color:#fff; background:#292929; border-color:#292929}
.fluid-nav .navbar-nav li a.active{ border-color:#000}
.fluid-nav .navbar-nav li ul li a{ border-right:0; border-left:0; padding:14px 24px 14px 30px;text-transform:capitalize;}
.fluid-nav .navbar-nav li ul li:first-child a, .fluid-nav .navbar-nav li:first-child ul li a{ border-left:0;}
.fluid-nav .cd-primary-nav-trigger{background-color: #292929;border-radius: 0;padding: 37px 0px; right: 0; top: 0; transform: translateY(0%); width:70px;}
.fluid-nav .cd-primary-nav-trigger span{ background-color:#fff; right:25px;}
.fluid-nav .cd-primary-nav-trigger .cd-menu-icon:before, .fluid-nav .cd-primary-nav-trigger .cd-menu-icon:after{ background-color:#fff;}
.fluid-nav .social{ float:right; margin-right:55px;}
.fluid-nav .social li{ float:left; margin:0;}
.fluid-nav .social li a i{ border-radius:0;border:0; background:nonr;line-height: 70px; height: 74px; border-left:1px solid #d8d9da; color:#000;}
.smallHeader .fluid-nav .navbar-nav li a{ padding:24px 32px 20px;}
.smallHeader .fluid-nav .cd-primary-nav-trigger{ padding:40px 0 28px;}
.smallHeader .fluid-nav .social li a i{ height:64px; line-height:65px;}
.smallHeader .fluid-nav .navbar-nav li ul li a{padding:14px 24px 14px 30px;}
.boxed-layout .fluid-nav .social{ margin-right:0;}
.boxed-layout .fluid-nav .container-fluid{ padding-right:0;} .nav-center{ position:absolute; left:0; right:0; top:75px; z-index:200; background:none; border-top:1px dashed #fff; border-bottom:1px dashed #fff;}
.nav-center .navbar-brand{ margin:0 !important; width:125px; height:125px; background:#fff !important; border-radius:100%; text-align:center;line-height: 76px;}
.nav-center .navbar-brand img{ max-height:98%; max-width:98%;}
.nav-center .navbar-left{ float:left;}
.nav-center .navbar-right{ float:right;}
.nav-center .navbar-collapse{ float:none;}
.nav-center .navbar-nav > li > a{ font-family: 'Raleway', sans-serif; font-size:16px; color:#fff; text-transform:uppercase; font-weight:300; padding:20px 44px}
.nav-center .navbar-nav > li > a.active{ font-weight:600;}
.logo-border{ border: 1px dashed #fff;padding: 5px;position:absolute; left:50%; border-radius:100%;top:50%; margin:-67.5px 0 0 -67.5px!important;width:135px; height:135px;}
.nav-center .navbar-left  li:first-child > a{ padding-left:0;}
.nav-center .navbar-right  li:last-child > a{ padding-right:0;}
.nav-center .navbar-left  li:first-child ul li > a{ padding-left:30px;}
.smallHeader .nav-center { top:0;}
.smallHeader .nav-center .navbar-brand{ padding-top:30px;} .navbar-bottom{bottom: -89px;left: 0;position: absolute;right: 0; z-index: 100; box-shadow:0 2px 10px 0 rgba(0, 0, 0, 0.05);}
.navbar-bottom{ background:#fff;}
.navbar-bottom .navbar-nav{ float:left;}
.navbar-bottom .social{ float:right;margin: 19px 0 0 0;}
.navbar-bottom.stickey-nav{ position:fixed;bottom: auto;top: 0;}
.navbar-bottom.stickey-nav .navbar-brand{padding-top: 12px;}
.navbar-bottom.stickey-nav .navbar-nav.nav > li{padding: 12px 25px 17px;}
.navbar-bottom.stickey-nav .social{ margin-top:4px;} @media(max-width: 1595px) {
.work-space{}
.work-space .mac-desktop { width: 510px;top: 40px;}
.work-space .mac-desktop img:nth-child(2) { left: 21px; top: 18px; width: 470px;}
.work-space .mac-laptop { right: -20px; top: 240px;}
.work-space .mac-laptop { right: -20px;}
.ipad-landscape{ display:none;}
.work-space .lamp { left: 0;  z-index: 1;}
.work-space .cup { display:none;}
}
@media(max-width: 1350px) {
.folio .folio-caption{ padding-top:3%;}
.folio .folio-caption i{ font-size:80px;}
.folio .folio-caption h2{ font-size: 32px;}
.folio .folio-caption p { font-size: 16px; line-height: 26px;}
.folio .folio-caption .btn{ padding-top:10px; padding-bottom:10px;}
}
@media(max-width: 1100px) {
.folio .folio-caption{ padding-top:3%;}
.folio .folio-caption i{ font-size:50px;}
.folio .folio-caption h2{ font-size: 28px;}
.folio .folio-caption p { font-size: 15px; line-height: 22px;padding-bottom: 0;}
.folio .folio-caption .btn{  padding: 7px 10px;font-size: 14px;}
}
@media(max-width: 1000px) {
.folio .folio-caption{ padding-top:3%;}
.folio .folio-caption i{ font-size:40px;}
.folio .folio-caption h2{ font-size: 28px;}
.folio .folio-caption p { font-size: 14px; line-height: 18px;padding-bottom: 0;}
.folio .folio-caption .btn{  padding: 5px 10px;font-size: 14px;}
}
@media(max-width: 1200px) {
.fluid-nav .navbar-nav li a{ padding-left:16px;padding-right:16px;}
}
@media(max-width: 1120px) {
.ipad-landscape{ display:none;}
.work-space .lamp { display:none;}
.work-space .ipad-portrait{ left:0;}
.work-space .iphone { left: 190px;}
}
@media(max-width: 1120px) {
.ipad-landscape{ display:none;}
.work-space .lamp { display:none;}
.work-space .ipad-portrait{ left:0;}
.work-space .iphone { left: 190px;}
}
@media(max-width: 1085px) {
.mac-laptop{ display:none;}
.work-space .mac-desktop { margin-left: -253.5px;}
.work-space .cup { right: 14%;}
}
@media(max-width: 580px) {
.work-space{ min-height:5px;}
.work-space div{ display:none;}
.work-space div.mac-desktop{ display:block; position:relative; margin:0; top:0; left:0; width:100%}
.work-space .mac-desktop img:nth-child(2) { left: 3.9%; top: 4.2%; width: 92.3%;}
}
@media (min-width: 993px) and (max-width: 1169px) {
.contact-info-widget-boxed li p { font-size: 16px;line-height: 20px;}
.history-date { font-size: 180px; margin-bottom: 30px;}
.simple-tabs .resp-tabs-list li a{ padding-left:40px; padding-right:40px;}
.creative-services-sec-content p{font-size: 16px; line-height: 25px;}
.shop li { width: 32.8%;}
.product-description h3 { font-size: 18px;}
.product-description .product-cart-btn, .product-description .product-detail-btn{ font-size:13px;}
.boxed-social li a { padding-right: 14px; padding-left: 14px;}
.review-form-close{ right:-30px;}
.blockHeadline{font-size:65px;} 
.blockText {font-size: 23px; padding-top: 85px;}
.blockBtn { padding-top: 140px;}
.rslides_tabs.img-slider-pager li img{ width:82px;}
#img-slider li img{ max-width:none;}
.banner-bottom h3 {font-size: 24px;}
.blog-post-classic p, .blog-post-classic a{ font-size:18px;}
.banner-bottom .btn{ float:none !important;}
.creative-sec-thumb.two {left: 200px;}
.creative-sec-thumb.three {left: 470px;}
.our-process-tabs .resp-tab-item { width: 23%;}
.our-process-tabs .resp-tab-item a{ padding-left:9px; padding-right:9px;}
.classic-header-right{ display:none;}
.header-classic .navbar-default{ max-width:none;}
.nav > li > a { padding-left: 14px; padding-right: 13px;}
.animated-border-nav .nav > li > a {padding-left: 16px; padding-right: 16px;}
.main-banner.simple .carousel-caption h1{ font-size:60px;}
.main-banner.simple .carousel-caption p{ font-size:22px;}
.carousel-indicators.tab-banner-nav li p span{ font-size:24px;}
.carousel-indicators.tab-banner-nav li p{ font-size:14px;padding: 25px 10px;}
.who-we-are-left-img{ height:758px}
.portfolio-five-column li{ width:33.3%;}
}
@media (max-width: 992px) {
.mobile-logo{ display:block;}
.navbar-brand{ display:none;}
.mobile-logo {float: left;margin: 15px 0 0 15px;}
.navbar-default.transparent{ position:relative; border:0;}
.navbar-default .navbar-nav{ background:#191919;}
.checkout-btn{ border-color:#000;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{ margin:0; border-color:#383838; color:#fff;}
.dropdown-menu > li > a{ border-bottom:0; border-top:1px solid #383838;}
.navbar-nav .dropdown-menu .dropdown-menu li a{ padding-left:50px;}
h1, .h1, h2, .h2 { font-size: 31px;}
.subpage-banner {  min-height: 360px;}
.site-title{ font-size:40px; margin-top: 7%;}
.subpage-banner p { font-size: 22px; margin: 10px 0 20px;}
.clients-left, .clients-right{ width:auto; float:none; padding-bottom:30px;}
.clients-right{ position:relative;}
.client-logos{ margin:0;padding: 30px;}
.tri-sec{ padding:15px 0;}
.mega-menu-item .mega-menu{ position:relative;padding: 0 3%;left: 0;right: 0;width: 100%;margin: 5px 0 20px;}
.mega-menu-item .mega-menu .dropdown-menu{ display:block; border:0;padding-bottom: 0;}
.mega-menu-item .mega-menu .row{ margin:0;}
.mega-menu-item.open  .mega-menu .row .dropdown-menu > li > a{ color:#484848s;}
.mega-menu-item.open  .mega-menu .row .dropdown-menu > li > a:hover{ color:#fff; background-color: #2991d6;}
.navbar-nav .dropdown-menu{ margin:0 3%;}
.navbar-nav .dropdown-menu .dropdown-menu{ margin:0;}
.smallHeader .navbar-nav > li > a{ padding-top:10px; padding-bottom:10px;}
.smallHeader .navbar-default .navbar-nav > li > a, .smallHeader .navbar-default .navbar-nav > li > a.dropdown-toggle i{ color:#fff;}
.smallHeader .hide-topbar-after.header-classic{ position:absolute;}
.navbar-default.nav-boxed .mega-menu-item .mega-menu .dropdown-menu > li > a { border-radius: 5px;}
.navbar-default .navbar-nav > li > a{ border-top: 1px solid #383838;}
.mega-menu-item .mega-menu .dropdown-menu > li > a { padding: 13px 30px;}
.search-btn{ display:none;}
.searcho{ bottom: -60px; top:auto; height:auto;}
.studio-slider-content-inner p { font-size: 20px; line-height: 30px;}
.simple-tabs .resp-tabs-list li a{ padding-left:30px; padding-right:30px;}
.contact-info-widget-boxed li p { font-size: 14px;line-height: 18px;}
.history-date { font-size: 180px; margin-bottom: 30px;}
.simple-tabs .resp-tabs-list li a { padding-left: 16px; padding-right: 16px;}
.orders-table-heading .text-left, .orders-table-list .text-left, .orders-table-heading .text-right, .orders-table-list .text-right{ text-align:center;}
.orders-table-list .btn{ margin:10px 0 0;}
.wishlist-heading{ display:none;}
.wishlist .wishlist-heading li, .wishlist .wishlist-product li, .my-orders-heading li, .my-orders-product li, .cart-heading li, .cart-product li{ float:none; width:100% !important; text-align:center}
.list-product img{ float:none; margin-right:0;}
.list-product span{ padding-top:10px;}
.wishlist .wishlist-product .wishlist-moq, .my-orders-product li.my-orders-q, .cart-price p, .cart-qty p, .cart-total p{ padding-top:10px;}
.wishlist-price p{ padding-top:0;}
.wishlist-order .btn{ margin-top:0;}
.wishlist-product{ position:relative;}
.wishlist-close .close{ position:absolute; right:10px; top:-30px;}
.table-heading{ display:block; padding:5px; background:#ccc;margin-bottom: 5px;padding: 6px 5px 3px;}
.orders-table-heading{ display:none}
.my-information{ margin-bottom:0;}
.bordered-tabs .resp-tab-content{ padding:20px 0;}
.thumb-right{ float:none !important;}
.process-thumb{ margin-bottom:15px;}
.concept-content-inner{ padding-top:0;}
.concept-content-inner p, .result-content-inner p {font-size: 19px;line-height: 23px;}
.result-content-inner{ padding-top:20px;}
.project-detail-img-slider, .responsive-video{ margin-bottom:20px;}
.creative-services-sec-bg{ background:none;}
.creative-services-sec-icon{ max-width:200px;}
.creative-services-sec {padding-bottom: 40px;}
.creative-process .simple-round { margin-right: 7px;margin-left:7px;}
.service img{ width:100%;}
.shop.full-width, .shop{ margin:0; padding:0;}
.shop li, .shop.full-width li {width: 48.5%;}
.product-detail-slider { margin-bottom:20px;}
.product-detail-slider img { max-width: none;width: 100%;}
.review-form-close{ right:0}
.team-member.two { margin-bottom:20px;}
.blockHeadline{font-size:59px;} 
.blockText {font-size: 18px; padding-top: 85px;}
.blockBtn { padding-top: 120px;}
.bContainer{ top:29%;}
#img-slider li img{ max-width:none;}
.blog-post-classic p, .blog-post-classic a{ float:none; width:100%; display:block;}
.blog-post-classic p{ padding-bottom:0; border-right:0;}
.banner-bottom .btn{ float:none !important; margin-top:10px;}
.navbar-default.nav-boxed .navbar-nav > li{ padding-bottom:0; margin:0 15px;}
.creative-sec{ background:none;}
.creative-sec-thumb{ position:relative; left:0 !important; top:0 !important;}
.portfolio li { width: 33.3%;}
.our-work{ padding-top:0;}
.who-we-are-slider, .who-we-are-content { float: none; width: 100%;}
.our-process-tabs .resp-tab-item { width: 23%;}
.partners-name li a{ font-size:22px;}
.partners-content p { font-size: 20px;line-height: 27px;}
.parallax{ background-size:inherit !important}
.navbar-default .navbar-nav > li > a{ display:block;}
.navbar-default.nav-boxed .dropdown-menu > li > a{ border-color:#f5f5f5; border-radius:5px;}
.navbar-default.nav-border-bottom .navbar-nav.nav > li, .smallHeader .header-classic .navbar-default.nav-border-bottom .navbar-nav.nav > li { padding: 6px 25px;}
.header-classic .navbar-default{ min-height:62px;}
.navbar-default.nav-border-bottom .navbar-nav.nav > li a, .navbar-default.nav-border-bottom .navbar-nav.nav > li .dropdown-menu > li > a{ border-color:#333;}
.header-classic .mega-menu-item .mega-menu .col-md-3{ width:100% !important;}
.mega-menu-item .mega-menu{ margin:0;}
.classic-header-right{ display:none;}
.dropdown-menu{ float:none; position:relative; border:0;}
.dropdown-menu a{ border-radius:5px;}
.navbar-toggle{ margin-right:0;}
.mega-menu-item .mega-menu{ border:0;}
.smallHeader .header-classic .navbar-toggle{ margin-top:16px;}
.navbar-default.transparent .navbar-nav .open .dropdown-menu{ background:none;}
.collapse.navbar-collapse .navbar-nav > li > .dropdown-menu li.dropdown .dropdown-menu{ left:0 !important;}
.navbar-default.transparent.nav-dark{ background:#fff;}
.navbar-default.transparent.nav-dark .navbar-nav .dropdown-menu > li > a, .navbar-default.transparent.nav-dark .navbar-nav .dropdown-menu > li > a:hover{ color:#222;}
.smallHeader .navbar-default.transparent.nav-dark .navbar-nav li a, .smallHeader .navbar-default.transparent.nav-dark .navbar-nav .dropdown-menu > li > a{ color:#222 !important;}
.navbar-default.transparent.nav-dark .navbar-nav .mega-menu .dropdown-menu > li > a{ color:#fff !important;}
.dropdown-menu a{ border-radius:0px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{ padding-bottom:12px;}
.simple-nav.smallHeader .control-page-smallHeader{ margin-top:0;}
.classic-header-right{ display:none;}
.carousel-indicators.tab-banner-nav li p{ padding:10px; font-size:0px; line-height:normal;}
.animated-border-nav{ padding:0;}
.animated-border-nav .social{ display:none;}
.main-banner.simple .carousel-caption h1{ font-size:50px;}
.main-banner.simple .carousel-caption p{ font-size:20px;}
.carousel-indicators.tab-banner-nav li{ display:inline-block; width:49%;}
.carousel-indicators.tab-banner-nav li:after{ display:none;}
.who-we-are-left-img, .who-we-are-content {float: none;width: 100%;}
.portfolio-four-column li, .portfolio-five-column li{ width:33.3%;}
.animated-border-nav li a:before{ width:0;}
.header-classic .navbar-brand{ margin-left:15px;}
.header-classic .navbar-toggle{ margin-right:15px !important;}
.navbar-default.nav-border-bottom{ padding:0;}
.navbar-default.nav-border-bottom .navbar-nav.nav > li{ padding:0!important;}
.navbar-default.nav-border-bottom .navbar-nav.nav > li > a{ padding:16px 0 17px 15px; color:#222 !important; background:#f5f5f5 !important; border-color:#cecece !important; position:relative;}
.navbar-default.nav-border-bottom .navbar-nav.nav > li > a:after{content: "+"; position: absolute; right: 20px;top: 17px; font-size: 35px;font-weight: 300;}
.navbar-default.nav-border-bottom .navbar-nav.nav > li.open > a:after{ content: "-";}
.navbar-default.nav-border-bottom .navbar-nav.nav > li > a{ padding-left:15px; padding-right:15px;}
.navbar-default.nav-border-bottom .navbar-nav.nav > li > .dropdown-menu{ margin:0;}
.navbar-default.nav-border-bottom .navbar-nav.nav > li > .dropdown-menu li a{ background:#2e2e2e; color:#fff; padding:16px 15px 16px 25px;border-color:#3c3c3c}
.navbar-default.nav-border-bottom .navbar-nav.nav > li > .dropdown-menu li a:hover{ background:#1e1e1e;}
.navbar-default.nav-border-bottom .navbar-nav.nav > li > a:hover, .navbar-default.nav-border-bottom .navbar-nav.nav > li.open > a { color:#fff !important}
.header-classic .navbar-nav{ border-top:1px solid #cecece}
.header-classic .mega-menu-item .mega-menu{ background:#2e2e2e; color:#fff;}
.header-classic .mega-menu-item .mega-menu .dropdown-menu{ background:#2e2e2e;}
.header-classic .mega-menu-item .mega-menu .dropdown-menu > li.nav-heading{ color:#fff;padding-left: 15px!important;}
.header-classic .mega-menu-item .mega-menu .dropdown-menu > li a{ border-top:1px solid #3c3c3c !important; color:#fff;}
.fluid-nav .social, .fluid-nav .cd-header{ display:none;}
.fluid-nav .collapse{ float:none;}
.fluid-nav .navbar-nav li a{ padding:14px 32px 14px !important}
.fluid-nav .navbar-nav li ul.dropdown-menu { background:none;}
.logo-border {border: 0; border-radius: 100%; height: auto; left: 0;  margin: 0 !important; padding: 5px; top: -5px; width: auto;}
.nav-center{ top:20px;}
.nav-center .navbar-left, .nav-center .navbar-right{ float:none !important}
.nav-center .navbar-left li > a, .nav-center .navbar-right li > a{ padding:20px !important;}
.bg-image-slider-text { font-size: 34px; text-align: center;}
.bg-image-slider .rslides_nav{ display:none !important;}
.desktop-only{ display:none !important;}
.navbar-bottom.stickey-nav .social{ display:none;}
.navbar-bottom .navbar-nav{ float:none;}
.navbar-bottom { bottom: -60px; position:relative;}
.navbar-bottom.stickey-nav{ position:relative;top: auto;bottom: -60px;}
}
@media (max-width: 767px) {
.team-member.two{ margin-bottom:30px;}
.logos{ text-align:center;}
.studio-slider, .studio-slider-content{ float:none; width:100%;}
.studio-slider-content-inner {margin: 10% auto 70px; max-width: 86%;}
.blog-post-centered{ margin-bottom:50px;}
.share-post p {float: none; margin: 0 0 10px;width: 100%;}
.share-post ul { float: none;width: 100%;}
.share-post ul li a{ float:left; width:97%;}
.comment-avartar{ margin-bottom:20px; float:none;}
.comment-content-wrapper{ padding-left:0;}
.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="password"], .comment-respond input[type="number"], .form-widget input[type="text"], .form-widget input[type="email"], .form-widget input[type="password"], .form-widget input[type="number"]{
float:none; width:99.3%; margin-right:0;}
.sidebar-widget, .contact-info-widget { margin-top: 30px; margin-bottom:0;}
.careers{ margin-bottom:30px !important;}
.company-environment p {font-size: 25px;}
.subpage-breadcrumb-banner h1{ float:none;}
.subpage-breadcrumb-banner .breadcrumbs {float: none; margin:10px 0 0;}
.contact-info-widget-boxed li{ width:50%; border-bottom:1px solid #b1b1b1;}
.contact-info-widget-boxed li:nth-child(2n+2){ border-right:0;}
.contact-info-widget-boxed li p{font-size:20px; line-height:27px;}
.map-banner, .map-with-address-widget iframe{ height:290px;}
.error-number{ font-size:170px;}
.error-number img{ width:120px;}
.error-404 p{ font-size:26px;}
.list-bullets li{ width:100%; padding-right:0;display: block;text-indent: 6px;}
.simplicity{ padding:100px 0 90px;}
.clients-feedback-comments {padding: 40px 20px;}
.concept-thumbnail, .concept-content, .result-thumbnail, .result-content{ float:none; width:100%;}
.concept-thumbnail img, .result-thumbnail img{ width:100%;}
.concept-content-inner { padding: 20px 0;}
.result-content-inner { padding-bottom: 30px;padding-top: 0;}
.photography-design{max-width:100%}
.creative-services-sec-content { float: none;padding-left: 0; width: auto; text-align:center !important}
.creative-services-sec-icon{ float:none !important; margin:20px auto 0 !important;}
.creative-services-sec-icon .globe-icon { margin-top: 20px;}
.number-icon{ display:none;}
.creative-services-sec.number-icon-right .number-icon{ float:left !important;}
.creative-services-sec.number-icon-right .creative-services-sec-content{ padding-right:0; float:none; text-align:left}
.creative-process h1 {font-size: 50px;}
.additional-detail li label{ display:block; width:100%;}
.resp-tab-content .comment-text{ padding-left:0;}
.boxed-social li {float: none; width: 100%;}
.boxed-social li a{ border-bottom: 1px solid #e0e0e0;border-right:0;}
.boxed-social li a i{ float:none; display:inline-block;}
.shop{ margin:0; width:100%; padding:0;}
.rsArrow{ display:none !important;}
.blockHeadline { font-size: 43px;}
.blockText {  display:none !important;}
.blockBtn{ padding-top: 70px;}
.blockBtn .btn{ padding:4px 25px 4px}
.top-bar{ display:none;}
.latest-work-slider .owl-buttons{ display:none !important;}
.clients-feedback .testimonials{ padding-left:30px; padding-right:30px;}
.testimonials .owl-controls{ text-align:center; position:relative; padding:20px 0 0;}
.portfolio li { width: 50%;}
.who-we-are-slider, .who-we-are-content, .company-partner, .portfolio-masonary-column { float: none;width: 100%;}
.we-are-award-wining p {font-size: 30px; line-height: 50px;}
.our-process-tabs .resp-tabs-container .process.icon1{ background:none; padding-left:0;}
.our-process-tabs{ margin:0 !important;}
.our-process-tabs .resp-tabs-container{ padding:20px 0 0;}
.navbar-toggle{ margin-right:15px;}
.pricing-table{ margin:30px 15px;}
.pricing-table.highlight{ top:0}
.header-classic{ position:relative; display:block !important;}
.smallHeader .navbar-default.nav-border-bottom .navbar-nav.nav > li > a{ padding:16px 0 17px 15px; background:none;}
.header-classic .container{ padding:0;}
.heading.big h2 { font-size:18px;}
.heading.big h2 span { font-size: 110px; margin-top: 0;}
.partners-content{ text-align:center;}
.tweets-widget-mobile{ padding:20px 0;}
.navbar-default.nav-boxed { padding-top: 10px;}
.navbar-default.nav-boxed .navbar-brand { padding-bottom:15px;}
.nav-boxed .navbar-toggle { margin-top: 4px;}
.header-classic .navbar-default{ min-height:50px;}
.header-classic .navbar-default .navbar-brand{ padding: 15px 0 0;}
.header-classic .navbar-toggle{ margin:10px 0 15px 10px;}
.header-classic .navbar-default li{ padding-left:0 !important;}
.main-banner.simple .carousel-caption{ bottom:5%;}
.main-banner.simple .carousel-caption h1{ font-size:40px;}
.main-banner.simple .carousel-caption p{ font-size:15px;}
.main-banner.simple .carousel-caption .btn{ padding:10px 25px 6px}
.who-we-are-left-img{ height:500px;}
.poftfolio-item-info h3{ font-size:23px;}
.portfolio-three-column li, .portfolio-four-column li, .portfolio-five-column li{ width:50%;}
.our-process-tabs .resp-tab-item a:hover, .our-process-tabs .resp-tab-active a, .our-process-tabs .resp-tab-active{ color:#fff !important;}
.clients-right{ padding-bottom:0;}
.creative-services-sec-content { padding-top: 240px;}
.creative-services-sec{ position:relative;}
.creative-services-sec .creative-services-sec-icon { left: 50%;margin-left: -100px !important; max-width: 200px; position: absolute; top: -50px;}
.creative-services-sec-icon.umbrella{ margin-top:40px !important;}
.carousel-indicators.tab-banner-nav{ display:none !important;}
.animated-border-nav li a:before{ width:0;}
.fluid-nav .navbar-header .navbar-toggle{ margin-left: 15px;}
.heading.big-heading h2{ font-size:40px;}
.heading.big-heading p { font-size: 21px; line-height: 30px;}
.folio .folio-img, .folio .folio-caption, .folio .folio-img.right-img{ float:none; width:100%;}
.folio .folio-caption{ padding-bottom:30px;}
.double-heading h2{ font-size:30px;}
.awesome-products li{ width:50%;}
.bg-image-slider-text{ font-size:26px;}
.bg-image-slider-text p{ line-height:28px;}
}
@media (max-width: 480px) {
.share-post ul li{ float:none; width:100%; margin:5px 0}
.share-post ul li a{ width:100%; float:none;}
.contact-info-widget-boxed li{ width:100%;}
.error-number {font-size: 140px;}
.error-number img {width: 100px;}
.error-404{ margin:0;}
.error-404 h2{ font-size:27px;}
.error-404 p { font-size: 17px;}
.faq-toggle .question{ padding-right:30px; font-size:20px; line-height:28px;}
.history-date { font-size: 130px;}
#history-slider-pager li { float:none; width:100%;}
#history-slider-pager li i, #history-slider-pager li br{ display:none;}
#history-slider-pager li:nth-child(2n+2){ margin:0;}
#history-slider-pager{ background:none;}
#history-slider .row{ margin:0;}
.quoted-text {font-size: 30px;}
.clients-feedback-comments p {font-size: 18px;}
.share-project p, .share-project .social-with-number{ float:none;}
.share-project p{ padding-bottom:10px;}
.creative-services-sec-content h2 { font-size: 26px;}
.shop li, .shop.full-width li{width: 100%;}
.shop li{ padding:0;}
.review-form-close { right: -20px;}
.item-counter{ margin-bottom:10px;}
.showing-result p, .showing-result .styled-select-small{ float:none;}
.showing-result .styled-select-small{ margin:10px 0 0;}
.blockBtn .btn{ display:none !important;}
.blockHeadline { font-size: 37px; line-height: 36px;}
.rsBullets { bottom: 10px;}
.happy-clients h2 span, .what-client-say h2 { font-size: 25px;}
.what-client-say{  padding-left:20px; padding-right:20px;}
.rslides_tabs.img-slider-pager li img{ width:60px;}
.footer-locations-widget .each{ border-right:0;border-bottom: 1px solid #4e4e4e; width:100%; float:none;}
.testimonial {background-position:20px 20px;padding: 80px 25px 33px 30px;}
.banner-bottom h3{ font-size:20px;}
.banner-bottom .btn{ padding: 7px 20px 3px;font-size: 14px;}
.blog-post-classic a span{ left:0; top:10px;}
.portfolio li { width: 100%; float:none;}
.parallax-background h1 { font-size: 40px;}
.heading.big h2 span { font-size: 80px;margin-top: -10px; margin-left:0;}
.i-am-here{ height:480px}
.i-am-here p{ font-size: 40px;line-height: 46px;}
.i-am-here-content{ padding-top:150px;}
.checkout{ width:300px;}
.checkout-product li p { padding: 5px 0 0; font-size: 15px; line-height: 21px;}
.checkout-buttons .btn { margin: 10px 0 0; display: block;}
.checkout-btn { margin-left: 0; width: 64px;}
.carousel-indicators.tab-banner-nav li p span{ font-size:15px;}
.carousel-indicators.tab-banner-nav li {width: 48.5%;}
.main-banner.simple .carousel-caption { display:none;}
.cd-primary-nav a{ font-size: 30px;}
.cd-primary-nav .social-icons span{ font-size:20px; padding:10px;line-height: 50px;}
.portfolio-masonary-item .portfolio-masonary-content{ font-size:28px;}
.client-logos.logos ul.rslides{ width:100%;}
.bContainer {top: 36%;}
.blockHeadline{ font-size:26px;}
.who-we-are-left-img{ height:300px;}
.portfolio-column li{ float:none; width:100%;}
.portfolio-filter-nav .filter{ display:block;}
.portfolio-three-column li, .portfolio-four-column li, .portfolio-five-column li{ width:100%;}
.portfolio-wide-layout {padding: 0 20px;}
.tparrows{ display:none !important;}
.partners-content img{ max-width:100%;}
.nav-center{ top:5px;}
.awesome-products li{ width:100%; float:none;}
.bg-image-slider-text{ font-size:22px;}
.bg-image-slider-text p{ line-height:22px;}
}a { color: #2991d6;}
a:hover,
a:focus { color: #2991d6;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{ color:#2991d6}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {color:#2991d6;}
p  span, p a{ color:#2991d6;}
.color-default{ color:#2991d6 !important}
.bg-default{background:#2991d6;}
.dropdown-menu{ border-color:#2991d6;}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { background-color: #2991d6!important; border-color:#2991d6!important;}
.mega-menu-item .mega-menu{ border-color:#2991d6;}
.cd-primary-nav { background: #2991d6;}
.btn-default, .btn-white:hover { background-color: #2991d6;}
.portfolio-bottom p a:hover{ border-color:#2991d6; color:#2991d6;}
.feature-list i { background:#2991d6;}
.counter .quantity-counter{ color:#2991d6;}
.happy-clients h2{ color:#2991d6;}
.about-client span{ color:#2991d6;}
.text-slider .owl-controls .owl-pagination .owl-page.active span,
.text-slider .owl-controls .owl-pagination .owl-page span:hover{border-color:#000; background:#000}
.resp-tab-item  a:hover, .resp-tab-active a{ background:#2991d6}
.pointer-icon{ background: #2991d6;}
.pointer-icon:after { border-top-color: #2991d6;}
.address-list li a:hover {color: #2991d6 !important;}
.tags-cloud li a:hover{ background:#2991d6; border-color:#2991d6;}
.animated-border-nav li a.active{ color: #2991d6;}
.animated-border-nav li a.active:before{background: #2991d6;}
.tri-sec:hover h3, .tri-sec:hover i, .tri-sec:hover a{ color:#2991d6;}
.tri-sec:hover a.link{ color:#2991d6;}
.smallHeader .navbar-default.animated-border-nav li a:hover, .smallHeader .navbar-default.animated-border-nav li a.active { color:#2991d6 ;}
.creative-sec-thumb figcaption { color:#2991d6;}
.portfolio-item a:hover{ color:#2991d6;}
.clients-feedback{ background:#2991d6;}
.footer-light .tweets p a{ color:#2991d6;}
.footer-light.tweets i{ color:#2991d6;}
.footer-light .footer-about a:hover{ color:#2991d6}
.footer-light .footer-post h4 a:hover{color: #2991d6;}
.navbar-default.nav-boxed .navbar-nav > li:hover > a, .navbar-default.nav-boxed .navbar-nav > li > a.active{ background:#2991d6;}
.round-icon i{ color:#2991d6;}
.round-icon:hover, .tri-sec:hover .round-icon{ border-color:#2991d6;box-shadow: 0 0 0 6px #2991d6 inset;}
.round-icon:hover i, .tri-sec:hover .round-icon i{ background:#2991d6;}
.btn-dark:hover { background-color: #2991d6;}
.blog-post-classic a:hover span{ background:#2991d6;}
.footer-nav-widget li a:hover{ color:#2991d6;}
.navbar-default.nav-border-bottom .navbar-nav.nav > li:hover > a, .navbar-default.nav-border-bottom .navbar-nav.nav > li > a.active{ border-color:#2991d6;}
@media (max-width: 992px) {
.navbar-default.nav-border-bottom .navbar-nav.nav > li > a:hover, .navbar-default.nav-border-bottom .navbar-nav.nav > li.open > a {background: #2991d6 !important;border-color: #2991d6 !important;}
}
.list-bullets li{  background: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/bullet.png) no-repeat 0 7px;}
.number-icon{  background: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/number-marker.png) no-repeat scroll 0 0;}
.our-process-tabs .resp-tab-item a:hover, .our-process-tabs .resp-tab-active a, .resp-tab-active{ border-color:#2991d6 !important; color:#2991d6 !important;}
.our-process-tabs .resp-tabs-container .process.icon1{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/icon1.png) no-repeat 0 0;}
.our-process-tabs .resp-tabs-container .process.icon2{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/icon2.png) no-repeat 0 0;}
.our-process-tabs .resp-tabs-container .process.icon3{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/icon3.png) no-repeat 0 0;}
.our-process-tabs .resp-tabs-container .process.icon4{ background:url(//www.coreutah.com/wp-content/themes/fajar-wp/images/icon4.png) no-repeat 0 0;}
.progress { background-color: #2991d6;}
.round-icon-fill:hover, .tri-sec:hover .round-icon-fill{ border-color:#2991d6;}
.round-icon-fill:hover i, .tri-sec:hover .round-icon-fill i{ background:#2991d6;}
.studio-section{ background:#2991d6;}
.people-excited .owl-controls .owl-pagination .owl-page.active span, .people-excited .owl-controls .owl-pagination .owl-page span:hover{ background:#2991d6 !important; border-color:#2991d6 !important;}
.tri-sec:hover .pointer:before {	border-top-color: #2991d6;}
.tri-sec:hover .pointer{ border-color:#2991d6;}
.comment-reply-link:hover, .comment-reply-link:focus { background:#2991d6}
.grid .blog-post a.read-more:hover{ border-color:#2991d6; color:#2991d6;}
.simple-tabs .resp-tabs-list li.resp-tab-active a, .simple-tabs .resp-tabs-list li a:hover{ background:#2991d6;}
.breadcrumbs li a:hover{ color:#2991d6;}
.contact-info-widget-boxed li a:hover{ color:#2991d6}
.contact-info-widget p a:hover{color: #2991d6;}
.error-goto-btn:hover{ color:#2991d6}
.toggle.active .toggle-heading{ color:#2991d6;}
#history-slider-pager li.rslides_here a{ color:#2991d6;}
.bordered-tabs .resp-tabs-list li a:hover, .bordered-tabs li.resp-tab-active a { border-color:#2991d6 !important;background:#2991d6;}
.small-text a:hover{ border-color:#2991d6; color:#2991d6;}
.project-detail-pagination li a:hover{ color:#2991d6;}
.result-content-inner  .name a:hover{ border-color: #2991d6;color: #2991d6;}
.portfolio-filter-nav .filter:hover, .portfolio-filter-nav .filter.active{ background:#2991d6;}
.tooltip-inner { background-color: #2991d6;}
.tooltip.top .tooltip-arrow { border-top-color: #2991d6;}
.tooltip.top-left .tooltip-arrow { border-top-color: #2991d6;}
.tooltip.top-right .tooltip-arrow { border-top-color: #2991d6;}
.tooltip.right .tooltip-arrow { border-right-color: #2991d6;}
.tooltip.left .tooltip-arrow { border-left-color: #2991d6;}
.tooltip.bottom .tooltip-arrow { border-bottom-color: #2991d6;}
.tooltip.bottom-left .tooltip-arrow { border-bottom-color: #2991d6;}
.tooltip.bottom-right .tooltip-arrow { border-bottom-color: #2991d6;}
.product-thumb label{ background: #2991d6;}
.ui-widget-header { background: #2991d6;}
.price{ color:#2991d6;}
.product-description .product-cart-btn:hover, .product-description .product-detail-btn:hover{ color:#2991d6;}
.ratings i{ color:#2991d6;font-size: 16px;}
.resp-vtabs li.resp-tab-active {color:#2991d6;}
.normal-tabs .resp-tabs-list li.resp-tab-active a, .normal-tabs .resp-tabs-list li a:hover{ border-color:#2991d6;}
.resp-vtabs.normal-tabs-vertical .resp-tabs-list  li.resp-tab-active, .resp-vtabs.normal-tabs-vertical .resp-tabs-list  li:hover{ border-color:#2991d6 !important;}
.toggle.toggle-bg.active .toggle-heading{ background-color:#2991d6;}
.normal-tabs-bordered-btns .resp-tabs-list .resp-tab-item.resp-tab-active a,
.normal-tabs-bordered-btns .resp-tabs-list .resp-tab-item a:hover{ border-color:#2991d6;}
.jplist-btn{ border-color: #2991d6;}
.paging .current, .paging span:hover{ background:#2991d6}
#jlocator .store:hover{background-color:#2991d6;}
.reading-box{ border-color:#2991d6;}
.carousel-indicators.tab-banner-nav li.active:after, .carousel-indicators.tab-banner-nav li:hover:after{ border-bottom-color:#2991d6;}
.carousel-indicators.tab-banner-nav li.active, .carousel-indicators.tab-banner-nav li:hover{ background:#2991d6}
.footer.footer-boxed-light .footer-about a:hover,
.footer.footer-boxed-light .footer-post h4 a:hover,
.footer.footer-wide-light .tweets p a,
.footer.footer-wide-light .footer-about a:hover,
.footer.footer-wide-light .footer-post h4 a:hover{ color:#2991d6;}
.btn.btn-default  { background:#2991d6;}
.light-blue-bg .blue-heading{ color:#2991d6;} .btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default { background-color: #1e7ebe;}
.counter-iconic .col-md-3:nth-child(1){ background:#2991d6;} .counter-iconic .col-md-3:nth-child(2){ background:#3e9cda;} .counter-iconic .col-md-3:nth-child(3){ background:#54a7de;} .counter-iconic .col-md-3:nth-child(4){ background:#69b2e2;}.grid .blog-thumb img,.blog-post .blog-thumb img {
height: auto;
}
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
.pagination a:hover{
color:#fff;
background: #3279BB;
}
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
} .sidebar-widget .tags-cloud{
margin: 0;
}
.sidebar-widget .tagcloud a{
display: inline-block;
padding: 8px 20px;
margin: 0 5px 5px 0;
font-size: 16px !important;
color: #cecece;
border:1px solid #7b7b7b;
}
.sidebar-widget .tagcloud a{
border-color: #bcbcbc;
padding: 8px 30px 8px;
color: #929191;
}
.sidebar-widget .tagcloud a:hover{
color: #fff;
border-color: #2991d6;
background: #2991d6;
}
.sidebar-widget .searchform .screen-reader-text {
display: none;
}
.search-icon {
text-indent: -9999px;
}
.comment-respond {
padding: 0px 0 0;
}
.padding-top-70 {
padding: 70px 0 0;
}
.d-none {
display: none !important;
}
.product-thumb img {
height: auto;
}
p.price .amount {
font-weight: 300;
}
p.price del .amount {
color: #797979;
font-size: 16px;
text-decoration: line-through;
}
.product-description .added_to_cart.wc-forward {
position: absolute;
font-size: 13px;
bottom: 2px;
left: 50%;
margin-left: -25px;
color: red;
}
.product-description {
position: relative;
}
.pagination.woo li {
float: left;
list-style: none;
margin: 0 0 2px;
padding: 0px 1px;
width: auto;
}
.shop li.product-category {
padding-left: 0px;
padding-right: 0px;
}
.shop li.product-category a {
display: inline-table;
}
.shop li.product-category img {
width: 100%;
height: auto;
}
.shop li.product-category h3 {
display: inline-block;
margin-top: 15px;
padding-left: 15px;
padding-right: 15px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews,.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
padding: 1em 1.618em;
margin-bottom: 2.618em;
background-color: #2991d6;
margin-left: 0;
color: #fff;
clear: both;
border-left: .618em solid rgba(0,0,0,.15);
}
.woocommerce .woocommerce-message:before {
color: #fff;
}
.woocommerce .woocommerce-message {
border-top-color: #2991d6;
}
.cart_item .product-thumbnail img {
max-width: 80px;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, .woocommerce-noreviews .button {
float: right;
padding: 0 0 0 1em;
background: 0 0;
color: #fff;
box-shadow: none;
line-height: 1.618;
border-width: 0 0 0 1px;
border-left-style: solid;
border-left-color: rgba(255,255,255,.25)!important;
border-radius: 0;
}
.price.dark ins .amount,.price.dark span.amount {
color: #222222;
font-size: 32px;
font-weight: 600;
}
p.stock {
font-size: 20px;
font-weight: 600;
}
.price.dark del span.amount {
font-size: 24px;
color: #797979;
font-weight: 300;
}
p.posted_in a,p.tagged_as a {
font-weight: 300;
color: #333333;
}
.woocommerce-variation-price .price del {
text-decoration: line-through;
color: #797979;
font-weight: 300;
}
.woocommerce-variation-price .price {
color: #000;
font-size: 20px;
font-weight: 600;
}
.woocommerce-variation-price {
margin-bottom: 15px;
}
.woocommerce-variation-description {
margin-top: 10px;
}
.sidebar-widget ul.product_list_widget li {
border-bottom: 1px solid #dadada;
padding-bottom: 27px;
margin-bottom: 28px;
}
.sidebar-widget ul.product_list_widget li:last-child{
border-bottom: none;
padding-bottom: 0px;
margin-bottom: 0px;
}
.variations select {
border: 1px solid #e0e0e0;
}
.variations label {
color: #000;
font-size: 22px;
font-weight: 300;
margin-top: 10px;
}
.review_form_thumb img {
border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-webkit-border-radius: 50%;
display: inline-block;
}
.comment-form-rating .stars a {
font-size: 1px;
color: transparent;
margin: 0px 2px;
float: right;
}
.comment-form-rating .stars a:before{
content: "\f005";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
font-size: 20px;
color: #f1f1f1;
}
.comment-form-rating .stars a:hover:before,
.comment-form-rating .stars a:hover ~ a:before{
color : #ffb200;
}
p.comment-form-rating p.stars span {
float: left;
}
.images.andr label {
background: #2991d6;
}
.images.andr label {
border-radius: 100%;
color: #fff;
display: block;
height: 59px;
left: 30px;
line-height: 61px;
position: absolute;
text-align: center;
top: 16px;
width: 59px;
z-index: 999;
}
.images.andr img {
height: auto;
}
.price_slider_amount button {
max-width: 90px;
height: 29px;
font-size: 15px;
color: #5e5e5e;
float: left;
border: 1px solid #e0e0e0;
border-radius: 1px;
text-align: center;
padding: 2px 0px;
background: none;
margin-top: 27px;
}
.price_slider_amount .price_label {
border: 1px solid #e0e0e0;
float: right;
height: 29px;
font-size: 15px;
color: #5e5e5e;
padding: 2px 0px;
max-width: 130px;
text-align: center;
width: 100%;
margin-top: 27px;
}
.widget_shopping_cart_content ul {
list-style: none;
}
.widget_shopping_cart_content ul li img {
max-width: 80px;
height: auto;
}
.widget_shopping_cart_content ul li {
border-bottom: 1px dotted #ccc;
float: left;
width: 100%;
margin-bottom: 15px;
clear: both;
padding-bottom: 15px;
}
.widget_shopping_cart_content ul li:last-child {
border-bottom: none;
}
.widget_shopping_cart_content ul li .quantity {
float: left;
width: auto;
display: inline-block;
padding: 15px 0px;
}
.woocommerce .cart .button,.woocommerce .cart_totals .checkout-button,
.shipping .button,.login .button,.checkout_coupon .button,
.lost_reset_password .button,#place_order,.return-to-shop .button,.woocommerce input.button{
display: inline-block;
padding: 13px 30px 13px;
margin-bottom: 0;
font-size: 16px;
font-weight: 400 !important;
background-color: #2991d6 !important;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
color: #fff !important;
cursor: pointer;
z-index: 0;
text-transform: uppercase;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 2px solid transparent;
border-radius: 4px;
transition: background-color 0.5s ease;
-webkit-transition: background-color 0.5s ease;
-moz-transition: background-color 0.5s ease;
border-radius: 0 !important;
}
.woocommerce .cart .button:hover,.woocommerce .cart_totals .checkout-button:hover,
.shipping .button:hover,.login .button:hover,.checkout_coupon .button:hover,
.lost_reset_password .button:hover,#place_order:hover,.return-to-shop .button:hover {
background-color: #1e7ebe !important;
color: #fff !important;
}
.woocommerce #coupon_code {
width: auto;
height: auto;
padding: 12px 5px 16px 10px;
}
#calc_shipping_country_field {
border: 1px solid #b1b1b1;
}
.woocommerce .woocommerce-info:before {
color: #fff;
}
a.showcoupon,.woocommerce-info a {
color: #fff;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border-radius: 0px;
}
.checkout_coupon {
padding-bottom: 15px !important;
}
#order_comments {
height: 147px;
}
.form-row input[type="tel"] {
border: 1px solid #b1b1b1;
font-family: inherit;
line-height: inherit;
color: #767676;
font-size: 16px;
height: 47px;
padding: 8px 2% 5px;
}
.country_select a,.country_select span {
color: #767676;
}
.country_select,.select2-container .select2-choice {
border-radius: 0px !important;
font-weight: 400 !important;
height: 47px;
line-height: 47px;
}
.woocommerce table.shop_table,.woocommerce-checkout #payment {
border-radius: 0px;
}
#ship-to-different-address-checkbox {
float: left;
margin-top: 7px;
margin-left: 5px;
}
#ship-to-different-address label {
font-size: 24px;
font-weight: 400;
float: left;
margin-right: 5px;
margin-bottom: 0px;
margin-top: 0px;
}
.sidebar-widget ul {
padding-left: 0;
list-style: none;
}
.sidebar-widget ul li {
margin-bottom: 15px;
clear: both;
display: inline-block;
width: 100%;
}
.sidebar-widget ul li a {
font-size: 18px;
color: #929191;
font-weight: 400;
}
.sidebar-widget ul li a:hover {
color: #333333;
}
.sidebar-widget ul li:before {
content: "\f105";
font-family: FontAwesome;
float: left;
font-size: 23px;
color: #929191;
margin-right: 16px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
margin-top: -3px;
}
.sidebar-widget ul li:hover:before {
margin-left: 5px;
margin-right: 11px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
color: #333333;
}
.sidebar-widget ul.product_list_widget li:before {
content: '';
display: none;
}
.sidebar-widget ul.product_list_widget li img {
max-width: 79px;
float: left;
height: auto;
margin-right: 18px;
}
.sidebar-widget ul.product_list_widget li a {
font-weight: 400;
line-height: 1.1;
color: #222222;
font-size: 18px;
}
.sidebar-widget ul.product_list_widget li a:hover {
color: #2991d6;
}
.sidebar-widget ul.product_list_widget li .ratings .fa {
margin-right: 3px;
}
.sidebar-widget ul.product_list_widget li .amount {
font-weight: 600;
}
.sidebar-widget ul.product_list_widget li del .amount {
text-decoration: line-through;
font-weight: 400;
color: #797979;
}
.sidebar-widget ul.product_list_widget li a.remove {
float: left;
margin-right: 5px;
}
.woocommerce-product-search .screen-reader-text {
display: none;
}
.woocommerce-product-search input[type="search"] {
height: 54px;
background: #fff;
border: 1px solid #aeaeae;
padding: 0 4%;
width: 100%;
font-size: 16px;
font-style: italic;
}
.sidebar-widget ul ul.children {
margin-left: 25px;
margin-top: 10px;
}
.checkout-product img {
max-width: 75px;
height: auto;
}
.checkout-product li span {
padding: 12px 0 0;
}
.cover-overflow {
overflow-y: auto;
overflow-x: hidden;
max-height: 170px;
}
.cover-overflow::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
.cover-overflow::-webkit-scrollbar{
width: 3px;
background-color: #F5F5F5;
}
.cover-overflow::-webkit-scrollbar-thumb{
background-color: #000000;
}
.mega-menu-item .mega-menu div[class^="col-"],.mega-menu-item .mega-menu div[class*=" col-"] {
padding: 0px;
}
.space20 {
float: left;
width: 100%;
height: 20px;
}
.color-white,.color-white h1,.color-white h2,.color-white h3,.color-white h4,.color-white h5,.color-white h6 {
color: #fff;
}
.li8,.li8 h2,.li8 p,.li8 h2 span,h1.li8,h2.li8,h3.li8,h4.li8,h5.li8,h6.li8 {
color: #fff;
} .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="password"], .wpcf7-form input[type="number"],.wpcf7-form select {
margin: 0 1.2% 16px 0;
padding: 8px 2% 5px;
width: 100%;
font-size: 16px;
height: 47px;
color: #767676;
}
.apply-form-widget select {
border: 2px solid #b1b1b1 !important;
margin-bottom: 20px;
}
.wpcf7-form select{
border: 1px solid #b1b1b1;
}
.page-template-page-contacts .wpcf7-form {
margin-left: -15px;
margin-right: -15px;
}
div.wpcf7-validation-errors,div.wpcf7-mail-sent-ng {
float: left;
}
.bg-reapet-y {
background-repeat: repeat-y;
}
.li8 .line {
color: #fff;
}
.drk .line {
background: #222222;
}
i.drk {
color: #222222;
}
.drk.simple-round {
border: 3px solid #222222;
}
.img-rounded2 img {
border-radius: 6px;
}
.space10 {
float: left;
width: 100%;
height: 10px;
}
.space80 {
float: left;
width: 100%;
height: 80px;
}
.portfolio-bottom .wpb_content_element {
margin-bottom: 0px;
}
.counter-iconic {
background: #2991d6;
padding: 60px 20px;
overflow: hidden;
position: relative;
}
.counter-iconic .counter .quantity-counter {
color: #fff;
background: url(//www.coreutah.com/wp-content/themes/fajar-wp/images/counter-sprtr.jpg) no-repeat center bottom;
display: block;
font-size: 70px;
margin-bottom: 30px;
padding-bottom: 10px;
}
.play-video-btn img {
display: block;
margin: 0 auto 10px auto;
}
.play-video-btn {
color: #fff;
display: inline-block;
}
.color-white {
color: #fff;
}
.simple-nav.smallHeader .control-page-smallHeader {
margin-top: 0px;
}
ul.ticko li:before {
content: "\e86a";
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
width: 15px;
height: 15px;
left: 0px;
top: 9px;
}
ul.ticko li,ul.bulbo li,ul.staro li{
position: relative;
}
ul.bulbo li:before {
content: "\e7fb";
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
width: 15px;
height: 15px;
left: 0px;
top: 9px;
}
ul.staro li:before {
content: "\e6d0";
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
width: 15px;
height: 15px;
left: 0px;
top: 9px;
}
.list-bullets li {
width: 100%;
padding-left: 20px;
}
#simple-main-banner .text-left{
text-align: left !important;
}
#simple-main-banner .text-cenetr{
text-align: center !important;
}
#simple-main-banner .text-right{
text-align: right !important;
}
.nav-center .navbar-left .sub-menu.dropdown-menu li:first-child > a {
padding-left: 30px;
}
.nav-center .navbar-nav > li > a .icon-angle-right {
display: none;
}
.nav-center .navbar-nav > li.current-menu-item > a {
font-weight: 600;
}
.header-two .dropdown-toggle .icon-angle-down {
display: none;
}
.navbar-default.nav-border-bottom .navbar-nav.nav > li#active-item > a {
border-color: #dd3333;
}
.navbar-default.nav-boxed .navbar-nav.header-three > li#active-item > a{
background: #dd3333;
color: #fff !important;
}
.navbar-default.nav-boxed .navbar-nav.header-three > li.dropdown a > .icon-angle-down,.navbar-nav.header-four > li.dropdown a > .icon-angle-down {
display: none;
}
.animated-border-nav li#active-item a:before {
background: #2991d6;
}
.animated-border-nav li#active-item a:before, .animated-border-nav li#active-item a {
height: 140%;
}
.animated-border-nav li#active-item a {
color: #2991d6;
}
.fluid-nav .navbar-nav li#active-item a {
border-color: #000;
}
.fluid-nav .navbar-nav li#active-item > a {
color: #fff;
background: #292929;
border-color: #292929;
}
.fluid-nav .navbar-nav li.dropdown a .icon-angle-down {
display: none;
}
.mega-menu-item .mega-menu div[class^="col-"]:last-of-type .dropdown-menu, .mega-menu-item .mega-menu div[class*=" col-"]:last-of-type .dropdown-menu {
border-right: 0px;
}
.footer-widget .tagcloud a {
display: block;
padding: 8px 20px;
font-size: 16px !important;
color: #cecece;
border: 1px solid #7b7b7b;
float: left;
margin: 0 5px 5px 0;
}
.footer-widget .tagcloud a:hover {
background: #2991d6;
border-color: #2991d6;
}
.footer-widget .tagcloud a:hover {
color: #fff !important;
}
.footer-widget .widget_wysija input[type="text"] {
background: none;
border: 0;
height: 51px;
width: 80%;
padding: 0 5%;
}
.footer-widget .widget_wysija {
border: 1px solid #404040;
position: relative;
}
.footer-widget .widget_wysija input[type="submit"] {
width: 95px;
height: 51px;
background: #3e3e3e;
font-size: 18px;
color: #cecece;
border: 0;
position: absolute;
right: 0;
top: 0;
}
.footer-widget .widget_wysija input[type="submit"]:hover {
background: #2e2e2e;
}
.footer-widget .wysija-paragraph {
margin: 0px;
}
.footer-widget .widget_wysija_cont .wysija-submit {
margin-top: 0px;
}
.footer-widget .formError .formErrorContent {
min-width: 150px;
}
.footer.footer-wide-light .footer-widget .tagcloud a {
color: #222222;
}
.footer.footer-wide-light .footer-widget .widget_wysija input[type="text"] {
background: #e8e8e8;
}
.footer.footer-wide-light .footer-widget .widget_wysija,.footer2.light .footer-widget .widget_wysija {
border: 0;
}
.tweets.small i {
padding: 0px;
}
.footer2.light .footer-widget .widget_wysija input[type="text"] {
color: #000;
background: #e8e8e8;
}
@media (min-width: 993px){
.menu-hidden {
display: none;
}
}
.space120 {
float: left;
width: 100%;;
height: 120px;
clear: both;
}
.space75 {
float: left;
width: 100%;;
height: 75px;
clear: both;
}
.woocommerce #respond input#submit:hover,.woocommerce a.button, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
background-color: inherit;
color: inherit;
}
.woocommerce .product-description .product-cart-btn, .woocommerce .product-description .product-detail-btn {
color: #222222;
font-weight: 400;
font-size: 16px;
line-height: 33px;
padding: 0px;
}
.woocommerce .product-description .product-cart-btn:after, .woocommerce .product-description .product-detail-btn:after{
display: none;
}
.woocommerce a.button.loading {
padding-right: 0px;
}
.alignleft {
float: left;
margin-right: 10px;
}
.alignright {
float: right;
margin-left: 10px;
}
.aligncenter {
margin-left: auto;
margin-right: auto;
display: block;
clear: both;
}
.sticky {}
.gallery-caption {
padding: 5px 1%;
font-size: 90%;
}
.bypostauthor{
position: relative;
}
#site-header img {
width: 100%;
}
.wp-caption-text{
color: #444;
}
.wp-caption {
max-width: 100%;
height: auto;
}
.screen-reader-text {
display: inline-block;
width: 100%;
margin: 10px 0px;
font-size: 20px;
}
.tp-caption .bold {
font-weight: 600 !important;
}
div.light {
font-weight: 300;
}
.navbar-nav.header-four > li.dropdown a > span > .icon-angle-down {
display: none;
}
.latest-blog-post {
border: 1px solid #dfdfdf;
}
.wpcf7-form p span {
font-weight: 300;
}
.navbar-nav > li:last-child > .dropdown-menu {
left: auto;
right: 0;
}
.footer.footer-wide-light .footer-nav ul li {
border: 0px;
}
p.none {
display: none;
} table {
border-bottom: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}
th {
font-weight: bold;
text-transform: uppercase;
}
td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
}
dl {
margin: 0 20px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 20px;
}
.blog-post ol, .blog-post ul {
margin: 16px 0;
padding: 0 0 0 40px;
}
.blog-post .share-post ul {
margin-top: 0;
margin-bottom: 0;
}
.share-post {
margin-top: 15px;
}
.page .comments .comment-respond {
margin-bottom: 30px;
}
.footer-widget .sub-menu li,.footer-widget .sub-menu{
width: 100%;
display: inline-block;
}
.footer-widget h3 {
margin-top: 10px;
}
.footer-widget a {
color: #fff;
}
.textwidget img {
height: auto;
} .fajar-awesome-features-sec {
background-attachment:fixed;
height:750px;
position:relative;
color:#fff;
padding:90px 0;
font-size:18px;
overflow:hidden;
}
.fajar-awesome-features-sec .overlay-fajar {
background:rgba(0, 0, 0, 0.65);
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
.fajar-awesome-features-sec h2 {
color:#fff;
font-weight:800;
}
.awesome-features li {
font-size:16px;
clear:both;
margin:63px 0;
}
.awesome-features li span {
font-size:24px;
font-weight:600;
display:block;
}
.awesome-features li i {
display:block;
width:73px;
height:73px;
border:3px solid #fff;
text-align:center;
font-size:28px;
color:#fff;
line-height:67px;
position:relative;
}
.awesome-features li i.pull-right {
margin:-13px 0 20px 21px;
}
.awesome-features li i.pull-left {
margin:-13px 21px 20px 0;
}
.navbar-default.nav-border-bottom .navbar-nav.nav > li .icon-angle-down{
display: none;
}
.rev-banner4 .tparrows{
display:none !important;
}
.hesperiden .tp-bullet{
background: none !important;
}
.rev-banner4 .tp-bullets .tp-bullet{
width:41px !important;
height:41px !important;
border:1px solid #fff;
border-radius:100%;
font-size:24px;
margin-bottom:3px;
line-height: 39px;
color:#fff;
text-align:center;
float:none !important;
margin:4px 0 !important;
list-style:decimal !important;
}
.rev-banner4 .tp-bullets .tp-bullet:hover, .rev-banner4 .tp-bullets .tp-bullet.selected{
background:#fff !important;
color:#222;
}
.rev-banner4 .tp-bullets .tp-bullet:nth-child(1):after{
content:"1";
}
.rev-banner4 .tp-bullets .tp-bullet:nth-child(2):after{
content:"2";
}
.rev-banner4 .tp-bullets .tp-bullet:nth-child(3):after{
content:"3";
}
.rev-banner4 .tp-bullets .tp-bullet:nth-child(4):after{
content:"4";
}
.rev-banner4 .tp-bullets .tp-bullet:nth-child(5):after{
content:"5";
}
.rev-banner4 .tp-bullets .tp-bullet:nth-child(6):after{
content:"6";
}
.rev-banner4 .tp-bullets .tp-bullet:nth-child(7):after{
content:"7";
}
.rev-banner4 .tp-bullets .tp-bullet:nth-child(8):after{
content:"8";
}
.rev-banner4 .tp-bullets .tp-bullet:nth-child(9):after{
content:"9";
}
.rev-banner4 .tp-bullets .tp-bullet:nth-child(10):after{
content:"10";
} .faded-tri-sec .faded-tri-sec-content {
padding-left: 106px;
}
.faded-tri-sec .lii {
list-style: none;
margin-bottom: 65px;
}
.faded-tri-sec i {
width: 84px;
height: 84px;
border-radius: 4px;
float: left;
background: #808080;
text-align: center;
color: #fff;
font-size: 45px;
line-height: 80px;
}
.faded-tri-sec .faded-tri-sec-content h3 {
font-weight: 600;
}
.faded-tri-sec .faded-tri-sec-content p {
line-height: 24px;
}
h3.fwcp {
font-size: 32px;
font-weight: 600;
color: #fff;
padding-bottom: 10px;
}
.padding-bottom-15 {
padding-bottom: 15px;
}
.btn-medium {
padding: 11px 35px 10px !important;
font-size: 16px !important;
}
.people-excited{
max-width:960px;
margin:0 auto;
padding:25px 0 0;
}
.people-excited p{
color:#222222;
font-size:24px;
}
.people-excited .about-client{
padding:20px 0 0;
}
.people-excited .about-client .thumbnail{
border-radius: 100%;
display: block;
margin: 0 auto 10px;
}
.people-excited .about-client span{
font-family: 'Raleway', sans-serif;
font-weight:600;
color:#222222;
}
.people-excited .about-client p{
font-size:16px;
}
.people-excited .owl-controls .owl-pagination .owl-page span{
background:#dadada !important;
border-color:#dadada !important;
}
.fw-800 {
font-weight: 800;
}
.hide-bullets .owl-pagination {
display: none !important;
} .recent-news-carousel{
padding:15px 0 0;
}
.recent-news{
position:relative;
}
.recent-news-caption{
position:absolute;
left:30px;
bottom:30px;
}
.recent-news-caption h3, .recent-news-caption h3 a{
color:#fff;
font-weight:800;
margin:0;
text-transform:uppercase;
}
.recent-news-caption h3 small{
display:block;
color:#fff;
padding-bottom:15px;
font-style:italic;
text-transform:none;
}
.recent-news-caption p{
color:#fff;
}
.recent-news-caption p a{
display:inline-block;
margin-left:5px;
font-style:italic;
font-weight:300;
}
.recent-news-carousel .zoom-thumbnail:hover img {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
opacity: .3;
}