@font-face {
    font-family: 'FontAwesome';
    src: url(fonts/fontawesome-webfontba72ba72.eot?v=4.0.3);
    src: url(fonts/fontawesome-webfontd41dd41d.eot?#iefix&v=4.0.3) format('embedded-opentype'),url(fonts/fontawesome-webfontba72ba72.woff?v=4.0.3) format('woff'),url(fonts/fontawesome-webfontba72ba72.ttf?v=4.0.3) format('truetype'),url(fonts/fontawesome-webfontba72ba72.svg?v=4.0.3#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.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
        padding:5px 0px;
    }

.fa-li {
    position: absolute;
    left: -2.142857142857143em;
    /*width: 1.142857142857143em;*/
    top: .14285714285714285em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.8571428571428572em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: 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);
}

}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        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: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-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-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-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-asc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-desc: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-reply-all:before {
    content: "\f122";
}

.fa-mail-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";
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(.9)rotate(-3deg);
        transform: scale(.9)rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1)rotate(3deg);
        transform: scale(1.1)rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1)rotate(-3deg);
        transform: scale(1.1)rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1)rotate(0);
        transform: scale(1)rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(.9)rotate(-3deg);
        -ms-transform: scale(.9)rotate(-3deg);
        transform: scale(.9)rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1)rotate(3deg);
        -ms-transform: scale(1.1)rotate(3deg);
        transform: scale(1.1)rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1)rotate(-3deg);
        -ms-transform: scale(1.1)rotate(-3deg);
        transform: scale(1.1)rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1)rotate(0);
        -ms-transform: scale(1)rotate(0);
        transform: scale(1)rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%)rotate(-5deg);
        transform: translateX(-25%)rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%)rotate(3deg);
        transform: translateX(20%)rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%)rotate(-3deg);
        transform: translateX(-15%)rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%)rotate(2deg);
        transform: translateX(10%)rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%)rotate(-1deg);
        transform: translateX(-5%)rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    15% {
        -webkit-transform: translateX(-25%)rotate(-5deg);
        -ms-transform: translateX(-25%)rotate(-5deg);
        transform: translateX(-25%)rotate(-5deg);
    }

    30% {
        -webkit-transform: translateX(20%)rotate(3deg);
        -ms-transform: translateX(20%)rotate(3deg);
        transform: translateX(20%)rotate(3deg);
    }

    45% {
        -webkit-transform: translateX(-15%)rotate(-3deg);
        -ms-transform: translateX(-15%)rotate(-3deg);
        transform: translateX(-15%)rotate(-3deg);
    }

    60% {
        -webkit-transform: translateX(10%)rotate(2deg);
        -ms-transform: translateX(10%)rotate(2deg);
        transform: translateX(10%)rotate(2deg);
    }

    75% {
        -webkit-transform: translateX(-5%)rotate(-1deg);
        -ms-transform: translateX(-5%)rotate(-1deg);
        transform: translateX(-5%)rotate(-1deg);
    }

    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(0)scale(1);
        transform: perspective(400px)translateZ(0)rotateY(0)scale(1);
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1);
        transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1);
    }

    50% {
        -webkit-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
        transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95);
        transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95);
    }

    80%,100% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1);
        transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1);
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(0)scale(1);
        -ms-transform: perspective(400px)translateZ(0)rotateY(0)scale(1);
        transform: perspective(400px)translateZ(0)rotateY(0)scale(1);
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1);
        -ms-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1);
        transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1);
    }

    50% {
        -webkit-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
        -ms-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
        transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95);
        -ms-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95);
        transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95);
    }

    80%,100% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1);
        -ms-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1);
        transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1);
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px)rotateX(90deg);
        transform: perspective(400px)rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px)rotateX(-10deg);
        transform: perspective(400px)rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px)rotateX(10deg);
        transform: perspective(400px)rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px)rotateX(0);
        transform: perspective(400px)rotateX(0);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px)rotateX(90deg);
        -ms-transform: perspective(400px)rotateX(90deg);
        transform: perspective(400px)rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px)rotateX(-10deg);
        -ms-transform: perspective(400px)rotateX(-10deg);
        transform: perspective(400px)rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px)rotateX(10deg);
        -ms-transform: perspective(400px)rotateX(10deg);
        transform: perspective(400px)rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px)rotateX(0);
        -ms-transform: perspective(400px)rotateX(0);
        transform: perspective(400px)rotateX(0);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px)rotateY(90deg);
        transform: perspective(400px)rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px)rotateY(-10deg);
        transform: perspective(400px)rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px)rotateY(10deg);
        transform: perspective(400px)rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px)rotateY(0);
        transform: perspective(400px)rotateY(0);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px)rotateY(90deg);
        -ms-transform: perspective(400px)rotateY(90deg);
        transform: perspective(400px)rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px)rotateY(-10deg);
        -ms-transform: perspective(400px)rotateY(-10deg);
        transform: perspective(400px)rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px)rotateY(10deg);
        -ms-transform: perspective(400px)rotateY(10deg);
        transform: perspective(400px)rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px)rotateY(0);
        -ms-transform: perspective(400px)rotateY(0);
        transform: perspective(400px)rotateY(0);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px)rotateX(0);
        transform: perspective(400px)rotateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px)rotateX(90deg);
        transform: perspective(400px)rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px)rotateX(0);
        -ms-transform: perspective(400px)rotateX(0);
        transform: perspective(400px)rotateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px)rotateX(90deg);
        -ms-transform: perspective(400px)rotateX(90deg);
        transform: perspective(400px)rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px)rotateY(0);
        transform: perspective(400px)rotateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px)rotateY(90deg);
        transform: perspective(400px)rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px)rotateY(0);
        -ms-transform: perspective(400px)rotateY(0);
        transform: perspective(400px)rotateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px)rotateY(90deg);
        -ms-transform: perspective(400px)rotateY(90deg);
        transform: perspective(400px)rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%)skewX(-30deg);
        transform: translateX(100%)skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%)skewX(30deg);
        transform: translateX(-20%)skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%)skewX(-15deg);
        transform: translateX(0%)skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%)skewX(0);
        transform: translateX(0%)skewX(0);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%)skewX(-30deg);
        -ms-transform: translateX(100%)skewX(-30deg);
        transform: translateX(100%)skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: translateX(-20%)skewX(30deg);
        -ms-transform: translateX(-20%)skewX(30deg);
        transform: translateX(-20%)skewX(30deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: translateX(0%)skewX(-15deg);
        -ms-transform: translateX(0%)skewX(-15deg);
        transform: translateX(0%)skewX(-15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0%)skewX(0);
        -ms-transform: translateX(0%)skewX(0);
        transform: translateX(0%)skewX(0);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%)skewX(0);
        transform: translateX(0%)skewX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%)skewX(-30deg);
        transform: translateX(100%)skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%)skewX(0);
        -ms-transform: translateX(0%)skewX(0);
        transform: translateX(0%)skewX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%)skewX(-30deg);
        -ms-transform: translateX(100%)skewX(-30deg);
        transform: translateX(100%)skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    100% {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }

    100% {
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }

    0%,100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
    }

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    40%,80% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg)translateY(0);
        transform: rotate(60deg)translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
    }

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    40%,80% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    80% {
        -webkit-transform: rotate(60deg)translateY(0);
        -ms-transform: rotate(60deg)translateY(0);
        transform: rotate(60deg)translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)rotate(-120deg);
        transform: translateX(-100%)rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)rotate(0);
        transform: translateX(0)rotate(0);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)rotate(-120deg);
        -ms-transform: translateX(-100%)rotate(-120deg);
        transform: translateX(-100%)rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)rotate(0);
        -ms-transform: translateX(0)rotate(0);
        transform: translateX(0)rotate(0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)rotate(0);
        transform: translateX(0)rotate(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%)rotate(120deg);
        transform: translateX(100%)rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)rotate(0);
        -ms-transform: translateX(0)rotate(0);
        transform: translateX(0)rotate(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%)rotate(120deg);
        -ms-transform: translateX(100%)rotate(120deg);
        transform: translateX(100%)rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .nivo-lightbox-overlay.nivo-lightbox-open {
        visibility: visible;
        opacity: 1;
    }

.nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
}

.nivo-lightbox-content {
    width: 100%;
    height: 100%;
}

.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
}

.nivo-lightbox-nav {
    display: none;
}

.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0;
}

.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0;
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%;
}

.nivo-lightbox-image {
    text-align: center;
}

    .nivo-lightbox-image img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        vertical-align: middle;
    }

.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%;
}

.nivo-lightbox-inline, .nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nivo-lightbox-error {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0 1px 1px #000;
}

    .nivo-lightbox-error p {
        display: table-cell;
        vertical-align: middle;
    }

.nivo-lightbox-notouch .nivo-lightbox-effect-fade, .nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale, .nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft, .nivo-lightbox-notouch .nivo-lightbox-effect-slideRight, .nivo-lightbox-notouch .nivo-lightbox-effect-slideUp, .nivo-lightbox-notouch .nivo-lightbox-effect-slideDown, .nivo-lightbox-notouch .nivo-lightbox-effect-fall {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap, .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s cubic-bezier(0.25,0.5,0.5,0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25,0.5,0.5,0.9);
    -ms-transition: all 0.3s cubic-bezier(0.25,0.5,0.5,0.9);
    -o-transition: all 0.3s cubic-bezier(0.25,0.5,0.5,0.9);
    transition: all 0.3s cubic-bezier(0.25,0.5,0.5,0.9);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateZ(300px);
    -moz-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px);
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0,0,0,0.6);
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background: url(../images/marine2.png) no-repeat 50% 50%;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
}

    .nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
        opacity: 1;
    }

.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(../images/nivo-lightbox/default/prev.png);
    border-radius: 0 3px 3px 0;
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(../images/nivo-lightbox/default/next.png);
    border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(../images/nivo-lightbox/default/close.png) no-repeat 5px 5px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.5;
}

    .nivo-lightbox-theme-default .nivo-lightbox-close:hover {
        opacity: 1;
    }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -7%;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio:1.3),(-o-min-device-pixel-ratio:2.6/2),(min--moz-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx) {
    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
        background-image: url(../images/nivo-lightbox/default/loading%402x.gif);
        background-size: 32px 32px;
    }

    .nivo-lightbox-theme-default .nivo-lightbox-prev {
        background-image: url(../images/nivo-lightbox/default/prev%402x.png);
        background-size: 48px 48px;
    }

    .nivo-lightbox-theme-default .nivo-lightbox-next {
        background-image: url(../images/nivo-lightbox/default/next%402x.png);
        background-size: 48px 48px;
    }

    .nivo-lightbox-theme-default .nivo-lightbox-close {
        background-image: url(../images/nivo-lightbox/default/close%402x.png);
        background-size: 16px 16px;
    }
}

.wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 4px 0 10px -8px rgba(0,0,0,0.4),-4px 0 10px -8px rgba(0,0,0,0.4);
    margin: 0 auto;
    width: 1128px;
}

.sf-menu.sf-style-space-orange span.sf-description {
    color: #9F9F9F;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 9px;
    line-height: 14px;
    text-transform: uppercase;
}

.footer-main h2.block-title {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.md-arrow-left, .md-arrow-right {
    border: 2px solid;
    border-radius: 50%;
    color: #BBBBBB;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    height: 48px !important;
    line-height: 48px;
    margin-left: 2px;
    margin-top: -24px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.2s linear 0s;
    width: 48px !important;
    z-index: 100;
    background: none;
}

.md-arrow-left {
    left: 24px;
}

.md-arrow-right {
    right: 24px;
}

.md-arrow-left:before {
    content: "";
    font-family: FontAwesome;
}

.md-arrow-right:before {
    content: "";
    font-family: FontAwesome;
}

.tabs.primary {
    padding-left: 31px;
    margin: 0 0 -1px;
    border-bottom: 1px solid #ddd;
}

    .tabs.primary li > a {
        background: #f7f7f7;
        border-left: 1px solid #f7f7f7;
        border-right: 1px solid #f7f7f7;
        border-bottom: none !important;
        border-radius: 0;
        padding: 12px 13px;
        color: #6d6d6d;
        position: relative;
        line-height: 1.42857143;
        border: 1px solid transparent;
        display: block;
    }

    .tabs.primary li {
        position: relative;
        display: inline-block;
        z-index: 50;
        border: 1px solid #ddd;
        margin-right: 20px;
    }

        .tabs.primary li.active {
            border-bottom: 0;
            bottom: -2px;
        }

    .tabs.primary a:hover {
        text-decoration: none;
    }

div.d-tabs .primary {
    background: none repeat scroll 0 0 #FFFFFF;
}

ul.primary li a {
    margin-right: 0 !important;
}

ul.menu li {
    margin: 0 !important;
}

.medium-btn {
    border: medium none;
    cursor: pointer;
    /*margin-bottom: 15px;
    margin-right: 15px;*/
    padding: 10px 15px;
}

h1.site-name a {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 26px;
    color: #373737;
    line-height: 0;
}

p.tagline {
    color: #9F9F9F;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 9px;
    line-height: 14px;
    text-transform: uppercase;
    padding-bottom: 0 !important;
}

.navigation ul ul {
    margin-top: 20px !important;
}

.mediaholder {
    border: 1px solid #D7D7D7;
    display: block;
    margin-bottom: 15px;
    padding: 6px 6px 0;
}

    .mediaholder, .mediaholder img {
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

iframe {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.sidebar h2.block-title {
    font-size: 15px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: normal;
}

.boxed.fa {
    line-height: 1.9;
}

ul.contextual-links li a {
    background: none !important;
    font-size: 12px;
    text-transform: none;
}

input, textarea, select, .uneditable-input {
    background-color: #f4f4f4;
    border-color: -moz-use-text-color -moz-use-text-color #dedede;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #757575;
    font-family: inherit;
    font-size: inherit;
    margin-bottom: 2px;
    padding: 10px;
    /*width: 96%;*/
}
    input[type="text"] {
    width:96%;
    }
    input[type="checkbox"] {
        width: 20px;
        float:left;
        margin-right:20px;
    }
    input[type="button"] {
        display:inline;
    }

submit {
    padding: 10px;
}

.page-contact input#edit-name, .page-contact input#edit-mail, .page-contact input#edit-subject {
    width: 416px;
}

.page-contact textarea#edit-message {
    width: 436px;
}

.page-contact .grippie {
    width: 434px;
}

h1#pt {
    display: none;
}

input:focus, textarea:focus {
    border-bottom: 1px solid #e2492f;
}

#header .form-item-search-block-form {
    width: 180px;
    float: left;
    height: 39px;
    padding: 0 0 0 5px;
    color: #888;
    border-bottom: 1px solid #dedede;
    border-top: none;
    border-right: none;
    border-left: none;
    font-family: inherit;
    font-size: 13px;
    background: none !important;
    border: none;
}

div.form-item-search-block-form {
    margin: 0;
    border-bottom: 1px solid #dedede;
}

    div.form-item-search-block-form input#edit-search-block-form--2 {
        background: none !important;
    }

#header-search-button:hover {
    color: #e2492f;
}

#header-search-button {
    background-color: #fff;
    width: 50px;
    height: 40px;
    border: none;
    cursor: pointer;
    color: #999;
    font-size: 16px;
    line-height: 40px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

#isotope-options {
    background-color: #fff !important;
}

.f-width {
    width: 98%;
}

.block {
    margin-bottom: 40px;
}

.page-taxonomy-term .node-portfolio {
    margin-bottom: 40px;
}

.page-blog .main-content-left, .page-blog .main-content-right {
    padding-bottom: 0 !important;
}

#block-superfish-1.block, #block-superfish-2.block, #block-superfish-3.block {
    margin-bottom: 0 !important;
}

.navigation ul ul li a:hover {
    width: 150px !important;
}

.field-name-field-portfolio-image img {
    border: 1px solid #d7d7d7;
    display: block;
    margin-bottom: 20px;
    padding: 6px;
    position: relative;
}

div.grippie {
    display: none;
}

.tag-cloud .item-list ul li {
    margin: 0;
}

    .tag-cloud .item-list ul li a.active {
        color: #fff;
    }

.t-holder h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 30px 0 10px 0;
    margin-bottom: 0;
}

.twitter-feed p {
    text-align: center;
}

.twitter-holder .block {
    margin-bottom: 0 !important;
}

.view-latest-blog-posts ul.latest-blog-posts li, #block-block-15 ul.latest-blog-posts li {
    padding: 8px 0 !important;
}

.view-latest-blog-posts ul.latest-blog-posts {
    margin-top: -5px;
}

.blog-style-2 .post-media {
    float: left;
    margin-left: 14px;
    border: 1px solid #d7d7d7;
    display: block;
    margin-bottom: 15px;
    padding: 6px 6px 0;
}

    .blog-style-2 .post-media img {
        height: 200px;
        max-width: 234px;
    }

    .blog-style-2 .post-media iframe {
        max-height: 200px;
        max-width: 234px;
    }

.boxshadow .av img {
    border-radius: 50%;
    box-shadow: 0 0 0 5px #fff,0 0 1px 5px #888,0 0 0 12px #fff;
}

.rad ul.links.inline {
    position: absolute;
    right: 15px;
    top: 15px;
}

@media only screen and (max-width:1200px) {
    .content-slider .flex-prev {
        left: -30px;
    }

    .content-slider .flex-next {
        right: -30px;
    }
}

@media only screen and (max-width:1150px) {
    .wrapper {
        width: auto;
    }
}

@media only screen and (min-width:1024px) and (max-width:1100px) {
    .wrapper {
        width: auto;
    }

    header {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear;
    }

    .content {
        width: 100%;
    }

    .color-box {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .color-box .button {
            border: 1px solid #fff;
        }

        .color-box:hover .button {
            background: none;
        }

    .carousel-container .one-half, .carousel-container .one-third, .carousel-container .two-third, .carousel-container .two-third-outer, .carousel-container .one-fourth, .carousel-container .three-fourth, .carousel-container .one-sixth, .carousel-container .five-sixth {
        float: left;
        margin: 0 24px 0 0;
    }

    .carousel-container {
        width: 492px;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-full .carousel-container {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
    }

    .flex-nav-left .flex-direction-nav {
        left: -240px;
        display: block;
    }

    .no-touch .image-gallery .flex-direction-nav {
        display: block;
    }

    .content-slider .flex-prev {
        left: -20px;
        margin-top: -27px;
    }

    .content-slider .flex-next {
        right: -20px;
        margin-top: -27px;
    }

    .twitter-feed {
        width: 100%;
    }

    .scroll-top {
        display: none !important;
        opacity: 0;
    }

    .sidebar {
        margin: 0;
    }

    .sb-left {
        padding-left: 15px;
    }

    .sb-right {
        padding-right: 15px;
    }

    .post-video {
        border: none;
        padding: 0;
    }

    .post-content {
        width: 542px;
    }

    .blog-post-full .post-content {
        width: 892px;
    }

    .blog-style-2 .post-img img {
        max-width: 184px;
        height: auto;
    }

    .blog-style-2 .image-gallery {
        max-width: 170px;
        height: auto;
    }

    .blog-style-2 .post-video iframe {
        max-width: 184px;
        max-height: 160px;
    }

    .share-btn {
        padding: 10px 0;
    }

    .p-item img {
        max-width: 450px !important;
    }

    .portfolio-pagination {
        margin-left: 15px;
    }

    .error-message h2 {
        font-size: 130px;
        line-height: 130px;
    }

    .container-center {
        width: 960px;
    }

    .header-top .container-center {
        width: 930px;
    }

    .wrapper .color-box-holder .container-center {
        width: 960px;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .wrapper .box-3 .color-box {
        width: 310px;
    }

    header .container-center {
        width: 930px;
    }

    .col-row {
        margin-right: 0;
    }

    .one-half, .one-third, .two-third, .two-third-outer, .one-fourth, .three-fourth, .one-sixth, .five-sixth {
        margin-left: 15px;
        margin-right: 15px;
    }

    .one-fourth {
        width: 210px;
    }

    .three-fourth {
        width: 690px;
    }

    .one-third {
        width: 290px;
    }

    .two-third {
        width: 610px;
    }

    .one-half {
        width: 450px;
    }

    .one-sixth {
        width: 130px;
    }

    .five-sixth {
        width: 770px;
    }

    .full-width {
        width: 930px;
    }

    .main-content-left .one-third, .main-content-left .one-sixth {
        margin-left: 0;
        margin-right: 30px;
    }

    .main-content-right .one-third, .main-content-right .one-sixth {
        margin-left: 0;
        margin-right: 30px;
    }

    .main-content-left {
        width: 610px;
        margin-right: 18px;
        padding-left: 15px;
    }

    .main-content-right {
        width: 610px;
        margin-left: 18px;
        padding-right: 15px;
    }

        .main-content-right .full-width, .main-content-left .full-width {
            width: 610px;
        }

        .main-content-left .col-row .one-third:nth-child(even), .main-content-right .col-row .one-third:nth-child(even) {
            margin-right: 0;
        }

        .main-content-left .col-row .one-sixth:nth-child(4n+4), .main-content-right .col-row .one-sixth:nth-child(4n+4) {
            margin-right: 0;
        }

        .main-content-left .col-row .one-third:nth-child(3n+3), .main-content-right .col-row .one-third:nth-child(3n+3) {
            margin-right: 30px;
        }

    .one-half .one-third, .one-half .one-fourth, .one-half .one-sixth, .one-half .one-half, .one-third .one-third, .one-third .one-fourth, .one-third .one-sixth, .one-fourth .one-sixth, .two-third .one-third, .two-third .one-fourth, .two-third .one-sixth, .two-third .one-half, .three-fourth .one-third, .three-fourth .one-fourth, .three-fourth .one-sixth, .three-fourth .two-third, .three-fourth .one-half, .five-sixth .one-sixth, .five-sixth .one-fourth, .five-sixth .three-fourth, .five-sixth .one-third, .five-sixth .two-third, .five-sixth .one-half, .five-sixth .one-half, .full-width .one-sixth, .full-width .one-fourth, .full-width .three-fourth, .full-width .one-third, .full-width .two-third, .full-width .one-half {
        margin-left: 0;
        margin-right: 30px;
    }

    .one-half .col-row, .two-third .col-row, .three-fourth .col-row, .five-sixth .col-row, .one-third .col-row, .one-fourth .col-row {
        background: none;
        margin-right: -30px;
    }

    .one-half .col-row {
        width: 480px;
    }

    .two-third .col-row {
        width: 640px;
    }

    .three-fourth .col-row {
        width: 720px;
    }

    .five-sixth .col-row {
        width: 800px;
    }

    .one-third .col-row {
        width: 320px;
    }

    .one-fourth .col-row {
        width: 240px;
    }

    .box-4 .color-box {
        width: 240px;
    }

    .box-3 .color-box {
        width: 320px;
    }

    .box-2 .color-box {
        width: 480px;
    }

    .wrapper .box-4 .color-box {
        width: 25%;
    }

    .wrapper .box-3 .color-box {
        width: 310px;
    }

    .wrapper .box-2 .color-box {
        width: 50%;
    }

    #search-box {
        width: 206px;
    }

    .video, .post-video {
        overflow: hidden;
    }

    .sidebar .video iframe {
        width: 272px;
        max-height: 180px;
    }

    .one-half .video iframe {
        max-width: 450px;
    }

    .one-third .video iframe {
        max-width: 290px;
    }

    .two-third .video iframe {
        max-width: 610px;
    }

    .one-fourth .video iframe {
        max-width: 210px;
    }

    .three-fourth .video iframe {
        max-width: 690px;
    }

    .one-sixth .video iframe {
        max-width: 130px;
    }

    .five-sixth .video iframe {
        max-width: 770px;
    }

    .post-video iframe {
        max-height: 350px;
        max-width: 640px;
    }

    .blog-post-full iframe {
        max-height: 540px;
        max-width: 960px;
    }

    .blog-style-2 .post-content {
        width: 344px;
    }

    .pricing-tables .one-third {
        width: 288px;
    }

    .pricing-tables .two-third {
        width: 608px;
    }

    .pricing-tables .one-fourth {
        width: 208px;
    }

    .pricing-tables .three-fourth {
        width: 688px;
    }

    .pricing-tables .one-half {
        width: 448px;
    }

    .pricing-tables .one-sixth {
        width: 128px;
    }

    .pricing-tables .five-sixth {
        width: 768px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .frame {
        padding: 3px;
        -webikit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tp-rightarrow, .tp-leftarrow {
        display: none;
    }

    .page-title .page-title-inner, .page-title-4 .page-title-inner, .page-title-2 .page-title-inner {
        width: 930px;
    }

    .stream-portfolio li img, footer .stream-portfolio li img, .stream-portfolio-overlay, .stream-portfolio li {
        width: 68px;
        height: 68px;
    }

    .stream-portfolio li {
        margin-bottom: 3px;
        margin-right: 3px;
    }

    .stream-portfolio-overlay {
        line-height: 68px;
    }

    .sidebar .stream-portfolio li img, .sidebar .stream-portfolio li {
        width: 86px;
        height: 86px;
    }

    .sidebar .stream-portfolio li {
        margin-bottom: 4px;
        margin-right: 4px;
    }

    .sidebar .stream-portfolio-overlay {
        line-height: 86px;
    }

    .tweet_list li {
        overflow: hidden;
    }

    .carousel-container .slides li {
        margin-right: 24px;
    }

    .team-member {
        text-align: center;
    }

    .member-details {
        float: none;
    }

    .team-member .portrait {
        float: none;
        margin-right: 0;
    }

    #comment-form {
        width: 610px;
    }

        #comment-form .textbox {
            width: 478px;
        }

    .shop-full .ex-price {
        padding-right: 10px;
        font-size: 16px;
    }

    .shop-full .product-actions ul {
        margin-bottom: 20px;
    }

    .shop-full .one-third .product-buy {
        float: none;
    }

    .shop-full .product-price {
        font-size: 26px;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) and (orientation :portrait),(min-width:768px) and (max-width:1023px) {
    .wrapper {
        width: auto;
    }

    #superfish-1-select {
        display: none;
    }

    header {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear;
    }

    .logo {
        float: none;
    }

    #header .logo {
        text-align: center;
    }

    .header-top ul li, .header-top ul li a {
        margin-left: 5px;
    }

    .contact-info ul li, .contact-info ul li a {
        margin-right: 30px;
    }

    .navigation ul li, .navigation-simple ul li, .navigation-light ul li {
        display: inline-block;
        float: none;
        position: relative;
        text-align: left;
    }

    .navigation ul {
        margin-top: -16px;
    }

    .navigation-light, .navigation-simple {
        padding-bottom: 20px;
    }

        .navigation-light ul, .navigation-simple ul {
            margin-top: 0;
        }

        .navigation ul, .navigation-simple ul, .navigation-light ul {
            float: none;
            margin-right: 0;
            text-align: center;
        }

            .navigation ul li a:hover, .navigation .active-nav {
                background-color: transparent;
                color: #373737 !important;
            }

            .navigation ul .dropdown > a {
                background-color: transparent;
                color: #373737 !important;
            }

            .navigation ul ul li a:hover {
                color: #fff !important;
            }

            .navigation ul li a {
                padding: 10px 9px 10px 9px;
            }

            .navigation ul ul {
                margin-top: 24px;
            }

    .search-container {
        display: none;
    }

    .content {
        width: 100%;
    }

    .carousel-container .one-half, .carousel-container .one-third, .carousel-container .two-third, .carousel-container .two-third-outer, .carousel-container .one-fourth, .carousel-container .three-fourth, .carousel-container .one-sixth, .carousel-container .five-sixth {
        float: left;
        margin: 0 24px 0 0;
    }

    .carousel-container {
        width: 234px;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-full .carousel-container {
        width: 492px;
        margin-left: auto;
        margin-right: auto;
    }

    .flex-nav-left .flex-direction-nav {
        text-align: center;
        margin-top: 20px;
        position: static;
        margin-left: 3px;
    }

    .no-touch .image-gallery .flex-direction-nav {
        display: block;
    }

    .twitter-feed {
        width: 100%;
    }

    .scroll-top {
        display: none !important;
        opacity: 0;
    }

    .sidebar {
        margin: 0;
    }

    #search-box {
        width: 206px;
    }

    .post-video {
        border: none;
        padding: 0;
    }

    .testimony-inner, .post-author-inner {
        position: relative;
        padding: 15px 15px 15px 15px;
        margin-left: 0;
        text-align: center;
        border: none;
    }

    .testimony .portrait, .post-author .portrait {
        position: static;
        top: 0;
        left: 0;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    .team-member .portrait {
        float: none;
        margin-right: 0;
    }

    .team-member .member-details h4 {
        margin-top: 8px;
    }

    .team-member {
        text-align: center;
    }

    .member-details {
        float: none;
    }

    .blog-post-full .post-content, .post-content {
        margin-left: 20px;
    }

    .share-btn {
        padding: 10px 0;
    }

    #comment-form .textbox, #contact-form .textbox {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #comment-form, #contact-form {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #submit, #post-comment {
        margin-left: 0;
        float: none;
        padding: 14px 15px;
    }

    #message-outcome {
        margin-left: 0;
    }

    .error-message h2 {
        font-size: 130px;
        line-height: 130px;
    }

    .container-center, .full-width {
        width: 720px;
    }

    .wrapper .color-box-holder .container-center {
        width: 720px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .col-row {
        margin-right: 0;
    }

    .one-half, .one-third, .two-third, .two-third-outer, .one-fourth, .three-fourth, .one-sixth, .five-sixth {
        margin: 0 24px 0 0;
    }

    .one-fourth {
        width: 348px;
    }

    .three-fourth {
        width: 348px;
    }

    .one-third {
        width: 224px;
    }

    .two-third {
        width: 348px;
    }

    .one-half {
        width: 348px;
    }

    .one-sixth {
        width: 348px;
    }

    .five-sixth {
        width: 348px;
    }

    .main-content-left .one-third, .main-content-right .one-third {
        width: 348px;
    }

    .main-content-left .col-row .one-third:nth-child(even), .main-content-right .col-row .one-third:nth-child(even) {
        margin-right: 0;
    }

    .main-content-left .col-row .one-third:nth-child(3n+3), .main-content-right .col-row .one-third:nth-child(3n+3) {
        margin-right: 24px;
    }

    .main-content-left, .main-content-right {
        width: 720px;
    }

        .main-content-right .full-width, .main-content-left .full-width {
            width: 720px;
        }

    .col-row .one-third:nth-child(3n+3), .col-row .one-fourth:nth-child(even), .col-row .one-half:nth-child(even), .col-row .two-third:nth-child(even), .col-row .three-fourth:nth-child(even), .col-row .one-sixth:nth-child(even), .col-row .five-sixth:nth-child(even) {
        margin-right: 0;
    }

    .pricing-tables .one-third {
        width: 222px;
    }

    .pricing-tables .two-third, .pricing-tables .one-fourth, .pricing-tables .three-fourth, .pricing-tables .one-half, .pricing-tables .one-sixth, .pricing-tables .five-sixth {
        width: 346px;
    }

    .carousel-container .slides li {
        margin-right: 24px !important;
    }

    .box-4 .color-box {
        width: 360px;
    }

    .box-3 .color-box {
        width: 360px;
    }

    .box-2 .color-box {
        width: 360px;
    }

    .big-button {
        padding: 15px 0 15px 12px;
        margin-top: 40px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-arrow {
        width: 54px;
        height: 62px;
        margin-top: -15px;
        line-height: 65px;
    }

        .btn-arrow i {
            width: 26px;
            height: 23px;
            padding-top: 4px;
            font-size: 19px;
            padding-left: 1px;
        }

    img {
        max-width: 100%;
        height: auto;
    }

    .frame {
        padding: 3px;
        -box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webikit-box-sizing: border-box;
    }

    .color-box {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .color-box .button {
            border: 1px solid #fff;
        }

        .color-box:hover .button {
            background: none;
        }

    .classic-box {
        margin-bottom: 30px;
    }

    .layer-h2 {
        font-size: 45px;
        line-height: 22px;
        padding: 26px;
        margin-top: -300px;
    }

    .layer-description {
        font-size: 15px;
        line-height: 20px;
        margin-top: 6px;
    }

    #slider-block .layer-buttons a {
        margin-top: 60px;
        padding: 12px;
    }

    .slider-bullets i {
        height: 32px;
        width: 32px;
    }

    .tp-rightarrow, .tp-leftarrow {
        display: none;
    }

    .page-title {
        padding-bottom: 20px;
    }

        .page-title h1 {
            margin-bottom: 16px;
        }

    .page-title-4 .breadcrumbs-2 {
        text-align: left;
    }

    .page-title-4 .page-title-inner {
        padding-bottom: 10px;
    }

    .breadcrumbs {
        position: static;
        right: 0;
        top: 0;
    }

    .page-title-2 {
        text-align: center;
    }

        .page-title-2 .breadcrumbs {
            margin-top: 20px;
        }

    .breadcrumbs-2 {
        background: none;
        display: inherit;
        padding: 12px 0;
        position: static;
    }

    .page-title-3 .breadcrumbs, .page-title-3 .breadcrumbs-2 {
        display: none;
    }

    .stream-portfolio li img, footer .stream-portfolio li img, .stream-portfolio-overlay, .stream-portfolio li {
        width: 84px;
        height: 84px;
    }

    .stream-portfolio li {
        margin-bottom: 3px;
        margin-right: 3px;
    }

    .stream-portfolio-overlay {
        line-height: 84px;
    }

    .sidebar {
        padding-top: 30px;
        border-top: 1px solid #e4e4e4;
        width: 735px;
    }

    .sidebar-box {
        width: 210px;
        margin-left: 10px;
        margin-right: 25px;
        float: left;
    }

    #search-box {
        width: 144px;
    }

    .video, .post-video {
        overflow: hidden;
    }

    .sidebar .video iframe {
        width: 210px !important;
        max-height: 130px;
    }

    .video iframe {
        max-width: 348px;
        max-height: 200px;
    }

    .post-video iframe {
        width: 720px !important;
        max-height: 400px;
    }

    .full-width .video iframe {
        max-width: 720px;
        max-height: 405px;
    }

    .five-sixth .video iframe, .three-fourth .video iframe, .two-third .video iframe, .one-half .video iframe, .one-fourth .video iframe, .one-sixth .video iframe {
        max-width: 348px;
        max-height: 196px;
    }

    .one-third .video iframe {
        max-width: 224px;
        max-height: 126px;
    }

    .full-width .ratio43 iframe {
        max-width: 720px;
        max-height: 540px;
    }

    .five-sixth .ratio43 iframe, .three-fourth .ratio43 iframe, .two-third .ratio43 iframe, .one-half .ratio43 iframe, .one-fourth .ratio43 iframe, .one-sixth .ratio43 iframe {
        max-width: 348px;
        max-height: 261px;
    }

    .one-third .ratio43 iframe {
        max-width: 224px;
        max-height: 168px;
    }

    .blog-post-full .post-content, .post-content {
        width: 652px;
    }

    .blog-style-2 .post-content {
        width: 439px;
    }

    .blog-style-2 .post-img img {
        max-width: 184px;
        height: auto;
    }

    .blog-style-2 .image-gallery {
        max-width: 170px;
        height: auto;
    }

    .blog-style-2 .post-video iframe {
        max-width: 184px;
        height: auto;
    }

    .content-slider .flex-direction-nav {
        display: none;
    }

    .pricing-tables .one-third, .pricing-tables .two-third, .pricing-tables .one-fourth, .pricing-tables .three-fourth, .pricing-tables .one-half, .pricing-tables .one-sixth, .pricing-tables .five-sixth {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .tweet_list li {
        overflow: hidden;
    }

    .one-fourth .p-item {
        width: 234px;
        margin-left: auto;
        margin-right: auto;
    }

    .one-half .p-item {
        width: 348px;
    }

    .one-third .p-item {
        width: 224px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-item {
        width: 348px;
    }

        .p-item img {
            max-width: 100%;
        }

    .one-third .ex-price {
        padding-right: 10px;
        font-size: 16px;
    }

    .one-third .product-actions ul {
        margin-bottom: 20px;
        float: none;
    }

    .one-third .product .button {
        margin-top: -5px;
        float: none;
    }

    .one-third .product-price {
        font-size: 26px;
    }

    .main-content-left .ex-price, .main-content-right .ex-price {
        padding-right: 15px;
        font-size: 22px;
    }

    .main-content-left .product-actions ul, .main-content-right .product-actions ul {
        float: left;
        margin-bottom: 0;
    }

    .main-content-left .one-third .product .button, .main-content-right .one-third .product .button {
        float: right;
        margin-top: 5px;
    }

    .main-content-left .product-price, .main-content-right .product-price {
        font-size: 32px;
    }

    .sb-product-image {
        max-width: 64px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px),(min-width:320px) and (max-width:480px),(max-width:320px) {
    .wrapper {
        width: auto;
    }

    #superfish-1-select {
        display: none;
    }

    .quote-left {
        float: left;
        width: 100%;
        margin-right: 20px;
        padding-right: 0;
    }

    .quote-right {
        float: right;
        width: 100%;
        margin-left: 20px;
        padding-left: 0;
    }

    header {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear;
    }

    .header-top {
        display: none;
    }

    .logo {
        float: none;
    }

    #header .logo img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .navigation span {
        display: none;
    }

    .responsive-nav select {
        display: block;
        margin: 0 auto;
        width: 300px;
    }

    .sticky-wrapper {
        height: auto!important;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear;
    }

    .responsive-nav {
        display: block;
    }

    #main-navigation ul {
        display: none;
    }

    .search-container {
        display: none;
    }

    .col-row {
        margin-right: 0;
    }

    .content {
        width: 100%;
    }

    .s-hide {
        display: none;
    }

    .content-slider .flex-direction-nav {
        display: none;
    }

    .gallery-description {
        display: none;
    }

    .gallery-title {
        padding: 10px;
    }

        .gallery-title h2 {
            font-size: 26px;
            line-height: 26px;
        }

    .main-content-left {
        float: none!important;
    }

    .main-content-right {
        float: none!important;
    }

    .color-box {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .color-box .button {
            border: 1px solid #fff;
        }

        .color-box:hover .button {
            background: none;
        }

    .box-4 .color-box, .box-3 .color-box, .box-2 .color-box {
        width: 100%;
        margin-bottom: 0;
    }

    .carousel-container .one-half, .carousel-container .one-third, .carousel-container .two-third, .carousel-container .two-third-outer, .carousel-container .one-fourth, .carousel-container .three-fourth, .carousel-container .one-sixth, .carousel-container .five-sixth {
        float: left;
        margin: 0 24px 0 0;
        clear: none;
    }

    .carousel-container {
        width: 234px;
        margin-left: auto;
        margin-right: auto;
    }

    .no-touch .flex-nav-left .flex-direction-nav {
        text-align: center;
        margin-top: 20px;
        position: static;
        margin-left: 3px;
    }

    .no-touch .image-gallery .flex-direction-nav {
        display: block;
    }

    .twitter-feed {
        width: 100%;
    }

    .scroll-top {
        display: none !important;
        opacity: 0;
    }

    .bottom-left, .bottom-right {
        float: none;
        text-align: center;
    }

    .sidebar {
        margin: 0;
        float: none;
        padding-top: 30px;
        border-top: 1px solid #e4e4e4;
    }

    .sb-left {
        padding-top: 0;
        border: none;
        margin-top: 0;
    }

    #search-box {
        width: 206px;
    }

    .post-video {
        border: none;
        padding: 0;
    }

    .testimony-inner, .post-author-inner {
        position: relative;
        padding: 15px 15px 15px 15px;
        margin-left: 0;
        text-align: center;
        border: none;
    }

    .testimony .portrait, .post-author .portrait {
        position: static;
        top: 0;
        left: 0;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    .team-member .portrait {
        width: 80px;
        margin-right: 20px;
    }

    .team-member .member-details h4 {
        margin-top: 8px;
    }

    .blog-post-full .post-content, .post-content {
        margin-left: 10px;
    }

    .blog-style-2 .post-content {
        margin-left: 0;
    }

    .blog-style-2 .post-title {
        text-align: center;
    }

    .share-btn {
        padding: 10px 0;
    }

    .comment-text {
        margin-left: 0;
    }

    .comment-reply {
        margin-left: 30px;
    }

    .avatar {
        display: none;
    }

    .reply {
        top: 10px;
        right: 10px;
    }

    #comment-form .textbox, #contact-form .textbox {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #comment-form, #contact-form {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #submit, #post-comment {
        margin-left: 0;
        float: none;
        padding: 14px 15px;
        width: 100%;
    }

    #message-outcome {
        margin-left: 0;
    }

    #google-map iframe {
        max-height: 200px;
    }

    .reviews #comment-form .textbox {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
    }

    .error-message h2 {
        font-size: 130px;
        line-height: 130px;
    }

    .page-title .breadcrumbs-2 {
        text-align: left;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .container-center, .full-width {
        width: 450px;
    }

    #superfish-1-select {
        display: none;
    }

    .one-half, .one-third, .two-third, .two-third-outer, .one-fourth, .three-fourth, .one-sixth, .five-sixth, .color-box, .main-content-left, .main-content-right {
        float: none;
        clear: both;
        width: 450px;
    }

        .main-content-right .full-width, .main-content-left .full-width {
            width: 450px;
        }

    img {
        max-width: 100%;
        height: auto;
    }

    .frame {
        padding: 3px;
        -webikit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .layer-h2 {
        font-size: 30px;
        line-height: 22px;
        padding: 15px;
        margin-top: -300px;
    }

    .layer-description {
        font-size: 13px;
        line-height: 20px;
        padding: 10px;
        margin-top: 35px;
        max-width: 380px;
    }

    #slider-block .layer-buttons a {
        margin-top: 115px;
        font-size: 10px;
        padding: 12px;
    }

    .slider-bullets i {
        height: 24px;
        width: 24px;
    }

    .tp-rightarrow, .tp-leftarrow {
        display: none;
    }

    .page-title {
        padding-bottom: 20px;
    }

    .page-title-icon {
        font-size: 28px;
        margin-right: 20px;
        height: 80px;
        width: 80px;
        line-height: 80px;
    }

    .page-title .one-line {
        font-size: 40px;
        margin-bottom: 36px;
    }

    .page-title h1 {
        font-size: 34px;
        margin-top: 11px;
        margin-bottom: 16px;
        line-height: 28px;
    }

    .page-title-4 {
        padding-bottom: 0;
    }

        .page-title-4 .breadcrumbs-2 {
            text-align: left;
        }

        .page-title-4 .page-title-inner {
            padding-bottom: 10px;
        }

    .angled h1 {
        padding-right: 5px;
    }

    .page-title-2 {
        text-align: center;
    }

        .page-title-2 h1 {
            font-size: 24px;
        }

        .page-title-2 .breadcrumbs {
            margin-top: 20px;
        }

    .breadcrumbs {
        position: static;
        right: 0;
        top: 0;
    }

    .breadcrumbs-2 {
        background: none;
        display: inherit;
        padding: 12px 0;
        position: static;
        text-align: center;
    }

    .page-title-3 {
        padding: 0;
    }

        .page-title-3 .breadcrumbs, .page-title-3 .breadcrumbs-2 {
            display: none;
        }

        .page-title-3 h1 {
            font-size: 34px;
            margin-top: 11px;
            margin-bottom: 16px;
            line-height: 28px;
        }

    .stream-portfolio li img, footer .stream-portfolio li img, .stream-portfolio-overlay, .stream-portfolio li {
        width: 90px;
        height: 90px;
    }

    .stream-portfolio li {
        margin-bottom: 3px;
        margin-right: 3px;
    }

    .stream-portfolio-overlay {
        line-height: 90px;
    }

    .sidebar {
        width: 450px;
    }

    #search-box {
        width: 384px;
    }

    .video, .post-video {
        overflow: hidden;
        width: 450px;
    }

        .video iframe {
            width: 450px !important;
            max-height: 240px;
        }

        .post-video iframe {
            width: 450px !important;
            max-height: 240px;
        }

    .full-width .video iframe, .five-sixth .video iframe, .three-fourth .video iframe, .two-third .video iframe, .one-half .video iframe, .one-fourth .video iframe, .one-sixth .video iframe, .one-third .video iframe {
        max-width: 450px;
        max-height: 253px;
    }

    .full-width .ratio43 iframe, .five-sixth .ratio43 iframe, .three-fourth .ratio43 iframe, .two-third .ratio43 iframe, .one-half .ratio43 iframe, .one-fourth .ratio43 iframe, .one-sixth .ratio43 iframe, .one-third .ratio43 iframe {
        max-width: 450px;
        max-height: 338px;
    }

    .blog-post-full .post-content, .post-content {
        width: 390px;
    }

    .blog-style-2 .post-content {
        width: 450px;
    }

    .blog-style-2 .post-img img {
        max-width: 388px;
        height: auto;
    }

    .blog-style-2 .image-gallery {
        max-width: 374px;
        height: auto;
    }

    .blog-style-2 .post-video iframe {
        max-width: 388px;
        max-height: 290px;
    }

    .blog-style-2 .post-video {
        max-width: 388px;
    }

    .pricing-tables .one-third, .pricing-tables .two-third, .pricing-tables .one-fourth, .pricing-tables .three-fourth, .pricing-tables .one-half, .pricing-tables .one-sixth, .pricing-tables .five-sixth {
        width: 450px;
    }

    .classic-box {
        margin-bottom: 30px;
    }

    .one-fourth .p-item {
        width: 234px;
        margin-left: auto;
        margin-right: auto;
    }

    .one-half .p-item {
        width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .p-item {
        width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

        .p-item img {
            max-width: 100%;
        }
}

@media only screen and (min-width:320px) and (max-width:480px),(max-width:320px) {
    .container-center, .full-width {
        width: 290px;
    }

    #superfish-1-select {
        display: none;
    }

    .one-half, .one-third, .two-third, .two-third-outer, .one-fourth, .three-fourth, .one-sixth, .five-sixth, .color-box, .main-content-left, .main-content-right {
        float: none;
        clear: both;
        width: 290px;
    }

        .main-content-right .full-width, .main-content-left .full-width {
            width: 290px;
        }

    img {
        max-width: 100%;
        height: auto;
    }

    .classic-box {
        margin-bottom: 30px;
    }

    .frame {
        padding: 3px;
        -webikit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .content-slider .big-title-row {
        line-height: 44px;
        margin-top: 20px;
        font-size: 50px;
        ;
    }

    .big-title-description {
        font-size: 22px;
        line-height: 28px;
        width: 290px;
    }

    .layer-h2 {
        font-size: 20px;
        line-height: 22px;
        padding: 5px;
        margin-top: -300px;
    }

    .layer-description {
        font-size: 11px;
        line-height: 16px;
        padding: 5px;
        margin-top: 30px;
        max-width: 290px;
    }

    #slider-block .layer-buttons a {
        margin-top: 100px;
        font-size: 10px;
        padding: 12px;
    }

    .slider-bullets i {
        display: none;
    }

    .tp-rightarrow, .tp-leftarrow {
        display: none !important;
    }

    .tagline {
        padding-top: 20px;
    }

        .tagline h2 {
            font-size: 16px;
            color: #373737;
            line-height: 20px;
        }

    .page-title {
        padding-bottom: 20px;
    }

    .page-title-icon {
        font-size: 28px;
        margin-right: 20px;
        height: 60px;
        width: 60px;
        line-height: 60px;
    }

    .page-title h1 {
        font-size: 24px;
        margin-top: 8px;
        margin-bottom: 16px;
        line-height: 22px;
    }

    .page-title .one-line {
        margin-top: 19px;
        margin-bottom: 19px;
    }

    .page-title-4 .page-title-inner {
        padding-bottom: 10px;
    }

    .page-title-4 {
        text-align: center;
        padding-bottom: 0;
    }

    .angled h1 {
        padding-right: 15px;
    }

    .page-title-4 h1 {
        font-size: 20px;
    }

    .angled h1:after, .angled .title-caption span:after {
        display: none;
    }

    .page-title-2 {
        text-align: center;
    }

        .page-title-2 h1 {
            font-size: 24px;
        }

        .page-title-2 .breadcrumbs {
            margin-top: 20px;
        }

    .breadcrumbs-2 {
        background: none;
        display: inherit;
        padding: 12px 0;
        position: static;
        text-align: center;
    }

    .breadcrumbs {
        position: static;
        right: 0;
        top: 0;
    }

    .page-title-3 {
        padding: 0;
    }

        .page-title-3 .breadcrumbs, .page-title-3 .breadcrumbs-2 {
            display: none;
        }

        .page-title-3 h1 {
            font-size: 24px;
            margin-top: 8px;
            margin-bottom: 16px;
            line-height: 22px;
        }

    .big-message {
        font-size: 18px;
        line-height: 28px;
    }

    .stream-portfolio li {
        margin-bottom: 3px;
        margin-right: 3px;
        width: 90px;
        height: 90px;
    }

    .stream-portfolio-overlay {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }

    .stream-portfolio li img, footer .stream-portfolio li img {
        width: 90px;
        height: 90px;
    }

    .sidebar {
        width: 290px;
    }

    #search-box {
        width: 216px;
    }

    .video, .post-video {
        overflow: hidden;
        width: 290px;
    }

        .video iframe, .post-video iframe {
            width: 290px;
            max-height: 180px;
        }

    .full-width .video iframe, .five-sixth .video iframe, .three-fourth .video iframe, .two-third .video iframe, .one-half .video iframe, .one-fourth .video iframe, .one-sixth .video iframe, .one-third .video iframe {
        max-width: 290px;
        max-height: 163px;
    }

    .full-width .ratio43 iframe, .five-sixth .ratio43 iframe, .three-fourth .ratio43 iframe, .two-third .ratio43 iframe, .one-half .ratio43 iframe, .one-fourth .ratio43 iframe, .one-sixth .ratio43 iframe, .one-third .ratio43 iframe {
        max-width: 290px;
        max-height: 218px;
    }

    .blog-post-full .post-content, .post-content {
        width: 230px;
    }

    .blog-style-2 .post-content {
        width: 290px;
    }

    .blog-style-2 .post-img img {
        max-width: 228px;
        height: auto;
    }

    .blog-style-2 .image-gallery {
        max-width: 214px;
        height: auto;
    }

    .blog-style-2 .post-video iframe {
        max-width: 228px;
        max-height: 180px;
    }

    .blog-style-2 .post-video {
        max-width: 228px;
    }

    .pricing-tables .one-third, .pricing-tables .two-third, .pricing-tables .one-fourth, .pricing-tables .three-fourth, .pricing-tables .one-half, .pricing-tables .one-sixth, .pricing-tables .five-sixth {
        width: 290px;
    }

    th {
        font-size: 12px;
        border-bottom: 2px solid #c1c1c1;
        border-right: 1px solid #e1e1e1;
    }

    thead, tfoot {
        font-weight: 300;
    }

    th {
        padding: 4px;
    }

    th, td, caption {
        padding: 4px;
    }

    .cart-total {
        font-size: 13px;
    }

    .cart-item img {
        border: none;
    }
}

@media (min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:3/2),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:144dpi),(min-resolution:1.5dppx) {
    .separator-1, .separator-2, .separator-3, .separator-4, .separator-5, .separator-6, .separator-7, footer .separator-1, footer .separator-2, footer .separator-3, footer .separator-4, footer .separator-5, footer .separator-6, footer .separator-7, footer .separator-7 {
        background-repeat: no-repeat;
        background-size: auto 27px;
    }

    .separator-1 {
        background-image: url(../images/separators/sign%402x.png);
    }

    .separator-2 {
        background-image: url(../images/separators/waves%402x.png);
    }

    .separator-3 {
        background-image: url(../images/separators/star%402x.png);
    }

    .separator-4 {
        background-image: url(../images/separators/jigsaw%402x.png);
    }

    .separator-5 {
        background-image: url(../images/separators/crown%402x.png);
    }

    .separator-6 {
        background-image: url(../images/separators/arrow%402x.png);
    }

    .separator-7 {
        background-image: url(../images/separators/diamond%402x.png);
    }

    footer .separator-1 {
        background-image: url(../images/separators/sign-footer%402x.png);
    }

    footer .separator-2 {
        background-image: url(../images/separators/waves-footer%402x.png);
    }

    footer .separator-3 {
        background-image: url(../images/separators/star-footer%402x.png);
    }

    footer .separator-4 {
        background-image: url(../images/separators/jigsaw-footer%402x.png);
    }

    footer .separator-5 {
        background-image: url(../images/separators/crown-footer%402x.png);
    }

    footer .separator-6 {
        background-image: url(../images/separators/arrow-footer%402x.png);
    }

    footer .separator-7 {
        background-image: url(../images/separators/diamond-footer%402x.png);
    }

    .ui-accordion-header-icon {
        background-size: 15px 30px;
        background-image: url(../images/toggle%402x.html);
    }

    .ui-accordion-header-active .ui-accordion-header-icon {
        background-size: 15px 30px;
        background-image: url(../images/toggle%402x.html);
    }

    footer .contact-info {
        background: url(../images/world%402x.html) no-repeat center center;
        background-size: 203px 101px;
    }

    #status {
        background-image: url(../images/status%402x.html);
        background-size: 48px 49px;
    }

    .cog-tl {
        background: url(../images/box-images/cog-tl%402x.png) no-repeat top left;
    }

    .cog-tr {
        background: url(../images/box-images/cog-tr%402x.png) no-repeat top right;
    }

    .cog-bl {
        background: url(../images/box-images/cog-bl%402x.png) no-repeat bottom left;
    }

    .cog-br {
        background: url(../images/box-images/cog-br%402x.png) no-repeat bottom right;
    }

    .post-author {
        background: url(../images/box-images/cog-br%402x.png) no-repeat bottom right;
    }

    .cog-tl, .cog-tr, .cog-bl, .cog-br, .post-author {
        background-size: 161px 161px;
    }

    .testimony-inner {
        background: url(../images/quotes%402x.html) no-repeat bottom right;
        background-size: 69px 45px;
    }

    .quote-left {
        background: url(../images/quotes%402x.html) no-repeat top right;
        background-size: 69px 45px;
    }

    .quote-right {
        background: url(../images/quotes%402x.html) no-repeat top left;
        background-size: 69px 45px;
    }

    .responsive-nav select {
        background: url(../images/nav%402x.html) no-repeat 97% center #fff;
        background-size: 21px 14px;
    }

    .pattern-1 {
        background-image: url(../images/backgrounds/pattern-1%402x.jpg);
        background-size: 500px 500px;
    }

    .pattern-2 {
        background-image: url(../images/backgrounds/pattern-2%402x.jpg);
        background-size: 200px 200px;
    }

    .pattern-3 {
        background-image: url(../images/backgrounds/pattern-3%402x.png);
        background-size: 46px 29px;
    }

    .pattern-4 {
        background-image: url(../images/backgrounds/pattern-4%402x.png);
        background-size: 110px 69px;
    }

    .pattern-5 {
        background-image: url(../images/backgrounds/pattern-5%402x.png);
        background-size: 16px 16px;
    }

    .pattern-6 {
        background-image: url(../images/backgrounds/pattern-6%402x.png);
        background-size: 400px 400px;
    }

    .pattern-7 {
        background-image: url(../images/backgrounds/pattern-7%402x.png);
        background-size: 70px 70px;
    }

    .pattern-8 {
        background-image: url(../images/backgrounds/pattern-8%402x.png);
        background-size: 162px 15px;
    }

    .pattern-9 {
        background-image: url(../images/backgrounds/pattern-9%402x.png);
        background-size: 297px 297px;
    }

    .pattern-10 {
        background-image: url(../images/backgrounds/pattern-10%402x.png);
        background-size: 100px 100px;
    }

    .pattern-11 {
        background-image: url(../images/backgrounds/pattern-11%402x.png);
        background-size: 100px 100px;
    }

    .pattern-12 {
        background-image: url(../images/backgrounds/pattern-12%402x.png);
        background-size: 270px 289px;
    }

    .pattern-13 {
        background-image: url(../images/backgrounds/pattern-13%402x.png);
        background-size: 160px 160px;
    }

    .pattern-14 {
        background-image: url(../images/backgrounds/pattern-14%402x.png);
        background-size: 412px 412px;
    }

    .pattern-15 {
        background-image: url(../images/backgrounds/pattern-15%402x.jpg);
        background-size: 188px 178px;
    }

    .pattern-16 {
        background-image: url(../images/backgrounds/pattern-16%402x.png);
        background-size: 43px 50px;
    }
}
