/*  main styles
 *  ---------------------------------------------------------------------- */
/* =============== - Table of contents - =============== */
/*  # ====== - Core CSS - ======
 *  #
 *  # Normalize   .............................. Reset defaults
 *  # Scaffolding .............................. Helpers and resets
 *  # Type        .............................. Set baseline and typo
 *  # Grid        .............................. Bootstrap v.3
 *  # Tables      .............................. Define styles for tables
 *  # Forms       .............................. Define styles for forms
 *  # Buttons     .............................. Define styles for links and buttons
 *  #
 *  # ====== - UI and UX components - ======
 *  #
 *  # Header      .............................. General header
 *  #   # Logo            ...................... Logo
 *  #   # Navigation      ...................... General navigation
 *  #   # Search & lang   ...................... User current item's lang & search form
 *  # Footer      .............................. General footer
 *  #   # Footer widgets  ...................... Footer sidebar
 *  #   #   # a. Keep in touch   ............... Contact info
 *  #   #   # strong. Recent posts   ............... Recent 3 posts
 *  #   #   # c. Popular posts   ............... Popular 5 posts
 *  #   #   # d. igallery Feed  ............... igallery images stream (3x2)
 *  #   # Footer meta     ...................... Footer copyright section
 *  # Sections    .............................. Global sections 
 *  # Sidebar     .............................. Sidebars & widgets 
 *  # UI          .............................. UI&UX elements 
 *  # 
 *  # ====== - JavaScript components - ======
 *  #
 *  #
 *  # ====== - Media queries - ======
 *  # */

#errors {
    visibility: hidden;
}
#success {
    visibility: hidden;
}
@font-face {
    font-family: "moon";
    src: url("/tpls/Decima/css/fonts/icomoon.eot");
    src: url("/tpls/Decima/css/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/tpls/Decima/css/fonts/icomoon.svg#moon") format("svg"), url("/tpls/Decima/css/fonts/icomoon.woff") format("woff"), url("/tpls/Decima/css/fonts/icomoon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
a [class*="ico-"] {
    cursor: pointer;
    outline: 0 !important;
}
[class*="ico-"],
[class*=" ico-"] {
    cursor: default;
}
[class*="ico-"]:before {
    font-family: "moon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
.zoom-05 {
    font-size: 0.5em;
}
.zoom-1 {
    font-size: 1em;
}
.zoom-2 {
    font-size: 2em;
}
.zoom-3 {
    font-size: 3em;
}
.zoom-4 {
    font-size: 4em;
}
.zoom-5 {
    font-size: 5em;
}
.zoom-6 {
    font-size: 6em;
}
.zoom-7 {
    font-size: 7em;
}
.zoom-8 {
    font-size: 8em;
}
.zoom-9 {
    font-size: 9em;
}
.in-middle {
    position: absolute;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
ul.icons {
    list-style: none !important;
}
[class*="ico-"].pull-right,
[class*=" ico-"].pull-right {
    float: right;
    padding: 0px 0px 0px 15px;
}
[class*="ico-"].pull-left,
[class*=" ico-"].pull-left {
    float: left;
    padding: 0px 15px 0px 0px;
}
[class*="ico-"].spin {
    display: inline-block;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
[class*="ico-"].hover-fade {
    padding: 0 5px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
[class*="ico-"].hover-fade:hover {
    opacity: 0.65;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
[class*="ico-"].icon-background,
[class*="ico-"].metro-background {
    color: white;
    display: inline-block;
    padding: 0.09em 0 0;
    overflow: hidden;
    max-width: 2.4em;
    padding-right: 0;
    max-height: 2.09em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    -moz-user-select: none;
    -webkit-user-select: none;
}
[class*="ico-"].icon-background {
    border: 1px solid #777777;
    border-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: #333333;
    border-bottom-color: rgba(0, 0, 0, 0.4);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.05)), color-stop(51%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1) 100%);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
[class*="ico-"].icon-background:before {
    content: "";
    float: left;
    font-size: 120%;
    line-height: 1.65;
    font-style: normal;
    font-weight: normal;
    margin: 0 0.5em 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    padding: 0;
    width: 2em;
    height: 2em;
    border: none;
    box-shadow: none;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
[class*="ico-"].metro-background:before {
    content: "";
    float: left;
    font-size: 120%;
    line-height: 1.65;
    font-style: normal;
    font-weight: normal;
    margin: 0 0.5em 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    padding: 0;
    width: 2em;
    height: 2em;
    border: none;
    box-shadow: none;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
[class*="ico-"].hover-show-color {
    padding: 0 6px;
    color: #cccccc !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
[class*="ico-"].hover-show-color:hover {
    color: inherit !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
[class*="ico-"].hover-show-color-bg {
    color: #666666 !important;
    border: 1px solid #aaaaaa;
    border-color: rgba(0, 0, 0, 0.3);
    border-bottom-color: #777777;
    border-bottom-color: rgba(0, 0, 0, 0.5);
    text-shadow: 0 1px 0 white;
    background-image: -moz-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.07) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(1%, transparent), color-stop(100%, rgba(0, 0, 0, 0.07)));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.07) 100%);
    background-image: -o-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.07) 100%);
    background-image: -ms-linear-gradient(top, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.07) 100%);
    background-image: linear-gradient(to bottom, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.07) 100%);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 0 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 0 1px rgba(255, 255, 255, 0.5);
}
[class*="ico-"].hover-show-color-bg:hover {
    color: inherit !important;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
[class*="ico-"].hover-show-color-metro-bg {
    color: #b5b5b5 !important;
    background-color: #f7f7f7;
    margin-bottom: -5px;
    margin-left: -1px;
}
[class*="ico-"].hover-show-color-metro-bg.moon-dribbble-3 {
    margin-right: -1px;
}
[class*="ico-"].hover-show-color-metro-bg:hover {
    color: white !important;
    background-color: inherit !important;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
@-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);
    }
}
@-moz-document url-prefix() {
    .icon-spin {
        height: 0.9em;
    }
}
.ico-1:before {
    content: "\e000";
}
.ico-2:before {
    content: "\e001";
}
.ico-3:before {
    content: "\e002";
}
.ico-4:before {
    content: "\e003";
}
.ico-5:before {
    content: "\e004";
}
.ico-6:before {
    content: "\e005";
}
.ico-7:before {
    content: "\e006";
}
.ico-8:before {
    content: "\e007";
}
.ico-9:before {
    content: "\e008";
}
.ico-10:before {
    content: "\e009";
}
.ico-11:before {
    content: "\e00a";
}
.ico-12:before {
    content: "\e00b";
}
.ico-13:before {
    content: "\e00c";
}
.ico-14:before {
    content: "\e00d";
}
.ico-15:before {
    content: "\e00e";
}
.ico-16:before {
    content: "\e00f";
}
.ico-17:before {
    content: "\e010";
}
.ico-18:before {
    content: "\e011";
}
.ico-19:before {
    content: "\e012";
}
.ico-20:before {
    content: "\e013";
}
.ico-21:before {
    content: "\e014";
}
.ico-22:before {
    content: "\e015";
}
.ico-23:before {
    content: "\e016";
}
.ico-24:before {
    content: "\e017";
}
.ico-25:before {
    content: "\e018";
}
.ico-26:before {
    content: "\e019";
}
.ico-27:before {
    content: "\e01a";
}
.ico-28:before {
    content: "\e01b";
}
.ico-29:before {
    content: "\e01c";
}
.ico-30:before {
    content: "\e01d";
}
.ico-31:before {
    content: "\e01e";
}
.ico-32:before {
    content: "\e01f";
}
.ico-33:before {
    content: "\e020";
}
.ico-34:before {
    content: "\e021";
}
.ico-35:before {
    content: "\e022";
}
.ico-36:before {
    content: "\e023";
}
.ico-37:before {
    content: "\e024";
}
.ico-38:before {
    content: "\e025";
}
.ico-39:before {
    content: "\e026";
}
.ico-40:before {
    content: "\e027";
}
.ico-41:before {
    content: "\e028";
}
.ico-42:before {
    content: "\e029";
}
.ico-43:before {
    content: "\e02a";
}
.ico-44:before {
    content: "\e02b";
}
.ico-45:before {
    content: "\e02c";
}
.ico-46:before {
    content: "\e02d";
}
.ico-47:before {
    content: "\e02e";
}
.ico-48:before {
    content: "\e02f";
}
.ico-49:before {
    content: "\e030";
}
.ico-50:before {
    content: "\e031";
}
.ico-51:before {
    content: "\e032";
}
.ico-52:before {
    content: "\e033";
}
.ico-53:before {
    content: "\e034";
}
.ico-54:before {
    content: "\e035";
}
.ico-55:before {
    content: "\e036";
}
.ico-56:before {
    content: "\e037";
}
.ico-57:before {
    content: "\e038";
}
.ico-58:before {
    content: "\e039";
}
.ico-59:before {
    content: "\e03a";
}
.ico-60:before {
    content: "\e03b";
}
.ico-61:before {
    content: "\e03c";
}
.ico-62:before {
    content: "\e03d";
}
.ico-63:before {
    content: "\e03e";
}
.ico-64:before {
    content: "\e03f";
}
.ico-65:before {
    content: "\e040";
}
.ico-66:before {
    content: "\e041";
}
.ico-67:before {
    content: "\e042";
}
.ico-68:before {
    content: "\e043";
}
.ico-69:before {
    content: "\e044";
}
.ico-70:before {
    content: "\e045";
}
.ico-71:before {
    content: "\e046";
}
.ico-72:before {
    content: "\e047";
}
.ico-73:before {
    content: "\e048";
}
.ico-74:before {
    content: "\e049";
}
.ico-75:before {
    content: "\e04a";
}
.ico-76:before {
    content: "\e04b";
}
.ico-77:before {
    content: "\e04c";
}
.ico-78:before {
    content: "\e04d";
}
.ico-79:before {
    content: "\e04e";
}
.ico-80:before {
    content: "\e04f";
}
.ico-81:before {
    content: "\e050";
}
.ico-82:before {
    content: "\e051";
}
.ico-83:before {
    content: "\e052";
}
.ico-84:before {
    content: "\e053";
}
.ico-85:before {
    content: "\e054";
}
.ico-86:before {
    content: "\e055";
}
.ico-87:before {
    content: "\e056";
}
.ico-88:before {
    content: "\e057";
}
.ico-89:before {
    content: "\e058";
}
.ico-90:before {
    content: "\e059";
}
.ico-91:before {
    content: "\e05a";
}
.ico-92:before {
    content: "\e05b";
}
.ico-93:before {
    content: "\e05c";
}
.ico-94:before {
    content: "\e05d";
}
.ico-95:before {
    content: "\e05e";
}
.ico-96:before {
    content: "\e05f";
}
.ico-97:before {
    content: "\e060";
}
.ico-98:before {
    content: "\e061";
}
.ico-99:before {
    content: "\e062";
}
.ico-100:before {
    content: "\e063";
}
.ico-101:before {
    content: "\e064";
}
.ico-102:before {
    content: "\e065";
}
.ico-103:before {
    content: "\e066";
}
.ico-104:before {
    content: "\e067";
}
.ico-105:before {
    content: "\e068";
}
.ico-106:before {
    content: "\e069";
}
.ico-107:before {
    content: "\e06a";
}
.ico-108:before {
    content: "\e06b";
}
.ico-109:before {
    content: "\e06c";
}
.ico-110:before {
    content: "\e06d";
}
.ico-111:before {
    content: "\e06e";
}
.ico-112:before {
    content: "\e06f";
}
.ico-113:before {
    content: "\e070";
}
.ico-114:before {
    content: "\e071";
}
.ico-115:before {
    content: "\e072";
}
.ico-116:before {
    content: "\e073";
}
.ico-117:before {
    content: "\e074";
}
.ico-118:before {
    content: "\e075";
}
.ico-119:before {
    content: "\e076";
}
.ico-120:before {
    content: "\e077";
}
.ico-121:before {
    content: "\e078";
}
.ico-122:before {
    content: "\e079";
}
.ico-123:before {
    content: "\e07a";
}
.ico-124:before {
    content: "\e07b";
}
.ico-125:before {
    content: "\e07c";
}
.ico-126:before {
    content: "\e07d";
}
.ico-127:before {
    content: "\e07e";
}
.ico-128:before {
    content: "\e07f";
}
.ico-129:before {
    content: "\e080";
}
.ico-130:before {
    content: "\e081";
}
.ico-131:before {
    content: "\e082";
}
.ico-132:before {
    content: "\e083";
}
.ico-133:before {
    content: "\e084";
}
.ico-134:before {
    content: "\e085";
}
.ico-135:before {
    content: "\e086";
}
.ico-136:before {
    content: "\e087";
}
.ico-137:before {
    content: "\e088";
}
.ico-138:before {
    content: "\e089";
}
.ico-139:before {
    content: "\e08a";
}
.ico-140:before {
    content: "\e08b";
}
.ico-141:before {
    content: "\e08c";
}
.ico-142:before {
    content: "\e08d";
}
.ico-143:before {
    content: "\e08e";
}
.ico-144:before {
    content: "\e08f";
}
.ico-145:before {
    content: "\e090";
}
.ico-146:before {
    content: "\e091";
}
.ico-147:before {
    content: "\e092";
}
.ico-148:before {
    content: "\e093";
}
.ico-149:before {
    content: "\e094";
}
.ico-150:before {
    content: "\e095";
}
.ico-151:before {
    content: "\e096";
}
.ico-152:before {
    content: "\e097";
}
.ico-153:before {
    content: "\e098";
}
.ico-154:before {
    content: "\e099";
}
.ico-155:before {
    content: "\e09a";
}
.ico-156:before {
    content: "\e09b";
}
.ico-157:before {
    content: "\e09c";
}
.ico-158:before {
    content: "\e09d";
}
.ico-159:before {
    content: "\e09e";
}
.ico-160:before {
    content: "\e09f";
}
.ico-161:before {
    content: "\e0a0";
}
.ico-162:before {
    content: "\e0a1";
}
.ico-163:before {
    content: "\e0a2";
}
.ico-164:before {
    content: "\e0a3";
}
.ico-165:before {
    content: "\e0a4";
}
.ico-166:before {
    content: "\e0a5";
}
.ico-167:before {
    content: "\e0a6";
}
.ico-168:before {
    content: "\e0a7";
}
.ico-169:before {
    content: "\e0a8";
}
.ico-170:before {
    content: "\e0a9";
}
.ico-171:before {
    content: "\e0aa";
}
.ico-172:before {
    content: "\e0ab";
}
.ico-173:before {
    content: "\e0ac";
}
.ico-174:before {
    content: "\e0ad";
}
.ico-175:before {
    content: "\e0ae";
}
.ico-176:before {
    content: "\e0af";
}
.ico-177:before {
    content: "\e0b0";
}
.ico-178:before {
    content: "\e0b1";
}
.ico-179:before {
    content: "\e0b2";
}
.ico-180:before {
    content: "\e0b3";
}
.ico-181:before {
    content: "\e0b4";
}
.ico-182:before {
    content: "\e0b5";
}
.ico-183:before {
    content: "\e0b6";
}
.ico-184:before {
    content: "\e0b7";
}
.ico-185:before {
    content: "\e0b8";
}
.ico-186:before {
    content: "\e0b9";
}
.ico-187:before {
    content: "\e0ba";
}
.ico-188:before {
    content: "\e0bb";
}
.ico-189:before {
    content: "\e0bc";
}
.ico-190:before {
    content: "\e0bd";
}
.ico-191:before {
    content: "\e0be";
}
.ico-192:before {
    content: "\e0bf";
}
.ico-193:before {
    content: "\e0c0";
}
.ico-194:before {
    content: "\e0c1";
}
.ico-195:before {
    content: "\e0c2";
}
.ico-196:before {
    content: "\e0c3";
}
.ico-197:before {
    content: "\e0c4";
}
.ico-198:before {
    content: "\e0c5";
}
.ico-199:before {
    content: "\e0c6";
}
.ico-200:before {
    content: "\e0c7";
}
.ico-201:before {
    content: "\e0c8";
}
.ico-202:before {
    content: "\e0c9";
}
.ico-203:before {
    content: "\e0ca";
}
.ico-204:before {
    content: "\e0cb";
}
.ico-205:before {
    content: "\e0cc";
}
.ico-206:before {
    content: "\e0cd";
}
.ico-207:before {
    content: "\e0ce";
}
.ico-208:before {
    content: "\e0cf";
}
.ico-209:before {
    content: "\e0d0";
}
.ico-210:before {
    content: "\e0d1";
}
.ico-211:before {
    content: "\e0d2";
}
.ico-212:before {
    content: "\e0d3";
}
.ico-213:before {
    content: "\e0d4";
}
.ico-214:before {
    content: "\e0d5";
}
.ico-215:before {
    content: "\e0d6";
}
.ico-216:before {
    content: "\e0d7";
}
.ico-217:before {
    content: "\e0d8";
}
.ico-218:before {
    content: "\e0d9";
}
.ico-219:before {
    content: "\e0da";
}
.ico-220:before {
    content: "\e0db";
}
.ico-221:before {
    content: "\e0dc";
}
.ico-222:before {
    content: "\e0dd";
}
.ico-223:before {
    content: "\e0de";
}
.ico-224:before {
    content: "\e0df";
}
.ico-225:before {
    content: "\e0e0";
}
.ico-226:before {
    content: "\e0e1";
}
.ico-227:before {
    content: "\e0e2";
}
.ico-228:before {
    content: "\e0e3";
}
.ico-229:before {
    content: "\e0e4";
}
.ico-230:before {
    content: "\e0e5";
}
.ico-231:before {
    content: "\e0e6";
}
.ico-232:before {
    content: "\e0e7";
}
.ico-233:before {
    content: "\e0e8";
}
.ico-234:before {
    content: "\e0e9";
}
.ico-235:before {
    content: "\e0ea";
}
.ico-236:before {
    content: "\e0eb";
}
.ico-237:before {
    content: "\e0ec";
}
.ico-238:before {
    content: "\e0ed";
}
.ico-239:before {
    content: "\e0ee";
}
.ico-240:before {
    content: "\e0ef";
}
.ico-241:before {
    content: "\e0f0";
}
.ico-242:before {
    content: "\e0f1";
}
.ico-243:before {
    content: "\e0f2";
}
.ico-244:before {
    content: "\e0f3";
}
.ico-245:before {
    content: "\e0f4";
}
.ico-246:before {
    content: "\e0f5";
}
.ico-247:before {
    content: "\e0f6";
}
.ico-248:before {
    content: "\e0f7";
}
.ico-249:before {
    content: "\e0f8";
}
.ico-250:before {
    content: "\e0f9";
}
.ico-251:before {
    content: "\e0fa";
}
.ico-252:before {
    content: "\e0fb";
}
.ico-253:before {
    content: "\e0fc";
}
.ico-254:before {
    content: "\e0fd";
}
.ico-255:before {
    content: "\e0fe";
}
.ico-256:before {
    content: "\e0ff";
}
.ico-257:before {
    content: "\e100";
}
.ico-258:before {
    content: "\e101";
}
.ico-259:before {
    content: "\e102";
}
.ico-260:before {
    content: "\e103";
}
.ico-261:before {
    content: "\e104";
}
.ico-262:before {
    content: "\e105";
}
.ico-263:before {
    content: "\e106";
}
.ico-264:before {
    content: "\e107";
}
.ico-265:before {
    content: "\e108";
}
.ico-266:before {
    content: "\e109";
}
.ico-267:before {
    content: "\e10a";
}
.ico-268:before {
    content: "\e10b";
}
.ico-269:before {
    content: "\e10c";
}
.ico-270:before {
    content: "\e10d";
}
.ico-271:before {
    content: "\e10e";
}
.ico-272:before {
    content: "\e10f";
}
.ico-273:before {
    content: "\e110";
}
.ico-274:before {
    content: "\e111";
}
.ico-275:before {
    content: "\e112";
}
.ico-276:before {
    content: "\e113";
}
.ico-277:before {
    content: "\e114";
}
.ico-278:before {
    content: "\e115";
}
.ico-279:before {
    content: "\e116";
}
.ico-280:before {
    content: "\e117";
}
.ico-281:before {
    content: "\e118";
}
.ico-282:before {
    content: "\e119";
}
.ico-283:before {
    content: "\e11a";
}
.ico-284:before {
    content: "\e11b";
}
.ico-285:before {
    content: "\e11c";
}
.ico-286:before {
    content: "\e11d";
}
.ico-287:before {
    content: "\e11e";
}
.ico-288:before {
    content: "\e11f";
}
.ico-289:before {
    content: "\e120";
}
.ico-290:before {
    content: "\e121";
}
.ico-291:before {
    content: "\e122";
}
.ico-292:before {
    content: "\e123";
}
.ico-293:before {
    content: "\e124";
}
.ico-294:before {
    content: "\e125";
}
.ico-295:before {
    content: "\e126";
}
.ico-296:before {
    content: "\e127";
}
.ico-297:before {
    content: "\e128";
}
.ico-298:before {
    content: "\e129";
}
.ico-299:before {
    content: "\e12a";
}
.ico-300:before {
    content: "\e12b";
}
.ico-301:before {
    content: "\e12c";
}
.ico-302:before {
    content: "\e12d";
}
.ico-303:before {
    content: "\e12e";
}
.ico-304:before {
    content: "\e12f";
}
.ico-305:before {
    content: "\e130";
}
.ico-306:before {
    content: "\e131";
}
.ico-307:before {
    content: "\e132";
}
.ico-308:before {
    content: "\e133";
}
.ico-309:before {
    content: "\e134";
}
.ico-310:before {
    content: "\e135";
}
.ico-311:before {
    content: "\e136";
}
.ico-312:before {
    content: "\e137";
}
.ico-313:before {
    content: "\e138";
}
.ico-314:before {
    content: "\e139";
}
.ico-315:before {
    content: "\e13a";
}
.ico-316:before {
    content: "\e13b";
}
.ico-317:before {
    content: "\e13c";
}
.ico-318:before {
    content: "\e13d";
}
.ico-319:before {
    content: "\e13e";
}
.ico-320:before {
    content: "\e13f";
}
.ico-321:before {
    content: "\e140";
}
.ico-322:before {
    content: "\e141";
}
.ico-323:before {
    content: "\e142";
}
.ico-324:before {
    content: "\e143";
}
.ico-325:before {
    content: "\e144";
}
.ico-326:before {
    content: "\e145";
}
.ico-327:before {
    content: "\e146";
}
.ico-328:before {
    content: "\e147";
}
.ico-329:before {
    content: "\e148";
}
.ico-330:before {
    content: "\e149";
}
.ico-331:before {
    content: "\e14a";
}
.ico-332:before {
    content: "\e14b";
}
.ico-333:before {
    content: "\e14c";
}
.ico-334:before {
    content: "\e14d";
}
.ico-335:before {
    content: "\e14e";
}
.ico-336:before {
    content: "\e14f";
}
.ico-337:before {
    content: "\e150";
}
.ico-338:before {
    content: "\e151";
}
.ico-339:before {
    content: "\e152";
}
.ico-340:before {
    content: "\e153";
}
.ico-341:before {
    content: "\e154";
}
.ico-342:before {
    content: "\e155";
}
.ico-343:before {
    content: "\e156";
}
.ico-344:before {
    content: "\e157";
}
.ico-345:before {
    content: "\e158";
}
.ico-346:before {
    content: "\e159";
}
.ico-347:before {
    content: "\e15a";
}
.ico-348:before {
    content: "\e15b";
}
.ico-349:before {
    content: "\e15c";
}
.ico-350:before {
    content: "\e15d";
}
.ico-351:before {
    content: "\e15e";
}
.ico-352:before {
    content: "\e15f";
}
.ico-353:before {
    content: "\e160";
}
.ico-354:before {
    content: "\e161";
}
.ico-355:before {
    content: "\e162";
}
.ico-356:before {
    content: "\e163";
}
.ico-357:before {
    content: "\e164";
}
.ico-358:before {
    content: "\e165";
}
.ico-359:before {
    content: "\e166";
}
.ico-360:before {
    content: "\e167";
}
.ico-361:before {
    content: "\e168";
}
.ico-362:before {
    content: "\e169";
}
.ico-363:before {
    content: "\e16a";
}
.ico-364:before {
    content: "\e16b";
}
.ico-365:before {
    content: "\e16c";
}
.ico-366:before {
    content: "\e16d";
}
.ico-367:before {
    content: "\e16e";
}
.ico-368:before {
    content: "\e16f";
}
.ico-369:before {
    content: "\e170";
}
.ico-370:before {
    content: "\e171";
}
.ico-371:before {
    content: "\e172";
}
.ico-372:before {
    content: "\e173";
}
.ico-373:before {
    content: "\e174";
}
.ico-374:before {
    content: "\e175";
}
.ico-375:before {
    content: "\e176";
}
.ico-376:before {
    content: "\e177";
}
.ico-377:before {
    content: "\e178";
}
.ico-378:before {
    content: "\e179";
}
.ico-379:before {
    content: "\e17a";
}
.ico-380:before {
    content: "\e17b";
}
.ico-381:before {
    content: "\e17c";
}
.ico-382:before {
    content: "\e17d";
}
.ico-383:before {
    content: "\e17e";
}
.ico-384:before {
    content: "\e17f";
}
.ico-385:before {
    content: "\e180";
}
.ico-386:before {
    content: "\e181";
}
.ico-387:before {
    content: "\e182";
}
.ico-388:before {
    content: "\e183";
}
.ico-389:before {
    content: "\e184";
}
.ico-390:before {
    content: "\e185";
}
.ico-391:before {
    content: "\e186";
}
.ico-392:before {
    content: "\e187";
}
.ico-393:before {
    content: "\e188";
}
.ico-394:before {
    content: "\e189";
}
.ico-395:before {
    content: "\e18a";
}
.ico-396:before {
    content: "\e18b";
}
.ico-397:before {
    content: "\e18c";
}
.ico-398:before {
    content: "\e18d";
}
.ico-399:before {
    content: "\e18e";
}
.ico-400:before {
    content: "\e18f";
}
.ico-401:before {
    content: "\e190";
}
.ico-402:before {
    content: "\e191";
}
.ico-403:before {
    content: "\e192";
}
.ico-404:before {
    content: "\e193";
}
.ico-405:before {
    content: "\e194";
}
.ico-406:before {
    content: "\e195";
}
.ico-407:before {
    content: "\e196";
}
.ico-408:before {
    content: "\e197";
}
.ico-409:before {
    content: "\e198";
}
.ico-410:before {
    content: "\e199";
}
.ico-411:before {
    content: "\e19a";
}
.ico-412:before {
    content: "\e19b";
}
.ico-413:before {
    content: "\e19c";
}
.ico-414:before {
    content: "\e19d";
}
.ico-415:before {
    content: "\e19e";
}
.ico-416:before {
    content: "\e19f";
}
.ico-417:before {
    content: "\e1a0";
}
.ico-418:before {
    content: "\e1a1";
}
.ico-419:before {
    content: "\e1a2";
}
.ico-420:before {
    content: "\e1a3";
}
.ico-421:before {
    content: "\e1a4";
}
.ico-422:before {
    content: "\e1a5";
}
.ico-423:before {
    content: "\e1a6";
}
.ico-424:before {
    content: "\e1a7";
}
.ico-425:before {
    content: "\e1a8";
}
.ico-426:before {
    content: "\e1a9";
}
.ico-427:before {
    content: "\e1aa";
}
.ico-428:before {
    content: "\e1ab";
}
.ico-429:before {
    content: "\e1ac";
}
.ico-430:before {
    content: "\e1ad";
}
.ico-431:before {
    content: "\e1ae";
}
.ico-432:before {
    content: "\e1af";
}
.ico-433:before {
    content: "\e1b0";
}
.ico-434:before {
    content: "\e1b1";
}
.ico-435:before {
    content: "\e1b2";
}
.ico-436:before {
    content: "\e1b3";
}
.ico-437:before {
    content: "\e1b4";
}
.ico-438:before {
    content: "\e1b5";
}
.ico-439:before {
    content: "\e1b6";
}
.ico-440:before {
    content: "\e1b7";
}
.ico-441:before {
    content: "\e1b8";
}
.ico-442:before {
    content: "\e1b9";
}
.ico-443:before {
    content: "\e1ba";
}
.ico-444:before {
    content: "\e1bb";
}
.ico-445:before {
    content: "\e1bc";
}
.ico-446:before {
    content: "\e1bd";
}
.ico-447:before {
    content: "\e1be";
}
.ico-448:before {
    content: "\e1bf";
}
.ico-449:before {
    content: "\e1c0";
}
.ico-450:before {
    content: "\e1c1";
}
.ico-451:before {
    content: "\e1c2";
}
.ico-452:before {
    content: "\e1c3";
}
.ico-453:before {
    content: "\e1c4";
}
.ico-454:before {
    content: "\e1c5";
}
.ico-455:before {
    content: "\e1c6";
}
.ico-456:before {
    content: "\e1c7";
}
.ico-457:before {
    content: "\e1c8";
}
.ico-458:before {
    content: "\e1c9";
}
.ico-459:before {
    content: "\e1ca";
}
.ico-460:before {
    content: "\e1cb";
}
.ico-461:before {
    content: "\e1cc";
}
.ico-462:before {
    content: "\e1cd";
}
.ico-463:before {
    content: "\e1ce";
}
.ico-464:before {
    content: "\e1cf";
}
.ico-465:before {
    content: "\e1d0";
}
.ico-466:before {
    content: "\e1d1";
}
.ico-467:before {
    content: "\e1d2";
}
.ico-468:before {
    content: "\e1d3";
}
.ico-469:before {
    content: "\e1d4";
}
.ico-470:before {
    content: "\e1d5";
}
.ico-471:before {
    content: "\e1d6";
}
.ico-472:before {
    content: "\e1d7";
}
.ico-473:before {
    content: "\e1d8";
}
.ico-474:before {
    content: "\e1d9";
}
.ico-475:before {
    content: "\e1da";
}
.ico-476:before {
    content: "\e1db";
}
.ico-477:before {
    content: "\e1dc";
}
.ico-478:before {
    content: "\e1dd";
}
.ico-479:before {
    content: "\e1de";
}
.ico-480:before {
    content: "\e1df";
}
.ico-481:before {
    content: "\e1e0";
}
.ico-482:before {
    content: "\e1e1";
}
.ico-483:before {
    content: "\e1e2";
}
.ico-484:before {
    content: "\e1e3";
}
.ico-485:before {
    content: "\e1e4";
}
.ico-486:before {
    content: "\e1e5";
}
.ico-487:before {
    content: "\e1e6";
}
.ico-488:before {
    content: "\e1e7";
}
.ico-489:before {
    content: "\e1e8";
}
.ico-490:before {
    content: "\e1e9";
}
.ico-491:before {
    content: "\e1ea";
}
.ico-492:before {
    content: "\e1eb";
}
.ico-493:before {
    content: "\e1ec";
}
.ico-494:before {
    content: "\e1ed";
}
.ico-495:before {
    content: "\e1ee";
}
.ico-496:before {
    content: "\e1ef";
}
.ico-497:before {
    content: "\e1f0";
}
.ico-498:before {
    content: "\e1f1";
}
.ico-499:before {
    content: "\e1f2";
}
.ico-500:before {
    content: "\e1f3";
}
.ico-501:before {
    content: "\e1f4";
}
.ico-502:before {
    content: "\e1f5";
}
.ico-503:before {
    content: "\e1f6";
}
.ico-504:before {
    content: "\e1f7";
}
.ico-505:before {
    content: "\e1f8";
}
.ico-506:before {
    content: "\e1f9";
}
.ico-507:before {
    content: "\e1fa";
}
.ico-508:before {
    content: "\e1fb";
}
.ico-509:before {
    content: "\e1fc";
}
.ico-510:before {
    content: "\e1fd";
}
.ico-511:before {
    content: "\e1fe";
}
.ico-512:before {
    content: "\e1ff";
}
.ico-513:before {
    content: "\e200";
}
.ico-514:before {
    content: "\e201";
}
.ico-515:before {
    content: "\e202";
}
.ico-516:before {
    content: "\e203";
}
.ico-517:before {
    content: "\e204";
}
.ico-518:before {
    content: "\e205";
}
.ico-519:before {
    content: "\e206";
}
.ico-520:before {
    content: "\e207";
}
.ico-521:before {
    content: "\e208";
}
.ico-522:before {
    content: "\e209";
}
.ico-523:before {
    content: "\e20a";
}
.ico-524:before {
    content: "\e20b";
}
.ico-525:before {
    content: "\e20c";
}
.ico-526:before {
    content: "\e20d";
}
.ico-527:before {
    content: "\e20e";
}
.ico-528:before {
    content: "\e20f";
}
.ico-529:before {
    content: "\e210";
}
.ico-530:before {
    content: "\e211";
}
.ico-531:before {
    content: "\e212";
}
.ico-532:before {
    content: "\e213";
}
.ico-533:before {
    content: "\e214";
}
.ico-534:before {
    content: "\e215";
}
.ico-535:before {
    content: "\e216";
}
.ico-536:before {
    content: "\e217";
}
.ico-537:before {
    content: "\e218";
}
.ico-538:before {
    content: "\e219";
}
.ico-539:before {
    content: "\e21a";
}
.ico-540:before {
    content: "\e21b";
}
.ico-541:before {
    content: "\e21c";
}
.ico-542:before {
    content: "\e21d";
}
.ico-543:before {
    content: "\e21e";
}
.ico-544:before {
    content: "\e21f";
}
.ico-545:before {
    content: "\e220";
}
.ico-546:before {
    content: "\e221";
}
.ico-547:before {
    content: "\e222";
}
.ico-548:before {
    content: "\e223";
}
.ico-549:before {
    content: "\e224";
}
.ico-550:before {
    content: "\e225";
}
.ico-551:before {
    content: "\e226";
}
.ico-552:before {
    content: "\e227";
}
.ico-553:before {
    content: "\e228";
}
.ico-554:before {
    content: "\e229";
}
.ico-555:before {
    content: "\e22a";
}
.ico-556:before {
    content: "\e22b";
}
.ico-557:before {
    content: "\e22c";
}
.ico-558:before {
    content: "\e22d";
}
.ico-559:before {
    content: "\e22e";
}
.ico-560:before {
    content: "\e22f";
}
.ico-561:before {
    content: "\e230";
}
.ico-562:before {
    content: "\e231";
}
.ico-563:before {
    content: "\e232";
}
.ico-564:before {
    content: "\e233";
}
.ico-565:before {
    content: "\e234";
}
.ico-566:before {
    content: "\e235";
}
.ico-567:before {
    content: "\e236";
}
.ico-568:before {
    content: "\e237";
}
.ico-569:before {
    content: "\e238";
}
.ico-570:before {
    content: "\e239";
}
.ico-571:before {
    content: "\e23a";
}
.ico-572:before {
    content: "\e23b";
}
.ico-573:before {
    content: "\e23c";
}
.ico-574:before {
    content: "\e23d";
}
.ico-575:before {
    content: "\e23e";
}
.ico-576:before {
    content: "\e23f";
}
.ico-577:before {
    content: "\e240";
}
.ico-578:before {
    content: "\e241";
}
.ico-579:before {
    content: "\e242";
}
.ico-580:before {
    content: "\e243";
}
.ico-581:before {
    content: "\e244";
}
.ico-582:before {
    content: "\e245";
}
.ico-583:before {
    content: "\e246";
}
.ico-584:before {
    content: "\e247";
}
.ico-585:before {
    content: "\e248";
}
.ico-586:before {
    content: "\e249";
}
.ico-587:before {
    content: "\e24a";
}
.ico-588:before {
    content: "\e24b";
}
.ico-589:before {
    content: "\e24c";
}
.ico-590:before {
    content: "\e24d";
}
.ico-591:before {
    content: "\e24e";
}
.ico-592:before {
    content: "\e24f";
}
.ico-593:before {
    content: "\e250";
}
.ico-594:before {
    content: "\e251";
}
.ico-595:before {
    content: "\e252";
}
.ico-596:before {
    content: "\e253";
}
.ico-597:before {
    content: "\e254";
}
.ico-598:before {
    content: "\e255";
}
.ico-599:before {
    content: "\e256";
}
.ico-600:before {
    content: "\e257";
}
.ico-601:before {
    content: "\e258";
}
.ico-602:before {
    content: "\e259";
}
.ico-603:before {
    content: "\e25a";
}
.ico-604:before {
    content: "\e25b";
}
.ico-605:before {
    content: "\e25c";
}
.ico-606:before {
    content: "\e25d";
}
.ico-607:before {
    content: "\e25e";
}
.ico-608:before {
    content: "\e25f";
}
.ico-609:before {
    content: "\e260";
}
.ico-610:before {
    content: "\e261";
}
.ico-611:before {
    content: "\e262";
}
.ico-612:before {
    content: "\e263";
}
.ico-613:before {
    content: "\e264";
}
.ico-614:before {
    content: "\e265";
}
.ico-615:before {
    content: "\e266";
}
.ico-616:before {
    content: "\e267";
}
.ico-617:before {
    content: "\e268";
}
.ico-618:before {
    content: "\e269";
}
.ico-619:before {
    content: "\e26a";
}
.ico-620:before {
    content: "\e26b";
}
.ico-621:before {
    content: "\e26c";
}
.ico-622:before {
    content: "\e26d";
}
.ico-623:before {
    content: "\e26e";
}
.ico-624:before {
    content: "\e26f";
}
.ico-625:before {
    content: "\e270";
}
.ico-626:before {
    content: "\e271";
}
.ico-627:before {
    content: "\e272";
}
.ico-628:before {
    content: "\e273";
}
.ico-629:before {
    content: "\e274";
}
.ico-630:before {
    content: "\e275";
}
.ico-631:before {
    content: "\e276";
}
.ico-632:before {
    content: "\e277";
}
.ico-633:before {
    content: "\e278";
}
.ico-634:before {
    content: "\e279";
}
.ico-635:before {
    content: "\e27a";
}
.ico-636:before {
    content: "\e27b";
}
.ico-637:before {
    content: "\e27c";
}
.ico-638:before {
    content: "\e27d";
}
.ico-639:before {
    content: "\e27e";
}
.ico-640:before {
    content: "\e27f";
}
.ico-641:before {
    content: "\e280";
}
.ico-642:before {
    content: "\e281";
}
.ico-643:before {
    content: "\e282";
}
.ico-644:before {
    content: "\e283";
}
.ico-645:before {
    content: "\e284";
}
.ico-646:before {
    content: "\e285";
}
.ico-647:before {
    content: "\e286";
}
.ico-648:before {
    content: "\e287";
}
.ico-649:before {
    content: "\e288";
}
.ico-650:before {
    content: "\e289";
}
.ico-651:before {
    content: "\e28a";
}
.ico-652:before {
    content: "\e28b";
}
.ico-653:before {
    content: "\e28c";
}
.ico-654:before {
    content: "\e28d";
}
.ico-655:before {
    content: "\e28e";
}
.ico-656:before {
    content: "\e28f";
}
.ico-657:before {
    content: "\e290";
}
.ico-658:before {
    content: "\e291";
}
.ico-659:before {
    content: "\e292";
}
.ico-660:before {
    content: "\e293";
}
.ico-661:before {
    content: "\e294";
}
.ico-662:before {
    content: "\e295";
}
.ico-663:before {
    content: "\e296";
}
.ico-664:before {
    content: "\e297";
}
.ico-665:before {
    content: "\e298";
}
.ico-666:before {
    content: "\e299";
}
.ico-667:before {
    content: "\e29a";
}
.ico-668:before {
    content: "\e29b";
}
.ico-669:before {
    content: "\e29c";
}
.ico-670:before {
    content: "\e29d";
}
.ico-671:before {
    content: "\e29e";
}
.ico-672:before {
    content: "\e29f";
}
.ico-673:before {
    content: "\e2a0";
}
.ico-674:before {
    content: "\e2a1";
}
.ico-675:before {
    content: "\e2a2";
}
.ico-676:before {
    content: "\e2a3";
}
.ico-677:before {
    content: "\e2a4";
}
.ico-678:before {
    content: "\e2a5";
}
.ico-679:before {
    content: "\e2a6";
}
.ico-680:before {
    content: "\e2a7";
}
.ico-681:before {
    content: "\e2a8";
}
.ico-682:before {
    content: "\e2a9";
}
.ico-683:before {
    content: "\e2aa";
}
.ico-684:before {
    content: "\e2ab";
}
.ico-685:before {
    content: "\e2ac";
}
.ico-686:before {
    content: "\e2ad";
}
.ico-687:before {
    content: "\e2ae";
}
.ico-688:before {
    content: "\e2af";
}
.ico-689:before {
    content: "\e2b0";
}
.ico-690:before {
    content: "\e2b1";
}
.ico-691:before {
    content: "\e2b2";
}
.ico-692:before {
    content: "\e2b3";
}
.ico-693:before {
    content: "\e2b4";
}
.ico-694:before {
    content: "\e2b5";
}
.ico-695:before {
    content: "\e2b6";
}
.ico-696:before {
    content: "\e2b7";
}
.ico-697:before {
    content: "\e2b8";
}
.ico-698:before {
    content: "\e2b9";
}
.ico-699:before {
    content: "\e2ba";
}
.ico-700:before {
    content: "\e2bb";
}
.ico-701:before {
    content: "\e2bc";
}
.ico-702:before {
    content: "\e2bd";
}
.ico-703:before {
    content: "\e2be";
}
.ico-704:before {
    content: "\e2bf";
}
.ico-705:before {
    content: "\e2c0";
}
.ico-706:before {
    content: "\e2c1";
}
.ico-707:before {
    content: "\e2c2";
}
.ico-708:before {
    content: "\e2c3";
}
.ico-709:before {
    content: "\e2c4";
}
.ico-710:before {
    content: "\e2c5";
}
.ico-711:before {
    content: "\e2c6";
}
.ico-712:before {
    content: "\e2c7";
}
.ico-713:before {
    content: "\e2c8";
}
.ico-714:before {
    content: "\e2c9";
}
.ico-715:before {
    content: "\e2ca";
}
.ico-716:before {
    content: "\e2cb";
}
.ico-717:before {
    content: "\e2cc";
}
.ico-718:before {
    content: "\e2cd";
}
.ico-719:before {
    content: "\e2ce";
}
.ico-720:before {
    content: "\e2cf";
}
.ico-721:before {
    content: "\e2d0";
}
.ico-722:before {
    content: "\e2d1";
}
.ico-723:before {
    content: "\e2d2";
}
.ico-724:before {
    content: "\e2d3";
}
.ico-725:before {
    content: "\e2d4";
}
.ico-726:before {
    content: "\e2d5";
}
.ico-727:before {
    content: "\e2d6";
}
.ico-728:before {
    content: "\e2d7";
}
.ico-729:before {
    content: "\e2d8";
}
.ico-730:before {
    content: "\e2d9";
}
.ico-731:before {
    content: "\e2da";
}
.ico-732:before {
    content: "\e2db";
}
.ico-733:before {
    content: "\e2dc";
}
.ico-734:before {
    content: "\e2dd";
}
.ico-735:before {
    content: "\e2de";
}
.ico-736:before {
    content: "\e2df";
}
.ico-737:before {
    content: "\e2e0";
}
.ico-738:before {
    content: "\e2e1";
}
.ico-739:before {
    content: "\e2e2";
}
.ico-740:before {
    content: "\e2e3";
}
.ico-741:before {
    content: "\e2e4";
}
.ico-742:before {
    content: "\e2e5";
}
.ico-743:before {
    content: "\e2e6";
}
.ico-744:before {
    content: "\e2e7";
}
.ico-745:before {
    content: "\e2e8";
}
.ico-746:before {
    content: "\e2e9";
}
.ico-747:before {
    content: "\e2ea";
}
.ico-748:before {
    content: "\e2eb";
}
.ico-749:before {
    content: "\e2ec";
}
.ico-750:before {
    content: "\e2ed";
}
.ico-751:before {
    content: "\e2ee";
}
.ico-752:before {
    content: "\e2ef";
}
.ico-753:before {
    content: "\e2f0";
}
.ico-754:before {
    content: "\e2f1";
}
.ico-755:before {
    content: "\e2f2";
}
.ico-756:before {
    content: "\e2f3";
}
.ico-757:before {
    content: "\e2f4";
}
.ico-758:before {
    content: "\e2f5";
}
.ico-759:before {
    content: "\e2f6";
}
.ico-760:before {
    content: "\e2f7";
}
.ico-761:before {
    content: "\e2f8";
}
.ico-762:before {
    content: "\e2f9";
}
.ico-763:before {
    content: "\e2fa";
}
.ico-764:before {
    content: "\e2fb";
}
.ico-765:before {
    content: "\e2fc";
}
.ico-766:before {
    content: "\e2fd";
}
.ico-767:before {
    content: "\e2fe";
}
.ico-768:before {
    content: "\e2ff";
}
.ico-769:before {
    content: "\e300";
}
.ico-770:before {
    content: "\e301";
}
.ico-771:before {
    content: "\e302";
}
.ico-772:before {
    content: "\e303";
}
.ico-773:before {
    content: "\e304";
}
.ico-774:before {
    content: "\e305";
}
.ico-775:before {
    content: "\e306";
}
.ico-776:before {
    content: "\e307";
}
.ico-777:before {
    content: "\e308";
}
.ico-778:before {
    content: "\e309";
}
.ico-779:before {
    content: "\e30a";
}
.ico-780:before {
    content: "\e30b";
}
.ico-781:before {
    content: "\e30c";
}
.ico-782:before {
    content: "\e30d";
}
.ico-783:before {
    content: "\e30e";
}
.ico-784:before {
    content: "\e30f";
}
.ico-785:before {
    content: "\e310";
}
.ico-786:before {
    content: "\e311";
}
.ico-787:before {
    content: "\e312";
}
.ico-788:before {
    content: "\e313";
}
.ico-789:before {
    content: "\e314";
}
.ico-790:before {
    content: "\e315";
}
.ico-791:before {
    content: "\e316";
}
.ico-792:before {
    content: "\e317";
}
.ico-793:before {
    content: "\e318";
}
.ico-794:before {
    content: "\e319";
}
.ico-795:before {
    content: "\e31a";
}
.ico-796:before {
    content: "\e31b";
}
.ico-797:before {
    content: "\e31c";
}
.ico-798:before {
    content: "\e31d";
}
.ico-799:before {
    content: "\e31e";
}
.ico-800:before {
    content: "\e31f";
}
.ico-801:before {
    content: "\e320";
}
.ico-802:before {
    content: "\e321";
}
.ico-803:before {
    content: "\e322";
}
.ico-804:before {
    content: "\e323";
}
.ico-805:before {
    content: "\e324";
}
.ico-806:before {
    content: "\e325";
}
.ico-807:before {
    content: "\e326";
}
.ico-808:before {
    content: "\e327";
}
.ico-809:before {
    content: "\e328";
}
.ico-810:before {
    content: "\e329";
}
.ico-811:before {
    content: "\e32a";
}
.ico-812:before {
    content: "\e32b";
}
.ico-813:before {
    content: "\e32c";
}
.ico-814:before {
    content: "\e32d";
}
.ico-815:before {
    content: "\e32e";
}
.ico-816:before {
    content: "\e32f";
}
.ico-817:before {
    content: "\e330";
}
.ico-818:before {
    content: "\e331";
}
.ico-819:before {
    content: "\e332";
}
.ico-820:before {
    content: "\e333";
}
.ico-821:before {
    content: "\e334";
}
.ico-822:before {
    content: "\e335";
}
.ico-823:before {
    content: "\e336";
}
.ico-824:before {
    content: "\e337";
}
.ico-825:before {
    content: "\e338";
}
.ico-826:before {
    content: "\e339";
}
.ico-827:before {
    content: "\e33a";
}
.ico-828:before {
    content: "\e33b";
}
.ico-829:before {
    content: "\e33c";
}
.ico-830:before {
    content: "\e33d";
}
.ico-831:before {
    content: "\e33e";
}
.ico-832:before {
    content: "\e33f";
}
.ico-833:before {
    content: "\e340";
}
.ico-834:before {
    content: "\e341";
}
.ico-835:before {
    content: "\e342";
}
.ico-836:before {
    content: "\e343";
}
.ico-837:before {
    content: "\e344";
}
.ico-838:before {
    content: "\e345";
}
.ico-839:before {
    content: "\e346";
}
.ico-840:before {
    content: "\e347";
}
.ico-841:before {
    content: "\e348";
}
.ico-842:before {
    content: "\e349";
}
.ico-843:before {
    content: "\e34a";
}
.ico-844:before {
    content: "\e34b";
}
.ico-845:before {
    content: "\e34c";
}
.ico-846:before {
    content: "\e34d";
}
.ico-847:before {
    content: "\e34e";
}
.ico-848:before {
    content: "\e34f";
}
.ico-849:before {
    content: "\e350";
}
.ico-850:before {
    content: "\e351";
}
.ico-851:before {
    content: "\e352";
}
.ico-852:before {
    content: "\e353";
}
.ico-853:before {
    content: "\e354";
}
.ico-854:before {
    content: "\e355";
}
.ico-855:before {
    content: "\e356";
}
.ico-856:before {
    content: "\e357";
}
.ico-857:before {
    content: "\e358";
}
.ico-858:before {
    content: "\e359";
}
.ico-859:before {
    content: "\e35a";
}
.ico-860:before {
    content: "\e35b";
}
.ico-861:before {
    content: "\e35c";
}
.ico-862:before {
    content: "\e35d";
}
.ico-863:before {
    content: "\e35e";
}
.ico-864:before {
    content: "\e35f";
}
.ico-865:before {
    content: "\e360";
}
.ico-866:before {
    content: "\e361";
}
.ico-867:before {
    content: "\e362";
}
.ico-868:before {
    content: "\e363";
}
.ico-869:before {
    content: "\e364";
}
.ico-870:before {
    content: "\e365";
}
.ico-871:before {
    content: "\e366";
}
.ico-872:before {
    content: "\e367";
}
.ico-873:before {
    content: "\e368";
}
.ico-874:before {
    content: "\e369";
}
.ico-875:before {
    content: "\e36a";
}
.ico-876:before {
    content: "\e36b";
}
.ico-877:before {
    content: "\e36c";
}
.ico-878:before {
    content: "\e36d";
}
.ico-879:before {
    content: "\e36e";
}
.ico-880:before {
    content: "\e36f";
}
.ico-881:before {
    content: "\e370";
}
.ico-882:before {
    content: "\e371";
}
.ico-883:before {
    content: "\e372";
}
.ico-884:before {
    content: "\e373";
}
.ico-885:before {
    content: "\e374";
}
.ico-886:before {
    content: "\e375";
}
.ico-887:before {
    content: "\e376";
}
.ico-888:before {
    content: "\e377";
}
.ico-889:before {
    content: "\e378";
}
.ico-890:before {
    content: "\e379";
}
.ico-891:before {
    content: "\e37a";
}
.ico-892:before {
    content: "\e37b";
}
.ico-893:before {
    content: "\e37c";
}
.ico-894:before {
    content: "\e37d";
}
.ico-895:before {
    content: "\e37e";
}
.ico-896:before {
    content: "\e37f";
}
.ico-897:before {
    content: "\e380";
}
.ico-898:before {
    content: "\e381";
}
.ico-899:before {
    content: "\e382";
}
.ico-900:before {
    content: "\e383";
}
.ico-901:before {
    content: "\e384";
}
.ico-902:before {
    content: "\e385";
}
.ico-903:before {
    content: "\e386";
}
.ico-904:before {
    content: "\e387";
}
.ico-905:before {
    content: "\e388";
}
.ico-906:before {
    content: "\e389";
}
.ico-907:before {
    content: "\e38a";
}
.ico-908:before {
    content: "\e38b";
}
.ico-909:before {
    content: "\e38c";
}
.ico-910:before {
    content: "\e38d";
}
.ico-911:before {
    content: "\e38e";
}
.ico-912:before {
    content: "\e38f";
}
.ico-913:before {
    content: "\e390";
}
.ico-914:before {
    content: "\e391";
}
.ico-915:before {
    content: "\e392";
}
.ico-916:before {
    content: "\e393";
}
.ico-917:before {
    content: "\e394";
}
.ico-918:before {
    content: "\e395";
}
.ico-919:before {
    content: "\e396";
}
.ico-920:before {
    content: "\e397";
}
.ico-921:before {
    content: "\e398";
}
.ico-922:before {
    content: "\e399";
}
.ico-923:before {
    content: "\e39a";
}
.ico-924:before {
    content: "\e39b";
}
.ico-925:before {
    content: "\e39c";
}
.ico-926:before {
    content: "\e39d";
}
.ico-927:before {
    content: "\e39e";
}
.ico-928:before {
    content: "\e39f";
}
.ico-929:before {
    content: "\e3a0";
}
.ico-930:before {
    content: "\e3a1";
}
.ico-931:before {
    content: "\e3a2";
}
.ico-932:before {
    content: "\e3a3";
}
.ico-933:before {
    content: "\e3a4";
}
.ico-934:before {
    content: "\e3a5";
}
.ico-935:before {
    content: "\e3a6";
}
.ico-936:before {
    content: "\e3a7";
}
.ico-937:before {
    content: "\e3a8";
}
.ico-938:before {
    content: "\e3a9";
}
.ico-939:before {
    content: "\e3aa";
}
.ico-940:before {
    content: "\e3ab";
}
.ico-941:before {
    content: "\e3ac";
}
.ico-942:before {
    content: "\e3ad";
}
.ico-943:before {
    content: "\e3ae";
}
.ico-944:before {
    content: "\e3af";
}
.ico-945:before {
    content: "\e3b0";
}
.ico-946:before {
    content: "\e3b1";
}
.ico-947:before {
    content: "\e3b2";
}
.ico-948:before {
    content: "\e3b3";
}
.ico-949:before {
    content: "\e3b4";
}
.ico-950:before {
    content: "\e3b5";
}
.ico-951:before {
    content: "\e3b6";
}
.ico-952:before {
    content: "\e3b7";
}
.ico-953:before {
    content: "\e3b8";
}
.ico-954:before {
    content: "\e3b9";
}
.ico-955:before {
    content: "\e3ba";
}
.ico-956:before {
    content: "\e3bb";
}
.ico-957:before {
    content: "\e3bc";
}
.ico-958:before {
    content: "\e3bd";
}
.ico-959:before {
    content: "\e3be";
}
.ico-960:before {
    content: "\e3bf";
}
.ico-961:before {
    content: "\e3c0";
}
.ico-962:before {
    content: "\e3c1";
}
.ico-963:before {
    content: "\e3c2";
}
.ico-964:before {
    content: "\e3c3";
}
.ico-965:before {
    content: "\e3c4";
}
.ico-966:before {
    content: "\e3c5";
}
.ico-967:before {
    content: "\e3c6";
}
.ico-968:before {
    content: "\e3c7";
}
.ico-969:before {
    content: "\e3c8";
}
.ico-970:before {
    content: "\e3c9";
}
.ico-971:before {
    content: "\e3ca";
}
.ico-972:before {
    content: "\e3cb";
}
.ico-973:before {
    content: "\e3cc";
}
.ico-974:before {
    content: "\e3cd";
}
.ico-975:before {
    content: "\e3ce";
}
.ico-976:before {
    content: "\e3cf";
}
.ico-977:before {
    content: "\e3d0";
}
.ico-978:before {
    content: "\e3d1";
}
.ico-979:before {
    content: "\e3d2";
}
.ico-980:before {
    content: "\e3d3";
}
.ico-981:before {
    content: "\e3d4";
}
.ico-982:before {
    content: "\e3d5";
}
.ico-983:before {
    content: "\e3d6";
}
.ico-984:before {
    content: "\e3d7";
}
.ico-985:before {
    content: "\e3d8";
}
.ico-986:before {
    content: "\e3d9";
}
.ico-987:before {
    content: "\e3da";
}
.ico-988:before {
    content: "\e3db";
}
.ico-989:before {
    content: "\e3dc";
}
.ico-990:before {
    content: "\e3dd";
}
.ico-991:before {
    content: "\e3de";
}
.ico-992:before {
    content: "\e3df";
}
.ico-993:before {
    content: "\e3e0";
}
.ico-994:before {
    content: "\e3e1";
}
.ico-995:before {
    content: "\e3e2";
}
.ico-996:before {
    content: "\e3e3";
}
.ico-997:before {
    content: "\e3e4";
}
.ico-998:before {
    content: "\e3e5";
}
.ico-999:before {
    content: "\e3e6";
}
.ico-1000:before {
    content: "\e3e7";
}
.ico-1001:before {
    content: "\e3e8";
}
.ico-1002:before {
    content: "\e3e9";
}
.ico-1003:before {
    content: "\e3ea";
}
.ico-1004:before {
    content: "\e3eb";
}
.ico-1005:before {
    content: "\e3ec";
}
.ico-1006:before {
    content: "\e3ed";
}
.ico-1007:before {
    content: "\e3ee";
}
.ico-1008:before {
    content: "\e3ef";
}
.ico-1009:before {
    content: "\e3f0";
}
.ico-1010:before {
    content: "\e3f1";
}
.ico-1011:before {
    content: "\e3f2";
}
.ico-1012:before {
    content: "\e3f3";
}
.ico-1013:before {
    content: "\e3f4";
}
.ico-1014:before {
    content: "\e3f5";
}
.ico-1015:before {
    content: "\e3f6";
}
.ico-1016:before {
    content: "\e3f7";
}
.ico-1017:before {
    content: "\e3f8";
}
.ico-1018:before {
    content: "\e3f9";
}
.ico-1019:before {
    content: "\e3fa";
}
.ico-1020:before {
    content: "\e3fb";
}
.ico-1021:before {
    content: "\e3fc";
}
.ico-1022:before {
    content: "\e3fd";
}
.ico-1023:before {
    content: "\e3fe";
}
.ico-1024:before {
    content: "\e3ff";
}
.ico-1025:before {
    content: "\e400";
}
.ico-1026:before {
    content: "\e401";
}
.ico-1027:before {
    content: "\e402";
}
.ico-1028:before {
    content: "\e403";
}
.ico-1029:before {
    content: "\e404";
}
.ico-1030:before {
    content: "\e405";
}
.ico-1031:before {
    content: "\e406";
}
.ico-1032:before {
    content: "\e407";
}
.ico-1033:before {
    content: "\e408";
}
.ico-1034:before {
    content: "\e409";
}
.ico-1035:before {
    content: "\e40a";
}
.ico-1036:before {
    content: "\e40b";
}
.ico-1037:before {
    content: "\e40c";
}
.ico-1038:before {
    content: "\e40d";
}
.ico-1039:before {
    content: "\e40e";
}
.ico-1040:before {
    content: "\e40f";
}
.ico-1041:before {
    content: "\e410";
}
.ico-1042:before {
    content: "\e411";
}
.ico-1043:before {
    content: "\e412";
}
.ico-1044:before {
    content: "\e413";
}
.ico-1045:before {
    content: "\e414";
}
.ico-1046:before {
    content: "\e415";
}
.ico-1047:before {
    content: "\e416";
}
.ico-1048:before {
    content: "\e417";
}
.ico-1049:before {
    content: "\e418";
}
.ico-1050:before {
    content: "\e419";
}
.ico-1051:before {
    content: "\e41a";
}
.ico-1052:before {
    content: "\e41b";
}
.ico-1053:before {
    content: "\e41c";
}
.ico-1054:before {
    content: "\e41d";
}
.ico-1055:before {
    content: "\e41e";
}
.ico-1056:before {
    content: "\e41f";
}
.ico-1057:before {
    content: "\e420";
}
.ico-1058:before {
    content: "\e421";
}
.ico-1059:before {
    content: "\e422";
}
.ico-1060:before {
    content: "\e423";
}
.ico-1061:before {
    content: "\e424";
}
.ico-1062:before {
    content: "\e425";
}
.ico-1063:before {
    content: "\e426";
}
.ico-1064:before {
    content: "\e427";
}
.ico-1065:before {
    content: "\e428";
}
.ico-1066:before {
    content: "\e429";
}
.ico-1067:before {
    content: "\e42a";
}
.ico-1068:before {
    content: "\e42b";
}
.ico-1069:before {
    content: "\e42c";
}
.ico-1070:before {
    content: "\e42d";
}
.ico-1071:before {
    content: "\e42e";
}
.ico-1072:before {
    content: "\e42f";
}
.ico-1073:before {
    content: "\e430";
}
.ico-1074:before {
    content: "\e431";
}
.ico-1075:before {
    content: "\e432";
}
.ico-1076:before {
    content: "\e433";
}
.ico-1077:before {
    content: "\e434";
}
.ico-1078:before {
    content: "\e435";
}
.ico-1079:before {
    content: "\e436";
}
.ico-1080:before {
    content: "\e437";
}
.ico-1081:before {
    content: "\e438";
}
.ico-1082:before {
    content: "\e439";
}
.ico-1083:before {
    content: "\e43a";
}
.ico-1084:before {
    content: "\e43b";
}
.ico-1085:before {
    content: "\e43c";
}
.ico-1086:before {
    content: "\e43d";
}
.ico-1087:before {
    content: "\e43e";
}
.ico-1088:before {
    content: "\e43f";
}
.ico-1089:before {
    content: "\e440";
}
.ico-1090:before {
    content: "\e441";
}
.ico-1091:before {
    content: "\e442";
}
.ico-1092:before {
    content: "\e443";
}
.ico-1093:before {
    content: "\e444";
}
.ico-1094:before {
    content: "\e445";
}
.ico-1095:before {
    content: "\e446";
}
.ico-1096:before {
    content: "\e447";
}
.ico-1097:before {
    content: "\e448";
}
.ico-1098:before {
    content: "\e449";
}
.ico-1099:before {
    content: "\e44a";
}
.ico-1100:before {
    content: "\e44b";
}
.ico-1101:before {
    content: "\e44c";
}
.ico-1102:before {
    content: "\e44d";
}
.ico-1103:before {
    content: "\e44e";
}
.ico-1104:before {
    content: "\e44f";
}
.ico-1105:before {
    content: "\e450";
}
.ico-1106:before {
    content: "\e451";
}
.ico-1107:before {
    content: "\e452";
}
.ico-1108:before {
    content: "\e453";
}
.ico-1109:before {
    content: "\e454";
}
.ico-1110:before {
    content: "\e455";
}
.ico-1111:before {
    content: "\e456";
}
.ico-1112:before {
    content: "\e457";
}
.ico-1113:before {
    content: "\e458";
}
.ico-1114:before {
    content: "\e459";
}
.ico-1115:before {
    content: "\e45a";
}
.ico-1116:before {
    content: "\e45b";
}
.ico-1117:before {
    content: "\e45c";
}
.ico-1118:before {
    content: "\e45d";
}
.ico-1119:before {
    content: "\e45e";
}
.ico-1120:before {
    content: "\e45f";
}
.ico-1121:before {
    content: "\e460";
}
.ico-1122:before {
    content: "\e461";
}
.ico-1123:before {
    content: "\e462";
}
.ico-1124:before {
    content: "\e463";
}
.ico-1125:before {
    content: "\e464";
}
.ico-1126:before {
    content: "\e465";
}
.ico-1127:before {
    content: "\e466";
}
.ico-1128:before {
    content: "\e467";
}
.ico-1129:before {
    content: "\e468";
}
.ico-1130:before {
    content: "\e469";
}
.ico-1131:before {
    content: "\e46a";
}
.ico-1132:before {
    content: "\e46b";
}
.ico-1133:before {
    content: "\e46c";
}
.ico-1134:before {
    content: "\e46d";
}
.ico-1135:before {
    content: "\e46e";
}
.ico-1136:before {
    content: "\e46f";
}
.ico-1137:before {
    content: "\e470";
}
.ico-1138:before {
    content: "\e471";
}
.ico-1139:before {
    content: "\e472";
}
.ico-1140:before {
    content: "\e473";
}
.ico-1141:before {
    content: "\e474";
}
.ico-1142:before {
    content: "\e475";
}
.ico-1143:before {
    content: "\e476";
}
.ico-1144:before {
    content: "\e477";
}
.ico-1145:before {
    content: "\e478";
}
.ico-1146:before {
    content: "\e479";
}
.ico-1147:before {
    content: "\e47a";
}
.ico-1148:before {
    content: "\e47b";
}
.ico-1149:before {
    content: "\e47c";
}
.ico-1150:before {
    content: "\e47d";
}
.ico-1151:before {
    content: "\e47e";
}
.ico-1152:before {
    content: "\e47f";
}
.ico-1153:before {
    content: "\e480";
}
.ico-1154:before {
    content: "\e481";
}
.ico-1155:before {
    content: "\e482";
}
.ico-1156:before {
    content: "\e483";
}
.ico-1157:before {
    content: "\e484";
}
.ico-1158:before {
    content: "\e485";
}
.ico-1159:before {
    content: "\e486";
}
.ico-1160:before {
    content: "\e487";
}
.ico-1161:before {
    content: "\e488";
}
.ico-1162:before {
    content: "\e489";
}
.ico-1163:before {
    content: "\e48a";
}
.ico-1164:before {
    content: "\e48b";
}
.ico-1165:before {
    content: "\e48c";
}
.ico-1166:before {
    content: "\e48d";
}
.ico-1167:before {
    content: "\e48e";
}
.ico-1168:before {
    content: "\e48f";
}
.ico-1169:before {
    content: "\e490";
}
.ico-1170:before {
    content: "\e491";
}
.icon-youtube3:before {
    content: "\ea99";
}
.ico-1171:before {
    content: "\e492";
}
.ico-1172:before {
    content: "\e493";
}
.ico-1173:before {
    content: "\e494";
}
.ico-1174:before {
    content: "\e495";
}
.ico-1175:before {
    content: "\e496";
}
.ico-1176:before {
    content: "\e497";
}
.ico-1177:before {
    content: "\e498";
}
.ico-1178:before {
    content: "\e499";
}
.ico-1179:before {
    content: "\e49a";
}
.ico-1180:before {
    content: "\e49b";
}
.ico-1181:before {
    content: "\e49c";
}
.ico-1182:before {
    content: "\e49d";
}
.ico-1183:before {
    content: "\e49e";
}
.ico-1184:before {
    content: "\e49f";
}
.ico-1185:before {
    content: "\e4a0";
}
.ico-1186:before {
    content: "\e4a1";
}
.ico-1187:before {
    content: "\e4a2";
}
.ico-1188:before {
    content: "\e4a3";
}
.ico-1189:before {
    content: "\e4a4";
}
.ico-1190:before {
    content: "\e4a5";
}
.ico-1191:before {
    content: "\e4a6";
}
.ico-1192:before {
    content: "\e4a7";
}
.ico-1193:before {
    content: "\e4a8";
}
.ico-1194:before {
    content: "\e4a9";
}
.ico-1195:before {
    content: "\e4aa";
}
.ico-1196:before {
    content: "\e4ab";
}
.ico-1197:before {
    content: "\e4ac";
}
.ico-1198:before {
    content: "\e4ad";
}
.ico-1199:before {
    content: "\e4ae";
}
.ico-1200:before {
    content: "\e4af";
}
.ico-1201:before {
    content: "\e4b0";
}
.ico-1202:before {
    content: "\e4b1";
}
.ico-1203:before {
    content: "\e4b2";
}
.ico-1204:before {
    content: "\e4b3";
}
.ico-1205:before {
    content: "\e4b4";
}
.ico-1206:before {
    content: "\e4b5";
}
.ico-1207:before {
    content: "\e4b6";
}
.ico-1208:before {
    content: "\e4b7";
}
.ico-1209:before {
    content: "\e4b8";
}
.ico-1210:before {
    content: "\e4b9";
}
.ico-1211:before {
    content: "\e4ba";
}
.ico-1212:before {
    content: "\e4bb";
}
.ico-1213:before {
    content: "\e4bc";
}
.ico-1214:before {
    content: "\e4bd";
}
.ico-1215:before {
    content: "\e4be";
}
.ico-1216:before {
    content: "\e4bf";
}
.ico-1217:before {
    content: "\e4c0";
}
.ico-1218:before {
    content: "\e4c1";
}
.ico-1219:before {
    content: "\e4c2";
}
.ico-1220:before {
    content: "\e4c3";
}
.ico-1221:before {
    content: "\e4c4";
}
.ico-1222:before {
    content: "\e4c5";
}
.ico-1223:before {
    content: "\e4c6";
}
.ico-1224:before {
    content: "\e4c7";
}
.ico-1225:before {
    content: "\e4c8";
}
.ico-1226:before {
    content: "\e4c9";
}
.ico-1227:before {
    content: "\e4ca";
}
.ico-1228:before {
    content: "\e4cb";
}
.ico-1229:before {
    content: "\e4cc";
}
.ico-1230:before {
    content: "\e4cd";
}
.ico-1231:before {
    content: "\e4ce";
}
.ico-1232:before {
    content: "\e4cf";
}
.ico-1233:before {
    content: "\e4d0";
}
.ico-1234:before {
    content: "\e4d1";
}
.ico-1235:before {
    content: "\e4d2";
}
.ico-1236:before {
    content: "\e4d3";
}
.ico-1237:before {
    content: "\e4d4";
}
.ico-1238:before {
    content: "\e4d5";
}
.ico-1239:before {
    content: "\e4d6";
}
.ico-1240:before {
    content: "\e4d7";
}
.ico-1241:before {
    content: "\e4d8";
}
.ico-1242:before {
    content: "\e4d9";
}
.ico-1243:before {
    content: "\e4da";
}
.ico-1244:before {
    content: "\e4db";
}
.ico-1245:before {
    content: "\e4dc";
}
.ico-1246:before {
    content: "\e4dd";
}
.ico-1247:before {
    content: "\e4de";
}
.ico-1248:before {
    content: "\e4df";
}
.ico-1249:before {
    content: "\e4e0";
}
.ico-1250:before {
    content: "\e4e1";
}
.ico-1251:before {
    content: "\e4e2";
}
.ico-1252:before {
    content: "\e4e3";
}
.ico-1253:before {
    content: "\e4e4";
}
.ico-1254:before {
    content: "\e4e5";
}
.ico-1255:before {
    content: "\e4e6";
}
.ico-1256:before {
    content: "\e4e7";
}
.ico-1257:before {
    content: "\e4e8";
}
.ico-1258:before {
    content: "\e4e9";
}
.ico-1259:before {
    content: "\e4ea";
}
.ico-1260:before {
    content: "\e4eb";
}
.ico-1261:before {
    content: "\e4ec";
}
.ico-1262:before {
    content: "\e4ed";
}
.ico-1263:before {
    content: "\e4ee";
}
.ico-1264:before {
    content: "\e4ef";
}
.ico-1265:before {
    content: "\e4f0";
}
.ico-1266:before {
    content: "\e4f1";
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
}
@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}
@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}
@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }
}
@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }
}
@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(0);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
    80% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@-webkit-keyframes shake {
    0% {
        -webkit-transform: translateX(0);
    }
    10% {
        -webkit-transform: translateX(-10px);
    }
    20% {
        -webkit-transform: translateX(10px);
    }
    30% {
        -webkit-transform: translateX(-10px);
    }
    40% {
        -webkit-transform: translateX(10px);
    }
    50% {
        -webkit-transform: translateX(-10px);
    }
    60% {
        -webkit-transform: translateX(10px);
    }
    70% {
        -webkit-transform: translateX(-10px);
    }
    80% {
        -webkit-transform: translateX(10px);
    }
    90% {
        -webkit-transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(200deg);
        opacity: 0;
    }
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }
    10% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    40% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    50% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    60% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    70% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
    }
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
}
@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}
@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-moz-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}
@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-moz-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
}
@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-moz-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}
@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }
    70% {
        -moz-transform: scale(0.9);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px);
    }
    80% {
        -moz-transform: translateY(-10px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}
@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(-30px);
    }
    80% {
        -moz-transform: translateY(10px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}
@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-30px);
    }
    80% {
        -moz-transform: translateX(10px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(30px);
    }
    80% {
        -moz-transform: translateX(-10px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@-moz-keyframes bounceOut {
    0% {
        -moz-transform: scale(1);
    }
    25% {
        -moz-transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
}
@-moz-keyframes bounceOutUp {
    0% {
        -moz-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}
@-moz-keyframes bounceOutDown {
    0% {
        -moz-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}
@-moz-keyframes bounceOutLeft {
    0% {
        -moz-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }
}
@-moz-keyframes bounceOutRight {
    0% {
        -moz-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }
}
@-moz-keyframes flash {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes bounce {
    0% {
        -moz-transform: translateY(0);
    }
    20% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
    }
    50% {
        -moz-transform: translateY(0);
    }
    60% {
        -moz-transform: translateY(-15px);
    }
    80% {
        -moz-transform: translateY(0);
    }
    100% {
        -moz-transform: translateY(0);
    }
}
@-moz-keyframes shake {
    0% {
        -moz-transform: translateX(0);
    }
    10% {
        -moz-transform: translateX(-10px);
    }
    20% {
        -moz-transform: translateX(10px);
    }
    30% {
        -moz-transform: translateX(-10px);
    }
    40% {
        -moz-transform: translateX(10px);
    }
    50% {
        -moz-transform: translateX(-10px);
    }
    60% {
        -moz-transform: translateX(10px);
    }
    70% {
        -moz-transform: translateX(-10px);
    }
    80% {
        -moz-transform: translateX(10px);
    }
    90% {
        -moz-transform: translateX(-10px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateOutDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
}
@-moz-keyframes rotateOutUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
}
@-moz-keyframes rotateOutDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0;
    }
}
@-moz-keyframes rotateOutUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0;
    }
}
@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
}
@-moz-keyframes rotateOut {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(200deg);
        opacity: 0;
    }
}
@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }
    10% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }
    20% {
        -moz-transform: scale(0.9) rotate(-3deg);
    }
    30% {
        -moz-transform: scale(1.1) rotate(3deg);
    }
    40% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }
    50% {
        -moz-transform: scale(1.1) rotate(3deg);
    }
    60% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }
    70% {
        -moz-transform: scale(1.1) rotate(3deg);
    }
    80% {
        -moz-transform: scale(1.1) rotate(-3deg);
    }
    90% {
        -moz-transform: scale(1.1) rotate(3deg);
    }
    100% {
        -moz-transform: scale(1) rotate(0);
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}
@-ms-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-20px);
    }
}
@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}
@-ms-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(20px);
    }
}
@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}
@-ms-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(-20px);
    }
}
@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}
@-ms-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(20px);
    }
}
@-ms-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -ms-transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}
@-ms-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-2000px);
    }
}
@-ms-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -ms-transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}
@-ms-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(2000px);
    }
}
@-ms-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -ms-transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}
@-ms-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(-2000px);
    }
}
@-ms-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -ms-transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
}
@-ms-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -ms-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(2000px);
    }
}
@-ms-keyframes bounceIn {
    0% {
        opacity: 0;
        -ms-transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -ms-transform: scale(1.05);
    }
    70% {
        -ms-transform: scale(0.9);
    }
    100% {
        -ms-transform: scale(1);
    }
}
@-ms-keyframes bounceInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -ms-transform: translateY(30px);
    }
    80% {
        -ms-transform: translateY(-10px);
    }
    100% {
        -ms-transform: translateY(0);
    }
}
@-ms-keyframes bounceInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -ms-transform: translateY(-30px);
    }
    80% {
        -ms-transform: translateY(10px);
    }
    100% {
        -ms-transform: translateY(0);
    }
}
@-ms-keyframes bounceInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -ms-transform: translateX(-30px);
    }
    80% {
        -ms-transform: translateX(10px);
    }
    100% {
        -ms-transform: translateX(0);
    }
}
@-ms-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -ms-transform: translateX(30px);
    }
    80% {
        -ms-transform: translateX(-10px);
    }
    100% {
        -ms-transform: translateX(0);
    }
}
@-ms-keyframes bounceOut {
    0% {
        -ms-transform: scale(1);
    }
    25% {
        -ms-transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -ms-transform: scale(0.3);
    }
}
@-ms-keyframes bounceOutUp {
    0% {
        -ms-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -ms-transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(-2000px);
    }
}
@-ms-keyframes bounceOutDown {
    0% {
        -ms-transform: translateY(0);
    }
    20% {
        opacity: 1;
        -ms-transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -ms-transform: translateY(2000px);
    }
}
@-ms-keyframes bounceOutLeft {
    0% {
        -ms-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -ms-transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(-2000px);
    }
}
@-ms-keyframes bounceOutRight {
    0% {
        -ms-transform: translateX(0);
    }
    20% {
        opacity: 1;
        -ms-transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -ms-transform: translateX(2000px);
    }
}
@-ms-keyframes flash {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes bounce {
    0% {
        -ms-transform: translateY(0);
    }
    20% {
        -ms-transform: translateY(0);
    }
    40% {
        -ms-transform: translateY(-30px);
    }
    50% {
        -ms-transform: translateY(0);
    }
    60% {
        -ms-transform: translateY(-15px);
    }
    80% {
        -ms-transform: translateY(0);
    }
    100% {
        -ms-transform: translateY(0);
    }
}
@-ms-keyframes shake {
    0% {
        -ms-transform: translateX(0);
    }
    10% {
        -ms-transform: translateX(-10px);
    }
    20% {
        -ms-transform: translateX(10px);
    }
    30% {
        -ms-transform: translateX(-10px);
    }
    40% {
        -ms-transform: translateX(10px);
    }
    50% {
        -ms-transform: translateX(-10px);
    }
    60% {
        -ms-transform: translateX(10px);
    }
    70% {
        -ms-transform: translateX(-10px);
    }
    80% {
        -ms-transform: translateX(10px);
    }
    90% {
        -ms-transform: translateX(-10px);
    }
    100% {
        -ms-transform: translateX(0);
    }
}
@-ms-keyframes rotateInDownLeft {
    0% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
}
@-ms-keyframes rotateInUpLeft {
    0% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
}
@-ms-keyframes rotateInUpRight {
    0% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
}
@-ms-keyframes rotateInDownRight {
    0% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
}
@-ms-keyframes rotateOutDownLeft {
    0% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(90deg);
        opacity: 0;
    }
}
@-ms-keyframes rotateOutUpLeft {
    0% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -ms-transform-origin: left bottom;
        -ms-transform: rotate(-90deg);
        opacity: 0;
    }
}
@-ms-keyframes rotateOutDownRight {
    0% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(-90deg);
        opacity: 0;
    }
}
@-ms-keyframes rotateOutUpRight {
    0% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -ms-transform-origin: right bottom;
        -ms-transform: rotate(90deg);
        opacity: 0;
    }
}
@-ms-keyframes rotateIn {
    0% {
        -ms-transform-origin: center center;
        -ms-transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -ms-transform-origin: center center;
        -ms-transform: rotate(0);
        opacity: 1;
    }
}
@-ms-keyframes rotateOut {
    0% {
        -ms-transform-origin: center center;
        -ms-transform: rotate(0);
        opacity: 1;
    }
    100% {
        -ms-transform-origin: center center;
        -ms-transform: rotate(200deg);
        opacity: 0;
    }
}
@-ms-keyframes tada {
    0% {
        -ms-transform: scale(1);
    }
    10% {
        -ms-transform: scale(0.9) rotate(-3deg);
    }
    20% {
        -ms-transform: scale(0.9) rotate(-3deg);
    }
    30% {
        -ms-transform: scale(1.1) rotate(3deg);
    }
    40% {
        -ms-transform: scale(1.1) rotate(-3deg);
    }
    50% {
        -ms-transform: scale(1.1) rotate(3deg);
    }
    60% {
        -ms-transform: scale(1.1) rotate(-3deg);
    }
    70% {
        -ms-transform: scale(1.1) rotate(3deg);
    }
    80% {
        -ms-transform: scale(1.1) rotate(-3deg);
    }
    90% {
        -ms-transform: scale(1.1) rotate(3deg);
    }
    100% {
        -ms-transform: scale(1) rotate(0);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes bounceOut {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(0.3);
    }
}
@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
@keyframes bounceOutDown {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
@keyframes flash {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    50% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(-15px);
    }
    80% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes shake {
    0% {
        transform: translateX(0);
    }
    10% {
        transform: translateX(-10px);
    }
    20% {
        transform: translateX(10px);
    }
    30% {
        transform: translateX(-10px);
    }
    40% {
        transform: translateX(10px);
    }
    50% {
        transform: translateX(-10px);
    }
    60% {
        transform: translateX(10px);
    }
    70% {
        transform: translateX(-10px);
    }
    80% {
        transform: translateX(10px);
    }
    90% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes tada {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.9) rotate(-3deg);
    }
    20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30% {
        transform: scale(1.1) rotate(3deg);
    }
    40% {
        transform: scale(1.1) rotate(-3deg);
    }
    50% {
        transform: scale(1.1) rotate(3deg);
    }
    60% {
        transform: scale(1.1) rotate(-3deg);
    }
    70% {
        transform: scale(1.1) rotate(3deg);
    }
    80% {
        transform: scale(1.1) rotate(-3deg);
    }
    90% {
        transform: scale(1.1) rotate(3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}
/* =============== - Normalize - =============== */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a {
    background: transparent;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
strong,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: yellow;
    color: black;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* =============== - Scaffolding - =============== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    line-height: 1.64706;
    color: #555555;
    background-color: #ffffff;
    font-weight: 300;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #4C4C4C;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}
a:hover,
a:focus {
    color: #1f5a0a;
    text-decoration: underline; !important;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:hover {
    color: #1f5a0a;
}
img {
    vertical-align: bottom;
    display: inline-block;
    max-width: 100%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.inline-block {
    display: inline-block;
}
body .block-center {
    display: table;
    margin: 0 auto;
}
.sr-only,
.lang-elements {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.strip-list,
.inline-list,
.strip-list ul,
.inline-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.inline-list:before,
.inline-list:after {
    content: " ";
    display: table;
}
.inline-list:after {
    clear: both;
}
.inline-list > li {
    float: left;
}
body .align-left {
    float: left;
}
body .align-right {
    float: right;
}
body .align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.social-facebook a {
    background: #698dc7;
}
.social-facebook a:hover {
    background: #4571b8;
}
.social-twitter a {
    background: #6bcde5;
}
.social-twitter a:hover {
    background: #40bedd;
}
.social-google a {
    background: #ff604f;
}
.social-google a:hover {
    background: #ff321c;
}
.social-youtube a {
    background: #ff404f;
}
.social-youtube a:hover {
    background: #ff0000;
}
.social-pinterest a {
    background: #ff5458;
}
.social-pinterest a:hover {
    background: #ff2126;
}
.social-dribbble a {
    background: #ff52a3;
}
.social-dribbble a:hover {
    background: #ff1f88;
}
.square-area,
.square-area-circle {
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}
.square-area > *,
.square-area-circle > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.square-area-circle {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.no-padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.no-padding [class*="col-"] {
    padding: 0;
}
.no-margin {
    margin: 0 !important;
}
.five-col {
    width: 20%;
}
.no-li-margin > li {
    margin-bottom: 20px !important;
}
.no-li-margin > li p:last-child {
    margin: 0;
}
.relative-p {
    position: relative;
}
/* =============== - Type - =============== */

.alt-font-1 {
    font-family: "Antic Slab", serif;
}
.alt-font-2 {
    font-family: "Viga", sans-serif;
}
.cursive-font,
.alt-font-3 {
    font-family: "PT Sans", cursive;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: #555555;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #9f9f9f;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: #555555;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small,
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 50%;
    color: inherit;
    font-weight: inherit;
    vertical-align: middle;
}
h1,
.h1 {
    font-size: 24px;
    line-height: 50px;
}
h2,
.h2 {
    font-size: 23px;
}
h3,
.h3 {
    font-size: 22px;
}
h4,
.h4 {
    font-size: 20px;
}
h5,
.h5 {
    font-size: 18px;
}
h6,
.h6 {
    font-size: 16px;
}
h2,
h4,
h6 {
    font-weight: 300;
}
.fancy-title {
    padding-left: 22px;
    border-left: 4px solid #8ccfd4;
    line-height: 1em;
    font-weight: 300;
}
.fancy-title.default-font {
    font-size: 17px;
    padding-left: 15px;
}
.fancy-title span {
    display: block;
    font-size: 0.5em;
    color: #9f9f9f;
    line-height: 1em;
    font-weight: 300;
    padding-top: 8px;
}
.text-uppercase {
    text-transform: uppercase;
}
.default-font {
    font-size: inherit;
}
.small-title {
    font-weight: inherit;
    margin: 0 0 6px;
    line-height: 0.5em;
}
.small-title > a {
    font-size: 50%;
}
.small-hint {
    font-size: 13px;
    color: #555555;
}
p {
    margin: 0 0 10px;
    word-wrap: break-word;
    text-align: left;
}
.lead {
    margin-bottom: 28px;
    font-size: 19px;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 25.5px;
    }
}

small,
.small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-muted {
    color: #9f9f9f;
}
.text-primary {
    color: #004a99;
}
.text-primary a:hover {
    color: #3e98a9;
}
.text-success {
    color: #3c763d;
}
.text-success a:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
.text-info a:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
.text-warning a:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
.text-danger a:hover {
    color: #843534;
}
.bg-primary {
    color: white;
    background-color: #004a99;
}
.bg-primary a:hover {
    background-color: #3e98a9;
}
.bg-success {
    background-color: #dff0d8;
}
.bg-success a:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
.bg-info a:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
.bg-warning a:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
.bg-danger a:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 13px;
    margin: 56px 0 28px;
    border-bottom: 1px solid #eeeeee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 14px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}
.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.list-inline > li:first-child {
    padding-left: 0;
}
dl {
    margin-top: 0;
    margin-bottom: 28px;
}
dt,
dd {
    line-height: 1.64706;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table;
    }
    .dl-horizontal dd:after {
        clear: both;
    }
}
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #9f9f9f;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 14px 28px;
    margin: 0 0 28px;
    font-size: 30px;
    border-left: 5px solid #004a99;
    color: #555555;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.64706;
    color: #9f9f9f;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #004a99;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: "\00A0 \2014";
}
blockquote:before,
blockquote:after {
    content: "";
}
.fancy-quote {
    background: #EFF8FF;
    border: 1px solid #e5e4e4;
    position: relative;
    padding: 42px 42px 42px 105px;
}
.fancy-quote:before {
    content: "\201C";
    position: absolute;
    font-size: 120px;
    line-height: 1em;
    left: 42px;
    top: 34px;
    color: #a5a5a5;
}
address {
    margin-bottom: 28px;
    font-style: normal;
    line-height: 1.64706;
}
.small-font {
    font-size: 18px;
    line-height: 20px;
}
p.small-font {
    margin-bottom: 25px;
}
ins[class*="bg-"] {
    text-decoration: none;
    padding: 2px;
}
[class*="dropcap-"]:first-letter {
    float: left;
    font-size: 56px;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 800;
    text-align: center;
    line-height: 0.7em;
}
.dropcap-clean:first-letter {
    margin: 7px 10px 0 0;
    color: #004a99;
}
.dropcap-bg:first-letter {
    background: #89d6dd;
    color: white;
    display: block;
    margin: 7px 20px 0 0;
    padding: 10px;
}
.small-line {
    margin: 25px 0;
    width: 30%;
}
.small-sep {
    width: 54px;
    height: 3px;
    border: none;
    margin: 0 auto 28px;
}
.line-title {
    overflow: hidden;
}
.line-title > span {
    position: relative;
}
.line-title > span:before {
    content: "";
    display: block;
    width: 1300px;
    height: 1px;
    background: #e5e4e4;
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 120%;
    right: 30px;
    margin: auto;
}
.line-title > span:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #90d8df;
    position: absolute;
    left: 115%;
    top: 8px;
    bottom: 0;
    margin: auto;
}
.heading-separator {
    display: table;
    width: 100%;
}
.heading-separator strong,
.heading-separator span, .heading-separator h1 {
    display: table-cell;
    font-size: 26px;
}
.heading-separator strong {
    width: 50%;
    height: 1px;
    vertical-align: middle;
}
.heading-separator strong:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #C0C0C0;
}
.heading-separator span, .heading-separator h1 {
    white-space: pre;
    padding: 0 10px;
}
.text-shadow {
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
}
/* =============== - Grid - =============== */

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    #blog-slider {
        min-height: 490px !important;
    }
    .blog-slides > li > figure > figcaption {
        top: 290px;
    }
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
    float: left;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-2 {
    width: 16.66667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-5 {
    width: 41.66667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.33333%;
}
.col-xs-8 {
    width: 66.66667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.33333%;
}
.col-xs-11 {
    width: 91.66667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: 0%;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-2 {
    right: 16.66667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.33333%;
}
.col-xs-pull-5 {
    right: 41.66667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.33333%;
}
.col-xs-pull-8 {
    right: 66.66667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.33333%;
}
.col-xs-pull-11 {
    right: 91.66667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: 0%;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-2 {
    left: 16.66667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.33333%;
}
.col-xs-push-5 {
    left: 41.66667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.33333%;
}
.col-xs-push-8 {
    left: 66.66667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.33333%;
}
.col-xs-push-11 {
    left: 91.66667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-2 {
    margin-left: 16.66667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.33333%;
}
.col-xs-offset-5 {
    margin-left: 41.66667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.33333%;
}
.col-xs-offset-8 {
    margin-left: 66.66667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.33333%;
}
.col-xs-offset-11 {
    margin-left: 91.66667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 768px) {
    .col-sm-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: 0%;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: 0%;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: 0%;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: 0%;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .col-lg-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: 0%;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: 0%;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
/* =============== - Tables - =============== */
/*table, th, td {
    border: 1px solid #e5e4e4; }*/

table {
    width: 100%;
    margin-bottom: 28px;
    border-collapse: collapse;
}
table thead {
    background: #eeeeee;
    border-bottom: 2px solid #dedede;
}
table td,
table th {
    padding: 5px 11px;
}
table tbody tr:nth-child(even) {
    background: #EFF8FF;
}
caption {
    text-align: center;
    caption-side: bottom;
    display: table-caption;
    padding-top: 11px;
}
.fancy-table,
.fancy-table th,
.fancy-table td {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.fancy-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.3);
}
.fancy-table thead {
    border-bottom: 2px solid white;
}
.table-mode {
    display: table;
}
.table-mode > li {
    display: table-cell;
}
/* =============== - Forms - =============== */

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 28px;
    font-size: 25.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 17px;
    line-height: 1.64706;
    color: #555555;
}
.form-control {
    display: block;
    width: 100%;
    padding: 5px 16px;
    font-size: 15px;
    line-height: 1.64706;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #e5e4e4;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #004a99;
    outline: 0;
}
.form-control:-moz-placeholder {
    color: #3d3d3d;
}
.form-control::-moz-placeholder {
    color: #3d3d3d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #3d3d3d;
}
.form-control::-webkit-input-placeholder {
    color: #3d3d3d;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}
textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    display: block;
    min-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.input-sm {
    height: 34px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 34px;
    line-height: 34px;
}
textarea.input-sm {
    height: auto;
}
.input-lg {
    height: 52px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg {
    height: 52px;
    line-height: 52px;
}
textarea.input-lg {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 52.5px;
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 33px;
    right: 0;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.form-control-static {
    margin-bottom: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #dfdfdf;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 35px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}
.search-form {
    position: relative;
    height: 35px;
}
.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 35px;
    line-height: 35px;
    border: none;
    background: #004a99;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: inherit;
}
.search-form button > em {
    padding: 6px;
    font-size: 21px;
    color: #555555;
}
.search-form button:hover {
    z-index: 10;
    background: #004a99;
}
.search-form input {
    position: absolute;
    border: none;
    background: transparent;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    display: block;
    width: 45px;
    line-height: 22px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.search-form input:focus {
    right: 0;
    width: 100%;
    padding-right: 45px;
    /*padding: 11px 58px 11px 14px;*/
    
    background: #FFFFFF;
    opacity: 1;
    outline: none;
    -webkit-box-shadow: inset 0 0 0 1px #479af5;
    box-shadow: inset 0 0 0 1px #479af5;
}
.search-form input:focus + button {
    z-index: 10;
}
.clasic-form,
.clasic-form input {
    position: relative;
}
.clasic-form {
    left: 0;
    right: 0;
}
.clasic-form input {
    width: 100%;
    height: 45px;
    background: white;
    opacity: 1;
    z-index: 0;
    padding: 11px 58px 11px 14px;
    -webkit-box-shadow: inset 0 0 0 1px #e5e4e4;
    box-shadow: inset 0 0 0 1px #e5e4e4;
}
.clasic-form input:focus {
    background: white;
}
/* =============== - Buttons - =============== */

a:focus,
button:focus {
    outline: none;
}
a.bg-main-light:hover {
    background: #61c8d2;
}
a.bg-main:hover {
    background: #3e98a9;
}
a.bg-main-dark:hover {
    background: #26606b;
}
a.bg-main-extra-dark:hover {
    background: #4a5e62;
}
[class*="btn-"] {
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 1em;
    margin: 7px 0;
    cursor: pointer;
    border: none;
    background: transparent;
    font-weight: 300;
}
[class*="btn-"] > em {
    margin-right: 12px;
}
[class*="btn-"]:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #004a99;
}
.btn-sm {
    padding: 12px 25px;
    font-size: 15px;
}
.btn-md {
    padding: 14px 25px;
    font-size: 17px;
}
.btn-lg {
        padding: 25px 5px 26px 50px;
    font-size: 13px;
    background-color: #fff !important;
    letter-spacing: -0.05em;
}
.outline-style {
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
}
.outline-style:hover {
    color: #004a99 !important;
    background: white;
    -webkit-box-shadow: inset 0 0 0 1px #004a99;
    box-shadow: inset 0 0 0 1px #004a99;
}
.bg-main,.bg-main-hover:hover {
    background: #004a99;
    color: white;
}
[class*="btn-"].outline-style.color-main:hover { color: #ffffff !important; }
.bg-second {
    background: #89d6dd;
    color: white;
}
.bg-light-gray {
    background: #EFF8FF;
    color: #555555 !important;
}
.bg-white {
    background: white;
}
.bg-error {
    background: #9f101a;
}
.bg-success {
    background: #658d1e;
}
.bg-main-light {
    background: #89d6dd;
    color: white;
}
.bg-main-dark {
    background: #338291;
    color: white;
}
.bg-main-extra-dark {
    background: #607a7f;
    color: white;
}
.color-main {
    color: #1f5a0a;
}
.color-main-light {
    color: #89d6dd;
}
.color-white {
    color: white;
}
.color-error {
    color: #9f101a;
}
.color-success {
    color: #658d1e;
}
.color-sea-green {
    color: lightseagreen;
}
.color-sky-blue {
    color: lightskyblue;
}
.color-slate-gray {
    color: lightslategray;
}
.color-steel-blue {
    color: lightsteelblue;
}
.color-gray {
    color: #a8a8a8;
}
.color-coral {
    color: lightcoral;
}
.color-brown {
    color: #bfa27c;
}
.color-lemon-chiffon {
    color: lemonchiffon;
}
.color-prussian-blue {
    color: #003153;
}
.color-powder-blue {
    color: powderblue;
}
.color-plum {
    color: plum;
}
.color-orange {
    color: #004a99;
}
.color-dark {
    color: #161616;
}
.color-inherit {
    color: inherit;
}
[class*="ddd-"] {
    position: relative;
}
[class*="ddd-"]:hover {
    bottom: -1px;
}
[class*="ddd-"]:active {
    bottom: -2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
[class$="d-green"] {
    background: #addfad;
    color: white;
}
[class$="d-sea-green"] {
    background: lightseagreen;
    color: white;
}
.ddd-sea-green {
    -webkit-box-shadow: inset 0 -3px 0 rgba(12, 117, 111, 0.75);
    box-shadow: inset 0 -3px 0 rgba(12, 117, 111, 0.75);
}
.ddd-sea-green > em {
    text-shadow: 0 1px 1px rgba(12, 117, 111, 0.75);
}
.ddd-sea-green:hover,
.dd-sea-green:hover {
    background: #188781;
}
[class$="d-sky-blue"] {
    background: lightskyblue;
    color: white;
}
.ddd-sky-blue {
    -webkit-box-shadow: inset 0 -3px 0 rgba(78, 145, 186, 0.75);
    box-shadow: inset 0 -3px 0 rgba(78, 145, 186, 0.75);
}
.ddd-sky-blue > em {
    text-shadow: 0 1px 1px rgba(78, 145, 186, 0.75);
}
.ddd-sky-blue:hover,
.dd-sky-blue:hover {
    background: #6fc4f9;
}
[class$="d-slate-gray"] {
    background: lightslategray;
    color: white;
}
.ddd-slate-gray {
    -webkit-box-shadow: inset 0 -3px 0 rgba(58, 70, 83, 0.75);
    box-shadow: inset 0 -3px 0 rgba(58, 70, 83, 0.75);
}
.ddd-slate-gray > em {
    text-shadow: 0 1px 1px rgba(58, 70, 83, 0.75);
}
.ddd-slate-gray:hover,
.dd-slate-gray:hover {
    background: #5f6e7e;
}
[class$="d-steel-blue"] {
    background: lightsteelblue;
    color: white;
}
.ddd-steel-blue {
    -webkit-box-shadow: inset 0 -3px 0 rgba(125, 148, 177, 0.75);
    box-shadow: inset 0 -3px 0 rgba(125, 148, 177, 0.75);
}
.ddd-steel-blue > em {
    text-shadow: 0 1px 1px rgba(125, 148, 177, 0.75);
}
.ddd-steel-blue:hover,
.dd-steel-blue:hover {
    background: #8ca9cf;
}
[class$="d-gray"] {
    background: #a8a8a8;
    color: white;
}
.ddd-gray {
    -webkit-box-shadow: inset 0 -3px 0 rgba(117, 117, 117, 0.75);
    box-shadow: inset 0 -3px 0 rgba(117, 117, 117, 0.75);
}
.ddd-gray > em {
    text-shadow: 0 1px 1px rgba(117, 117, 117, 0.75);
}
.ddd-gray:hover,
.dd-gray:hover {
    background: #8e8e8e;
}
[class$="d-coral"] {
    background: lightcoral;
    color: white;
}
.ddd-coral {
    -webkit-box-shadow: inset 0 -3px 0 rgba(221, 110, 110, 0.75);
    box-shadow: inset 0 -3px 0 rgba(221, 110, 110, 0.75);
}
.ddd-coral > em {
    text-shadow: 0 1px 1px rgba(221, 110, 110, 0.75);
}
.ddd-coral:hover,
.dd-coral:hover {
    background: #eb5252;
}
[class$="d-brown"] {
    background: #bfa27c;
    color: white;
}
.ddd-brown {
    -webkit-box-shadow: inset 0 -3px 0 rgba(191, 162, 124, 0.75);
    box-shadow: inset 0 -3px 0 rgba(191, 162, 124, 0.75);
}
.ddd-brown > em {
    text-shadow: 0 1px 1px rgba(191, 162, 124, 0.75);
}
.ddd-brown:hover,
.dd-brown:hover {
    background: #ae8a5a;
}
[class$="d-lemon-chiffon"] {
    background: lemonchiffon;
    color: #555555;
}
.ddd-lemon-chiffon {
    -webkit-box-shadow: inset 0 -3px 0 #ede7b4;
    box-shadow: inset 0 -3px 0 #ede7b4;
}
.ddd-lemon-chiffon > em {
    text-shadow: 0 1px 1px #ede7b4;
}
.ddd-lemon-chiffon:hover,
.dd-lemon-chiffon:hover {
    background: #fff59a;
    color: #555555;
}
[class$="d-prussian-blue"] {
    background: #003153;
    color: white;
}
.ddd-prusian-blue {
    -webkit-box-shadow: inset 0 -3px 0 #002036;
    box-shadow: inset 0 -3px 0 #002036;
}
.ddd-prusian-blue > em {
    text-shadow: 0 1px 1px #002036;
}
.ddd-prusian-blue:hover,
.dd-prusian-blue:hover {
    background: #001320;
}
[class$="d-powder-blue"] {
    background: powderblue;
    color: #555555;
}
.ddd-powder-blue {
    -webkit-box-shadow: inset 0 -3px 0 #9bc9cf;
    box-shadow: inset 0 -3px 0 #9bc9cf;
}
.ddd-powder-blue > em {
    text-shadow: 0 1px 1px #9bc9cf;
    color: #5a7d81;
}
.ddd-powder-blue:hover,
.dd-powder-blue:hover {
    background: #89d1da;
    color: #555555;
}
[class$="d-plum"] {
    background: plum;
    color: white;
}
.ddd-plum {
    -webkit-box-shadow: inset 0 -3px 0 #c890c8;
    box-shadow: inset 0 -3px 0 #c890c8;
}
.ddd-plum:hover {
    background: #d07ad0;
}
.ddd-plum > em {
    text-shadow: 0 1px 1px #c890c8;
}
.ddd-plum:hover,
.dd-plum:hover {
    background: #d07ad0;
}
[class$="d-pink-orange"] {
    background: #ff9966;
    color: white;
}
.ddd-pink-orange {
    -webkit-box-shadow: inset 0 -3px 0 #ee8c5b;
    box-shadow: inset 0 -3px 0 #ee8c5b;
}
.ddd-pink-orange > em {
    text-shadow: 0 1px 1px #ee8c5b;
}
.ddd-pink-orange:hover,
.dd-pink-orange:hover {
    background: #ff7733;
}
[class$="d-white-blue"] {
    background: white;
    color: #555555;
}
.ddd-white-blue {
    -webkit-box-shadow: inset 0 -3px 0 rgba(88, 177, 194, 0.75);
    box-shadow: inset 0 -3px 0 rgba(88, 177, 194, 0.75);
}
.ddd-white-blue > em {
    text-shadow: 0 1px 1px rgba(88, 177, 194, 0.75);
}
.ddd-white-blue:hover,
.dd-white-blue:hover {
    background: #f2f2f2;
    color: #555555;
}
/* =============== - Header - =============== */

.general-header {
    min-height: 55px;
    padding-top: 56px;
}

.general-header a:hover {
    text-decoration: none;
}
.general-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.is-sticky .general-header {
    background: white;
    z-index: 10000000000;
    width: 100%;
    min-height: 50px;
}
.general-logo {
    position: relative;
    font-family: "PT Sans", cursive;
    color: #555555;
}
.general-logo:after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 3px;
    height: 50px;
    display: block;
    background: #89d6dd;
}
.general-logo > a {
    color: inherit;
    font-size: 45px;
    line-height: 1em;
}
.general-logo > a > em {
    color: #89d6dd;
    font-size: 30px;
    line-height: inherit;
    position: relative;
    top: -3px;
}
.general-nav > ul {
    padding-top: 0;
    list-style: none;
}
.general-nav a:hover { color:  !important; }
.general-nav > ul > li {
    position: relative;
    background: #1F5A0A;
    line-height: 1.5em;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    width: 100%;
}
.general-nav ul li:first-child {
    border-top: 1px solid #c0c0c0;
}
.general-nav > ul > li:hover > a:after,
.general-nav > ul > li:active > a:after,
.general-nav > ul > li:focus > a:after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.general-nav > ul > li a {
    color: #555555;
    font-size: 15px;
    display: block;
    position: relative;
}
.general-nav > ul > li a:hover + ul,
.general-nav > ul > li a:active + ul,
.general-nav > ul > li a:focus + ul {
    display: block;

}
.general-nav > ul > li a:hover + ul,
.general-nav > ul > li a:active + ul,
.general-nav > ul > li a:focus + ul {
    display: block;

}
.general-nav > ul > li > a {
    display: inline-block;
}
.general-nav > ul > li > a:hover:after,
.general-nav > ul > li > a:active:after,
.general-nav > ul > li > a:focus:after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.general-nav > ul > li ul {
    position: absolute;
    top: 0px;
    left: 100%;
    padding: 0;
    width: 100%;
    display: none;
    z-index: 999999999;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.general-nav > ul > li ul:hover,
.general-nav > ul > li ul li a:active,
.general-nav > ul > li ul li a:focus {
    display: block;
}
.general-nav > ul > li ul li {
    position: relative;
    -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.05);
    background: #1F5A0A;
}
.general-nav > ul > li ul li ul {
    top: 0;
    left: 100%;
}
.general-nav > ul > li ul li ul a {

}
.general-nav > ul > li ul li a {
    padding: 10px 15px;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    color: #ffffff;
}
.general-nav > ul > li ul li:first-child {
    border-top: 1px solid #c0c0c0;
}
/*.general-nav > ul > li ul li a:hover,
.general-nav > ul > li ul li a:active,
.general-nav > ul > li ul li a:focus {
    background: #004a99;
    color: white !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}*/
.general-nav > ul > li.current-menu-item > ul  > li > ul {
   display: block;
}
.general-nav > ul:hover > .current-menu-item a:after,
.general-nav > ul:active > .current-menu-item a:after,
.general-nav > ul:focus > .current-menu-item a:after {
    opacity: 0;
}
.general-nav > ul:hover > .current-menu-item a:hover:after,
.general-nav > ul:active > .current-menu-item a:active:after,
.general-nav > ul:focus > .current-menu-item a:focus:after {
    opacity: 1;
}
.general-nav .current-menu-item > a {
    color: #FFFFFF;
    font-weight: 600;
    background: #1F5A0A;
}
.general-nav.horizontal-menu .current-menu-item > a {
    background: transparent;
}
.general-nav .current-menu-item > a:after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.header-lang {
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    z-index: 100000000;
}
.header-lang > input {
    display: none;
    visibility: hidden;
}
.header-lang > input:checked ~ .lang-elements {
    clip: auto;
    height: auto;
    overflow: visible;
    -moz-animation: fadeInRight 0.5s 0s ease both;
    -webkit-animation: fadeInRight 0.5s 0s ease both;
    -o-animation: fadeInRight 0.5s 0s ease both;
    -ms-animation: fadeInRight 0.5s 0s ease both;
    animation: fadeInRight 0.5s 0s ease both;
}
.header-lang > input:checked ~ label span {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
}
.header-lang > label {
    background: #f8f8f8;
    width: 45px;
    height: 45px;
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    cursor: pointer;
    text-align: center;
}
.header-lang > label:hover > em {
    color: inherit;
}
.header-lang > label > span {
    position: absolute;
    top: -11px;
    right: -11px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 2em;
    color: white;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header-lang > label > em {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #555555;
    font-size: 16px;
    line-height: 45px;
    cursor: pointer;
}
.lang-elements {
    right: 0;
    width: 315px;
    top: 55px;
}
.lang-elements > ul {
    -webkit-box-shadow: 0 -1px 0 #C0C0C0;
    box-shadow: 0 -1px 0 #C0C0C0;
}
.lang-elements > ul > li {
    background: white;
    margin: 0;
    -webkit-box-shadow: inset 0 -1px 0 #C0C0C0;
    box-shadow: inset 0 -1px 0 #C0C0C0;
}
.lang-elements > ul > li:hover {
    -webkit-box-shadow: inset 0 -1px 0 #004a99;
    box-shadow: inset 0 -1px 0 #004a99;
}
.lang-elements > ul > li:hover > div > span {
    color: #004a99;
}
.lang-elements > ul > li > div {
    padding: 11px;
}
.lang-elements > ul > li > div > h6 {
    padding-right: 33px;
}
.lang-elements > ul > li > div > span {
    color: #9f9f9f;
    font-size: 13px;
}
.lang-elements > ul > li > div a {
    color: #555555;
}
.lang-elements > ul > li > div .delete-item {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #f4f4f4;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.lang-elements > ul > li > div .delete-item:hover {
    background: #89d6dd;
    color: white;
}
.grand-total h5 {
    background: #f4f4f4;
    padding: 0 11px;
}
.grand-total h5,
.checkout-lang h5 {
    margin: 0;
    line-height: 50px;
    color: #555555;
}
.grand-total h5 > strong,
.checkout-lang h5 > strong {
    float: right;
    font-weight: 400;
}
.checkout-lang h5 a {
    color: white;
    display: block;
    padding: 0 11px;
}
.checkout-lang h5 a:hover {
    background: #89d6dd;
}
/* =============== - Footer - =============== */

.address-list {
    font-size: 13px;
}
.address-list ul li em {
    color: #004a99;
    font-size: 20px;
    line-height: 0.8em;
    vertical-align: text-bottom;
    margin-right: 6px;
}
.post-list > li {
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0;
    position: relative;
}
.post-list > li:first-child {
    padding-top: 0;
}
.post-list > li:last-child {
    border-bottom: none;
}
.post-list > li > em {
    position: absolute;
    font-size: 8px;
    width: 1em;
    height: 1em;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    color: #004a99;
    margin: auto;
}
.post-list > li a {
    color: #555555;
}
.post-list > li > p {
    margin: 0;
    font-size: 13px;
    line-height: 25px;
}
.igallery-list {
    margin-left: -5px;
    margin-right: -5px;
}
.igallery-list > li {
    padding: 5px;
}
.igallery-list > li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.igallery-list > li a:hover {
    opacity: 0.7;
}
.footer-meta {
    font-size: 13px;
    line-height: 34px;
    padding: 15px 0;
}
.footer-meta * { color: #ffffff; }
.copyright-area {
    margin: 0;
}
.social-title {
    padding-right: 16px;
}
.social-links > li {
    margin: 0 1px;
}
.social-links > li > a {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 2px;
    color: white;
    text-align: center;
    line-height: 34px;
    text-decoration: none;
    font-size: 20px;
    line-height: 37px;
}
.social-links > li .bg-light-gray:hover {
    opacity: 0.7;
}
.social-links.only-icons {
    float: none;
    margin-bottom: 28px;
}
.social-links.only-icons li {
    margin-right: 12px;
    font-size: 16px;
}
.social-links.only-icons a {
    color: #c9c9c9;
    text-align: left;
    height: 1em;
    width: 1em;
    line-height: 1em;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.social-links.only-icons a:hover {
    -webkit-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2);
    color: #004a99;
}
.footer-light .footer-meta {
    padding: 38px 0 38px;
}
.footer-light .social-links {
    margin-bottom: 28px;
}
.footer-light .social-links + p {
    margin: 0;
    font-size: 17px;
    color: #555555;
}
.footer-light .copyright-area {
    line-height: 1em;
    margin: 0;
}
.footer-contact > li > div {
    margin-top: 28px;
}
/* =============== - Sections - =============== */

.content-area {
    padding: 30px 0 0;
}

.callout-mini {
    padding: 10px 0;
}
.callout-mini h6 {
    line-height: 35px;
    margin: 0;
    padding: 0;
}
.callout-mini h6 span {
    padding-right: 10px;
}
.team-area {
    background: url(../img/team-bg.jpg) 0 center repeat transparent;
}
.bg-featured-area {
    background: url(../img/featured-bg.png) center center repeat transparent;
}
.bg-testimonials {
    background: url(../img/testimonials-bg.jpg) 0 center repeat transparent;
}
.bg-message {
    background: url(../img/message-bg.png) center center repeat transparent;
}
.team-area,
.bg-featured-area,
.bg-testimonials {
    background-size: cover;
    background-attachment: fixed;
}
.partner-section {
    padding: 36px 0;
    position: relative;
}
.content-area-no-bottom {
    padding: 84px 0 0;
}
.content-area-hold-items {
    padding: 84px 0 56px;
}
.blog-mini-slider {
    padding-top: 56px;
}
/* =============== - Sidebar - =============== */

.sidebar-area {
    background: #f8f8f8;
    -webkit-box-shadow: inset 0 0 0 1px #e5e4e4;
    box-shadow: inset 0 0 0 1px #e5e4e4;
    margin-bottom: 28px;
}
.sidebar-area .widget {
    padding: 35px 27px;
    border-top: 1px solid #e5e4e4;
}
.sidebar-area .widget > h5 {
    margin-top: 20px;
    margin-bottom: 48px;
    text-transform: uppercase;
    font-size: 17px;
    padding-left: 14px;
}
.light-style {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.light-style .widget {
    padding: 27px 0;
}
.light-style .widget:first-child {
    border: none;
    padding-top: 0;
}
.light-style .widget:first-child > h5 {
    margin-top: 0;
}
.side-menu > ul {
    margin: 0;
}
.side-menu > ul > li {
    padding: 6px 0;
    border-top: 1px solid #e5e4e4;
    color: #3d3d3d;
}
.side-menu > ul > li:first-child {
    border-top: none;
}
.side-menu > ul > li > a {
    color: inherit;
    font-size: 15px;
}
.side-menu > ul .current-item {
    color: #9f9f9f;
}
.side-about h6 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
}
.team-slider {
    position: relative;
}
.slider-nav {
    position: absolute;
    top: -50px;
    right: 0;
}
.slider-nav a {
    width: 25px;
    height: 25px;
    background: white;
    color: #555555;
    display: inline-block;
    font-size: 10px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
}
.slider-nav a:hover {
    text-decoration: none;
    background: #f2f2f2;
}
.team-items li > figure {
    margin-bottom: 38px;
}
.team-items li > h3 {
    font-size: 20px;
    font-weight: 800;
}
.team-items li > h3 > a:hover {
    text-decoration: none;
}
.team-items li > h3 > span {
    display: block;
    font-size: 13px;
    padding-top: 5px;
}
.form-side-holder > form > p {
    margin-bottom: 14px;
}
.form-side-holder > form button[type=reset] {
    padding-right: 0;
    padding-left: 0;
    float: right;
}
.form-side-holder > form button[type=reset]:hover {
    color: #004a99;
}
.form-side-holder > form button[type=reset] > em {
    margin-right: 0;
    font-size: 8px;
    margin-left: 11px;
}
.side-search + div {
    border: none !important;
    padding-top: 0 !important;
}
.side-search form {
    position: relative;
    height: 45px;
    right: 0;
    left: 0;
}
.side-search form input[type=text] {
    position: static;
    width: 100%;
    opacity: 1;
    background: #EFF8FF;
    height: 45px;
    padding: 11px 58px 11px 14px;
}
.side-search form button {
    right: 0;
    background: #e5e4e4;
}
.side-ads,
.side-ads + div {
    border: none !important;
    padding-top: 0 !important;
}
.ads-area {
    background: #f9f9f9;
}
.ads-area div {
    margin: 0;
    padding: 0;
}
.ads-area div figure {
    padding: 3px;
}
.ads-area .row {
    padding: 7px 4px 4px;
}
.ads-area > h6 {
    text-align: center;
    font-size: 10px;
    margin: 0;
    color: #aeaeae;
    text-transform: uppercase;
    line-height: 1em;
    padding: 12px 12px 0;
}
.ads-area > figure {
    padding: 10px;
}
.side-list ul {
    list-style: none;
    padding: 0;
}
.side-list ul > li {
    position: relative;
    padding: 5px 0 5px 15px;
    font-size: 15px;
}
.side-list ul > li > a {
    color: #3d3d3d;
}
.side-list ul > li:before {
    content: "\e3b1";
    width: 1em;
    height: 1em;
    line-height: 1em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-family: "moon";
    speak: none;
    font-size: 8px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    color: #004a99;
}
.tags-list li {
    margin: 0 3px 6px 3px;
}
.tags-list a {
    background: #f8f8f8;
    display: inline-block;
    color: #3d3d3d;
    padding: 5px 17px;
    font-size: 12px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tags-list a:hover {
    text-decoration: none;
    background: #004a99;
    color: white;
}
.popular-posts h5 {
    line-height: 14px;
    margin: 0;
}
.popular-posts em {
    font-style: normal;
    font-size: 13px;
    color: #aeaeae;
}
.popular-posts span {
    display: block;
    font-size: 13px;
    color: #3d3d3d;
}
.popular-posts span em {
    margin-right: 3px;
}
.popular-posts > li {
    margin-bottom: 40px;
}
.popular-posts > li > div {
    margin: 0;
}
.popular-posts > li > div div {
    padding: 0;
}
.popular-posts > li figure {
    padding-right: 9px;
}
.popular-posts a:hover {
    text-decoration: none;
}
.twitter-feed > li {
    margin-bottom: 25px;
}
.twitter-feed > li a {
    color: inherit;
}
.twitter-feed > li p {
    margin: 0;
}
.twitter-feed > li div {
    position: relative;
    padding-left: 34px;
}
.twitter-feed > li div > em {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}
.twitter-feed > li div > span {
    color: #555555;
    font-size: 12px;
    font-weight: 400;
}
.twitter-feed.border > li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}
.twitter-feed.border > li:first-child {
    padding-top: 0;
}
.twitter-feed.border > li:last-child {
    border: none;
}
.twitter-feed.border > li div > em {
    font-size: 14px;
}
/* =============== - UI - =============== */

.js-broken {
    display: none;
}
.js .general-container > section,
.js .general-container > footer {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.general-container.loadded > section,
.general-container.loadded > footer {
    opacity: 1;
}
.bredcumbs-area {
    color: #4C4C4C;
    background-color: #F3F3F3;
    border: 1px solid silver;
    overflow: hidden;
        margin-top: 15px !important;
}
.bredcumbs-area h3 {
    margin: 16px 0;
    color: inherit;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 1.2em;
}
.bredcumbs-area h6 {
    margin: 0 0 0 21px;
}
.bredcrumb-list {
    float: right;
    line-height: 35px;
    font-size: 15px;
}
.bredcrumb-list > li {
    padding-left: 0;
    padding-right: 5px;
    position: relative;
}
.bredcrumb-list > li:first-child {
    padding-left: 0;
}
.bredcrumb-list > li:first-child:before {
    content: "";
    display: none;
}
.bredcrumb-list > li:before {
    content: "/";
    padding-right: 5px;
}
.bredcrumb-list > li a {
    color: inherit;
    font-size: 13px;
}
.bredcrumb-list > li a:hover {
    opacity: 0.9;
}
.bredcrumb-list > li span {
    color: #a1e6ec;
}
.bg-light-gray.bredcumbs-area {
    border-bottom: 1px solid #e5e4e4;
}
.bg-light-gray.bredcumbs-area h3 {
    color: #555555;
}
.bg-light-gray.bredcumbs-area li:before,
.bg-light-gray.bredcumbs-area a {
    color: #3d3d3d;
}
.bg-light-gray.bredcumbs-area span {
    color: #9f9f9f;
}
[class*="tooltip-"] {
    /*cursor: help;*/
    
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
[class*="tooltip-"]:after {
    content: attr(data-tooltip-message);
    position: absolute;
    font-weight: 300;
    background: #004a99;
    color: white;
    padding: 8px 12px;
    display: block;
    max-width: 240px;
    text-align: center;
    left: 22px;
    display: none;
    font-size: 16px;
}
.tooltip-bottom:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 5px solid #004a99;
    border-right: 5px solid #004a99;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    left: 44px;
    display: none;
}
.tooltip-top:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid #1D1D1D;
    border-left: 5px solid #1D1D1D;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: 44px;
    display: none;
}
[class*="tooltip-"]:hover:before,
[class*="tooltip-"]:hover:after {
    display: block;
}
.tooltip-top:after {
    bottom: 105%;
}
.tooltip-top:before {
    top: -5px;
}
.tooltip-bottom:after {
    top: 60px;
    z-index: 9;
}
.tooltip-bottom:before {
    top: 50px;
}
.featured-item {
    background: white;
    padding: 68px 30px;
    border: 1px solid #e5e4e4;
    margin: 107px 0 34px;
    position: relative;
}
.featured-item > span {
    width: 124px;
    height: 124px;
    display: block;
    position: absolute;
    right: 18px;
    top: -75px;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    text-align: center;
}
.featured-item > span > em,
.featured-item > span img {
    font-size: 56px;
    color: white;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.featured-item h1 {
    font-weight: 800;
}
.featured-item h1 > a:hover {
    text-decoration: none;
}
.read-more-link {
    color: #555555;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.read-more-link > em {
    font-size: 6px;
    color: #1f5a0a;
    margin-left: 12px;
    margin-right: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    top: -1px;
}
.read-more-link:hover {
    text-decoration: none;
    color: ##1f5a0a;
}
.read-more-link:hover > em {
    margin-left: 6px;
}
body .only-left-icon > li {
    margin-bottom: 28px;
}
body .only-left-icon > li p {
    padding-left: 52px;
}
.fancy-contact-box {
    position: relative;
    padding-left: 83px;
    padding-bottom: 28px;
}
.fancy-contact-box > h1 {
    font-size: 20px;
    line-height: 1em;
    font-weight: 800;
}
.fancy-contact-box > em {
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    display: block;
    border-right: 1px solid #e5e4e4;
}
@-webkit-keyframes fallPerspective {
    100% {
        -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes fallPerspective {
    100% {
        transform: translateZ(100px) translateY(0px) rotateX(1000deg);
        opacity: 1;
    }
}
@keyframes fallPerspective {
    100% {
        transform: translateZ(0px) translateY(0px) rotateX(0deg);
        opacity: 1;
    }
}
.testimonials-items {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}
.testimonials-items .shown {
    opacity: 1;
}
.testimonials-items .animate {
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -moz-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -ms-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -webkit-animation: fallPerspective 0.8s ease-in-out forwards;
    -moz-animation: fallPerspective 0.8s ease-in-out forwards;
    animation: fallPerspective 0.8s ease-in-out forwards;
}
.testimonials-items > li {
    overflow: hidden;
    margin-bottom: 28px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
}
.testimonials-items > li > div {
    border: 1px solid #f4f4f4;
    padding: 28px;
}
.testimonials-items > li > div > figure {
    float: left;
    width: 25%;
}
.testimonials-items > li > div > figure > a > img {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    overflow: hidden;
}
.testimonials-items > li > div > h3 {
    font-size: 20px;
    padding-left: 22px;
    padding-top: 7px;
    float: left;
    width: 75%;
}
.testimonials-items > li > div > h3 > a {
    font-weight: 800;
}
.testimonials-items > li > div > h3 > a:hover {
    text-decoration: none;
}
.testimonials-items > li > div > h3 > span {
    display: block;
    font-size: 13px;
    padding-top: 5px;
}
.testimonials-content > p:last-child {
    margin-bottom: 0;
}
.testimonials-content > p:first-child:before {
    content: "\0022";
}
.testimonials-content > p:last-child:after {
    content: "\0022";
}
.testimonial-slider-container {
    position: relative;
}
#testimonial-slider {
    padding: 0 !important;
}
.testimonial-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.testimonial-nav li > a {
    color: white;
    font-size: 32px;
    position: absolute;
    height: 1em;
    top: 50%;
    margin: auto 0;
    opacity: 0.7;
    -webkit-transform: translate(0, -80%);
    -ms-transform: translate(0, -80%);
    transform: translate(0, -80%);
}
.testimonial-nav li > a:hover {
    text-decoration: none;
    opacity: 1;
}
.testimonial-nav .arrow-left > a {
    left: 5%;
}
.testimonial-nav .arrow-right > a {
    right: 5%;
}
.statistic-element > li input[type="text"]:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.featured-list > li {
    margin-bottom: 50px;
}
.featured-list > li > h3 {
    font-size: 18px;
    line-height: 25px;
    position: relative;
    padding-left: 52px;
}
.featured-list > li > h3 > em,
.featured-list > li > h3 > span {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
}
.featured-list > li > h3 > span {
    width: 28px;
}
.featured-list > li > h3 > span + a {
    border-left: 1px solid #d1d1d1;
    display: inline-block;
    padding-left: 27px;
}
.featured-list > li > p {
    margin-bottom: 25px;
}
.portfolio-filter,
.fancy-select {
    width: 180px;
    position: relative;
    font-size: 13px;
    line-height: 36px;
    color: #555555;
    display: inline-block;
    margin-bottom: 30px;
}
.portfolio-filter > input[type=checkbox],
.fancy-select > input[type=checkbox] {
    display: none;
}
.portfolio-filter > input[type=checkbox]:checked ~ ul,
.fancy-select > input[type=checkbox]:checked ~ ul {
    display: block;
}
.portfolio-filter *,
.fancy-select * {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.portfolio-filter > label,
.fancy-select > label {
    display: block;
    cursor: pointer;
    background: #EFF8FF;
    font-weight: 500;
    margin: 0;
    padding: 0 36px 0 16px;
    border: 1px solid #e5e4e4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.portfolio-filter > label > em,
.fancy-select > label > em {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    text-align: center;
    font-size: 9px;
}
.portfolio-filter > label:hover,
.fancy-select > label:hover {
    background: #f8f8f8;
}
.portfolio-filter > ul,
.fancy-select > ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    z-index: 10;
    border-left: 1px solid #e5e4e4;
    border-right: 1px solid #e5e4e4;
}
.portfolio-filter > ul > li > a,
.fancy-select > ul > li > a {
    display: block;
    color: inherit;
    background: #EFF8FF;
    border-bottom: 1px solid #e5e4e4;
    padding: 0 16px;
}
.portfolio-filter > ul > li > a:hover,
.portfolio-filter > ul > li > a.current,
.fancy-select > ul > li > a:hover,
.fancy-select > ul > li > a.current {
    text-decoration: none;
    background: #f8f8f8;
    color: #004a99;
}
.fancy-select .active {
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.current-thumb {
    opacity: 0.7;
}
.fancy-number-pick {
    display: table;
    position: relative;
}
.fancy-number-pick span {
    position: absolute;
    top: 0;
    width: 33px;
    height: 33px;
    background: #EFF8FF;
    color: #a5a5a5;
    text-align: center;
    left: 0;
    border: 1px solid #dbdbdb;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.fancy-number-pick span:hover {
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.fancy-number-pick span:active {
    -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.fancy-number-pick input {
    border: 1px solid #dbdbdb;
    padding-left: 25px;
}
.fancy-number-pick input + span {
    left: auto;
    right: 0;
}
.portfolio-switcher {
    float: right;
    line-height: 36px;
    margin-bottom: 50px;
}
.portfolio-switcher > ul > li {
    padding: 0 16px;
    border-left: 1px solid #e5e4e4;
}
.portfolio-switcher > ul > li:first-child {
    border: none;
}
.portfolio-switcher > ul > li:last-child {
    padding-right: 0;
}
.portfolio-switcher > ul > li > a:hover {
    text-decoration: none;
}
.portfolio-switcher > ul .active-state a {
    color: #555555;
}
.portfolio-list a:hover {} .portfolio-list > li {
    margin-top: 10px;
    margin-bottom: 10px;
}
.portfolio-list > li h1 {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 40px;
}
.portfolio-list > li h3 {
    margin-bottom: 9px;
    font-size: 25px;
    line-height: 30px;
}
.portfolio-list > li h5 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 25px;
}
.portfolio-item {
    line-height: 1em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.portfolio-item figure {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.portfolio-item figure img {
    display: inline;
}
.portfolio-item figure:hover > figcaption {
    background: rgba(48, 131, 146, 0.6);
}
.portfolio-item figure:hover > figcaption span {
    opacity: 1;
}
.portfolio-item figure:hover > figcaption a:first-child,
.portfolio-item figure:hover > figcaption a:last-child {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.portfolio-item figure > figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-perspective: 10000px;
    -moz-perspective: 10000px;
    perspective: 10000px;
}
.portfolio-item figure > figcaption span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -55px;
    opacity: 0;
}
.portfolio-item figure > figcaption span.single {
    margin: -27px 0 0 -23px;
}
.portfolio-item figure > figcaption span a {
    display: block;
    width: 55px;
    height: 55px;
    color: #555555;
    background: #f4f4f4;
    float: left;
    line-height: 55px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.portfolio-item figure > figcaption span a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.portfolio-item figure > figcaption span a:first-child {
    color: white;
    background: #89d6dd;
    -webkit-transform: translate(500%, 0);
    -ms-transform: translate(500%, 0);
    transform: translate(500%, 0);
}
.portfolio-item figure > figcaption span a:last-child {
    -webkit-transform: translate(-500%, 0);
    -ms-transform: translate(-500%, 0);
    transform: translate(-500%, 0);
}
.portfolio-item.circle figure {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    -webkit-clip-path: circle(50%, 50%, 50%);
}
.portfolio-item.circle figure > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.portfolio-item.circle figure > figcaption a {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    position: relative;
}
.portfolio-item.circle figure > figcaption a:first-child {
    right: -5px;
}
.portfolio-item.circle figure > figcaption a:last-child {
    left: -5px;
}
.portfolio-category {
    margin-bottom: 36px;
    line-height: 1em;
}
.portfolio-category > li {
    padding-right: 5px;
}
.portfolio-category > li > a {
    color: #aeaeae;
}
.portfolio-category > li > a:hover {
    color: #555555;
}
.portfolio-category > li > a:after {
    content: ",";
}
.portfolio-category > li:last-child a:after {
    content: "";
}
.view-all-link > a {
    color: #555555;
    border-bottom: 1px solid transparent;
}
.view-all-link > a:hover {
    text-decoration: none;
    border-bottom: 1px dotted;
}
body .portfolio-item figure .meta-bottom-portfolio {
    position: relative;
    padding: 28px 138px 28px 28px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}
body .portfolio-item figure .meta-bottom-portfolio .tags-list > li {
    margin-bottom: 0;
}
body .portfolio-item figure .meta-bottom-portfolio a:hover {
    color: white;
}
body .portfolio-item figure .meta-bottom-portfolio span {
    margin: 0;
    left: auto;
    right: 28px;
    top: 28px;
    opacity: 1;
}
body .portfolio-item figure .meta-bottom-portfolio span > a {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
body .portfolio-item figure .meta-bottom-portfolio:hover {
    background: inherit;
    opacity: 1;
}
body .portfolio-item figure:hover .meta-bottom-portfolio {
    opacity: 1;
}
.content-area-no-bottom .portfolio-slider li,
.content-area-no-bottom .portfolio-slider li .portfolio-item figure {
    margin-bottom: 0;
}
.meta-bottom-portfolio .zoom-img + a:hover em {
    color: #333333;
}
#carousel-features {
    margin-left: -15px;
    margin-right: -15px;
}
#carousel-features > ul > li > p {
    padding: 0 15px;
}
#carousel-features > ul > li > h3 {
    margin-left: 15px;
}
#carousel-posts {
    margin-left: -15px;
    margin-right: -15px;
}
#carousel-posts > ul > li > article {
    padding: 0 15px;
}
.portfolio-border .meta-bottom-portfolio {
    -webkit-box-shadow: inset 0 -1px 0 #ededed, inset -1px 0 0 #ededed, inset 1px 0 0 #ededed;
    box-shadow: inset 0 -1px 0 #ededed, inset -1px 0 0 #ededed, inset 1px 0 0 #ededed;
    opacity: 1 !important;
}
.portfolio-border .meta-bottom-portfolio h6 {
    margin-bottom: 0;
}
.portfolio-border .meta-bottom-portfolio span {
    top: 20px !important;
}
.portfolio-border .meta-bottom-portfolio span a {
    width: 42px;
    height: 42px;
    background: white !important;
    color: #89d6dd !important;
    line-height: 46px !important;
    margin-right: 5px;
    opacity: 0;
}
.portfolio-border .portfolio-item:hover .meta-bottom-portfolio h6 a {
    color: white;
}
.portfolio-border .portfolio-item:hover .meta-bottom-portfolio span a {
    opacity: 1;
}
#carousel-portfolio {
    margin-left: -15px;
    margin-right: -15px;
}
#carousel-portfolio > ul > li > div {
    padding: 0 15px;
}
ul.single-blog-meta {
    margin-bottom: 28px;
}
ul.single-blog-meta > li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e4e4;
}
ul.single-blog-meta > li:last-child {
    border-bottom: none;
}
ul.single-blog-meta > li strong {
    min-width: 68px;
    display: inline-block;
}
ul.blog-social {
    border: 1px solid #e5e4e4;
    padding: 12px;
    margin-bottom: 28px;
}
ul.blog-social > li {
    padding: 0 8px;
    font-size: 13px;
    width: 16.66667%;
    text-align: center;
    border-left: 1px solid #e5e4e4;
}
ul.blog-social > li:first-child {
    border-left: none;
}
ul.blog-social > li > a {
    color: #b4b4b4;
    display: inline-block;
}
ul.blog-social > li > a:hover {
    text-decoration: none;
    color: #555555;
}
ul.blog-social > li > a em {
    margin-right: 8px;
}
[class*="pricing-table"] {
    margin-top: 60px;
    margin-bottom: 75px;
}
.pricing-item {
    background: #EFF8FF;
    border: 1px solid #e5e4e4;
    padding-bottom: 21px;
    margin-bottom: 40px;
}
.pricing-item > header > figure + h2 {
    margin-bottom: 20px;
}
.pricing-item > header > figure + h2 span {
    display: block;
}
.pricing-item:hover .pricing-top:before {
    top: -155%;
}
.pricing-top {
    padding: 27px;
    position: relative;
    overflow: hidden;
}
.pricing-top:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 250%;
    top: -150%;
    left: -25%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pricing-top > div {
    padding: 0 30%;
}
.pricing-top > div h6 {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto;
    width: 100%;
}
.pricing-top > div span {
    display: block;
    font-size: 15px;
    color: #9f9f9f;
}
.pricing-features {
    margin-bottom: 24px;
}
.pricing-features > li {
    padding: 8px;
}
.clasico-list {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    background: #fefefe;
    text-align: left;
    margin-bottom: 30px;
}
.clasico-list > ul {
    display: table;
    margin: 20px auto;
}
.odd-list > li:nth-child(2n) {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background: #fefefe;
}
.best-choose {
    position: absolute;
    left: -16px;
    right: -16px;
    top: -36px;
    padding-bottom: 37px;
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
    z-index: 10;
    border: none;
}
.best-choose .pricing-features {
    margin-bottom: 38px;
}
.best-choose .pricing-top {
    padding: 33px 27px;
}
.pricing-table-image .best-choose header {
    overflow: hidden;
}
.pricing-table-image .best-choose figure {
    margin: 0 -30px;
}
.pricing-table-image .best-choose .pricing-features {
    margin-bottom: 20px;
}
.pricing-table-image .best-choose .pricing-acction {
    padding: 11px 0;
}
.pricing-table-image .pricing-features em {
    font-size: 8px;
    margin-right: 12px;
}
.show-product-iphone {
    position: relative;
}
.devices-show {
    position: absolute;
    bottom: 0;
}
#text-effect {
    display: none;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 38%;
    text-overflow: ellipsis;
}
.blog-post video {
    width: 100%;
}
.blog-post blockquote {
    font-size: 17px;
}
.blog-post blockquote cite {
    position: relative;
    display: block;
    padding-right: 30px;
}
.blog-post blockquote cite:after {
    content: "\201C";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 50px;
    line-height: 1em;
}
.blog-post figure,
.blog-post ul {
    margin: 0 0 10px;
}
.blog-post div > figure {
    position: relative;
    overflow: hidden;
}
.blog-post div > figure:hover figcaption {
    opacity: 1;
    -moz-animation: fadeInUp 0.5s 0s ease both;
    -webkit-animation: fadeInUp 0.5s 0s ease both;
    -o-animation: fadeInUp 0.5s 0s ease both;
    -ms-animation: fadeInUp 0.5s 0s ease both;
    animation: fadeInUp 0.5s 0s ease both;
}
.blog-post div > figure > figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
}
.blog-post div > figure > figcaption > ul {
    display: table;
    margin: 0 auto;
    padding: 13px;
}
.blog-post div > figure > figcaption > ul strong,
.blog-post div > figure > figcaption > ul a:hover {
    color: white;
}
blockquote.bg-light-gray {
    padding: 60px 45px;
    position: relative;
}
blockquote.bg-light-gray:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left: 6px solid #004a99;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
blockquote.bg-light-gray > p {
    font-size: 25px;
    line-height: 35px;
    color: #555555;
}
blockquote.bg-light-gray > p:first-child:before {
    content: "\201C";
}
blockquote.bg-light-gray > p:first-child:after {
    content: "\201D";
}
blockquote.bg-light-gray cite {
    color: #9f9f9f;
}
blockquote.bg-light-gray cite:after {
    content: "";
}
.blog-meta,
.product-meta {
    margin: 0 0 28px;
}
.post-title {
    font-size: 30px;
    line-height: 40px;
}
.post-title a:hover {
    text-decoration: none;
}
.offer-title {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.offer-title a {
    color: #555555;
}
.offer-title a:hover {
    text-decoration: underline;
    color: #1f5a0a;
}
.content-offer-title {
    margin-bottom: 10px;
}
.fancy-post-title {
    font-size: 25px;
    position: relative;
    padding-left: 75px;
}
.fancy-post-title > a:hover {
    text-decoration: none;
}
.fancy-post-title > em {
    position: absolute;
    display: block;
    width: 55px;
    height: 55px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 55px;
}
.fancy-post-title span {
    display: block;
}
.fancy-post-title span > a {
    font-size: 13px;
}
.blog-meta > li {
    padding: 0 12px;
    line-height: 1em;
    border-left: 1px solid #aeaeae;
}
.blog-meta > li:first-child {
    padding-left: 0;
    border-left: none;
}
.blog-meta > li:last-child {
    border-left: none;
}
/*.blog-meta > li:last-child a {
            color: #aeaeae; }*/

.blog-meta > li:last-child a:after {
    content: ",";
}
.blog-meta > li:last-child a:last-child:after {
    content: "";
}
.blog-meta a {
    font-size: 13px;
}
.blog-meta strong,
.blog-meta em {
    font-size: 15px;
    font-weight: 300;
}
.blog-meta em + a {
    color: #3d3d3d;
    font-weight: 400;
}
.blog-meta em + a:hover {
    color: #3d3d3d;
}
.author-link {
    color: #3d3d3d !important;
    font-weight: 400;
}
.thumbs-space {
    padding-right: 8.3333%;
}
.product-meta > li {
    padding: 0 12px;
    line-height: 1em;
    border-left: 1px solid #aeaeae;
}
.product-meta > li:first-child {
    padding-left: 0;
    border-left: none;
}
.product-meta a {
    font-size: 15px;
}
.pagination-items {
    margin-bottom: 28px;
}
.pagination-items li {
    padding-left: 1px;
    font-size: 12px;
}
.pagination-items li:first-child {
    padding: 0 14px 0 0;
    font-size: 9px;
}
.pagination-items li:last-child {
    padding: 0 0 0 15px;
    font-size: 9px;
}
.pagination-items a,
.pagination-items span {
    padding: 0;
    display: block;
    width: 27px;
    height: 27px;
    border: 1px solid #e5e4e4;
    line-height: 27px;
    text-align: center;
    color: #9f9f9f;
}
.pagination-items a:hover {
    text-decoration: none;
    border-color: #004a99;
    color: #004a99;
}
.pagination-items.big li:first-child,
.pagination-items.big li:last-child {
    padding: 0 1px;
}
.pagination-items.big a,
.pagination-items.big span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #555555;
    font-weight: 400;
}
.pagination-items.big a:hover {
    text-decoration: none;
    border-color: #e5e4e4;
    color: #004a99;
}
.active-page a {
    border-color: #004a99;
}
.pagination-items.big .active-page a {
    border-color: #EFF8FF;
    background: #EFF8FF;
}
.post-comments .blog-meta {
    margin-bottom: 10px;
}
.post-comments li > div {
    overflow: hidden;
    padding: 20px 0;
}
.post-comments li > div figure {
    float: left;
    width: 90px;
}
.post-comments li > div figure + div {
    padding-left: 30px;
    float: left;
}
.post-comments li > div + ul {
    padding-left: 60px;
}
.audio-player {
    margin-bottom: 28px;
    position: relative;
}
.audio-player > ul > li > a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-right: 1px solid #e5e4e4;
    color: #555555;
}
.audio-player > ul > li > a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.05);
}
.audio-player > div {
    position: absolute;
    top: 0;
    height: 45px;
    line-height: 45px;
}
.audio-player > div span,
.audio-player > div em {
    cursor: pointer;
}
.audio-time-line {
    left: 151px;
    right: 112px;
    font-size: 12px;
    text-align: right;
}
.audio-time-line > span {
    position: absolute;
    height: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 90px;
    margin: auto;
    background: #e9e9e9;
}
.audio-time-line > span > span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 60%;
}
.audio-time-line em {
    font-style: normal;
}
.audio-sound {
    right: 0;
    width: 96px;
    border-left: 1px solid #e5e4e4;
    padding: 0 12px;
}
.audio-sound > span {
    height: 4px;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 36px;
    right: 12px;
}
.audio-sound > span > span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 60%;
}
.blog-slides > li > figure {
    position: relative;
}
.blog-slides > li > figure > figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 190px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    line-height: 1.54em;
}
.blog-slides > li > figure .show-caption {
    opacity: 1;
}
.blog-slider-date {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 124px;
    font-size: 40px;
    line-height: 1em;
    padding: 22px 0;
}
.blog-slider-date > span {
    display: block;
    text-align: center;
}
body .blog-slider-caption {
    padding: 22px 22px 22px 154px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: table;
    margin: 0;
}
body .blog-slider-caption > * {
    margin: 0;
}
.blog-slider-nav > li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e5e4e4;
    cursor: pointer;
}
.blog-slider-nav > li:first-child {
    padding-top: 0;
}
.blog-slider-nav > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.blog-slider-nav > li > div {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-slider-nav > li > div:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 164px;
    margin: auto 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-slider-nav .current > div {
    border-right: 4px solid #004a99;
    padding: 10px;
    background: #EFF8FF;
    position: relative;
}
.blog-slider-nav .current > div:before {
    right: -9px;
    border-left: 5px solid #004a99;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.team-members {
    -webkit-backface-visibility: hidden;
}
.team-members > li {
    margin-bottom: 35px;
}
.team-members .member-item {
    padding: 21px;
}
.col-md-4 .member-item {
    padding: 10px !important;
}
.col-md-4 .member-item > figure {
    -webkit-transform-origin: 50% 15%;
    -moz-transform-origin: 50% 15%;
    -ms-transform-origin: 50% 15%;
    transform-origin: 50% 15%;
    -webkit-transform: scale(3, 3);
    -ms-transform: scale(3, 3);
    transform: scale(3, 3);
}
.col-md-3 .member-item > figure {
    -webkit-transform-origin: 50% 9%;
    -moz-transform-origin: 50% 9%;
    -ms-transform-origin: 50% 9%;
    transform-origin: 50% 9%;
    -webkit-transform: scale(3.5, 3.5);
    -ms-transform: scale(3.5, 3.5);
    transform: scale(3.5, 3.5);
}
.member-item {
    overflow: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}
.member-item > figure {
    width: 40%;
    margin: 0 auto 21px;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.member-item > figure img {
    -moz-transform: rotate(0.0001deg);
}
.member-item:hover > figure {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.member-item > h5 {
    font-size: 20px;
    margin-bottom: 25px;
}
.member-item > h5 > span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-top: 12px;
}
.member-item > p,
.member-item > div a {
    margin-bottom: 25px;
    font-size: 15px;
}
.custom-callout {
    padding: 42px 28px;
    margin: 48px 0;
    position: relative;
    background-size: cover;
}
.custom-callout.team-area {
    background-attachment: scroll;
}
.custom-callout.clasico-section {
    border: 1px solid #e5e4e4;
}
.callout-bg,
.callout-ico {
    position: absolute;
    top: 0;
    bottom: 0;
}
.callout-bg > img,
.callout-ico > img {
    position: absolute;
    bottom: 27px;
}
.callout-bg {
    right: 42px;
}
.to-border {
    right: 0;
}
.to-border > img {
    bottom: -22px;
}
.callout-ico {
    left: 0;
    padding: 0;
}
.callout-ico > em {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    left: 0;
    right: 0;
}
.callout-ico > ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 42px 18px 42px 0;
    border-right: 1px solid #89d6dd;
}
.callout-ico > ul > li {
    height: 33.3333%;
    position: relative;
}
.callout-ico > ul > li > em {
    display: table;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.toggle-list {
    margin-bottom: 24px;
}
.toggle-list > li {
    border: 1px solid #e5e4e4;
    overflow: hidden;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 3px;
    position: relative;
}
.toggle-list > li > input[type="checkbox"],
.toggle-list > li input[type="radio"] {
    display: none;
}
.toggle-list > li > input[type="checkbox"]:checked + span em,
.toggle-list > li input[type="radio"]:checked + span em {
    color: white;
}
.toggle-list > li > input[type="checkbox"]:checked ~ label,
.toggle-list > li input[type="radio"]:checked ~ label {
    background: #004a99;
    color: white;
}
.toggle-list > li > input[type="checkbox"]:checked ~ label > em,
.toggle-list > li input[type="radio"]:checked ~ label > em {
    background: white;
    color: #004a99;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.toggle-list > li > input[type="checkbox"]:checked ~ .toggle-content,
.toggle-list > li input[type="radio"]:checked ~ .toggle-content {
    padding-top: 25px;
    height: auto;
    max-height: 1200px;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}
.toggle-list > li > label {
    color: #555555;
    font-weight: 300;
    position: relative;
    display: block;
    padding: 12px 55px 12px 22px;
    background: #EFF8FF;
    -webkit-box-shadow: 0 1px 0 #e5e4e4;
    box-shadow: 0 1px 0 #e5e4e4;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    margin: 0;
}
.toggle-list > li > label > em {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    text-align: center;
    line-height: 23px;
    font-size: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.toggle-list > li > span {
    position: absolute;
    top: 6px;
    left: 20px;
    z-index: 10;
}
.toggle-list > li > span > em {
    font-size: 25px;
}
.toggle-list > li > span + label {
    padding-left: 64px;
}
.simple.toggle-list > li {
    border: none;
}
.simple.toggle-list > li label {
    background: none;
    border-bottom: 1px solid #e5e4e4;
}

.simple.toggle-list > li label > em {
    background: #e5e4e4;
}
.simple.toggle-list > li > input[type="checkbox"]:checked + span em,
.simple.toggle-list > li input[type="radio"]:checked + span em {
    color: #004a99;
}
.simple.toggle-list > li > input[type="checkbox"]:checked ~ label,
.simple.toggle-list > li input[type="radio"]:checked ~ label {
    background: none;
    color: #555555;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.simple.toggle-list > li > input[type="checkbox"]:checked ~ label > em,
.simple.toggle-list > li input[type="radio"]:checked ~ label > em {
    background: #004a99;
    color: white;
}
.toggle-content {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
}
.toggle-content ul { list-style: initial !important; padding-left: 15px; }
.toggle-content p,
.toggle-content figure {
    margin-bottom: 25px;
}
.tabs-holder {
    border: 1px solid #f2f1f1;
}
.tabs-holder .tabs-nav {
    width: 100%;
}
.tabs-holder .tabs-nav > li {
    border-right: 1px solid #f2f1f1;
    border-bottom: 1px solid #f2f1f1;
    padding: 14px;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tabs-holder .tabs-nav > li.current {
    border-bottom-color: transparent;
    color: #555555;
    -webkit-box-shadow: inset 0 2px #89d6dd;
    box-shadow: inset 0 2px #89d6dd;
}
.tabs-holder .tabs-nav > li:hover {
    background: rgba(0, 0, 0, 0.01);
}
.tabs-holder .tabs-nav > li:last-child {
    border-right: none;
}
.tabs-holder .tabs-content {
    margin: 28px;
}
.quote-slider {
    padding: 50px 75px 50px 50px;
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
}
.quote-slider p {
    line-height: 40px;
    margin-bottom: 0;
}
.note-area {
    padding: 38px 23px;
    margin: 0 0 64px;
}
.note-area > div {
    padding-right: 0;
}
.note-area h5 {
    margin-bottom: 0;
    line-height: 45px;
}
.note-area [class*="btn-"] {
    margin: 0;
}
.special-box {
    margin-bottom: 0;
    padding: 24px 24px 24px 0;
    border-right: 4px solid #004a99;
    margin-right: 18px;
    color: #3d3d3d;
    font-weight: 400;
}
.special-box.align-right {
    padding-right: 0;
    padding-left: 24px;
    border-right: none;
    border-left: 4px solid #004a99;
    margin-right: 0;
    margin-left: 18px;
}
.feature-bage {
    padding: 12px 20%;
}
.feature-bage figure {
    background: #f6f6f6;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    box-shadow: inset 0 0 10px 1px #f6f6f6;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.feature-bage figure:hover {
    box-shadow: inset 0 0 0 1px;
    background: none;
}
.feature-bage figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.counter-item hr {
    margin: 0 auto 28px;
    width: 30%;
}
.under-construction {
    width: 100%;
    height: 100%;
    background: url(../img/under.jpg) 0 0 no-repeat fixed transparent;
    background-size: cover;
    position: relative;
}
.under-construction .statistic-element > li > div {
    padding: 0 15px;
}
.under-container {
    position: absolute;
    display: table;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 28px 0;
}
.under-container a:hover {
    text-decoration: none;
}
.under-container .general-logo {
    margin-bottom: 46px;
    color: white;
}
.under-container .general-logo em {
    color: white;
}
.under-container .general-logo:after {
    display: none;
}
.under-container .search-form button {
    line-height: 41px;
}
.under-container .search-form button input {
    color: black !important;
}
.shop-table {
    width: 100%;
}
.shop-table tr,
.shop-table td,
.shop-table th {
    border: 1px solid #eeeeee;
}
.shop-table thead {
    background: #f8f8f8;
    font-size: 20px;
    color: #555555;
}
.shop-table thead th {
    font-weight: 300;
    padding: 9px;
}
.shop-table td {
    padding: 35px 17px;
    text-align: center;
}
.shop-table td input[type=number] {
    width: 50%;
    padding: 5px 10px;
    line-height: 1.2em;
}
.product-name {
    width: 30%;
}
.product-price,
.product-status,
.product-quantity,
.product-subtotal {
    width: 15%;
}
.show-product {
    margin: 0;
    text-align: left;
}
.show-product .col-md-4 {
    padding-right: 0;
}
.show-product h6,
.show-product ul {
    margin-bottom: 4px;
    line-height: 1.2em;
}
.amount {
    font-size: 26px;
    display: block;
}
.product-remove a {
    color: #6a6a6a;
}
.product-remove a:hover {
    text-decoration: none;
    color: #004a99;
}
.lang-footer {
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    border-top: none;
    margin-bottom: 60px;
}
.coupon-area {
    padding: 0 42px;
}
.coupon-area span {
    margin-right: 10px;
}
.coupon-area input {
    padding: 4px 12px;
    border: 1px solid whitesmoke;
}
.lang-btns {
    padding: 0 42px;
}
.shipping-cost input,
.shipping-cost select {
    display: block;
    width: 100%;
    padding: 3px 12px;
}
.grand-total-box {
    border: 1px solid #e8e8e8;
    text-align: center;
    margin-bottom: 28px;
}
.grand-total-box > h5 {
    font-size: 22px;
    padding: 17px;
    background: #fdfdfd;
    margin: 0;
}
.grand-total-box > ul > li {
    padding: 17px;
    color: #555555;
    border-top: 1px solid #f1f1f1;
}
.grand-total-box > ul > li > span {
    margin-left: 8px;
    color: #9f9f9f;
}
.quantity-input {
    width: 100px;
    padding: 5px 10px;
    line-height: 1.2em;
}
.product-category {
    margin-bottom: 28px;
}
.product-category > li {
    padding-right: 5px;
}
.product-category > li a:after {
    content: ",";
}
.product-category > li:last-child a:after {
    content: "";
}
.product-description > h5 {
    margin-bottom: 14px;
}
.rating-list a {
    font-size: 15px;
    color: #c7c8c8;
}
.rating-list a:hover {
    text-decoration: none;
}
.product-item {
    border: 1px solid whitesmoke;
    border-radius: 3px;
    margin-bottom: 28px;
}
.product-item > figure {
    position: relative;
    overflow: hidden;
}
.product-item > figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.product-item > figure figcaption > a {
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item > figure span {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 14px;
    padding: 2px 8px;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.product-item > figure:hover figcaption > a {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    opacity: 0;
}
.product-item > figure:hover figcaption > span {
    /*right: -45px; */
}
.product-title {
    padding: 20px 62px 20px 20px;
    position: relative;
}
.product-title h5,
.product-title p {
    margin-bottom: 10px !important;
    line-height: 1em;
}
.product-title p span {
    font-size: 20px;
    margin-left: 5px;
}
.product-title > a {
    width: 37px;
    height: 37px;
    display: block;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    line-height: 37px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
}
.product-title > a:hover {
    text-decoration: none;
    color: white;
}
.preview-meta {
    display: none;
}
.preview-meta .rating-list {
    margin-bottom: 10px;
}
.preview-meta .rating-list li:last-child {
    padding-left: 7px;
}
.preview-meta .product-meta a {
    font-size: 13px;
}
.fancy-product-view figure figcaption {
    left: auto;
    right: -100%;
    top: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
.fancy-product-view figure figcaption .current-thumb {
    opacity: 0.4;
}
.fancy-product-view figure figcaption .current-thumb:hover {
    opacity: 0.8;
}
.fancy-product-view figure figcaption ul {
    margin-top: 40px;
}
.fancy-product-view figure figcaption ul li a img {
    border: 1px solid whitesmoke;
    max-width: 70px;
}
.fancy-product-view:hover {
    background: #EFF8FF;
    position: absolute;
    left: 15px;
    right: -70px;
    z-index: 10;
    -moz-animation: fadeInLeft 0.5s 0.1s ease both;
    -webkit-animation: fadeInLeft 0.5s 0.1s ease both;
    -o-animation: fadeInLeft 0.5s 0.1s ease both;
    -ms-animation: fadeInLeft 0.5s 0.1s ease both;
    animation: fadeInLeft 0.5s 0.1s ease both;
}
.fancy-product-view:hover span {
    opacity: 1;
    right: 10px;
}
.fancy-product-view:hover figure figcaption {
    right: 10px;
    opacity: 1;
    -moz-animation: fadeInRight 0.5s 0.3s ease both;
    -webkit-animation: fadeInRight 0.5s 0.3s ease both;
    -o-animation: fadeInRight 0.5s 0.3s ease both;
    -ms-animation: fadeInRight 0.5s 0.3s ease both;
    animation: fadeInRight 0.5s 0.3s ease both;
}
.fancy-product-view:hover .preview-meta {
    display: block;
}
ul > li:nth-child(4n) .fancy-product-view:hover {
    left: -70px !important;
    right: 15px !important;
    -moz-animation: fadeInRight 0.5s 0.1s ease both;
    -webkit-animation: fadeInRight 0.5s 0.1s ease both;
    -o-animation: fadeInRight 0.5s 0.1s ease both;
    -ms-animation: fadeInRight 0.5s 0.1s ease both;
    animation: fadeInRight 0.5s 0.1s ease both;
}
.tab-nav {
    position: relative;
    top: 1px;
}
.tab-nav > li {
    padding-right: 3px;
}
.tab-nav > li:last-child {
    padding-right: 0;
}
.tab-nav > li a {
    margin: 0;
    border: 1px solid whitesmoke;
    -webkit-box-shadow: inset 0 1px 0 1px white;
    box-shadow: inset 0 1px 0 1px white;
}
.tab-nav > li .current {
    background: none;
    border-bottom: 1px solid white;
}
.tab-body {
    border: 1px solid whitesmoke;
    padding: 40px;
}
.promo-shop {
    padding: 15px 30px;
}
.promo-shop h5 {
    color: white;
}
.promo-shop [class*="btn-"] {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    font-weight: 400;
}
.slider-area {
    position: relative;
}
.slider-area > li {
    position: relative;
}
.slider-up-layer {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10000000;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.slider-up-layer .cursive-font {
    position: relative;
}
.slider-up-layer .cursive-font strong {
    color: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 15%;
    top: -10px;
    font-family: "PT Sans", sans-serif;
}
.slider-up-layer .custom-callout {
    padding: 28px;
    margin: 0;
}
.home-slider-nav {
    position: absolute;
    right: -11px;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.home-slider-nav > li {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    margin: 20px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-slider-nav .current {
    background: transparent;
    border: 1px solid white;
    width: 10px;
    height: 10px;
}
#video-bg {
    background: rgba(0, 0, 0, 0.5);
}
#video-bg img {
    opacity: 0;
}
.home-video-slide a {
    display: inline-block;
    position: relative;
}
.home-video-slide a:before {
    content: "";
    width: 88px;
    height: 88px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #72bdcb;
    opacity: 0.5;
    display: block;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.home-video-slide a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -7px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.home-video-slide a:hover:before {
    opacity: 0.7;
}
.home-video-slide a img {
    width: 100%;
}
.home-three > ul > li {
    border: 1px solid #e7e6e6;
}
.home-three ~ .tparrows {
    display: none !important;
}
.home-three ~ .tp-bullets {
    margin-bottom: 6px;
}
.home-three ~ .tp-bullets .bullet {
    width: 9px !important;
    height: 9px !important;
    background: #e5e4e4 !important;
    margin: 0 22px;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.home-three ~ .tp-bullets .bullet.selected {
    background: none !important;
}
.home-three ~ .tp-bullets .bullet.selected:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: 1px solid #e5e4e4;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.tp-caption a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
.tp-caption a:hover em {
    position: relative;
    right: -1px;
}

.home-features .featured-list > li {
    margin-bottom: 28px;
}
.home-features .featured-list > li h3 {
    padding-left: 104px;
}
.home-features .featured-list > li h3 > em {
    font-size: 32px;
    width: 76px;
    padding: 8px;
    border-right: 1px solid #d1d1d1;
    top: 0px;
    bottom: 0px;
}
.portfolio-slider {
    margin-top: 28px;
}
#home-slider-text {
    width: 100% !important;
}
.slider-up-layer {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter-portfolio {
    /*font-size: 13px;*/
    
    float: right;
    position: relative;
}
.filter-portfolio a {
    display: inline-block;
    padding: 0;
    /*-webkit-box-shadow: -1px 0 0 #d1d1d1;
        box-shadow: -1px 0 0 #d1d1d1;*/
    
    color: #555555;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter-portfolio a.current {
    width: 100%;
    text-decoration: none;
    background: #004a99;
    border-color: transparent;
    color: white;
    position: relative;
    -webkit-box-shadow: 0 3px 0 #004a99, 0 -3px 0 #004a99;
    box-shadow: 0 3px 0 #004a99, 0 -3px 0 #004a99;
}
.filter-portfolio li:first-child a {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.filter-portfolio:hover li .current {
    background: #dedede;
    color: #555555;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.show-theme > li {
    padding: 28px 0 28px 84px;
    position: relative;
    counter-increment: section;
}
.show-theme > li > h4 {
    font-size: 20px;
}
.show-theme > li > h4 a {
    color: white;
}
.show-theme > li > h4 a:before {
    content: counter(section);
    color: white;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    position: absolute;
    left: 0;
    top: 14px;
    -webkit-box-shadow: inset 0 0 0 2px white;
    box-shadow: inset 0 0 0 2px white;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.show-theme > li > h4 .current:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.2);
}
.members-slider {
    margin-top: 28px;
}
.team-members-classic figure {
    margin-bottom: 0;
}
.team-members-classic h5 {
    font-size: 17px;
}
.team-members-classic h5 a:hover {
    text-decoration: none;
}
.team-members-classic h5 span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    padding-top: 5px;
}
.team-members-classic > li .social-links > li {
    opacity: 0;
}
.team-members-classic > li:hover .social-links > li {
    opacity: 1;
    -moz-animation: rotateInUpLeft 0.5s 0.1s ease both;
    -webkit-animation: rotateInUpLeft 0.5s 0.1s ease both;
    -o-animation: rotateInUpLeft 0.5s 0.1s ease both;
    -ms-animation: rotateInUpLeft 0.5s 0.1s ease both;
    animation: rotateInUpLeft 0.5s 0.1s ease both;
}
.browsehappy {
    text-align: center;
    padding: 14px;
    background: #5e5e5e;
    color: white;
}
.video-slide {
    padding-top: 37.7%;
    overflow: hidden;
    position: relative;
    background: white;
}
.video-slide video {
    position: absolute;
    bottom: -30%;
    opacity: 0.7;
}
#icon-slider,
#phone-slider {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.show-icon {
    -moz-animation: fadeIn 0.5s 0.1s ease both;
    -webkit-animation: fadeIn 0.5s 0.1s ease both;
    -o-animation: fadeIn 0.5s 0.1s ease both;
    -ms-animation: fadeIn 0.5s 0.1s ease both;
    animation: fadeIn 0.5s 0.1s ease both;
}
.slider-layer {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#phone-slider {
    position: absolute;
    right: 0;
    bottom: -100%;
}
.show-phone {
    bottom: 0 !important;
}
.nav-header,
.members-nav {
    position: relative;
    z-index: 10000;
    top: 15px;
}
.nav-header li,
.members-nav li {
    padding-left: 1px;
}
.nav-header a,
.members-nav a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background: #ffffff;
    border: 2px solid #8F8F8F;
    text-align: center;
}
.nav-header a:hover,
.members-nav a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.nav-header.mini-absolute,
.members-nav.mini-absolute {
    position: absolute;
    right: 0;
    top: 0;
}
.nav-header.mini-absolute a,
.members-nav.mini-absolute a {
    width: 35px;
    height: 35px;
    line-height: 38px;
}
.partner-slider li {
    text-align: center;
}
.partner-slider li img {
    opacity: 0.3;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.partner-slider li img:hover {
    opacity: 1;
}
.members-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.members-nav li {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    min-height: 20px;
}
.members-nav li:first-child {
    left: 15px;
}
.members-nav li:last-child {
    right: 15px;
}
.members-nav a {
    background: white;
}
.parsley-error,
.parsley-error:focus {
    border-color: #f0bdbd;
}
.parsley-errors-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.parsley-errors-list > li {
    font-size: 12px;
    color: #f0a3a3;
}
#map-container {
    padding-top: 50%;
    margin-bottom: 56px;
}
#map-container img {
    max-width: none;
}
.map-window {
    padding: 10px;
}
.map-window span {
    font-size: 2em !important;
}
.slider-mini {
    position: relative;
}
.slider-mini blockquote {
    margin-bottom: 0;
    border: none;
}
.quote-nav {
    position: absolute;
    right: 28px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10;
}
.quote-nav > li {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    margin: 20px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.quote-nav .current {
    background: transparent;
    border: 1px solid white;
    width: 10px;
    height: 10px;
}
.countdown > li {
    position: relative;
    display: table;
}
.countdown > li:before {
    content: attr(data-title);
    display: block;
    width: 100%;
    height: 80px;
    line-height: 140px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 20px;
    color: #555555;
    font-weight: 400;
}
.countdown > li div {
    display: block !important;
    position: relative;
    width: auto !important;
    height: auto !important;
}
.countdown > li div input {
    margin: auto !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.countdown canvas {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    width: 100%;
}
.gallery-slider {
    position: relative;
    overflow: hidden;
    width: 91%;
}
.gallery-slider ul {
    margin: 0;
}
.gallery-slider:hover .prev-gallery {
    left: 0;
}
.gallery-slider:hover .next-gallery {
    right: 0;
}
.prev-gallery,
.next-gallery {
    position: absolute;
    top: 0;
    bottom: 28px;
    width: 56px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.prev-gallery > em,
.next-gallery > em {
    color: #555555;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.prev-gallery {
    left: -100%;
}
.next-gallery {
    right: -100%;
}
.slider-thumbnails {
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: 94%;
}
.slider-thumbnails > li {
    width: 20%;
    padding: 0 10px;
}
.slider-thumbnails > li span {
    position: relative;
    display: block;
}
.slider-thumbnails > li span:after {
    content: "";
    display: block;
    position: absolute;
    top: -10%;
    bottom: -10%;
    right: -10%;
    left: -10%;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.slider-thumbnails .current span:after {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 4px solid;
}
.small-view {
    position: absolute;
    top: 2px;
    right: 2px;
}
.small-view li {
    position: relative;
    left: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #f7f7f7;
    margin-right: 1px;
}
.small-view li:hover {
    background: rgba(255, 255, 255, 0.6);
}
html.swipebox-html {
    overflow: hidden !important;
}
#swipebox-overlay img {
    border: none !important;
}
#swipebox-overlay {
    width: 100% !important;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
}
#swipebox-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    padding: 28px 0;
}
#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}
#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
#swipebox-action,
#swipebox-caption {
    position: absolute;
    left: 0;
    z-index: 999;
    width: 100%;
}
#swipebox-action {
    height: 100%;
    bottom: 0;
    top: 0;
}
#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    font-family: "moon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
#swipebox-action #swipebox-prev {
    background: #a1e6ec;
    left: 0;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    line-height: 50px;
}
#swipebox-action #swipebox-prev:before {
    content: "\e3b3";
    color: rgba(255, 255, 255, 0.8);
}
#swipebox-action #swipebox-next {
    background: #a1e6ec;
    right: 0;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
    line-height: 50px;
}
#swipebox-action #swipebox-next:before {
    content: "\e3b1";
    color: rgba(255, 255, 255, 0.8);
}
#swipebox-action #swipebox-close {
    background: transparent;
    top: 40px;
    right: 40px;
}
#swipebox-action #swipebox-close:before {
    content: "\e36b";
    font-size: 1.5em;
    color: #f0a3a3;
}
#swipebox-action #swipebox-close:hover:before {
    color: #e97777;
}
#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
    opacity: 0.3;
}
#swipebox-caption {
    text-align: center;
    background: rgba(161, 230, 236, 0.8) !important;
    bottom: 0;
    line-height: 56px;
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#swipebox-slider.rightSpring {
    -moz-animation: rightSpring 0.3s;
    -webkit-animation: rightSpring 0.3s;
}
#swipebox-slider.leftSpring {
    -moz-animation: leftSpring 0.3s;
    -webkit-animation: leftSpring 0.3s;
}
@-moz-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0px;
    }
}
@-moz-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0px;
    }
}
@-webkit-keyframes rightSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: -30px;
    }
    100% {
        margin-left: 0px;
    }
}
@-webkit-keyframes leftSpring {
    0% {
        margin-left: 0px;
    }
    50% {
        margin-left: 30px;
    }
    100% {
        margin-left: 0px;
    }
}
@media screen and (max-width: 800px) {
    #swipebox-action #swipebox-close {
        left: 0;
    }
    #swipebox-action #swipebox-prev {
        right: 60px;
    }
    #swipebox-action #swipebox-next {
        right: 0;
    }
}
#swipebox-overlay {
    background: rgba(255, 255, 255, 0.8);
}
#swipebox-action,
#swipebox-caption {
    background: transparent;
    opacity: 0.95;
}
#swipebox-action {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.slider-bullets li {
    padding: 0 10px;
}
.slider-bullets li:first-child {
    padding-left: 0;
}
.slider-bullets li a {
    width: 9px;
    height: 9px;
    display: block;
    background: white;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.slider-bullets li .current {
    border: 1px solid white;
    background: transparent;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.col-md-offset-7 .slider-bullets {
    margin-top: -42px;
}
.filters-list {
    margin-bottom: 56px;
}
.filters-list > li {
    padding: 0 7px;
}
.filters-list > li > a {
    color: #9f9f9f;
    padding-bottom: 3px;
}
.filters-list > li > a:hover {
    text-decoration: none;
}
.filters-list > li .current {
    border-bottom: 1px solid #89d6dd;
    color: #555555;
}
.timeline-item {
    border-left: 2px solid #e5e4e4;
}
.timeline-item input[type=radio] {
    display: none;
}
.timeline-item input[type=radio]:checked ~ div > label {
    color: #004a99;
}
.timeline-item input[type=radio]:checked ~ div > label:before {
    background: #004a99;
    -webkit-box-shadow: 0 0 0 1px #004a99;
    box-shadow: 0 0 0 1px #004a99;
}
.timeline-item input[type=radio]:checked ~ .timeline-content {
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    height: auto;
    max-height: 400px;
}
.timeline-item label {
    padding-left: 20px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #555555;
    position: relative;
    margin-bottom: 80px;
    cursor: pointer;
}
.timeline-item label:before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    background: #555555;
    position: absolute;
    top: 0;
    left: -5px;
    bottom: 0;
    margin: auto 0;
    border: 2px solid #EFF8FF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.timeline-item .timeline-content {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    height: 0;
}
.mosaic-view {
    margin-bottom: 56px;
    position: relative;
}
.mosaic-view figure {
    margin-bottom: 0;
}
.mosaic-view figcaption {
    padding-top: 25%;
}
.mosaic-view figcaption > h5 {
    margin-bottom: 0;
}
.mosaic-view figcaption > h5 a:hover {
    color: white;
}
.mosaic-view figcaption > h5 ~ span {
    padding-top: 10%;
}
.mosaic-view figcaption > h5,
.mosaic-view figcaption > ul {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mosaic-view figcaption:hover > h5,
.mosaic-view figcaption:hover > ul {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    visibility: visible;
}
figcaption > .tags-list > li {
    padding: 0 2px;
}
figcaption > .tags-list > li:first-child {
    padding-left: 0;
    margin-left: 0;
}
.grid-style {
    margin: 0 -5px !important;
}
.grid-style > li {
    padding: 5px !important;
}
.fancy-hover-circle {
    position: relative;
    cursor: pointer;
}
.fancy-hover-circle:after,
.fancy-hover-circle:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
.fancy-hover-circle:after {
    width: 84px;
    height: 84px;
    border: 2px solid;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
}
.fancy-hover-circle:before {
    width: 76px;
    height: 76px;
    border: 4px solid;
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}
.fancy-hover-circle:hover:after,
.fancy-hover-circle:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.2;
}
.fancy-hover-circle em {
    line-height: 85px;
}
.title-slider-nav {
    position: relative;
    margin-bottom: 42px;
}
.date-bage {
    font-style: normal;
    padding: 0 !important;
}
.date-bage + a:hover {
    text-decoration: none;
}
.blog-mini-slider .nav-header a,
.clasico-section .nav-header a {
    background: white;
}
.blog-mini-slider .nav-header a:hover,
.clasico-section .nav-header a:hover {
    background: #eeeeee;
}
.featured-list-3d .featured-item {
    padding: 42px 28px;
    margin: 0;
    -webkit-box-shadow: inset 0 7px 0;
    box-shadow: inset 0 7px 0;
}
.featured-list-3d .featured-item:hover {
    -webkit-box-shadow: inset 0 7px 0 #004a99;
    box-shadow: inset 0 7px 0 #004a99;
}
.featured-list-3d .featured-item:hover > span {
    background: #004a99;
}
.featured-list-3d .featured-item > span {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 28px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.featured-list-3d .featured-item > span > em {
    font-size: 42px;
}
.step-by-step > li {
    padding: 0 30px;
    position: relative;
}
.step-by-step > li > div {
    -webkit-box-shadow: inset 0 0 0 2px;
    box-shadow: inset 0 0 0 2px;
    margin-bottom: 14px;
}
.step-by-step > li .vector-items {
    position: absolute;
    top: 0;
    right: -0.5em;
    bottom: 42px;
    margin: auto;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
}
.map-container {
    padding-right: 45px;
}
.header-label {
    display: inline-block;
    width: 84px;
    height: 84px;
    border: 2px solid;
    line-height: 84px;
    margin-bottom: 56px;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-label:hover {
    -webkit-box-shadow: inset 0 0 0 50px;
    box-shadow: inset 0 0 0 50px;
}
.header-label:hover em {
    color: white;
}
.happy-customers {
    width: 100%;
}
.happy-customers > li {
    display: table-cell;
    float: none;
}
.happy-customers > li > a {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.happy-customers > li > a:hover {
    opacity: 1;
}
.fancy-testimonials .testimonial-content {
    background: rgba(255, 255, 255, 0.3);
    padding: 56px 22px 1px;
    margin: 14px 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}
.fancy-testimonials .testimonial-content:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 19px solid rgba(255, 255, 255, 0.5);
    border-left: 0 solid transparent;
    border-right: 28px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 37px;
}
.fancy-testimonials .testimonial-content > p > em {
    margin-right: 7px;
    font-size: 1.5em;
}
.fancy-testimonials .testimonial-content > figure {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    text-align: center;
}
.fancy-testimonials .testimonial-content > figure img {
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.fancy-testimonials > h1 {
    margin: 0;
    line-height: 1em;
}
.fancy-testimonials > h1 + span {
    font-size: 13px;
    line-height: 1em;
}
.arrow-decor {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: 0 auto;
    border-top: 18px solid;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.plan-step h1 {
    margin: 0;
}
.plan-step .small-line {
    margin-top: 14px;
    margin-bottom: 14px;
}
.bage-number {
    display: inline-block;
    width: 112px;
    height: 112px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 112px;
}
.bage-number > strong {
    font-size: 30px;
}
.service-item {
    -webkit-box-shadow: inset 0 0 0 1px #e5e4e4;
    box-shadow: inset 0 0 0 1px #e5e4e4;
    position: relative;
    cursor: help;
    margin-bottom: 28px;
}
.service-item > div {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.service-item > div h1 {
    margin: 0;
}
.service-item .hover-service {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 21px;
}
.service-item .hover-service > h1 {
    line-height: 4px;
}
.service-item .hover-service .hidden-note {
    display: none;
}
.service-item:hover > div {
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
}
.service-item:hover .hover-service {
    background: #57b1c1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-animation: fadeInUp 0.5s 0s ease both;
    -webkit-animation: fadeInUp 0.5s 0s ease both;
    -o-animation: fadeInUp 0.5s 0s ease both;
    -ms-animation: fadeInUp 0.5s 0s ease both;
    animation: fadeInUp 0.5s 0s ease both;
}
.service-item:hover .hover-service > h1 {
    line-height: 1em;
}
.service-item:hover .hover-service > * {
    color: white;
}
.service-item:hover .hover-service .hidden-note {
    display: block;
}
.fancy-list > li {
    position: relative;
    padding-left: 40px;
}
.fancy-list > li > em {
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    left: 0;
    top: 0;
}
.fancy-team.left-view li {
    padding-left: 85px;
}
.fancy-team.left-view .fancy-member {
    padding: 28px 28px 28px 92px;
    margin-bottom: 28px;
}
.fancy-team.left-view .fancy-member .member-pic {
    left: -25%;
    top: 50%;
    bottom: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.fancy-team.left-view .fancy-member:hover .member-pic figure {
    -moz-animation: bounceIn 0.3s 0s ease both;
    -webkit-animation: bounceIn 0.3s 0s ease both;
    -o-animation: bounceIn 0.3s 0s ease both;
    -ms-animation: bounceIn 0.3s 0s ease both;
    animation: bounceIn 0.3s 0s ease both;
}
.fancy-team.top-view {
    padding-top: 70px;
}
.fancy-team.top-view .fancy-member {
    padding: 84px 28px 28px;
}
.fancy-team.top-view .fancy-member .member-pic {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.fancy-team.top-view .fancy-member:hover .member-pic figure {
    -moz-animation: fadeInDown 1s 0s ease both;
    -webkit-animation: fadeInDown 1s 0s ease both;
    -o-animation: fadeInDown 1s 0s ease both;
    -ms-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}
.fancy-member {
    border: 1px solid #e5e4e4;
    position: relative;
}
.fancy-member h2 {
    line-height: 1em;
}
.fancy-member h2 span {
    display: block;
}
.fancy-member .member-pic {
    width: 50%;
    position: absolute;
}
.nav-helper {
    margin-right: -70px;
}
.blog-card {
    padding: 28px;
    border: 1px solid transparent;
}
.blog-card:hover {
    border-color: #e5e4e4;
}
.blog-card:hover .card-likes em {
    color: #89d6dd;
}
.blog-card .card-likes {
    margin-top: 18px;
}
.mobile-menu {
    display: none;
}
.mobile-menu em {
    color: #555555 !important;
}
/* =============== - Responsive - =============== */

@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
tr.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
th.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
td.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs,
    tr.hidden-xs,
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm,
    tr.hidden-sm,
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md,
    tr.hidden-md,
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg,
    tr.hidden-lg,
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .general-logo a {
        line-height: 45px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .home-features .featured-list > li h3 {
        padding-left: 56px;
    }
    .home-features .featured-list > li h3 > em {
        font-size: 28px;
        width: 42px;
    }
    .show-theme > li {
        padding-top: 0;
        padding-bottom: 0;
    }
    .happy-customers > li {
        display: inline-block;
        width: 33.333333%;
        float: left;
    }
    #magic-slider {
        margin-top: 28px;
    }
    .show-theme > li > h4 a:before {
        width: 56px;
        height: 56px;
        line-height: 56px;
        font-size: 21px;
        top: 0;
    }
    #text-effect {
        width: 65%;
    }
    .show-theme > li {
        padding-left: 70px;
    }
    body ul > li:nth-child(2n) .fancy-product-view:hover {
        left: -70px !important;
        right: 15px !important;
        -moz-animation: fadeInRight 0.5s 0.1s ease both;
        -webkit-animation: fadeInRight 0.5s 0.1s ease both;
        -o-animation: fadeInRight 0.5s 0.1s ease both;
        -ms-animation: fadeInRight 0.5s 0.1s ease both;
        animation: fadeInRight 0.5s 0.1s ease both;
    }
    .fancy-product-view:hover {
        right: 0;
        position: static;
    }
    .preview-meta {
        display: none !important;
    }
    .portfolio-list > li.row {
        width: 100% !important;
    }
    .featured-list > li > h3 br {
        display: none;
    }
    .featured-list > li > h3 > span {
        font-size: 14px;
        line-height: 1;
    }
    .featured-list > li > h3 > span + a {
        border: none;
    }
    .home-features .featured-list > li h3 > em {
        display: inline-block;
        font-size: 18px !important;
        line-height: 1;
        margin-right: 7px;
        width: 38px !important;
    }
    .team-members li:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 991px) {

    .mobile-menu {
        display: block;
    }
    .general-logo:after {
        display: none;
    }
    .main-gallery-slider + .gallery-slider-nav {
        display: none;
    }
    .thumbs-space {
        padding: 0;
    }
    .mobile-active .general-header {
        width: 100% !important;
        position: fixed;
        background: rgba(255, 255, 255, 1);
        height: auto !important;
        bottom: 0;
        top: 0;
        z-index: 9999999999;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        overflow-y: scroll;
    }
    .mobile-active .general-header .container {
        width: 100%;
    }
    .mobile-active .general-header .menu-holder {
        display: block !important;
        padding-top: 28px;
    }
    .mobile-active .general-header .menu-holder .general-nav > ul > li {
        padding: 7px 0;
    }
    .mobile-active .general-header .menu-holder .general-nav > ul li {
        float: none;
    }
    .mobile-active .general-header .menu-holder .general-nav > ul li > a {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        color: #555555 !important;
    }
    .mobile-active .general-header .menu-holder .general-nav > ul li > a:hover + ul {
        display: none;
    }
    .mobile-active .general-header .menu-holder .general-nav > ul li > a + ul {
        position: static;
        width: 100%;
    }
    .menu-side > ul li > a:hover + ul {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }
    .team-members-classic > li .social-links {
        display: table;
        margin: 0 auto;
    }
    .team-members-classic > li .social-links > li {
        opacity: 1;
    }
    .team-members-classic > li:hover .social-links > li {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }
    .callout-mini {
        text-align: center;
    }
    .callout-mini .btn-md {
        display: none;
    }
    .copyright-area {
        text-align: center;
        float: left;
    }
    .partner-section .container {
        padding: 0 74px;
    }
    .timeline-item label {
        margin-bottom: 28px;
    }
    .timeline-content {
        padding-left: 28px;
    }
    .mosaic-view figcaption > h5,
    .mosaic-view figcaption > ul {
        display: none;
    }
    .mosaic-view figcaption > h5 ~ span {
        padding-top: 0;
    }
    body .portfolio-item figure .meta-bottom-portfolio {
        position: absolute;
    }
    body .portfolio-item figure .meta-bottom-portfolio h5,
    body .portfolio-item figure .meta-bottom-portfolio h6,
    body .portfolio-item figure .meta-bottom-portfolio ul {
        display: none;
    }
    body .portfolio-item figure .meta-bottom-portfolio span {
        top: 50% !important;
        left: 50%;
        margin: -27px 0 0 -55px;
    }
    .slider-bullets.show-theme {
        margin-top: -14px;
    }
    .slider-bullets.show-theme > li {
        padding-left: 10px;
    }
    #home-slider-text p {
        display: none;
    }
    .slider-mini,
    .promo-shop {
        margin-bottom: 28px;
    }
    .shop-table th:nth-child(2),
    .shop-table td:nth-child(2),
    .shop-table th:nth-child(3),
    .shop-table td:nth-child(3) {
        display: none;
    }
    .shop-table th:last-child,
    .shop-table td:last-child {
        width: 20%;
    }
    .gallery-slider,
    .slider-thumbnails {
        width: 100%;
        margin-left: 0 !important;
    }
    .sidebar-area {
        display: none;
    }
    .blog-post {
        margin-bottom: 28px;
    }
    .home-video-slide a {
        width: 65% !important;
    }
    #home-slider-text > ul > li {
        width: 100% !important;
    }
    .featured-list li {
        margin-bottom: 0 !important;
    }
    .baner-stopka li {
        margin-bottom: 28px !important;
    }
    .blog-slider-nav {
        display: table;
        margin: 28px auto 0;
    }
    .blog-slider-nav li {
        width: 25%;
        float: left;
        padding: 0;
    }
    .blog-slider-nav .current > div {
        padding: 0 !important;
    }
    .blog-slider-nav .current > div:before {
        display: none;
    }
    .blog-slider-nav .current > div {
        border: none;
    }
    .fancy-member {
        _margin-top: 180px;
    }
    .fancy-team.left-view {
        width: 80%;
        margin: 0 auto;
    }
    .fancy-team.left-view .fancy-member .member-pic {
        width: 30%;
        left: -15%;
    }
    .featured-list-3d .featured-item {
        margin-bottom: 28px;
    }
    .timeline-item {
        width: 80%;
        margin: 0 auto;
    }
    .five-col {
        width: 33.33333%;
    }
    .testimonial-nav {
        top: -60px;
        width: 250px;
        margin: 0 auto;
        bottom: auto;
    }
    .mobile-centered {
        text-align: center;
    }
    .fancy-list > li > em {
        position: static;
        display: inline-block;
    }
    .featured-list > li > h3 > em {
        position: static;
    }
    .featured-list > li > h3 {
        padding-left: 0 !important;
        font-size: 16px;
    }
    .featured-list > li > h3 br {
        display: none;
    }
    .home-features .featured-list > li h3 > em {
        font-size: 22px;
    }
    .content-area {
        padding: 42px 0;
    }
    .filter-portfolio a {
        padding: 0 15px;
    }
    .heading-separator span,
    .heading-separator strong {
        white-space: normal;
        display: block;
        width: 100%;
        text-align: center;
    }
    .tabs-content figure {
        margin-bottom: 28px;
    }
    .fancy-team.top-view {
        padding-top: 0;
    }
    .fancy-team.top-view > li {
        padding-top: 112px;
    }
    .fancy-team.top-view .fancy-member .member-pic {
        width: 100px;
    }
    .nav-helper {
        margin: 0;
    }
    .blog-meta > li:last-child {
        display: none;
    }
    .map-container {
        margin-bottom: 28px;
    }
    .slider-area h2 {
        font-size: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    h2 br {
        display: none;
    }
    .map-container {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .countdown {
        display: table;
        margin: 0 auto;
    }
    .pagination-items.big a,
    .pagination-items.big span {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    .audio-time-line em {
        display: none;
    }
    .bredcumbs-area {
        text-align: center;
    }
    .content-area-subtitle {
        text-align: center;
    }
    .bredcrumb-list {
        display: table;
        margin: 0 auto;
        float: none;
    }
    .callout-bg,
    .callout-ico {
        display: none;
    }
    .best-choose {
        position: static;
        -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
    .show-product-iphone {
        text-align: center;
    }
    .devices-show {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
    }
    .devices-show img {
        width: 50%;
        max-width: 300px;
    }
    .devices-show + div {
        margin-bottom: 200px;
    }
    body ul > li:nth-child(4n) .fancy-product-view:hover {
        left: 15px !important;
        right: 0 !important;
        -moz-animation: fadeInLeft 0.5s 0.1s ease both;
        -webkit-animation: fadeInLeft 0.5s 0.1s ease both;
        -o-animation: fadeInLeft 0.5s 0.1s ease both;
        -ms-animation: fadeInLeft 0.5s 0.1s ease both;
        animation: fadeInLeft 0.5s 0.1s ease both;
    }
    .product-item figure {
        text-align: center;
    }
    .portfolio-item figure > figcaption {
        display: none;
    }
    .slider-up-layer {
        display: none;
    }
    .tab-nav li {
        float: none;
        padding: 0;
    }
    .tab-nav li a {
        width: 100%;
        display: block;
    }
    .shop-table th:nth-child(4),
    .shop-table td:nth-child(4) {
        display: none;
    }
    #text-effect {
        position: static;
        display: block;
        padding: 0;
        white-space: normal;
    }
    .bredcumbs-area .col-md-12 {
        overflow: hidden;
    }
    .bredcumbs-area span.btn-md {
        display: block;
    }
    .post-comments li > div + ul {
        padding-left: 14px;
    }
    .nav-header {
        float: none !important;
        display: table;
        margin: 0 auto 28px;
    }
    .tp-caption img {
        width: 100% !important;
        height: 100% !important;
    }
    #home-slider-three {
        height: 300px !important;
    }
    .filter-portfolio {
        margin: 20px auto 20px !important;
        display: table;
        float: none;
    }
    .portfolio-slider > ul > li {
        width: 100% !important;
    }
    .show-caption {
        display: none;
    }
    .show-theme {
        display: none;
    }
    .team-members-classic {
        text-align: center;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .team-members-classic figure {
        margin-bottom: 14px;
    }
    .team-members-classic > li p {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .tp-caption {
        display: none !important;
    }
    .five-col {
        width: 50%;
    }
    .portfolio-item figure:hover {
        background: transparent !important;
    }
    #home-slider-three {
        display: none;
    }
    #home-slider-three + div {
        display: none;
    }
    .blog-post figure figcaption {
        display: none;
    }
    #carousel-posts {
        text-align: center;
    }
    .fancy-team.left-view {
        width: 100%;
    }
    .filter-portfolio + br {
        display: none;
    }
    .tabs-holder .tabs-nav > li {
        padding: 14px 7px;
    }
    .squared-services {
        padding: 0 5%;
    }
    .happy-customers > li {
        display: inline-block;
        width: 50%;
        float: left;
    }
    .step-by-step > li .vector-items {
        display: none;
    }
    .step-by-step > li {
        margin-bottom: 28px;
    }
    .map-container {
        padding: 0;
    }
    .is-sticky .general-header {
        min-height: 55px;
        padding-top: 0;
    }
    #testimonial-slider * {
        font-size: 1.1em !important;
    }
    .footer-contact hr {
        margin: 28px 0;
    }
    h1,
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    h3,
    h4,
    .post-title {
        font-size: 18px !important;
        line-height: 28px !important;
        margin-bottom: 14px;
    }
    .blog-post figure {
        margin-bottom: 14px;
    }
    h5,
    h6 {
        font-size: 18px;
        line-height: 24px;
    }
    body {
        font-size: 15px;
    }
    p,
    .blog-post ul {
        margin-bottom: 14px;
        line-height: 1.3;
    }
    blockquote {
        font-size: 16px;
    }
    .quote-slider {
        padding: 28px 42px 28px 28px;
    }
    .quote-slider p {
        line-height: 18px;
    }
    .quote-nav {
        right: 14px;
    }
    .content-area-no-bottom {
        padding-top: 42px;
    }
    .featured-list > li > h3 > span {
        font-size: 14px;
        line-height: 1;
    }
    .featured-list > li > h3 > span + a {
        border: none;
    }
    .bredcumbs-area h6 {
        margin: 0;
    }
    .date-bage {
        width: 30px !important;
        display: inline-block;
        font-size: 14px !important;
        line-height: 1;
        border: none !important;
    }
    .fancy-list > li {
        padding: 0;
    }
    .fancy-team.left-view li {
        padding-left: 28px;
    }
    .fancy-team.left-view .fancy-member {
        padding: 28px 28px 28px 40px;
    }
    body .only-left-icon > li p {
        padding: 0;
    }
    .team-members-classic > li {
        margin-bottom: 14px;
    }
    .small-title {
        line-height: 0.8em;
    }
    .small-title > a,
    h1 small,
    h1 .small,
    .h1 small,
    .h1 .small,
    h2 small,
    h2 .small,
    .h2 small,
    .h2 .small,
    h3 small,
    h3 .small,
    .h3 small,
    .h3 .small,
    h4 small,
    h4 .small,
    .h4 small,
    .h4 .small,
    h5 small,
    h5 .small,
    .h5 small,
    .h5 .small,
    h6 small,
    h6 .small,
    .h6 small,
    .h6 .small {
        font-size: 70%;
    }
    .side-list {
        display: table;
        margin: 0 auto;
    }
    .gallery-slider-nav {
        display: none;
    }
    .fancy-post-title,
    blockquote.bg-light-gray > p {
        font-size: 1em;
        line-height: 1.5em;
    }
    blockquote.bg-light-gray {
        padding: 14px;
    }
    .audio-sound {
        display: none;
    }
    .thumbs-space {
        padding-right: 0;
    }
    .callout-mini h6 {
        line-height: 1.3;
    }
    hr {
        margin: 28px 0;
    }
    .author-bio {
        text-align: center;
    }
    .author-bio .blog-meta > li {
        float: none;
    }
    .portfolio-switcher {
        display: table;
        margin: 0 auto;
        float: none;
    }
    .quantity-input {
        padding: 6px 10px;
    }
    .tab-body {
        padding: 14px;
    }
    .fancy-quote {
        padding: 28px;
    }
    .fancy-quote:before {
        display: none;
    }
    .portfolio-list > li h1 {
        font-size: 18px;
        line-height: 25px;
    }
    .portfolio-filter {
        display: table;
        margin: 0 auto 28px;
    }
    .portfolio-list {
        max-width: 290px;
        margin: 0 auto !important;
    }
    .special-box.align-right,
    .special-box {
        margin-left: 0;
        margin-right: 0;
        border-right: 0;
        border-left: 4px solid #004a99;
        padding-right: 0;
        padding-left: 24px;
    }
    .post-comments li > div figure {
        width: 50px;
    }
    .post-comments li > div figure + div {
        width: 75%;
        padding-left: 14px;
    }
    .slider-area {
        display: none !important;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .portfolio-list {
        max-width: 100% !important;
    }
    .portfolio-list figure {
        padding: 0 20%;
    }

    .testimonial-slider-container {
        padding: 0 10%;
    }
    .quote-slider {
        min-height: 120px;
    }
    .fancy-team.left-view .fancy-member .member-pic {
        width: 16%;
        left: -9%;
    }
    .squared-services,
    .team-members,
    .featured-list-3d {
        padding: 0 19%;
    }
    .team-members-classic figure {
        margin-bottom: 14px;
    }
    .team-members-classic > li {
        margin-bottom: 28px;
    }
    .step-by-step {
        padding: 0 10%;
    }
    .audio-sound {
        display: block;
    }
    .blog-post figure {
        text-align: center;
    }
    .portfolio-list {
        text-align: center;
    }
    .portfolio-category {
        display: table;
        margin: 0 auto !important;
    }
    .feature-bage {
        padding: 12px 30%;
    }
    .pricing-table {
        padding: 0 10%;
    }
    .pricing-table-image {
        max-width: 290px;
        margin: 0 auto;
    }
    .portfolio-list {
        width: 300px;
        margin: 0 auto;
    }
    #contact-form button {
        float: right;
    }
    .fancy-product-view:hover {
        left: 0;
        right: 0;
    }
}
@media (max-width: 480px) {
    .fancy-product-view:hover {
        left: 0;
        right: 0;
    }
}
/* Latest Pages 01.08.2014 */

.account-meta {
    display: table;
    width: 100%;
    margin-bottom: 53px
}
.account-meta * {
    margin: 0;
    line-height: 33px;
}
.account-meta a:hover {
    text-decoration: none;
}
.account-meta h6 {
    font-size: 25px;
}
.account-meta > li {
    position: relative;
    padding: 33px;
    display: table-cell;
}
.account-meta > li:before {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    bottom: 17px;
    left: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.05);
}
.account-meta > li:first-child:before {
    display: none;
}
.full-inputs input:not([type='checkbox']),
.full-inputs select,
.full-inputs textarea {
    display: block;
    width: 100%;
}
.regular-form {
    padding: 30px;
}
.regular-form p {
    margin: 0;
}
.regular-form label {
    font-weight: 400;
    font-size: 13px;
    line-height: 1em;
    margin-top: 20px;
}
.regular-form input,
.regular-form select {
    margin: 10px 0;
    padding: 3px 20px;
    border: 1px solid #e5e4e4;
}
.regular-form button {
    margin: 20px 0;
}
.regular-form input:-moz-placeholder {
    color: #9f9f9f;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 300;
}
.regular-form input::-moz-placeholder {
    color: #9f9f9f;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 300;
    opacity: 1;
}
.regular-form input:-ms-input-placeholder {
    color: #9f9f9f;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 300;
}
.regular-form input::-webkit-input-placeholder {
    color: #9f9f9f;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 300;
}
.account-menu {
    margin-bottom: 28px;
}
.account-menu > li {
    border-top: 1px solid #d8d8d8;
    padding: 9px 0;
}
.account-menu > li:first-child {
    border-top: none;
    padding-top: 0;
}
.account-menu > li a {
    color: #9f9f9f;
}
.account-menu > li a.active {
    color: #004a99;
    text-decoration: none;
}
.account-menu > li a.active:after {
    content: '\e3b1';
    font-family: "moon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    font-size: 0.5em;
    padding-left: 10px;
}
.edit-option-links {
    padding-top: 36px;
}
.edit-option-links h6 {
    margin: 0;
}
.edit-option-links span {
    opacity: 0.5;
}
.edit-option-links a {
    position: absolute;
    top: 1em;
    right: 36px;
}
.edit-option-links a em {
    font-size: 0.4em;
    position: relative;
    top: -1px;
    margin-left: 5px;
}
.edit-option-links a:hover {
    text-decoration: none;
}
.edit-option-container {
    position: relative;
}
.edit-option-links div:first-child .edit-option-container {
    padding-left: 0;
    border-right: 1px solid #d8d8d8;
}
.shopping-area {
    padding: 60px 0;
}
.lang-meta {
    padding-bottom: 30px;
}
.lang-meta * {
    margin: 0;
}
.lang-meta h1 {
    line-height: 0.5em;
}
.lang-top-links > li {
    padding-left: 18px;
}
.lang-top-links > li:first-child {
    padding-left: 0;
}
.lang-top-links > li a {
    color: #484747;
    display: inline-block;
    padding-top: 4px;
    border-bottom: 1px solid;
    line-height: 1.4em;
}
.lang-top-links > li a:hover {
    text-decoration: none;
    border-color: transparent;
}
.coupon-field {
    padding: 23px 63px;
    background-image: url(../img/label-coupon.png);
    background-position: 26px center;
    background-repeat: no-repeat;
    margin-bottom: 32px;
}
.coupon-field input {
    border: none;
    min-width: 30%;
    padding: 0 12px;
}
.coupon-field input::-webkit-input-placeholder {
    color: #ffffff;
    font-weight: 200;
}
.coupon-field input::-moz--placeholder {
    color: #ffffff;
    font-weight: 200;
}
.coupon-field input::-ms-input-placeholder {
    color: #ffffff;
    font-weight: 200;
}
.coupon-field input:focus {
    background: rgba(255, 255, 255, 0.3);
    outline: none;
}
.coupon-field + h4 a {
    border-bottom: 1px solid;
}
.coupon-field + h4 a:hover {
    text-decoration: none;
    border-color: transparent;
}
.billing-form {
    padding-top: 54px;
}
.billing-form .col-md-4 {
    clear: left;
}
.billing-form form > div {
    padding-top: 10px;
    padding-bottom: 10px;
}
.billing-form input,
.billing-form textarea {
    border: 1px solid #e8e8e8;
    padding: 0 12px;
}
.billing-form label {
    font-weight: 300;
    color: #555555;
    font-size: 15px;
}
.billing-form input:-moz-placeholder {
    color: #9f9f9f;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
}
.billing-form input::-moz-placeholder {
    color: #9f9f9f;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
    opacity: 1;
}
.billing-form input:-ms-input-placeholder {
    color: #9f9f9f;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
}
.billing-form input::-webkit-input-placeholder {
    color: #9f9f9f;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
}
.billing-form input[type="checkbox"] {
    margin-right: 12px;
}
.checkout-total h2,
.checkout-total h1 {
    margin: 0;
}
.checkout-total h2 span,
.checkout-total h1 span {
    margin-top: 6px;
}
.checkout-total h2 span {
    opacity: 0.6;
}
.checkout-total hr {
    margin: 30px 0 12px;
}
.summary-order {
    border: 1px solid #e8e8e8;
    border-top: none;
}
.summary-order > h3 {
    padding: 22px 32px;
    margin: 0;
    line-height: 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.summary-order .shop-table,
.summary-order .shop-table * {
    border: none;
}
.summary-order .shop-table .amount {
    text-align: right;
    padding-right: 20px;
}
.checkout-total {
    padding: 0 32px;
    margin-bottom: 30px;
}
.payment-options {
    padding: 30px 32px 0;
}
.payment-options > li {
    padding: 10px 0;
}
.payment-options label {
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
    color: #555555;
}
.payment-hint {
    position: relative;
    display: none;
    margin: 20px 0 0 30px;
    padding: 15px 20px;
}
.payment-hint:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    border-bottom: 10px solid #EFF8FF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -10px;
    left: 20px;
    -moz-animation: fadeInUp 0.5s 0s ease both;
}
.payment-options input:checked ~ .payment-hint {
    display: block;
    -webkit-animation: fadeInUp 0.5s 0s ease both;
    -o-animation: fadeInUp 0.5s 0s ease both;
    -ms-animation: fadeInUp 0.5s 0s ease both;
    animation: fadeInUp 0.5s 0s ease both;
}
.checkout-button-holder {
    padding: 0 32px 30px;
}
.checkout-button-holder hr {
    margin: 12px 0 30px;
}
@media (max-width: 1200px) {
    #blog-slider {
        min-height: 450px !important;
    }
    .blog-slides > li > figure > figcaption {
        top: 220px;
    }
    .lang-top-links {
        float: none !important;
        padding-top: 12px;
    }
}
@media (max-width: 991px) {
    #blog-slider {
        min-height: 385px !important;
        padding-top: 15px;
    }
    .blog-slides > li > figure > figcaption {
        top: 250px;
    }
    .summary-order .shop-table td:nth-child(2) {
        display: block !important;
        width: auto;
    }
    .account-meta >li:nth-child(2),
    .account-meta >li:nth-child(3) {
        display: none;
    }
    .edit-option-container:first-child {
        border: none !important;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    #blog-slider {
        min-height: 375px !important;
    }
    .lang-meta {
        display: none;
    }
    .regular-form input:-moz-placeholder {
        line-height: 1.3em;
    }
    .regular-form input::-moz-placeholder {
        line-height: 1.3em;
    }
    .regular-form input:-ms-input-placeholder {
        line-height: 1.3em;
    }
    .regular-form input::-webkit-input-placeholder {
        line-height: 1.3em;
    }
    .lang-link span {
        display: none;
    }
    .edit-option-links a {
        position: static;
        display: block;
    }
}
#carousel-posts .portfolio-item {
    padding: 0 15px;
}
#portfolio-slider figure {
    margin-bottom: 0;
}
#preview-portfolio a {
    display: inline-block;
    padding: 1px;
}
#preview-portfolio li:first-child a {
    padding-left: 0;
}
#preview-portfolio li:last-child a {
    padding-right: 0;
}
#preview-portfolio {
    margin-bottom: 28px;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: 0;
}


#swipebox-top-bar {
  top: 0;
}


#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: rgba(0,0,0,0.1);
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
