/*
    Document   : assan
    Author     : Design_mylife
    Description:assan multi-page for Multipurpose use
    Version    : V2.0
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,900);
@import url(../css/pe-icons/Pe-icon-7-stroke.css);
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #424242;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    background-color: #fff;
    font-family: "Lato", sans-serif;
}


/*
/*-----------------------------------------------------------------------------------*/


/*  RESET
/*-----------------------------------------------------------------------------------*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important;
}

iframe {
    border: none;
    width: 100%;
}

::selection {
    background: rgba(0, 0, 0, .4);
    /* Safari */
    color: #fff;
}

::-moz-selection {
    background: #fefac7;
    /* Firefox */
    color: #555555;
}

strong,
b {
    font-family: "Hammersmith One", sans-serif;
    font-weight: 400;
}
.sky-form .done .input:hover input, .sky-form .done .textarea:hover textarea {
    border-color: #ddd;
}
.sky-form .done .input input, .sky-form .done .textarea textarea {
    border-top: none;
    border-right: none;
    border-left: none;
}
.sky-form .done .input i, .sky-form .done .textarea i {
    display: none;
}
input,
button,
select,
textarea,
label {
    font-family: "Hammersmith One", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.inq button:disabled, .inq select:disabled {
    opacity: 0.65;
  cursor: not-allowed;

}
.inq.shop .table-cart button:disabled:hover {
    background-color:#eee;
    border-color: #eee;
}

hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0 22px 0;
}

.badge {
    font-weight: normal;
    margin-left: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #687074;
    padding: 3px 6px;
}

a {
    color: #333;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

a:hover,
a:focus {
    color: #687074;
    text-decoration: none;
}

.colored-text {
    color: #555;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #060606;
    font-weight: normal;
    margin: 0;
    font-family: 'Hammersmith One', sans-serif;
}

h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 44px 0;
}

h2 {
    font-size: 2.6em;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 15px;
}


/*use in section headings*/

h3.heading {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    margin: 0 0 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    overflow: hidden;
    vertical-align: middle;
    font-family: "Lato", sans-serif;
}

h3.heading:after {
    position: relative;
    left: 18px;
    content: "";
    display: inline-block;
    width: 200%;
    vertical-align: middle;
    height: .50em;
    margin: 0 -200% 0 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

h4 {
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

h5 {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h6 {
    color: #333;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}


/*parahraphs*/

p {
    color: #555;
    line-height: 24px;
    margin: 0 0 20px;
}

p.sub-text {
    font-style: normal;
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
    color: #555;
}

p.lead {
    font-size: 16px;
    font-weight: 400;
}

pre:after,
pre:before {
    clear: both;
    display: table;
    content: "";
}


/*******section heading**********/

.center-heading {
    text-align: center;
    margin-bottom: 40px;
}

.center-heading h2 {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    font-size: 25px;
}

.center-heading p {
    font-size: 20px;
    line-height: 35px;
}

.center-heading h2 strong {
    font-weight: 700;
}

.center-line {
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 1px solid #bbb;
    /* border-bottom: 1px solid $skincolor; */
    margin: auto;
}

.center-heading p {
    margin-top: 10px;
}

.overflow-hidden {
    overflow: hidden;
}


/*-----------------------------------------------------------------------------------*/


/*  DIVIDERS
/*-----------------------------------------------------------------------------------*/

.divide0 {
    width: 100%;
    height: 0px;
}

.divide2 {
    width: 100%;
    height: 2px;
}

.divide3 {
    width: 100%;
    height: 3px;
}

.divide5 {
    width: 100%;
    height: 5px;
}

.divide10 {
    width: 100%;
    height: 10px;
}

.divide15 {
    width: 100%;
    height: 15px;
}

.divide20 {
    width: 100%;
    height: 20px;
}

.divide25 {
    width: 100%;
    height: 25px;
}

.divide30 {
    width: 100%;
    height: 30px;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);@font-face {
    font-family: 'FontAwesome';
    src: url(../icons/fontawesome-webfont.eot?v=3.0.1);
    src: url(../icons/fontawesome-webfont.eot?#iefix&v=3.0.1) format('embedded-opentype') , url(../icons/fontawesome-webfont.woff?v=3.0.1) format('woff') , url(../icons/fontawesome-webfont.ttf?v=3.0.1) format('truetype');
    font-weight: normal;
    font-style: normal
}

.sky-form {
    margin: 0;
    outline: none;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    font: 13px/1.55 'Open Sans',Helvetica,Arial,sans-serif;
    color: #666
}

.sky-form * {
    margin: 0;
    padding: 0
}

.sky-form header {
    display: block;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9);
    font-size: 25px;
    font-weight: 300;
    color: #232323
}

.sky-form fieldset {
    display: block;
    padding: 25px 30px 5px;
    border: none;
    background: rgba(255,255,255,.9)
}

.sky-form fieldset+fieldset {
    border-top: 1px solid rgba(0,0,0,.1)
}

.sky-form section {
    margin-bottom: 20px
}

.sky-form footer {
    display: block;
    padding: 15px 30px 25px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(248,248,248,.9)
}

.sky-form footer:after {
    content: '';
    display: table;
    clear: both
}

.sky-form a {
    color: #2da5da
}

.sky-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px
}

.sky-form .label.col {
    margin: 0;
    padding-top: 10px
}

.sky-form .note {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999
}

.sky-form .input,.sky-form .select,.sky-form .textarea,.sky-form .radio,.sky-form .checkbox,.sky-form .toggle,.sky-form .button {
    position: relative;
    display: block
}

.sky-form .input input,.sky-form .select select,.sky-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 8px 10px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 15px/19px 'Open Sans',Helvetica,Arial,sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none
}

.sky-form .input-file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 31px;
    margin: 0;
    padding: 0 20px;
    font-size: 13px;
    line-height: 31px
}

.sky-form .input-file .button:hover {
    box-shadow: none
}

.sky-form .input-file .button input {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    opacity: 0
}

.sky-form .select i {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 5px;
    height: 11px;
    background: #fff;
    box-shadow: 0 0 0 12px #fff
}

.sky-form .select i:after,.sky-form .select i:before {
    content: '';
    position: absolute;
    right: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.sky-form .select i:after {
    bottom: 0;
    border-top: 4px solid #404040
}

.sky-form .select i:before {
    top: 0;
    border-bottom: 4px solid #404040
}

.sky-form .select-multiple select {
    height: auto
}

.sky-form .textarea textarea {
    height: auto;
    resize: none
}

.sky-form .textarea-resizable textarea {
    resize: vertical
}

.sky-form .textarea-expandable textarea {
    height: 39px
}

.sky-form .textarea-expandable textarea:focus {
    height: auto
}

.sky-form .radio,.sky-form .checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer
}

.sky-form .radio:last-child,.sky-form .checkbox:last-child {
    margin-bottom: 0
}

.sky-form .radio input,.sky-form .checkbox input {
    position: absolute;
    left: -9999px
}

.sky-form .radio i,.sky-form .checkbox i {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    background: #fff
}

.sky-form .radio i {
    border-radius: 50%
}

.sky-form .radio input+i:after,.sky-form .checkbox input+i:after {
    position: absolute;
    opacity: 0;
    transition: opacity .1s;
    -o-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s
}

.sky-form .radio input+i:after {
    content: '';
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.sky-form .checkbox input+i:after {
    content: '\f00c';
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: 12px/16px FontAwesome;
    text-align: center
}

.sky-form .radio input:checked+i:after,.sky-form .checkbox input:checked+i:after {
    opacity: 1
}

.sky-form .inline-group {
    margin: 0 -30px -4px 0
}

.sky-form .inline-group:after {
    content: '';
    display: table;
    clear: both
}

.sky-form .inline-group .radio,.sky-form .inline-group .checkbox {
    float: left;
    margin-right: 30px
}

.sky-form .inline-group .radio:last-child,.sky-form .inline-group .checkbox:last-child {
    margin-bottom: 4px
}

.sky-form .toggle {
    margin-bottom: 4px;
    padding-right: 61px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer
}

.sky-form .toggle:last-child {
    margin-bottom: 0
}

.sky-form .toggle input {
    position: absolute;
    left: -9999px
}

.sky-form .toggle i {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 49px;
    height: 17px;
    border-width: 2px;
    border-style: solid;
    border-radius: 12px;
    background: #fff
}

.sky-form .toggle i:after {
    content: 'OFF';
    position: absolute;
    top: 2px;
    right: 8px;
    left: 8px;
    font-style: normal;
    font-size: 9px;
    line-height: 13px;
    font-weight: 700;
    text-align: left;
    color: #5f5f5f
}

.sky-form .toggle i:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 4px;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    opacity: 1;
    transition: right .2s;
    -o-transition: right .2s;
    -ms-transition: right .2s;
    -moz-transition: right .2s;
    -webkit-transition: right .2s
}

.sky-form .toggle input:checked+i:after {
    content: 'ON';
    text-align: right
}

.sky-form .toggle input:checked+i:before {
    right: 36px
}

.sky-form .rating {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 27px;
    color: #404040
}

.sky-form .rating:last-child {
    margin-bottom: 0
}

.sky-form .rating input {
    position: absolute;
    left: -9999px
}

.sky-form .rating label {
    display: block;
    float: right;
    height: 17px;
    margin-top: 5px;
    padding: 0 2px;
    font-size: 17px;
    line-height: 17px;
    cursor: pointer
}

.sky-form .button {
    float: right;
    height: 39px;
    overflow: hidden;
    margin: 10px 0 0 20px;
    padding: 0 25px;
    outline: none;
    border: 0;
    font: 300 15px/39px 'Open Sans',Helvetica,Arial,sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer
}

.icon-glass:before {
    content: "\f000"
}

.icon-music:before {
    content: "\f001"
}

.icon-search:before {
    content: "\f002"
}

.icon-envelope:before {
    content: "\f003"
}

.icon-heart:before {
    content: "\f004"
}

.icon-star:before {
    content: "\f005"
}

.icon-star-empty:before {
    content: "\f006"
}

.icon-user:before {
    content: "\f007"
}

.icon-film:before {
    content: "\f008"
}

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

.icon-th:before {
    content: "\f00a"
}

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

.icon-ok:before {
    content: "\f00c"
}

.icon-remove:before {
    content: "\f00d"
}

.icon-zoom-in:before {
    content: "\f00e"
}

.icon-zoom-out:before {
    content: "\f010"
}

.icon-off:before {
    content: "\f011"
}

.icon-signal:before {
    content: "\f012"
}

.icon-cog:before {
    content: "\f013"
}

.icon-trash:before {
    content: "\f014"
}

.icon-home:before {
    content: "\f015"
}

.icon-file:before {
    content: "\f016"
}

.icon-time:before {
    content: "\f017"
}

.icon-road:before {
    content: "\f018"
}

.icon-download-alt:before {
    content: "\f019"
}

.icon-download:before {
    content: "\f01a"
}

.icon-upload:before {
    content: "\f01b"
}

.icon-inbox:before {
    content: "\f01c"
}

.icon-play-circle:before {
    content: "\f01d"
}

.icon-repeat:before,.icon-rotate-right:before {
    content: "\f01e"
}

.icon-refresh:before {
    content: "\f021"
}

.icon-list-alt:before {
    content: "\f022"
}

.icon-lock:before {
    content: "\f023"
}

.icon-flag:before {
    content: "\f024"
}

.icon-headphones:before {
    content: "\f025"
}

.icon-volume-off:before {
    content: "\f026"
}

.icon-volume-down:before {
    content: "\f027"
}

.icon-volume-up:before {
    content: "\f028"
}

.icon-qrcode:before {
    content: "\f029"
}

.icon-barcode:before {
    content: "\f02a"
}

.icon-tag:before {
    content: "\f02b"
}

.icon-tags:before {
    content: "\f02c"
}

.icon-book:before {
    content: "\f02d"
}

.icon-bookmark:before {
    content: "\f02e"
}

.icon-print:before {
    content: "\f02f"
}

.icon-camera:before {
    content: "\f030"
}

.icon-font:before {
    content: "\f031"
}

.icon-bold:before {
    content: "\f032"
}

.icon-italic:before {
    content: "\f033"
}

.icon-text-height:before {
    content: "\f034"
}

.icon-text-width:before {
    content: "\f035"
}

.icon-align-left:before {
    content: "\f036"
}

.icon-align-center:before {
    content: "\f037"
}

.icon-align-right:before {
    content: "\f038"
}

.icon-align-justify:before {
    content: "\f039"
}

.icon-list:before {
    content: "\f03a"
}

.icon-indent-left:before {
    content: "\f03b"
}

.icon-indent-right:before {
    content: "\f03c"
}

.icon-facetime-video:before {
    content: "\f03d"
}

.icon-picture:before {
    content: "\f03e"
}

.icon-pencil:before {
    content: "\f040"
}

.icon-map-marker:before {
    content: "\f041"
}

.icon-adjust:before {
    content: "\f042"
}

.icon-tint:before {
    content: "\f043"
}

.icon-edit:before {
    content: "\f044"
}

.icon-share:before {
    content: "\f045"
}

.icon-check:before {
    content: "\f046"
}

.icon-move:before {
    content: "\f047"
}

.icon-step-backward:before {
    content: "\f048"
}

.icon-fast-backward:before {
    content: "\f049"
}

.icon-backward:before {
    content: "\f04a"
}

.icon-play:before {
    content: "\f04b"
}

.icon-pause:before {
    content: "\f04c"
}

.icon-stop:before {
    content: "\f04d"
}

.icon-forward:before {
    content: "\f04e"
}

.icon-fast-forward:before {
    content: "\f050"
}

.icon-step-forward:before {
    content: "\f051"
}

.icon-eject:before {
    content: "\f052"
}

.icon-chevron-left:before {
    content: "\f053"
}

.icon-chevron-right:before {
    content: "\f054"
}

.icon-plus-sign:before {
    content: "\f055"
}

.icon-minus-sign:before {
    content: "\f056"
}

.icon-remove-sign:before {
    content: "\f057"
}

.icon-ok-sign:before {
    content: "\f058"
}

.icon-question-sign:before {
    content: "\f059"
}

.icon-info-sign:before {
    content: "\f05a"
}

.icon-screenshot:before {
    content: "\f05b"
}

.icon-remove-circle:before {
    content: "\f05c"
}

.icon-ok-circle:before {
    content: "\f05d"
}

.icon-ban-circle:before {
    content: "\f05e"
}

.icon-arrow-left:before {
    content: "\f060"
}

.icon-arrow-right:before {
    content: "\f061"
}

.icon-arrow-up:before {
    content: "\f062"
}

.icon-arrow-down:before {
    content: "\f063"
}

.icon-share-alt:before,.icon-mail-forward:before {
    content: "\f064"
}

.icon-resize-full:before {
    content: "\f065"
}

.icon-resize-small:before {
    content: "\f066"
}

.icon-plus:before {
    content: "\f067"
}

.icon-minus:before {
    content: "\f068"
}

.icon-asterisk:before {
    content: "\f069"
}

.icon-exclamation-sign:before {
    content: "\f06a"
}

.icon-gift:before {
    content: "\f06b"
}

.icon-leaf:before {
    content: "\f06c"
}

.icon-fire:before {
    content: "\f06d"
}

.icon-eye-open:before {
    content: "\f06e"
}

.icon-eye-close:before {
    content: "\f070"
}

.icon-warning-sign:before {
    content: "\f071"
}

.icon-plane:before {
    content: "\f072"
}

.icon-calendar:before {
    content: "\f073"
}

.icon-random:before {
    content: "\f074"
}

.icon-comment:before {
    content: "\f075"
}

.icon-magnet:before {
    content: "\f076"
}

.icon-chevron-up:before {
    content: "\f077"
}

.icon-chevron-down:before {
    content: "\f078"
}

.icon-retweet:before {
    content: "\f079"
}

.icon-shopping-cart:before {
    content: "\f07a"
}

.icon-folder-close:before {
    content: "\f07b"
}

.icon-folder-open:before {
    content: "\f07c"
}

.icon-resize-vertical:before {
    content: "\f07d"
}

.icon-resize-horizontal:before {
    content: "\f07e"
}

.icon-bar-chart:before {
    content: "\f080"
}

.icon-twitter-sign:before {
    content: "\f081"
}

.icon-facebook-sign:before {
    content: "\f082"
}

.icon-camera-retro:before {
    content: "\f083"
}

.icon-key:before {
    content: "\f084"
}

.icon-cogs:before {
    content: "\f085"
}

.icon-comments:before {
    content: "\f086"
}

.icon-thumbs-up:before {
    content: "\f087"
}

.icon-thumbs-down:before {
    content: "\f088"
}

.icon-star-half:before {
    content: "\f089"
}

.icon-heart-empty:before {
    content: "\f08a"
}

.icon-signout:before {
    content: "\f08b"
}

.icon-linkedin-sign:before {
    content: "\f08c"
}

.icon-pushpin:before {
    content: "\f08d"
}

.icon-external-link:before {
    content: "\f08e"
}

.icon-signin:before {
    content: "\f090"
}

.icon-trophy:before {
    content: "\f091"
}

.icon-github-sign:before {
    content: "\f092"
}

.icon-upload-alt:before {
    content: "\f093"
}

.icon-lemon:before {
    content: "\f094"
}

.icon-phone {
    margin-top: 1px
}

.icon-phone:before {
    content: "\f095"
}

.icon-check-empty:before {
    content: "\f096"
}

.icon-bookmark-empty:before {
    content: "\f097"
}

.icon-phone-sign:before {
    content: "\f098"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-facebook:before {
    content: "\f09a"
}

.icon-github:before {
    content: "\f09b"
}

.icon-unlock:before {
    content: "\f09c"
}

.icon-credit-card:before {
    content: "\f09d"
}

.icon-rss:before {
    content: "\f09e"
}

.icon-hdd:before {
    content: "\f0a0"
}

.icon-bullhorn:before {
    content: "\f0a1"
}

.icon-bell:before {
    content: "\f0a2"
}

.icon-certificate:before {
    content: "\f0a3"
}

.icon-hand-right:before {
    content: "\f0a4"
}

.icon-hand-left:before {
    content: "\f0a5"
}

.icon-hand-up:before {
    content: "\f0a6"
}

.icon-hand-down:before {
    content: "\f0a7"
}

.icon-circle-arrow-left:before {
    content: "\f0a8"
}

.icon-circle-arrow-right:before {
    content: "\f0a9"
}

.icon-circle-arrow-up:before {
    content: "\f0aa"
}

.icon-circle-arrow-down:before {
    content: "\f0ab"
}

.icon-globe:before {
    content: "\f0ac"
}

.icon-wrench:before {
    content: "\f0ad"
}

.icon-tasks:before {
    content: "\f0ae"
}

.icon-filter:before {
    content: "\f0b0"
}

.icon-briefcase:before {
    content: "\f0b1"
}

.icon-fullscreen:before {
    content: "\f0b2"
}

.icon-group:before {
    content: "\f0c0"
}

.icon-link:before {
    content: "\f0c1"
}

.icon-cloud:before {
    content: "\f0c2"
}

.icon-beaker:before {
    content: "\f0c3"
}

.icon-cut:before {
    content: "\f0c4"
}

.icon-copy:before {
    content: "\f0c5"
}

.icon-paper-clip:before {
    content: "\f0c6"
}

.icon-save:before {
    content: "\f0c7"
}

.icon-sign-blank:before {
    content: "\f0c8"
}

.icon-reorder:before {
    content: "\f0c9"
}

.icon-list-ul:before {
    content: "\f0ca"
}

.icon-list-ol:before {
    content: "\f0cb"
}

.icon-strikethrough:before {
    content: "\f0cc"
}

.icon-underline:before {
    content: "\f0cd"
}

.icon-table:before {
    content: "\f0ce"
}

.icon-magic:before {
    content: "\f0d0"
}

.icon-truck:before {
    content: "\f0d1"
}

.icon-pinterest:before {
    content: "\f0d2"
}

.icon-pinterest-sign:before {
    content: "\f0d3"
}

.icon-google-plus-sign:before {
    content: "\f0d4"
}

.icon-google-plus:before {
    content: "\f0d5"
}

.icon-money:before {
    content: "\f0d6"
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-up:before {
    content: "\f0d8"
}

.icon-caret-left:before {
    content: "\f0d9"
}

.icon-caret-right:before {
    content: "\f0da"
}

.icon-columns:before {
    content: "\f0db"
}

.icon-sort:before {
    content: "\f0dc"
}

.icon-sort-down:before {
    content: "\f0dd"
}

.icon-sort-up:before {
    content: "\f0de"
}

.icon-envelope-alt:before {
    content: "\f0e0"
}

.icon-linkedin:before {
    content: "\f0e1"
}

.icon-undo:before,.icon-rotate-left:before {
    content: "\f0e2"
}

.icon-legal:before {
    content: "\f0e3"
}

.icon-dashboard:before {
    content: "\f0e4"
}

.icon-comment-alt:before {
    content: "\f0e5"
}

.icon-comments-alt:before {
    content: "\f0e6"
}

.icon-bolt:before {
    content: "\f0e7"
}

.icon-sitemap:before {
    content: "\f0e8"
}

.icon-umbrella:before {
    content: "\f0e9"
}

.icon-paste:before {
    content: "\f0ea"
}

.icon-lightbulb:before {
    content: "\f0eb"
}

.icon-exchange:before {
    content: "\f0ec"
}

.icon-cloud-download:before {
    content: "\f0ed"
}

.icon-cloud-upload:before {
    content: "\f0ee"
}

.icon-user-md:before {
    content: "\f0f0"
}

.icon-stethoscope:before {
    content: "\f0f1"
}

.icon-suitcase:before {
    content: "\f0f2"
}

.icon-bell-alt:before {
    content: "\f0f3"
}

.icon-coffee:before {
    content: "\f0f4"
}

.icon-food:before {
    content: "\f0f5"
}

.icon-file-alt:before {
    content: "\f0f6"
}

.icon-building:before {
    content: "\f0f7"
}

.icon-hospital:before {
    content: "\f0f8"
}

.icon-ambulance:before {
    content: "\f0f9"
}

.icon-medkit:before {
    content: "\f0fa"
}

.icon-fighter-jet:before {
    content: "\f0fb"
}

.icon-beer:before {
    content: "\f0fc"
}

.icon-h-sign:before {
    content: "\f0fd"
}

.icon-plus-sign-alt:before {
    content: "\f0fe"
}

.icon-double-angle-left:before {
    content: "\f100"
}

.icon-double-angle-right:before {
    content: "\f101"
}

.icon-double-angle-up:before {
    content: "\f102"
}

.icon-double-angle-down:before {
    content: "\f103"
}

.icon-angle-left:before {
    content: "\f104"
}

.icon-angle-right:before {
    content: "\f105"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.icon-desktop:before {
    content: "\f108"
}

.icon-laptop:before {
    content: "\f109"
}

.icon-tablet:before {
    content: "\f10a"
}

.icon-mobile-phone:before {
    content: "\f10b"
}

.icon-circle-blank:before {
    content: "\f10c"
}

.icon-quote-left:before {
    content: "\f10d"
}

.icon-quote-right:before {
    content: "\f10e"
}

.icon-spinner:before {
    content: "\f110"
}

.icon-circle:before {
    content: "\f111"
}

.icon-reply:before,.icon-mail-reply:before {
    content: "\f112"
}

.icon-folder-close-alt:before {
    content: "\f114"
}

.icon-folder-open-alt:before {
    content: "\f115"
}

.icon-expand-alt:before {
    content: "\f116"
}

.icon-collapse-alt:before {
    content: "\f117"
}

.icon-smile:before {
    content: "\f118"
}

.icon-frown:before {
    content: "\f119"
}

.icon-meh:before {
    content: "\f11a"
}

.icon-gamepad:before {
    content: "\f11b"
}

.icon-keyboard:before {
    content: "\f11c"
}

.icon-flag-alt:before {
    content: "\f11d"
}

.icon-flag-checkered:before {
    content: "\f11e"
}

.icon-terminal:before {
    content: "\f120"
}

.icon-code:before {
    content: "\f121"
}

.icon-reply-all:before {
    content: "\f122"
}

.icon-mail-reply-all:before {
    content: "\f122"
}

.icon-star-half-full:before,.icon-star-half-empty:before {
    content: "\f123"
}

.icon-location-arrow:before {
    content: "\f124"
}

.icon-crop:before {
    content: "\f125"
}

.icon-code-fork:before {
    content: "\f126"
}

.icon-unlink:before {
    content: "\f127"
}

.icon-question:before {
    content: "\f128"
}

.icon-info:before {
    content: "\f129"
}

.icon-exclamation:before {
    content: "\f12a"
}

.icon-superscript:before {
    content: "\f12b"
}

.icon-subscript:before {
    content: "\f12c"
}

.icon-eraser:before {
    content: "\f12d"
}

.icon-puzzle-piece:before {
    content: "\f12e"
}

.icon-microphone:before {
    content: "\f130"
}

.icon-microphone-off:before {
    content: "\f131"
}

.icon-shield:before {
    content: "\f132"
}

.icon-calendar-empty:before {
    content: "\f133"
}

.icon-fire-extinguisher:before {
    content: "\f134"
}

.icon-rocket:before {
    content: "\f135"
}

.icon-maxcdn:before {
    content: "\f136"
}

.icon-chevron-sign-left:before {
    content: "\f137"
}

.icon-chevron-sign-right:before {
    content: "\f138"
}

.icon-chevron-sign-up:before {
    content: "\f139"
}

.icon-chevron-sign-down:before {
    content: "\f13a"
}

.icon-html5:before {
    content: "\f13b"
}

.icon-css3:before {
    content: "\f13c"
}

.icon-anchor:before {
    content: "\f13d"
}

.icon-unlock-alt:before {
    content: "\f13e"
}

.icon-bullseye:before {
    content: "\f140"
}

.icon-ellipsis-horizontal:before {
    content: "\f141"
}

.icon-ellipsis-vertical:before {
    content: "\f142"
}

.icon-rss-sign:before {
    content: "\f143"
}

.icon-play-sign:before {
    content: "\f144"
}

.icon-ticket:before {
    content: "\f145"
}

.icon-minus-sign-alt:before {
    content: "\f146"
}

.icon-check-minus:before {
    content: "\f147"
}

.icon-level-up:before {
    content: "\f148"
}

.icon-level-down:before {
    content: "\f149"
}

.icon-check-sign:before {
    content: "\f14a"
}

.icon-edit-sign:before {
    content: "\f14b"
}

.icon-external-link-sign:before {
    content: "\f14c"
}

.icon-share-sign:before {
    content: "\f14d"
}

.sky-form [class^="icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased
}

.sky-form .icon-append,.sky-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center
}

.sky-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid
}

.sky-form .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid
}

.sky-form .input .icon-prepend+input,.sky-form .textarea .icon-prepend+textarea {
    padding-left: 46px
}

.sky-form .input .icon-append+input,.sky-form .textarea .icon-append+textarea {
    padding-right: 46px
}

.sky-form .input .icon-prepend+.icon-append+input,.sky-form .textarea .icon-prepend+.icon-append+textarea {
    padding-left: 46px
}

.sky-form .row {
    margin: 0 -15px
}

.sky-form .row:after {
    content: '';
    display: table;
    clear: both
}

.sky-form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.sky-form .col-1 {
    width: 8.33%
}

.sky-form .col-2 {
    width: 16.66%
}

.sky-form .col-3 {
    width: 25%
}

.sky-form .col-4 {
    width: 33.33%
}

.sky-form .col-5 {
    width: 41.66%
}

.sky-form .col-6 {
    width: 50%
}

.sky-form .col-8 {
    width: 66.67%
}

.sky-form .col-9 {
    width: 75%
}

.sky-form .col-10 {
    width: 83.33%
}

@media screen and (max-width: 600px) {
    .sky-form .col {
        float:none;
        width: 100%
    }
}

.sky-form .tooltip {
    position: absolute;
    z-index: 1;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0,0,0,.9);
    color: #fff;
    opacity: 0;
    transition: margin .3s , opacity .3s;
    -o-transition: margin .3s , opacity .3s;
    -ms-transition: margin .3s , opacity .3s;
    -moz-transition: margin .3s , opacity .3s;
    -webkit-transition: margin .3s , opacity .3s
}

.sky-form .tooltip:after {
    content: '';
    position: absolute
}

.sky-form .input input:focus+.tooltip,.sky-form .textarea textarea:focus+.tooltip {
    opacity: 1
}

.sky-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px
}

.sky-form .tooltip-top-right:after {
    top: 100%;
    right: 16px;
    border-top: 4px solid rgba(0,0,0,.9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.sky-form .input input:focus+.tooltip-top-right,.sky-form .textarea textarea:focus+.tooltip-top-right {
    right: 0;
    left: auto;
    margin-bottom: 5px
}

.sky-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px
}

.sky-form .tooltip-top-left:after {
    top: 100%;
    left: 16px;
    border-top: 4px solid rgba(0,0,0,.9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.sky-form .input input:focus+.tooltip-top-left,.sky-form .textarea textarea:focus+.tooltip-top-left {
    right: auto;
    left: 0;
    margin-bottom: 5px
}

.sky-form .tooltip-right {
    top: 9px;
    white-space: nowrap;
    margin-left: 15px
}

.sky-form .tooltip-right:after {
    top: 6px;
    right: 100%;
    border-top: 4px solid transparent;
    border-right: 4px solid rgba(0,0,0,.9);
    border-bottom: 4px solid transparent
}

.sky-form .input input:focus+.tooltip-right,.sky-form .textarea textarea:focus+.tooltip-right {
    left: 100%;
    margin-left: 5px
}

.sky-form .tooltip-left {
    top: 9px;
    white-space: nowrap;
    margin-right: 15px
}

.sky-form .tooltip-left:after {
    top: 6px;
    left: 100%;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid rgba(0,0,0,.9)
}

.sky-form .input input:focus+.tooltip-left,.sky-form .textarea textarea:focus+.tooltip-left {
    right: 100%;
    left: auto;
    margin-right: 5px
}

.sky-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px
}

.sky-form .tooltip-bottom-right:after {
    bottom: 100%;
    right: 16px;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(0,0,0,.9);
    border-left: 4px solid transparent
}

.sky-form .input input:focus+.tooltip-bottom-right,.sky-form .textarea textarea:focus+.tooltip-bottom-right {
    right: 0;
    left: auto;
    margin-top: 5px
}

.sky-form .tooltip-bottom-left {
    top: 100%;
    margin-top: 15px
}

.sky-form .tooltip-bottom-left:after {
    bottom: 100%;
    left: 16px;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(0,0,0,.9);
    border-left: 4px solid transparent
}

.sky-form .input input:focus+.tooltip-bottom-left,.sky-form .textarea textarea:focus+.tooltip-bottom-left {
    right: auto;
    left: 0;
    margin-top: 5px
}

.sky-form .input input,.sky-form .select select,.sky-form .textarea textarea,.sky-form .radio i,.sky-form .checkbox i,.sky-form .toggle i,.sky-form .icon-append,.sky-form .icon-prepend {
    border-color: #e5e5e5;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s
}

.sky-form .toggle i:before {
    background-color: #2da5da
}

.sky-form .rating label {
    color: #ccc;
    transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s
}

.sky-form .button {
    background-color: ;
    opacity: .8;
    transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s
}

.sky-form .button.button-secondary {
    background-color: #b3b3b3
}

.sky-form .icon-append,.sky-form .icon-prepend {
    color: #ccc
}

.sky-form .input:hover input,.sky-form .select:hover select,.sky-form .textarea:hover textarea,.sky-form .radio:hover i,.sky-form .checkbox:hover i,.sky-form .toggle:hover i {
    border-color: #8dc9e5
}

.sky-form .rating input + label:hover, .sky-form .rating input + label:hover ~ label {
    color: #2da5da
}

.sky-form .button:hover {
    opacity: 1
}

.sky-form .input input:focus,.sky-form .select select:focus,.sky-form .textarea textarea:focus,.sky-form .radio input:focus+i,.sky-form .checkbox input:focus+i,.sky-form .toggle input:focus+i {
    border-color: #2da5da
}

.sky-form .radio input+i:after {
    background-color: #2da5da
}

.sky-form .checkbox input+i:after {
    color: #2da5da
}

.sky-form .radio input:checked+i,.sky-form .checkbox input:checked+i,.sky-form .toggle input:checked+i {
    border-color: #2da5da
}

.sky-form .rating input:checked ~ label {
    color: #2da5da
}

.sky-form .state-error input,.sky-form .state-error select,.sky-form .state-error textarea,.sky-form .radio.state-error i,.sky-form .checkbox.state-error i,.sky-form .toggle.state-error i {
    background: #fff0f0
}

.sky-form .state-error select+i {
    background: #fff0f0;
    box-shadow: 0 0 0 12px #fff0f0
}

.sky-form .toggle.state-error input:checked+i {
    background: #fff0f0
}

.sky-form .note-error {
    color: #ee9393
}

.sky-form .state-success input,.sky-form .state-success select,.sky-form .state-success textarea,.sky-form .radio.state-success i,.sky-form .checkbox.state-success i,.sky-form .toggle.state-success i {
    background: #f0fff0
}

.sky-form .state-success select+i {
    background: #f0fff0;
    box-shadow: 0 0 0 12px #f0fff0
}

.sky-form .toggle.state-success input:checked+i {
    background: #f0fff0
}

.sky-form .note-success {
    color: #6fb679
}

.sky-form .input.state-disabled input,.sky-form .select.state-disabled,.sky-form .textarea.state-disabled,.sky-form .radio.state-disabled,.sky-form .checkbox.state-disabled,.sky-form .toggle.state-disabled,.sky-form .button.state-disabled {
    cursor: default;
    opacity: .5
}

.sky-form .input.state-disabled:hover input,.sky-form .select.state-disabled:hover select,.sky-form .textarea.state-disabled:hover textarea,.sky-form .radio.state-disabled:hover i,.sky-form .checkbox.state-disabled:hover i,.sky-form .toggle.state-disabled:hover i {
    border-color: #e5e5e5
}


/**/
/* datepicker */
/**/
.ui-datepicker {
    display: none;
    padding: 10px 12px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    font: 13px/1.55 'Roboto', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #666;
}
.ui-datepicker a {
    color: #404040;
}
.ui-datepicker-header {
    position: relative;
    margin: -10px -12px 10px;
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 15px;
    line-height: 27px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 0;
    display: block;
    width: 47px;
    height: 47px;
    font-size: 15px;
    line-height: 47px;
    text-decoration: none;
    cursor: pointer;
}
.ui-datepicker-prev {
    left: 0;
}
.ui-datepicker-next {
    right: 0;
}
.ui-datepicker-calendar {
    border-collapse: collapse;
    font-size: 13px;
    line-height: 27px;
}
.ui-datepicker-calendar th {
    color: #999;
}
.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
    display: block;
    width: 31px;
    margin: auto;
    text-decoration: none;
    color: #404040;
}
.ui-datepicker-calendar a:hover {
    background: rgba(0,0,0,.05);
}
.ui-datepicker-calendar span {
    color: #bfbfbf;
}
.ui-datepicker-today a {
    font-weight: 700;
}
.ui-datepicker-calendar .ui-state-active {
    background: rgba(0,0,0,.05);
    cursor: default;
}
.ui-datepicker-inline {
    border: 2px solid #e5e5e5;
    background: #fff;
    box-shadow: none;
}
.ui-datepicker-inline .ui-datepicker-header {
    line-height: 47px;
}
.ui-datepicker-inline .ui-datepicker-calendar {
    width: 100%;
}


/**/
/* slider */
/**/
.sky-form .ui-slider {
    position: relative;
    height: 3px;
    border: 2px solid #e5e5e5;
    background: #fff;
    margin: 12px 6px 26px;
}
.sky-form .ui-slider-handle {
    position: absolute;
    width: 15px;
    height: 15px;
    margin: -8px 0 0 -8px;
    border: 2px solid #e5e5e5;
    outline: none;
    background: #fff;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}


/**/
/* modal */
/**/
.sky-form-modal {
    position: fixed;
    z-index: 1;
    display: none;
    width: 400px;
}
.sky-form-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}


/**/
/* bootstrap compatibility */
/**/
.sky-form *,
.sky-form *:after,
.sky-form *:before {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.sky-form .label {
    border-radius: 0;
    font-size: 100%;
    text-align: left;
    white-space: normal;
    color: inherit;
}
.sky-form .radio,
.sky-form .checkbox {
    font-weight: 400;
}
.sky-form .radio + .radio,
.sky-form .checkbox + .checkbox {
  margin-top: 0;
}
.divide35 {
    width: 100%;
    height: 35px;
}

.divide40 {
    width: 100%;
    height: 40px;
}

.divide45 {
    width: 100%;
    height: 40px;
}

.divide50 {
    width: 100%;
    height: 50px;
}

.divide55 {
    width: 100%;
    height: 55px;
}

.divide60 {
    width: 100%;
    height: 60px;
}

.divide65 {
    width: 100%;
    height: 65px;
}

.divide70 {
    width: 100%;
    height: 70px;
}

.divide75 {
    width: 100%;
    height: 75px;
}

.divide80 {
    width: 100%;
    height: 80px;
}

.divide85 {
    width: 100%;
    height: 85px;
}


/*margins*/

.margin10 {
    margin-bottom: 10px;
}

.margin20 {
    margin-bottom: 20px;
}

.margin30 {
    margin-bottom: 30px;
}

.margin40 {
    margin-bottom: 40px;
}

.no-padding {
    padding: 0px;
}

.no-padding.gray {
    background-color: #f5f5f5;
}

.no-padding-inner h3 {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 40px;
}

.no-padding-inner {
    padding: 0;
}

@media (max-width: 568px) {
    .no-padding-inner {
        padding: 15px;
    }
}

.margin-0 {
    margin: 0px !important;
}

.btn {
    font-weight: 400;
    letter-spacing: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    font-family: 'Hammersmith One', sans-serif;
    text-transform: uppercase;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.btn-lg {
    padding: 10px 28px 10px 28px;
    font-size: 15px;
    font-weight: 400;
}

.btn:focus,
.btn:hover {
    outline: 0;
    color: #fff;
}

.btn-xs {
    font-size: 12px;
}

.btn-theme-bg {
    border-color: #687074;
    color: #fff;
    background-color: #687074;
}

.btn i {
    margin-right: 10px;
}

.btn-theme-bg:hover {
    background-color: #333;
    border-color: #333;
}

.btn-theme-dark {
    background-color: #333;
    color: #fff;
}

.btn-theme-dark:hover {
    color: #fff;
    text-shadow: 0 2px 1px rgba(0, 0, 0, .25);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5b6b6+0,ededed+100 */
    background: #b5b6b6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b5b6b6 0%, #ededed 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b5b6b6 0%, #ededed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b5b6b6 0%, #ededed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b5b6b6', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
}


/*********border-buttons**********/

.border-black {
    border: 1px solid #333;
    color: #000;
    background-color: transparent;
}

.border-black:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

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

.border-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.border-theme {
    border: 1px solid #687074;
    color: #687074;
}

.border-theme:hover {
    background-color: #687074;
    border-color: #687074;
    color: #fff;
}

.btn-3d {
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.btn-ico i {
    margin-left: 5px;
}


/***********bootstrap navigation default overrides--*/

.navbar-default {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0;
    width: 100%;
    min-height: 70px;
    padding: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    background-color: rgba(255, 255, 255, 0.9);
    clear: both;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5b6b6+0,ededed+100 */
    background: #b5b6b6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b5b6b6 0%, #ededed 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b5b6b6 0%, #ededed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b5b6b6 0%, #ededed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b5b6b6', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #687074;
    background-color: transparent;
}

.navbar-brand {
    font-weight: 700;
    color: #000 !important;
    font-size: 30px;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    color: #687074;
    font-size: 13px;
    font-weight: 400;
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Hammersmith One', sans-serif;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    text-shadow: 0 2px 1px rgba(0, 0, 0, .25);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5b6b6+0,ededed+100 */
    background: #b5b6b6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b5b6b6 0%, #ededed 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b5b6b6 0%, #ededed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b5b6b6 0%, #ededed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b5b6b6', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
}
.pager li>a:focus, .pager li>a:hover {
    color: #fff;
    text-shadow: 0 2px 1px rgba(0, 0, 0, .25);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5b6b6+0,ededed+100 */
    background: #b5b6b6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b5b6b6 0%, #ededed 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b5b6b6 0%, #ededed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b5b6b6 0%, #ededed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b5b6b6', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
}

.navbar-brand img {
    width: 218px;
    height: auto;
    margin-top: -51px;
}


/*============================*/


/*======dropdowm menu=========*/


/*============================*/

.navbar .dropdown-menu {
    padding: 0px;
    margin: 0;
    min-width: 200px;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
}

.search-dropdown {
    min-width: 244px !important;
}

.navbar .dropdown-menu li a {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #f5f5f5;
    padding: 6px 16px;
    line-height: 1.42857143;
    text-transform: capitalize;
}

.dropdown-menu .label {
    margin-top: 6px;
}

.navbar .dropdown-menu li a:hover {
    background-color: #f5f5f5;
}


/*********************

TOP BARS

****************************/

.top-bar-dark {
    background-color: #333;
}

.top-bar-light {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,fefefe+22,e2e2e2+100 */
    background: #fefefe;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fefefe 0%, #fefefe 22%, #e2e2e2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fefefe 0%, #fefefe 22%, #e2e2e2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fefefe 0%, #fefefe 22%, #e2e2e2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=1);
    /* IE6-9 */
}

.top-bar-light .top-dark-right li {
    border-color: #ddd;
}

.top-bar-light .top-dark-right li a:hover {
    color: #000;
}

.top-bar-socials {
    line-height: 18px;
    padding-top: 5px;
}

.top-bar-socials:after {
    display: table;
    clear: both;
    content: "";
}

.top-bar-socials a {
    margin: 0px 3px;
}

.top-dark-right {
    margin: 0px;
    padding: 0px;
}

.top-dark-right li {
    line-height: 40px;
    border-left: 1px solid #444;
    padding: 0px 10px;
}

.top-dark-right li,
.top-dark-right li a {
    color: #777;
    font-size: 12px;
}

.top-dark-right li i {
    margin-right: 5px;
}

.top-dark-right li a:hover {
    color: #000;
}


/***search top bar**/

.topbar-icons {
    display: block;
}

.topbar-icons i {
    margin: 0px !important;
    display: block;
}

.search {
    display: none;
    position: absolute;
    left: 0;
    right: 15px;
    top: 0;
    height: 100%;
    z-index: 99999;
}

.search .form-control {
    height: 100%;
    position: absolute;
    top: 0;
    width: 99%;
    right: 0;
    border: 0px;
    color: #fff;
    background-color: #565961;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.search .form-control:focus {
    color: #fff;
    background-color: #565961;
}

.search-close {
    position: absolute;
    right: 9px;
    top: 5px;
    cursor: pointer;
}


/* Mega MENU */

.yamm-content {
    padding: 25px;
    box-sizing: border-box;
    background-color: #fff;
}

.dropdown-menu .divider {
    background-color: #222;
}

.yamm-content h3.heading {
    border-bottom: none;
    margin: 0 0 5px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.yamm-content h3:before {
    content: "";
    display: none;
}

.yamm-content .mega-vertical-nav {
    margin-bottom: 30px;
}

.yamm-content .mega-vertical-nav li a {
    padding: 8px 0px;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #888;
    border-bottom: 1px solid #fbfbfb;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    /*    border-bottom: 0px;*/
}

.nav.mega-vertical-nav li a:hover {
    background-color: transparent;
    color: #687074;
}

.nav.mega-vertical-nav li a i {
    margin-right: 10px;
}

.mega-contact p {
    margin: 0;
}

.mega-contact i {
    color: #687074;
    margin-right: 5px;
}


/*navbar search form***/

.dropdown-form {
    padding: 10px 27px;
    min-width: 213px;
}

.dropdown-form .form-control {
    height: 34px;
}


/***header top bar with search***/

.top-bar form {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.top-bar button {
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: 9px;
    right: 13px;
    margin: 0px;
    padding: 0px;
    width: auto;
    height: auto;
    line-height: 15px;
}

.top-bar form .form-control {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    margin-top: 6px;
    width: 150px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-bar .form-group {
    margin: 0px;
}

.top-bar .form-control:focus {
    width: 200px;
}


/****************************dark heder********************/


/***********bootstrap navigation default overrides--*/

.navbar-inverse {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0;
    width: 100%;
    min-height: 70px;
    padding: 10px 0;
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #333;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #687074;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #687074;
    background-color: transparent;
}

.navbar-inverse .navbar-brand {
    font-weight: 700;
    color: #fff !important;
    font-size: 30px;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #687074;
}

#header-top.dark-header-top {
    background-color: #111;
    border-bottom-color: #222;
}

#header-top.dark-header-top .top-bar a i {
    color: #fff;
}

#header-top.dark-header-top .top-bar ul li {
    color: #fff;
}


/******************transparent header*****************************/

.navbar-inverse.transparent-header {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 10px 0px;
    min-height: 50px;
}

@media (max-width: 767px) {
    .navbar-inverse.transparent-header {
        background-color: #111 !important;
    }
}


/****************header center*****************/

.header-center {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 25px 0;
}

.header-center a {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}

.header-center span {
    display: block;
}

.navbar-default.menu-header-center {
    padding: 0px;
    min-height: 50px;
}

.navbar-default.menu-header-center .navbar-nav > li {
    border-left: 1px solid #ddd;
}


/***home boxed***/

#boxed {
    background-color: #f8f8f8;
}

@media (min-width: 1200px) {
    .boxed-wrapper {
        margin: 0 auto;
        width: 1170px;
        background-color: white;
        -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
        -ms-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    }
}

.boxed-wrapper .tp-banner-container {
    margin: 0px auto;
}

.boxed-wrapper .navbar-default {
    left: auto;
    width: auto;
    right: auto;
}


/***side panel*****/

.side-panel-page {
    overflow-x: hidden;
}

.side-panel {
    padding: 15px 0;
    background-color: #fff;
}

.side-panel .offcanvas-toggle-right.navbar-toggle {
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
}

.offcanvas-side-content .logo-side-nav {
    padding: 25px 15px;
    text-align: center;
}

.offcanvas-side-content .navmenu {
    width: 220px;
    padding: 0;
}

.offcanvas-side-content li.nav-header {
    padding: 15px;
}

.offcanvas-side-content .profile-element img {
    display: block;
    margin: 0 auto;
}

.offcanvas-side-content .profile-element .dropdown-menu {
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}

.offcanvas-side-content .profile-element .dropdown-menu > li:last-child a {
    border-bottom: 0px;
}

.offcanvas-side-content .profile-element .dropdown-menu > li > a {
    padding: 8px 15px;
    border-bottom: 1px solid #f5f5f5;
}

.offcanvas-side-content .profile-element .dropdown-menu > li > a i {
    margin-right: 5px;
}

.metismenu > li > a {
    border-bottom: 1px solid #eee;
    padding: 7px 15px;
}

.metismenu .arrow {
    float: right;
    position: absolute;
    right: 10px;
    top: 14px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.metismenu .arrow:before {
    content: "\f196";
}

.metismenu .active > a > .arrow:before {
    content: "\f147";
}

.metismenu .nav-second-level > li a {
    padding: 7px 15px;
    padding-left: 45px;
}

.metismenu .nav-third-level > li a {
    padding: 7px 15px;
    padding-left: 55px;
}

@media (max-width: 991px) {
    .navbar-default .nav > li > a {
        padding: 10px 12px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 12px;
    }
    .navbar-default .nav > li > a i {
        margin-right: 3px;
    }
    .navbar-inverse .nav > li > a {
        padding: 10px 11px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 12px;
    }
    .navbar-inverse .nav > li > a i {
        margin-right: 3px;
    }
}


/************************************************* css for footers****************************************/


/**footet dark**/

#footer {
    background: #111;
    font-size: 0.9em;
    padding: 80px 0 0;
    position: relative;
    clear: both;
}

.footer-col h3 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-style: normal;
}

.footer-col h3:first-letter {
    border-bottom: 1px solid #bbb;
}

.footer-col p {
    color: #555;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Hammersmith One', sans-serif;
}

.contact p {
    margin-bottom: 10px;
}

.contact strong {
    margin-right: 10px;
    font-weight: bold;
}

.contact strong i {
    margin-right: 5px;
}

.contact a {
    color: #777;
}

.contact a:hover {
    color: #687074;
}

.f2-work li {
    margin: 1px;
    padding: 0px;
}

.f2-work li a {
    display: block;
}

.f2-work li a img {
    width: 80px;
    border: 2px solid transparent;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

.f2-work li a:hover img {
    border-color: #687074;
}

.footer-btm {
    margin-top: 30px;
    padding: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.news-form .form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
}

@media (max-width: 767px) {
    .news-form {
        text-align: center !important;
    }
    .news-form .form-control {
        margin-bottom: 10px;
    }
}

.footer-social li {
    padding: 0px;
}


/****************footer 2****************/

#footer-option {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1d1d1+0,f4f4f4+74,f4f4f4+100 */
    background: #d1d1d1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d1d1d1 0%, #f4f4f4 74%, #f4f4f4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d1d1d1 0%, #f4f4f4 74%, #f4f4f4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d1d1d1 0%, #f4f4f4 74%, #f4f4f4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#f4f4f4', GradientType=0);
    /* IE6-9 */
    border-top: 4px solid #e1e1e1;
    font-size: 0.9em;
    padding: 50px 0 30px 0;
    position: relative;
    clear: both;
}

#footer-option .footer-col h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

#footer-option .footer-btm {}

#footer-option .contact a {
    color: #777;
}

#footer-option .contact a:hover {
    color: #000;
}


/*******************footer 3********************/

.footer-col.footer-3 h3 {
    text-transform: uppercase;
    font-size: 35px;
}


/************twitter feed*****************/

.tweet ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.tweet ul li {
    color: #777;
    font-weight: 600;
    padding: 8px 0;
    font-size: 15px;
}

.tweet ul li:before {
    content: "\f099";
    font-family: 'FontAwesome';
    margin-right: 15px;
    font-size: 16px;
    color: #687074;
}

.tweet ul li .date {
    padding: 3px 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.tweet ul li img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}

.tweet li a {
    color: #fff;
    font-size: 13px;
}

.tweet li a:hover {
    color: #687074;
}

.latest-f-news li a {
    display: block;
    padding: 4px 0;
    color: #777;
}

.latest-f-news li a i {
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.latest-f-news li a:hover i {
    margin-left: 5px;
}

.latest-f-news li a:hover {
    color: #fff;
}


/**************************

Footer light styles

******************************/

.footer-light-1 {
    padding-top: 60px;
    background-color: #f4f4f4;
}

.footer-light-1 h3 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-size: 20px;
}

.footer-light-1 .menu-1 li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 3px 0;
}

.footer-light-1 .menu-1 li a {
    font-size: 14px;
    text-transform: uppercase;
}

.footer-light-1 .media img {
    margin-top: 5px;
}

.footer-light-1 .media .media-body p {
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 0px;
}

.footer-light-1 .media .media-heading {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-weight: 600;
}

.footer-light-1 .f2-work li a img {
    height: 70px;
}

.footer-light-1 .info li {
    padding-bottom: 10px;
}

.footer-light-1 .info li i {
    color: #687074;
    margin-right: 10px;
}

.footer-light-1 .subscribe-form .form-control {
    height: 49px;
}

.download-app li {
    padding: 0px;
}

.download-app li a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    font-size: 35px;
}

.footer-copyright {
    font-size: 13px;
    color: #999;
    padding: 20px 15px;
    background-color: #ddd;
}


/****footer light option 2*****/

.footer-light-2 {
    padding-top: 60px;
    padding-bottom: 0px;
    background-color: #f5f5f5;
}

.footer-light-2 h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-bottom: 23px;
    font-size: 18px;
}

.footer-light-2 p {
    color: #777;
}

.footer-light-2 .footer-work {
    clear: both;
}

.footer-light-2 .footer-work a {
    display: block;
    width: 80px;
    margin: 0px;
    float: left;
    margin: 1px;
}

.footer-light-2 .find-us p {
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-light-2 .footer-news li a {
    display: block;
    margin-bottom: 10px;
}

.footer-light-2 .footer-news li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 10px;
}

.footer-light-2 .footer-bottom {
    padding-top: 30px;
    background-color: #eee;
}

.footer-light-2 .footer-bottom h3 {
    margin-bottom: 30px;
}

.footer-light-2 .footer-bottom ul {
    margin-bottom: 30px;
    padding: 0px;
}

.footer-light-2 .footer-bottom p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 0px;
    text-transform: uppercase;
}


/****footer light option 3*****/

.footer-light-3 {
    padding-top: 60px;
    padding-bottom: 0px;
    background-color: #f5f5f5;
}

.footer-light-3 h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    margin-bottom: 20px;
}

.footer-light-3 p {
    color: #777;
}

.footer-light-3 .find-us p {
    margin-top: 0px;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer-light-3 .find-us p strong {
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}

.footer-light-3 .quick-links {
    padding-right: 40px;
}

.footer-light-3 .quick-links li {
    padding: 6px 0;
}

.footer-light-3 .quick-links li a {
    font-size: 14px;
    text-transform: capitalize;
}

.footer-light-3 .form-control {
    min-height: 45px;
    color: #999;
    text-transform: uppercase;
    font-size: 16px;
}

.footer-bottom {
    padding-top: 30px;
    background-color: #eee;
}

.footer-bottom h3 {
    margin-bottom: 30px;
}

.footer-bottom ul {
    margin-bottom: 30px;
    padding: 0px;
}

.footer-bottom p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 0px;
    text-transform: capitalize;
}

.wide-img-showcase-row {
    position: relative;
}

.no-padding.img {
    background: url(../img/showcase-1.jpg) scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
}

.no-padding.img-2 {
    background-size: cover;
    position: absolute;
    height: 100%;
}

@media (max-width: 767px) {
    .no-padding.img {
        position: relative;
        height: 300px;
    }
}


/************************image hover effect*******************/

.item-img-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.item-img-wrap img {
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%;
}

.item-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.item-img-overlay span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/plus.png) no-repeat center center rgba(0, 0, 0, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

.item-img-wrap:hover .item-img-overlay span {
    opacity: 1;
}

.item-img-wrap:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*forms*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    color: #7a7a7a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
    border-color: #bbb;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}


/*************parallax*************/

.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}


/************

Carousel slider

***************/

.carousel-slider-wrapper {
    position: relative;
}

.carousel-slider-wrapper .item {
    overflow: hidden;
    width: 100%;
    height: 600px;
    background-color: #333 !important;
    padding: 100px 0 0;
}

.carousel-slider-wrapper .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#carousel-slide-1 {
    background-image: url(../img/bg-1.jpg);
    width: 100%;
    background-size: cover;
}

#carousel-slide-2 {
    background-image: url(../img/bg-2.jpg);
    width: 100%;
    background-size: cover;
}

#carousel-slide-3 {
    background-image: url(../img/bg-3.jpg);
    width: 100%;
    background-size: cover;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.carousel-item-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    z-index: 3;
}

.carousel-item-content h1 {
    display: inline-block;
    padding: 10px 20px;
    line-height: 35px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #687074;
    margin: 0px;
}

.carousel-item-content p {
    margin: 0px;
    padding: 6px 20px;
    color: #fff;
    background: #333;
    display: inline-block;
    text-transform: uppercase;
}

a.carousel-control {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -25px;
    background-image: none !important;
    font-size: 52px;
    font-weight: 400;
    cursor: pointer;
}


/*flex slider*/

.slider-reg {
    width: 100%;
}

@media (max-width: 767px) {
    .slider-reg.transparent-header-slider {
        margin-top: 50px;
    }
}

.main-flex-slider {
    position: relative;
}

.main-flex-slider .flex-control-nav {
    bottom: 10px;
    margin: 0;
    height: 14px;
    z-index: 10;
}

.main-flex-slider .flex-control-paging li a {
    background-color: rgba(255, 255, 255, 0.7) !important;
    width: 26px;
    height: 8px;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.main-flex-slider .flex-control-paging li a.flex-active {
    background-color: #687074 !important;
}

.slider-overlay {
    background: rgba(0, 0, 0, 0.2);
    background-image: url("../img/pattern.png");
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider-text {
    text-align: center;
    margin-top: 30px;
}

.slider-text h1 {
    font-size: 3.75em;
    color: #FFF;
    padding: 5px 10px 0px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.slider-text p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 400;
}

.slider-text p a {
    font-style: normal;
}

@media (min-width: 1200px) {
    .slider-text {
        margin-top: 250px;
    }
}

@media (max-width: 1199px) {
    .boxed-wrapper .navbar-default {
        left: 0;
        width: 100%;
        right: 0;
    }
}

@media (max-width: 1024px) {
    .slider-text {
        margin-top: 150px;
    }
}

@media (max-width: 768px) {
    .slider-text {
        margin-top: 90px;
    }
    .slider-text h1 {
        font-size: 2em;
    }
}

@media (max-width: 667px) {
    .slider-text {
        margin-top: 30px;
    }
    .slider-text h1 {
        font-size: 2em;
    }
}

@media (max-width: 533px) {
    .slider-text p a {
        display: none;
    }
}

@media (max-width: 414px) {
    .slider-text p {
        display: none;
    }
    .slider-text h1 {
        font-size: 1.5em;
        margin-top: 45px;
    }
}

@media (max-width: 384px) {
    .slider-text h1 {
        font-size: 1.5em;
        margin-top: 45px;
    }
}


/***********animation delays*****************/

.delay-1 {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}

.delay-2 {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms;
}

.delay-3 {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.delay-4 {
    -webkit-animation-delay: 1600ms;
    -moz-animation-delay: 1600ms;
    animation-delay: 1600ms;
}


/*intro text*/

.intro-text {
    padding: 60px 0;
    background-color: #eee;
}

.intro-text h2 {
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 25px;
}

.intro-text a {
    margin: 7px;
}


/*******************home parallax-bg----***********************/

#home-parallax {
    background: url("../img/showcase-4.jpg") no-repeat;
    padding: 190px 0;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #687074;
}

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

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

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.parallax-buttons {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.parallax-buttons a {
    display: inline-block;
    margin: 5px;
}

h1.typed-text {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}

.typed-text .element {
    color: #687074;
}

#home-parallax p {
    color: #fff;
}

@media (max-width: 568px) {
    h1.typed-text {
        font-size: 25px;
    }
}


/*services*/

.services-wrap {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #fff;
}

.services-box {
    clear: both;
}

.services-box-icon {
    background: transparent;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
}

.services-box-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5b6b6+0,ededed+100 */
    background: #b5b6b6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b5b6b6 0%, #ededed 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b5b6b6 0%, #ededed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b5b6b6 0%, #ededed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b5b6b6', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
    color: #fff;
    font-size: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.services-box-info {
    padding-left: 65px;
}

.services-box-info h4 {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
}


/*services 2*/

.service-box i {
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    color: #687074;
    font-size: 30px;
    background-color: #f7f9fa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 25px;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

.service-box h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-box:hover i {
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    color: #fff;
    background-color: #687074;
}


/***services3***/

#services-bg-wrap {
    padding: 90px 0;
    background-color: #f7f9fa;
}

.service-3-meta h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
}

.white-bg {
    background-color: #fff !important;
    padding-top: 90px !important;
    padding-bottom: 50px !important;
}

.service-4-meta h3 {
    font-weight: 700;
    margin-bottom: 5px;
}

.blue-bg {
    background-color: #687074;
    padding-top: 70px;
    padding-bottom: 40px;
}

.blue-bg .services-box i {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-size: 50px;
    margin-right: 25px;
}

.blue-bg .services-box .services-box-info {
    margin-left: 30px;
}

.blue-bg .services-box .services-box-info h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}

.blue-bg .services-box .services-box-info p {
    color: #eee;
}


/***special features***/

.special-feature .section-title hr {
    border-color: #151515;
}

.special-feature i {
    font-size: 65px;
    line-height: 75px;
    color: #687074;
}

.special-feature h4 {
    font-size: 16px;
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #777;
}

.special-feature .mask-top {
    width: 100%;
    background-color: #ffffff;
    padding: 55px 0;
    position: absolute;
    top: 0px;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-top h4:before {
    top: -18px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    right: 0;
    margin: -2px auto;
    position: absolute;
    width: 40px;
}

.special-feature .s-feature-box:hover .mask-top {
    top: -200px;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .s-feature-box {
    overflow: hidden;
    position: relative;
    height: 280px;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
    cursor: pointer;
}

.special-feature .mask-bottom {
    color: #333333;
    padding: 20px 15px 20px 15px;
    width: 100%;
    position: absolute;
    bottom: -300px;
    height: 100%;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom p {
    padding: 0px 5px;
    font-size: 14px;
}

.special-feature .mask-bottom h4 {
    margin: 15px 0px 17px;
}

.special-feature .s-feature-box:hover .mask-bottom {
    bottom: 0;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px;
}


/****services new*****/

.service-box-4 .service-ico {
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px;
    margin-top: 3px;
    float: left;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-ico i {
    color: #687074;
    font-size: 50px;
}

.service-box-4 .service-text {
    margin-left: 65px;
}

.service-text a {
    color: #687074;
}

.service-text a i {
    margin-left: 5px;
    vertical-align: middle;
}

.service-text h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}


/***colored boxed**************/

.colored-boxed {
    text-align: center;
}

.colored-boxed i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border: 0px solid;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 50px;
    display: inline-block;
}

.colored-boxed.green i {
    color: #687074;
    border-color: #687074;
}

.colored-boxed.dark i {
    color: #333;
    border-color: #333;
}

.colored-boxed.blue i {
    color: #3b5998;
    border-color: #3b5998;
}

.colored-boxed.red i {
    color: #cb2027;
    border-color: #cb2027;
}

.colored-boxed h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.colored-boxed p {
    margin-top: 10px;
}


/**************work and portfolio whole*******/


/* mouse grab icon */

.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move !important;
}

.portfolio {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.work-desc {
    width: 100%;
    padding: 10px 10px;
    background: #FFF;
    border-top: none;
    position: relative;
}

.work-desc:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    margin-left: 20px;
    width: 8px;
    height: 8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 100;
}

.work-desc h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.owl-spaced .owl-item > div {
    margin: 5px;
}

.work-desc span {
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
    font-size: 14px;
    color: #999;
}

.project-detail h3 {
    margin-bottom: 10px;
}

.project-detail em {
    display: block;
}

.full-width-3-work .work-desc {
    padding: 10px;
}


/****progress bars****/


/*progress bar*/

h3.heading-progress {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 0px;
    text-transform: uppercase;
    color: #777;
}

.progress {
    height: 15px;
    line-height: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #E9E9E9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.progress-bar {
    line-height: 10px;
    background: #687074;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}


/*news and blogs*/

.news-desc {
    padding: 15px 0;
}

.news-desc h4 {
    margin: 0px;
    font-weight: 600;
}

.news-desc span {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}

.news-desc span + span {
    padding-left: 30px;
}


/*latest news in home option*/

.latest-new {
    border: 1px solid #ddd;
}

.blog-date {
    width: 60px;
    height: 60px;
    padding: 6px 5px;
    margin: -40px auto 10px auto;
    line-height: 1;
    font-weight: 400;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.blog-date span {
    font-weight: 400;
    font-size: 15px;
    display: block;
}

.l-news-desc {
    padding: 10px 20px;
}

.l-news-desc h3 {
    margin-bottom: 15px;
}

ul.post-desc {
    padding: 0;
}

ul.post-desc li {
    font-size: 14px;
    text-transform: capitalize;
    color: #555;
}

ul.post-desc li + li {
    padding-left: 15px;
}


/**blog inner pages**/

.blog-post {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.post-detail {
    margin-top: 25px;
    margin-bottom: 0px;
    border-top: 1px solid #ebeaea;
    border-bottom: 1px solid #ebeaea;
    margin-left: 0px;
}

.post-detail li img {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
    float: left;
    margin-right: 10px;
}

.post-detail li + li {
    padding-left: 15px;
}

.post-detail li {
    font-size: 12px;
    vertical-align: middle;
    text-transform: capitalize;
}

.post-detail li i {
    margin-right: 5px;
}

.blog-post h2 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-left-img .post-detail {
    margin-top: 0px;
}

.about-author {
    background-color: #f5f5f5;
    padding: 30px;
    margin-bottom: 50px;
}

.about-author img {
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.about-author p {
    overflow: hidden;
}

.comment-list {
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.comment-post h4 img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    float: left;
}

.comment-post p {
    overflow: hidden;
}

.comment-form .form-contact .form-control {
    background-color: #f5f5f5;
}


/*Timeline blog
------------------------------------*/

.timeline {
    padding: 20px 0;
    list-style: none;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #f5f5f5;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 40px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 94%;
    float: left;
    border: 1px solid #d4d4d4;
    /*border-radius: 2px;*/
    /*padding: 20px;*/
    position: relative;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #ccc;
    width: 24px;
    height: 24px;
    line-height: 50px;
    font-size: 1.4em;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 19px;
    right: -12px;
    z-index: 9;
}

.timeline > li > .timeline-badge i:hover {
    color: #687074;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline > li > .timeline-panel .timeline-heading {
    padding: 5px;
}

.timeline > li > .timeline-panel .timeline-heading img {
    width: 100%;
}

.timeline .timeline-body {
    padding: 25px 15px;
}

.timeline .timeline-body h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.timeline-body .post-detail {
    margin: 5px 0px;
}

.timeline > li.timeline-inverted {
    float: right;
    clear: right;
    margin-bottom: 40px;
}

.timeline > li:nth-child(2) {
    margin-top: 60px;
}

.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}

@media (max-width: 992px) {
    .timeline > li > .timeline-panel:before {
        top: 31px;
        right: -11px;
        border-top: 11px solid transparent;
        border-left: 11px solid #ccc;
        border-bottom: 11px solid transparent;
    }
    .timeline > li > .timeline-panel:after {
        top: 32px;
        right: -10px;
        border-top: 10px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 10px solid transparent;
    }
    .timeline > li.timeline-inverted > .timeline-panel:before {
        border-right-width: 11px;
        left: -11px;
    }
    .timeline > li.timeline-inverted > .timeline-panel:after {
        border-right-width: 10px;
        left: -10px;
    }
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        top: 27px;
        right: -12px;
        border-top: 12px solid transparent;
        border-left: 12px solid #ccc;
        border-bottom: 12px solid transparent;
    }
    ul.timeline > li > .timeline-panel:after {
        top: 28px;
        right: -11px;
        border-top: 11px solid transparent;
        border-left: 11px solid #fff;
        border-bottom: 11px solid transparent;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 12px;
        left: -12px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 11px;
        left: -11px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
}


/*testimonials parallax*/

.testimonials {
    background: url(../img/bg-4.jpg) no-repeat;
    padding: 80px 0;
}

.testimonials .center-heading h2 {
    color: #fff;
}

.testimonials h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    font-style: normal;
    font-family: "Lato", sans-serif;
}

.testimonials h4 i {
    color: #687074;
    margin-right: 5px;
}

.testimonials p {
    color: #687074;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
}

.customer-img {
    max-width: 92px;
    margin: auto;
    margin-bottom: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}


/**owl**/

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px !important;
    height: 8px !important;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #444 !important;
}


/*********************testmonials v-2*****************/

.testimonials-v-2 {
    padding: 100px 0;
    overflow: hidden;
}

.testi-slide {
    text-align: center;
}

.testi-slide img {
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.testi-slide p {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic;
}

.testi-slide i {
    color: #687074;
    margin-right: 10px;
}

.testi-slide h4 {
    font-weight: 400;
    font-size: 16px;
    font-family: "Lato", sans-serif !important;
    font-style: italic;
}

.testi-slide .flex-control-paging li a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
    border: 2px solid #ccc;
    width: 8px;
    height: 8px;
}

.testi-slide .flex-control-paging li a.flex-active {
    background: transparent !important;
    border: 2px solid #687074;
}

.quote {
    position: relative;
}

.quote blockquote {
    padding: 0px;
    border: 0;
    margin: 0;
    font-size: 14px;
    font-style: italic;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.quote blockquote p {
    color: #fff;
    padding-top: 25px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
}

.quote blockquote:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 90px;
    width: 0;
    height: 0;
    border-top: 0.83333em solid #ccc;
    border-right: 0.86667em solid transparent;
}

.quote.green blockquote {
    background-color: #687074;
}

.quote.green blockquote:before {
    border-top-color: #687074;
}

.quote.dark blockquote {
    background-color: #555;
}

.quote.dark blockquote:before {
    border-top-color: #555;
}

.quote-footer {
    margin: 10px 0;
}

.quote-footer .quote-author-img img {
    float: left;
    max-width: 90px;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-left: -5px;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    padding: 5px;
    background-color: #fff;
}

.quote-footer h4 {
    font-size: 14px;
    margin-bottom: 4px;
}

.quote-footer p {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
}


/***********bootstrap collapse overrides*/

.panel-group .panel {
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.panel-default > .panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #f5f5f5 !important;
    padding: 7px 12px;
}

.panel-title i {
    margin-right: 10px;
    color: #687074;
}


/*************soical icons**********/

.social-1 {
    margin: 0;
    padding: 0;
}

.social-1 li {
    padding: 0px;
}

.social-1 li a i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.social-1 li a i:hover {
    opacity: 0.8;
}

.social-1 li a i.fa-facebook {
    background-color: #3b5998;
}

.social-1 li a i.fa-twitter {
    background-color: #0084b4;
}

.social-1 li a i.fa-google-plus {
    background-color: #C63D2D;
}

.social-1 li a i.fa-pinterest {
    background-color: #cb2027;
}

.social-1 li a i.fa-dribbble {
    background-color: #ea4c89;
}


/**************countdown*************/

.countdown_section {
    display: inline-block;
    width: 120px;
    height: 120px;
    padding-top: 13px;
    margin: 10px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.subscribe-form .form-control {
    height: 46px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}


/*purchase section*/

.purchase-sec {
    padding: 30px 0;
    background: #687074;
}

.purchase-sec span {
    line-height: 40px;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}


/****fun facts*****/

.fun-fact-wrap {
    background: url(../img/showcase-4.jpg);
    background-repeat: repeat !important;
    padding-top: 100px;
    padding-bottom: 70px;
}

.facts-in {
    text-align: center;
}

.facts-in h3 {
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: 400;
    color: #fff;
}

.facts-in h3 i {
    font-size: 40px;
    margin-right: 20px;
    color: #687074;
}

.facts-in h4 {
    margin-bottom: 0px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

@media (max-width: 992px) {
    .facts-in {
        margin-bottom: 70px;
    }
}


/******owl carousel*******/

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background: #687074 !important;
}


/**********static background with transparent header*/

.static-bg {
    background: url(../img/showcase-3.jpg);
    padding-top: 230px;
    padding-bottom: 200px;
}

.static-wrap {
    text-align: center;
}

.static-wrap h3 {
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 0 0 16px 0;
    margin: 0 0 35px 0;
    font-weight: 400;
    font-size: 44px;
    border-bottom: solid 1px #cccccc;
    position: relative;
    color: #fff;
    line-height: 44px;
}

.static-bg h3:before {
    content: "";
    height: 3px;
    background: #009ada;
    background: -moz-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #009ada), color-stop(100%, #04bfbf));
    background: -webkit-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
    background: -o-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
    background: -ms-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
    background: linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#009ada', endColorstr='#04bfbf', GradientType=1);
    width: 60%;
    max-width: 100%;
    display: block;
    left: 0%;
    bottom: -2px;
    position: absolute;
}

.static-bg h3:before {
    left: 20%;
}

.slider-flex h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}


/****************************breadcrumb***************************/

.breadcrumb-wrap {
    padding: 30px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
}

.breadcrumb-wrap h4 {
    margin: 0px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Hammersmith One', sans-serif;
}

ol.breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #333;
}

ol.breadcrumb li {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    word-break: break-all;
}

ol.breadcrumb li a {
    color: #333;
}


/***list of highlight**/

.highlight-list li {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #777;
    line-height: 45px;
}

.highlight-list li i {
    color: #687074;
    margin-right: 10px;
}


/************team section css here*****/

.team-wrap {
    padding: 3px 3px 20px;
    border: 1px solid #eee;
    text-align: center;
}

.team-wrap li {
    padding: 0px;
}

.team-wrap h4 {
    margin-bottom: 3px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 17px;
}

.team-wrap span {
    font-size: 10px;
    text-transform: uppercase;
    color: #777;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}


/**team-v2**/

.person-v2 {
    margin-bottom: 30px;
}

.our-team-v-2 {
    padding-top: 70px;
    background-color: #f5f5f5;
    padding-bottom: 40px;
}

.person-v2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.person-v2 h3 {
    margin: 5px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
}

.person-desc-v2 em {
    display: block;
    color: #777;
    margin-bottom: 10px;
}


/******************pricing tables***********************/


/**pricing simple **/

.pricing-simple {
    border: 1px solid #D0D6DF;
    margin-bottom: 30px;
}

.pricing-simple h4 {
    border-bottom: 1px solid #D0D6DF;
    margin: 0px;
    color: #666;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    text-transform: capitalize;
}

.pricing-simple h3 {
    margin: 0px;
    padding: 30px 20px;
    border-bottom: 1px solid #D0D6DF;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    background-color: #f4f4f4;
}

.pricing-simple h3 sup,
.pricing-simple h3 sub {
    font-size: 14px;
    color: #D0D6DF;
    font-weight: 400;
}

.pricing-simple h3 sup {
    vertical-align: top;
    left: 10px;
}

.pricing-simple h3 sub {
    vertical-align: bottom;
}

.pricing-simple ul {
    padding-top: 30px;
}

.pricing-simple ul li {
    padding: 6px 20px;
    border-bottom: 1px solid #f5f5f5;
    color: #aeaeae;
}

.pricing-simple ul li:last-child {
    border-bottom: 0px;
}

.pricing-simple ul li i {
    color: #687074;
    margin-right: 10px;
}

.pricing-simple .bottom {
    padding: 20px 10px;
    text-align: center;
}

.pricing-simple p {
    color: #aeaeae;
    padding: 15px 20px;
    text-align: center;
    padding-bottom: 0px;
}

.pricing-simple .circle {
    width: 150px;
    height: 150px;
    padding: 0px 0 0;
    margin: 30px auto;
    margin-bottom: 0px;
    display: table;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #f4f4f4;
}

.pricing-simple .circle .price {
    text-align: center;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
}

.pricing-simple .circle .price sub,
.pricing-simple .circle .price sup {
    font-size: 14px;
    color: #777;
}

.pricing-simple .circle .price sup {
    vertical-align: top;
}

.pricing-simple .circle .price sub {
    vertical-align: bottom;
}

.popular {
    position: relative;
    overflow: hidden;
}

.popular .ribbon {
    position: absolute;
    left: -55px;
    bottom: 5px;
    font-size: 11px;
    text-align: center;
    width: 150px;
    color: #fff;
    text-transform: capitalize;
    padding: 1px 12px;
    display: block;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #687074;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.no-space-pricing {
    margin: 0px;
}


/**dark pricing tables**/

.pricing-simple.dark-pricing {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #333;
}

.pricing-simple.dark-pricing h4 {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.pricing-simple.dark-pricing .circle {
    background-color: #444;
    border-color: #333;
}

.pricing-simple.dark-pricing .circle .price {
    color: #fff;
}

.pricing-simple.dark-pricing ul li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}


/***************about me*********************/

.me-intro {
    background: url(../img/bg-4.jpg);
    padding: 200px 0;
}

.me-intro h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.me-intro p {
    color: #fff;
}

.me-hobbies h4 i {
    margin-right: 10px;
    color: #687074;
    font-size: 25px;
}

.services-me li {
    padding: 10px 0;
    font-size: 16px;
}

.services-me li i {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 15px;
    background-color: #e5e5e5;
    color: #687074;
}

.contact-me {
    background-color: #eee;
    padding: 40px 0;
}


/**dropcaps**/

p.dropcap:first-letter {
    display: block;
    float: left;
    font-size: 50px;
    line-height: 51px;
    margin: -1px 8px -2px 0;
    color: #687074;
}


/*contact us*/


/*gmap*/

#map-canvas {
    width: 100%;
    height: 300px;
}

#contactForm .form-control {
    min-height: 45px;
    background-color: #fff;
}

.form-contact form label {
    font-size: 15px;
    font-weight: 400;
    color: #777;
}

.contact-info li a {
    color: #777;
}

.help-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.help-block ul li {
    color: red;
}

label span {
    color: red;
    margin-left: 5px;
}

.required span {
    color: red;
}


/***error page****/

.error-bg {
    background-color: #eee;
}

.error-404 {
    padding-top: 40px;
}

.error-404 h1 {
    text-transform: uppercase;
    color: #aaa;
    font-size: 160px;
    line-height: 160px;
    margin-bottom: 20px;
}

.error-404 h3 {
    color: #777;
    text-transform: uppercase;
    line-height: 40px;
}

.error-404 .form-control {
    font-size: 20px;
}


/********************************sidebar***********************/

.sidebar-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
}

.search-widget {
    position: relative;
}

.search-widget i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #777;
}

.cat-list li {
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

.cat-list li a {
    color: #888;
    margin-right: 10px;
}

.cat-list li i {
    color: #888;
    margin-right: 10px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cat-list li:hover i {
    margin-left: 5px;
}

.cat-list li a:hover {
    color: #687074;
}

.popular-post li {
    padding-bottom: 20px;
}

.popular-img {
    float: left;
    margin-right: 10px;
}

.popular-img a img {
    width: 60px;
    height: 60px;
}

.popular-desc {
    display: table;
}

.popular-desc h5 {
    font-size: 17px;
    margin-bottom: 6px;
}

.popular-desc h5 a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.popular-desc h5 a:hover {
    color: #687074;
}

.popular-desc h6 {
    color: #777;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
}

.tag-list a {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 0px;
    margin-bottom: 3px;
    padding: 3px 6px;
    color: #777;
    font-size: 14px !important;
    background-color: #e5e5e5;
}

.tag-list a:hover {
    background-color: #687074;
    color: #fff;
}


/****************testimonials***********************/

.quote-text {
    background-color: #f6f6f6;
    border-left: none;
    color: rgba(85, 94, 106, 0.8);
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
    padding: 26px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 #35bdf6;
    -moz-box-shadow: 0 3px 0 #35bdf6;
    -ms-box-shadow: 0 3px 0 #35bdf6;
    box-shadow: 0 3px 0 #35bdf6;
}

.quote-text:before {
    border: solid 14px transparent;
    z-index: 3;
    border-top-color: #f6f6f6;
    top: auto;
    right: auto;
    bottom: -28px;
    left: 30px;
}

.quote-text:after {
    border: solid 14px transparent;
    z-index: 2;
    border-width: 18px;
    border-top-color: #35bdf6;
    top: auto;
    right: auto;
    bottom: -36px;
    left: 26px;
}

.quote-text:before,
.quote-text:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
}

.quote-pic {
    float: left;
    margin-right: 12px;
    margin-left: 28px;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
}

.quote-author {
    display: inline-block;
    font-size: 14px !important;
    line-height: 1.3 !important;
}

.quote-author strong {
    font-size: 14px;
    font-weight: 700;
    display: block;
}


/***********************sign in or sign up css****************/

.login-form {
    padding: 20px;
    background-color: #f5f5f8;
}

.login-form h3 span {
    color: #777;
    font-size: 15px;
}

.btn-fb-login {
    background-color: #3b5998;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.login-form form a {
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 320px) {
    .login-form form a {
        margin-top: 10px;
    }
}


/****clients***/

#clients-carousel {
    background-color: #424242;
    padding: 90px 0;
}

#clients-carousel.light {
    background-color: #222;
}

#clients-carousel.light h3.heading {
    color: #fff;
}

#clients-carousel .center-heading h2 {
    color: #fff;
}

#clients-carousel .item {
    text-align: center;
}

#clients-carousel p {
    color: #bbb;
}

#cta-1 {
    padding: 40px 0;
    background-color: #687074;
    text-align: center;
}

#cta-1 h1 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
}

#cta-2 {
    padding: 30px 0;
    background-color: #f2f2f2;
    text-align: center;
}

#cta-2 h1 {
    color: #333;
    margin-bottom: 15px;
    font-weight: 400;
}


/*****accordions****/


/*** Accordion ***/

.panel-group {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

.panel-group .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel + .panel {
    margin-top: -2px;
}

.panel-group .panel-heading {
    padding: 0;
    background: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel-body {
    font-size: 14px;
    background: #f9f9f9;
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
    font-family: "Lato", sans-serif;
}

.panel-group .panel-heading a {
    position: relative;
    display: block;
    padding: 8px 20px 8px 10px;
    font-size: 15px;
    color: #505050;
    line-height: 1.5;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
}


/***acordions icon*****/

.panel-ico {
    position: relative;
}

.panel-ico:after {
    content: '\f067';
    color: #888;
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 8px;
}

.panel-ico.active:after {
    content: '\f068';
    color: #687074;
}

.panel-ico.active a {
    color: #687074;
}


/**primary tabs***/

.panel-primary {
    border: 0px;
}

.panel-primary .panel-heading {
    background: #687074;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border-color: rgba(0, 0, 0, 0.1);
}

.panel-primary .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
}

.panel-primary .panel-ico.active a {
    color: #fff;
}

.panel-primary .panel-ico.active:after {
    color: #fff;
}

.panel-primary .panel-heading a {
    color: #eee;
}

.panel-primary .panel-ico:after {
    color: #eee;
}

.simple-collapse .panel-body {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

.simple-collapse.panel-group {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}


/****************elements******************/

.grid-wrap h4 {
    display: block;
    line-height: 35px;
    text-align: center;
    background-color: #f9f9fa;
    border: 1px solid #ddd;
}

.element-buttons a {
    margin-bottom: 10px;
    margin-right: 5px;
}


/*****************bootstrap tabs overrides*****************************/


/*tabs*/

.nav-tabs {
    border: 0px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0px;
    background-color: #555;
    color: #fff;
}

.nav-tabs > li > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #f4f4f4;
    border: 0px;
}

.inq .nav-tabs > li > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: 0px;
}
.inq .nav-tabs > li.active > a,
.inq .nav-tabs > li.active > a:focus,
.inq .nav-tabs > li.active > a:hover {
    border: 0px;
    background-color: transparent;
    color: #000;
}

.nav-tabs > li > a:hover {
    border: 0px;
}

.tabs .nav-tabs {
    border-bottom: none;
}

.tabs .nav-tabs li {
    margin-bottom: 0;
}

.tab-content {
    overflow: hidden;
    padding: 15px 0;
}


/*****vertical left tabs--*****/

.tabs-left .nav-tabs {
    float: left;
    margin-right: 19px;
}

.tabs-left .nav-tabs > li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left .tab-content {
    padding: 0px;
}


/*****vertical right tabs--*****/

.tabs-right .nav-tabs {
    float: right;
    margin-left: 19px;
}

.tabs-right .nav-tabs > li {
    float: none;
    margin-bottom: 2px;
}

.tabs-right .tab-content {
    padding: 0px;
}

@media (max-width: 767px) {
    .tabs .nav-tabs li {
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }
    .tabs .nav-tabs li a {
        margin-right: 0 !important;
    }
    .tabs .nav-tabs li.active a {
        border-bottom: 2px solid #dcdcdc !important;
    }
}

@media (max-width: 568px) {
    .tabs-right .nav-tabs {
        float: none;
        margin-left: 0;
    }
    .tabs-left .nav-tabs {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
}

.tabs .nav-tabs li a {
    background: #f7f7f7;
    margin-right: 2px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 12px 20px;
    color: #6d6d6d;
    position: relative;
}

.tabs .nav-tabs li a:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
}

.tabs .nav-tabs li a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}

.tabs .nav-tabs li a:hover {
    border-color: #f7f7f7;
}

.tabs .nav-tabs > li > a .fa {
    margin-right: 4px;
}

.tabs .nav-tabs li.active a {
    color: #687074;
    border-left-color: #eee;
    border-right-color: #eee;
    background: #fff;
}

.tabs .nav-tabs li.active a:after {
    background: #687074;
}

.tabs .nav-tabs li.active a:before {
    background: #fff;
}

.tabs .nav-tabs li.active a:hover {
    border-bottom-color: #fff;
}

.tabs .tab-content {
    padding: 15px;
    background: #fff;
}

.tab-content p {
    overflow: hidden;
}

.tabs .tab-content:before,
.tabs .tab-content:after {
    content: " ";
    display: table;
}

.tabs .tab-content:after {
    clear: both;
}

.tabs .tab-content p:last-child {
    margin-bottom: 0;
}

.form-element .form-control {
    height: 31px;
}


/***************************video home********************/


/*****************home ********
******************************/

#video-wrap {
    display: table;
    width: 100%;
    height: 580px;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}

.fallback-image {
    background-image: url(../img/showcase-5.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*.parallax-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-color: rgba(44,62,80,0.3);
    z-index: 2;
}*/

.video-wrap-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
}

.video-wrap-content h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 50px;
}

.video-wrap-content p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 25px;
    font-family: "Lato", sans-serif;
}

@media (max-width: 433px) {
    #video-wrap {
        background-color: #444;
        display: table;
        width: 100%;
        height: 100%;
        height: 400px;
        overflow-x: hidden;
        overflow-y: hidden;
        vertical-align: middle;
        z-index: 1;
    }
    .video-wrap-content h1 {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 30px;
    }
    .video-wrap-content p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.popover-test button {
    margin: 5px;
}


/****************************************************************

Version v1.1 css*

****************************************************************/

.latest-tweets .tweet li {
    font-weight: 400;
}

.latest-tweets .tweet li a {
    color: #687074;
}


/**********************sidenav*********************/

.side-nav li {
    border-bottom: 1px solid #e9e9e9;
}

.side-nav li a {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.side-nav li a.active {
    color: #687074;
}

.side-nav li a i {
    margin-right: 10px;
}


/*************pagination***********/

.gallery-bottom .pagination {
    margin-top: 0px;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #ccc;
    padding: 3px 9px;
    color: #fff;
    border: 0px;
}

.pagination > li > a {
    margin-right: 5px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination a.active,
.pagination span.active,
.pagination a.active:hover,
.pagination span.active:hover,
.pagination a.active:focus,
.pagination span.active:focus {
    background-color: #687074;
}

.jobs-row h4.panel-title {
    font-weight: 400;
    text-align: left;
}

.jobs-row h4.panel-title a {
    font-size: 15px;
}

.jobs-row h4.panel-title em {
    font-weight: 400;
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 0px;
}


/*****************search results*******************/

.search-area {
    padding: 20px 0;
    background-color: #f5f5f5;
}

.search-area .form-control {
    height: 38px;
}

.search-area .btn-lg {
    padding: 10px 17px 10px 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

span.results-number {
    display: block;
    color: #999;
    margin-bottom: 10px;
}

.results-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.results-box h3 a {
    color: #687074;
}

.results-box h3 a:hover {
    text-decoration: underline;
}

.results-box .btn {
    top: -1px;
    padding: 0;
    position: relative;
    color: #999;
    border: none;
    font-size: 14px;
}

.results-box .btn:hover,
.results-box .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.link-ul {
    padding: 0;
    margin-bottom: 0px;
}

.link-ul li a,
.link-ul li a.btn-link {
    color: #999;
    font-size: 14px;
    margin-right: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
}

.link-ul li {
    font-size: 12px;
}

.link-ul li a:hover {
    color: #687074;
    text-decoration: underline;
}

.results-box p {
    margin: 10px 0;
    color: #666;
    font-weight: 400;
}

.results-sidebar-box ul li a {
    color: #999;
}

.results-sidebar-box ul li a:hover {
    text-decoration: underline;
    color: #687074;
}

.results-sidebar-box h4 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.view-all {
    color: #999;
    font-size: 12px;
    display: block;
}


/*-----------------------------------------------------------------------------------*/


/*  Process
/*-----------------------------------------------------------------------------------*/

.process h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
}

.process-step {
    margin: 0 auto;
    width: 700px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    position: relative;
}

.process-border {
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #dadada;
    height: 100%;
}

.step {
    width: 700px;
    float: right;
    text-align: left;
    margin: 0 0 10px;
    padding: 10px 0 0 405px;
    position: relative;
}

.step.even {
    float: left;
    text-align: right;
    padding: 10px 405px 0 0;
}

.step h5 {
    color: #3f8dbf;
}

.step .icon-square {
    position: relative;
    margin-left: 10px;
}

.step.even .icon-square {
    margin-right: 10px;
}

.step .icon-square:before {
    content: "";
    display: block;
    width: 65px;
    border-bottom: 1px solid #dadada;
    position: absolute;
    top: 35px;
    left: -65px;
}

.step.even .icon-square:before {
    left: auto;
    right: -65px;
}

.icon-square {
    display: inline-block;
}

.icon-square i {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-align: center;
    color: #ddd;
    font-size: 40px;
    padding: 0;
    margin: 0 0 10px 0;
    display: table;
    width: 70px;
    height: 70px;
    border: 2px solid #ddd;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.step:hover .icon-square i {
    background-color: #687074;
    color: #FFF;
}

.icon-square i:before {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.step h5 {
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
}

@media (max-width: 767px) {
    .process-step {
        width: 100%;
    }
    .step {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 0 30px;
        padding: 0;
        position: relative;
    }
    .step.even {
        float: none;
        text-align: center;
        padding: 0;
    }
    .step .icon-square:before {
        border: 0px;
    }
    .process-border {
        border: 0;
    }
}


/*******************Process inline*****/

.process-inline {
    margin-top: 50px;
    padding-top: 80px;
    background-color: #eee;
}

.Process-col {
    padding: 80px 30px;
    text-align: center;
}

.Process-col.one {
    background-color: rgba(0, 0, 0, 0.3);
}

.Process-col.two {
    background-color: rgba(0, 0, 0, 0.5);
}

.Process-col.three {
    background-color: rgba(0, 0, 0, 0.7);
}

.Process-col.four {
    background-color: black;
}

.Process-col i {
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
}

.Process-col h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 25px 0;
}


/**********************invoice page************************/

body.invoice {
    background-color: #ECEEF4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .container.invoice-outer {
        width: 970px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }
}

.invoice-outer {
    background-color: #fff;
    min-height: 400px;
    padding: 15px;
    line-height: 22px;
    border: 1px solid #ddd;
}

.invoice-header h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 26px;
}

@media (min-width: 768px) {
    .invoice-header-right {
        text-align: right;
    }
    .invoice-header-right h5 {
        margin-bottom: 0px;
    }
}

.invoice-header-right h5 {
    font-size: 17px;
}

.about-client ul strong {
    font-weight: 700;
    margin-right: 5px;
}

.invoice .panel-default > .panel-heading {
    border-color: #ddd !important;
}

.copyright-info {
    text-align: center;
    display: block;
    color: #999;
    font-size: 12px;
}


/****************login register calssic****************/

.login-regiter-tabs .nav-tabs {
    border: 0px;
}

.login-regiter-tabs .nav-tabs > li.active > a,
.login-regiter-tabs .nav-tabs > li.active > a:hover,
.login-regiter-tabs .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #fff;
    border-bottom-color: #687074;
    background-color: #687074;
    border-color: #687074;
}

.login-regiter-tabs .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    border: 1px solid #ddd;
    padding: 6px 45px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-right: 20px;
}

@media (max-width: 568px) {
    .login-regiter-tabs .nav-tabs > li > a {
        padding: 6px 25px;
    }
}

.login-regiter-tabs .nav-tabs > li > a:hover {
    border-color: #687074;
    background-color: transparent;
}

.login-regiter-tabs .tab-content {
    margin-top: 40px;
    padding: 20px 0;
}

.login-regiter-tabs .tab-content p a {
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: underline;
}


/************maintenance page***************/

.maintenance-page {
    background-color: #ddd;
}

.maintenance-page .main-text {
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
}

.maintenance-page .main-text span {
    font-size: 20px;
    font-weight: 400;
    display: block;
    font-style: normal;
    margin-top: 30px;
}

.maintenance-box h4 {
    color: #000;
    font-weight: 400;
}

.maintenance-box i {
    font-size: 40px;
    margin-bottom: 20px;
}


/****dropdown login***/

.dropdown-login-box {
    overflow: hidden;
    padding: 15px !important;
    min-width: 300px !important;
    background-color: #fff !important;
}

.dropdown-login-box .btn {
    margin-top: 10px;
}

.dropdown-login-box h4 {
    margin: 5px 0 10px 0;
}

.dropdown-login-box h4 em {
    font-size: 12px;
    color: #687074;
    font-weight: 400;
}

.dropdown-login-box input[type=checkbox] {
    margin: 5px -20px 0;
    line-height: normal;
}

.dropdown-login-box p {
    margin: 0;
}

.dropdown-login-box p a {
    color: #687074;
}

.dropdown-login-box p a:hover {
    color: #687074;
    text-decoration: underline;
}


/************************************ version v1.2.1 css *****************/


/********************

VERSION V1.3 css start here

*************************************************/


/******************

MULTI LEVEL DROPDOWN CSS

*********************/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: -2px;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        padding-left: 20px;
    }
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    top: 7px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}


/*******************new contact pages************************/

.sky-form-columns .btn-lg {
    padding: 14px 28px 13px 28px !important;
}
.sky-form h5 {
    font-weight: normal;
    text-transform: uppercase;
        font-size: .95em;
}

.sky-form-columns .sky-form {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.sky-form-columns .sky-form footer {
    border: 0px;
    background-color: transparent;
    padding: 0px;
}

.sky-form-columns .sky-form fieldset {
    padding: 0px;
}

.contact-option-circle {
    text-align: center;
    background-color: #f5f5f5;
    padding: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.contact-option-circle i {
    font-size: 35px;
    color: #888;
    display: block;
    margin-bottom: 10px;
}

.sky-form-columns .sky-form fieldset + fieldset {
    border-top: 0px;
}


/*******************dark dropdown code here*****************/

.navbar .dropdown-menu.dark-dropdown {
    border: 1px solid #444;
}

.navbar .dropdown-menu.dark-dropdown li a {
    color: #bbb;
}

.navbar .dropdown-menu.dark-dropdown li a:hover {
    color: #687074;
    background-color: transparent;
}

.navbar .dropdown-menu.dark-dropdown,
.navbar .dropdown-menu.dark-dropdown .yamm-content {
    background-color: #333;
}

.navbar .dropdown-menu.dark-dropdown li a {
    border-color: #444;
}

.navbar .dropdown-menu.dark-dropdown .yamm-content h3 {
    color: #fff;
}

.navbar .dropdown-menu.dark-dropdown .dropdown-submenu .dropdown-menu li a {
    border-color: #444 !important;
}


/**************intro text**************/

.intro-text-default {
    padding: 80px 0;
}

.intro-text-default h4 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 30px;
}

@media (max-width: 375px) {
    .intro-text-default h4 {
        font-size: 28px;
        line-height: 40px;
    }
}

.intro-text-default p {
    font-size: 16px;
}

.intro-text-1 {
    background: #05101b;
    padding: 40px 0;
}

.intro-text-1 h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.intro-text-1 h4 strong {
    color: #687074;
    font-weight: 700;
}

.intro-text-1 p {
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

.intro-text-1 a {
    margin-top: 15px;
}

.intro-text-1.light {
    background-color: #f5f5f5;
}

.intro-text-1.light h4 {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}

.intro-2nd h3 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
    font-size: 40px;
}

.intro-2nd p {
    font-size: 15px;
    line-height: 35px;
    font-weight: 400;
    color: #777;
    margin: 30px 0;
}

.testimonials-light {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.testimonials-light h4 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #000;
    font-style: normal;
}


/*******************portfolio with new hover style********************/

.featured-work {
    background-color: #f5f5f5;
    padding-top: 60px;
    position: relative;
}

.featured-work .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 0px;
}

.featured-work .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background: #687074;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.work-wrap {
    position: relative;
    display: block;
}

.work-wrap .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    overflow: hidden;
    display: block;
}

.work-wrap .img-overlay .inner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    margin-top: -51px;
}

.work-wrap .img-overlay .inner-overlay h2 {
    color: #434343;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 18px;
    color: #687074;
    margin-bottom: 6px;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -moz-transform: translate3d(0, -400%, 0);
    -o-transform: translate3d(0, -400%, 0);
    -ms-transform: translate3d(0, -400%, 0);
    -webkit-transform: translate3d(0, -400%, 0);
    transform: translate3d(0, -400%, 0);
}

.work-wrap .img-overlay .inner-overlay p {
    color: #333;
    margin-bottom: 20px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transform: translate3d(0, -400%, 0);
    -o-transform: translate3d(0, -400%, 0);
    -ms-transform: translate3d(0, -400%, 0);
    -webkit-transform: translate3d(0, -400%, 0);
    transform: translate3d(0, -400%, 0);
}

.work-wrap .img-overlay .inner-overlay a.link {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.work-wrap .img-overlay .inner-overlay a.zoom {
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.work-wrap .img-overlay .inner-overlay a {
    display: inline-block;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #687074;
    text-align: center;
    margin: 0 5px;
    -moz-transform: translate3d(0, 400%, 0);
    -o-transform: translate3d(0, 400%, 0);
    -ms-transform: translate3d(0, 400%, 0);
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.work-wrap .img-overlay .inner-overlay a i {
    font-size: 14px;
    color: #687074;
    line-height: 40px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.work-wrap:hover .img-overlay {
    opacity: 1;
}

.work-wrap:hover .img-overlay .inner-overlay h2 {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.work-wrap:hover .img-overlay .inner-overlay p {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.work-wrap:hover .img-overlay .inner-overlay a {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fun-fact-wrap-light {
    background-color: #eee;
    padding-top: 100px;
    padding-bottom: 70px;
}

.fun-fact-wrap-light .facts-in h3 .counter {
    color: #000;
}

.fun-fact-wrap-light .facts-in h4 {
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-transform: lowercase;
    font-style: normal;
}

.fun-facts-bg {
    background: #687074;
}


/***theme features box***/

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

.assan-box img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.assan-box h4 {
    padding: 0px 15px;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
    margin: 0px;
    line-height: 55px;
}

.assan-box p {
    padding: 0px 20px;
}


/************************home events**********************/

.events-bg {
    background: url(../img/showcase-1.jpg);
    padding: 150px 0;
}

.events-bg h2 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
}

.events-bg h4 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 400;
}

.event-digit-box h1 {
    font-weight: 400;
    color: #777;
    margin-bottom: 25px;
}

.event-digit-box h4 {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.event-speakers {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
}


/***schedule**/

.event-box {
    padding: 15px;
    background-color: #fff;
    border: 2px solid #f5f5f5;
    margin-bottom: 15px;
}

.event-box .author {
    color: #000;
    font-weight: 700;
    display: block;
}

.event-box .title {
    margin: 15px 0;
}

.event-box .time {
    padding: 6px 12px;
    display: inline-block;
    color: #fff;
    background-color: #687074;
}

.event-box p {
    font-size: 14px;
}

.event-gallery {
    padding: 80px 0;
    background-color: #eee;
}

.register-event {
    background: url(../img/showcase-4.jpg);
    padding: 100px 0;
}

.register-event .center-heading h2 {
    color: #fff;
}

.register-event .center-heading p {
    color: #fff;
}

.event-price-box {
    padding: 45px 15px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

.event-price-box h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
}

.event-price-box h5 {
    font-size: 20px;
    margin: 0px;
    text-transform: capitalize;
}

.event-price-box h3,
.event-price-box h5 {
    color: #fff;
}

.register-text-box {
    text-align: center;
}

.register-text-box h3 {
    color: #fff;
}


/************no space columns end******/

.col-one-fourth {
    width: 25%;
    float: left;
}

@media (max-width: 767px) {
    .col-one-fourth {
        width: 50%;
    }
}

@media (max-width: 568px) {
    .col-one-fourth {
        width: 100%;
    }
}


/****massonary****/

.mas-boxes-inner {
    padding: 0px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-bottom: 3px solid #f5f5f5;
    padding: 5px;
}

.mas-blog-inner {
    padding: 20px;
    background-color: #fff;
}

.mas-blog-inner h3 {
    text-transform: capitalize;
}

.mas-blog-inner .post-detail {
    margin-top: 0px;
    margin-bottom: 10px;
}

.mas-blog-inner h3 {
    margin-bottom: 15px;
    font-weight: 400;
}


/*************NEW PORTFOLIO IN V1.4****************/

.filter {
    text-align: center;
    margin-bottom: 30px;
}

.filter li a.active {
    color: #687074;
    border-color: #687074;
}

.filter li a {
    display: inline-block;
    margin: 3px 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-style: normal;
    color: #bbb;
    font-weight: 400;
    padding: 4px 12px;
    border: 2px solid #f5f5f5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.filter li a:hover {
    color: #687074;
    border-color: #687074;
}

.col-2-space .project-post {
    width: 50%;
    padding: 15px;
    float: left;
}

.col-2-no-space .project-post {
    width: 50%;
    padding: 0;
    margin: 0;
}

.col-3-space .project-post {
    width: 33.33%;
    padding: 15px;
}

.col-3-no-space .project-post {
    width: 33.333%;
    padding: 0;
    margin: 0;
}

.col-4-space .project-post {
    width: 25%;
    padding: 15px;
    float: left;
}

.col-4-no-space .project-post {
    width: 25%;
    padding: 0;
    margin: 0;
}

.col-5-no-space .project-post {
    width: 20%;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .col-2-space .project-post,
    .col-2-no-space .project-post,
    .col-3-space .project-post,
    .col-3-no-space .project-post,
    .col-4-space .project-post,
    .col-4-no-space .project-post,
    .col-5-no-space .project-post {
        width: 50%;
    }
}

@media (max-width: 568px) {
    .col-2-space .project-post,
    .col-2-no-space .project-post,
    .col-3-space .project-post,
    .col-3-no-space .project-post,
    .col-4-space .project-post,
    .col-4-no-space .project-post,
    .col-5-no-space .project-post {
        width: 100%;
    }
}


/***new icon overlay***/

.img-icon {
    position: relative;
    overflow: hidden;
}

.img-icon img {
    width: 100%;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.img-icon-overlay {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.img-icon-overlay p {
    position: absolute;
    width: 100%;
    margin-top: -20px;
    top: 50%;
    text-align: center;
}

.img-icon-overlay p a {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.99);
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 5px;
    text-align: center;
    color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.img-icon-overlay p a img {
    width: 20px;
    height: auto;
}

.img-icon-overlay p a:hover {
    color: #687074;
}

.img-icon:hover .img-icon-overlay {
    opacity: 1;
}

.img-icon:hover img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/****construction page css***/

.construction-service-box {
    margin-bottom: 30px;
}

.service-thumb {
    position: relative;
}

.construction-service-box .services-desc h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.construction-service-box .services-desc p {
    margin-bottom: 5px;
    line-height: 27px;
}

.constro-cta {
    background: url(../img/construction/constro-bg-2.jpg);
    padding: 80px 0;
    text-align: center;
}

.constro-cta p {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 20px;
}

.constro-cta h1 {
    color: #fff;
    text-transform: uppercase;
}

.constro-cta i {
    display: block;
    color: #fff;
    font-size: 50px;
}

.constro-cta a {
    margin-top: 40px;
}

.constro-cta a i {
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
}

.construction.testimonials-v-2 {
    background-color: #f5f5f5;
}


/****cube portfolio*******/

.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item {
    font-family: "Lato", sans-serif !important;
    font-size: 15px;
}

.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #687074;
}

.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color: #687074;
}

.portfolio-cube .cbp-l-caption-buttonLeft,
.portfolio-cube .cbp-l-caption-buttonRight {
    background-color: #687074;
}

.portfolio-cube .cbp-l-caption-buttonLeft:hover,
.portfolio-cube .cbp-l-caption-buttonRight:hover {
    background-color: #687074;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e8e8e+0,cecece+100 */
    background: #8e8e8e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8e8e8e 0%, #cecece 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8e8e8e 0%, #cecece 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8e8e8e 0%, #cecece 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#cecece', GradientType=0);
    /* IE6-9 */
    cursor: default;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter {
    background: #8E8E8E;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter:before {
    border-top-color: #8E8E8E;
}

.btn-sweet-alert {
    margin: 5px;
}

.portfolio-cube .cbp-l-grid-projects-title {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}

.portfolio-cube .cbp-l-filters-button .cbp-filter-item {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}

.portfolio-cube .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    background-color: #687074;
    color: #fff;
    border-color: #687074;
    cursor: default;
}

.portfolio-cube {
    font-family: "Lato", sans-serif !important;
}

.cube-masonry .cbp-l-caption-title {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}

.cube-masonry .cbp-l-caption-desc {
    font-family: "Lato", sans-serif;
}


/************pace style for page pre-loader********/

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #687074;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #687074, 0 0 5px #687074;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #687074;
    border-left-color: #687074;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/****************

SOCIAL BUTTONS

**********************/


/**social icons default size**/

.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

.social-icon:hover {
    border-color: transparent;
}

.social-icon i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
    position: relative;
}

.social-icon i:last-child {
    color: #FFF !important;
}

.social-icon:hover i:first-child {
    margin-top: -40px;
}


/***social icons lg (big)***/

.social-icon-lg {
    margin: 0 5px 5px 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

.social-icon-lg:hover {
    border-color: transparent;
}

.social-icon-lg i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 60px;
    position: relative;
}

.social-icon-lg i:last-child {
    color: #FFF !important;
}

.social-icon-lg:hover i:first-child {
    margin-top: -60px;
}


/***social icons small***/

.social-icon-sm {
    margin: 0 5px 5px 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px !important;
    color: #777;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

.social-icon-sm:hover {
    border-color: transparent;
}

.social-icon-sm i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 30px;
    position: relative;
}

.social-icon-sm i:last-child {
    color: #FFF !important;
}

.social-icon-sm:hover i:first-child {
    margin-top: -30px;
}

si-border {
    border: 1px solid #AAA !important;
}

.si-border-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-dark-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-gray-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-gray {
    background: #f3f3f3;
    border: 0px;
}

.si-dark {
    background-color: #333;
    border: 0px !important;
    color: #fff !important;
}


/**icons hover colored**/

.si-colored-facebook,
.si-facebook:hover {
    background-color: #3B5998 !important;
}

.si-colored-twitter,
.si-twitter:hover {
    background-color: #00ACEE !important;
}

.si-colored-google-plus,
.si-g-plus:hover {
    background-color: #DD4B39 !important;
}

.si-colored-skype,
.si-skype:hover {
    background-color: #00AFF0 !important;
}

.si-linkedin:hover,
.si-colored-linkedin {
    background-color: #0E76A8 !important;
}

.si-pin:hover,
.si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-rss:hover,
.si-colored-rss {
    background-color: #EE802F !important;
}

.si-pinterest:hover,
.si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-tumblr:hover,
.si-colored-tumblr {
    background-color: #34526F !important;
}

.si-vimeo:hover,
.si-colored-vimeo {
    background-color: #86C9EF !important;
}

.si-digg:hover,
.si-colored-digg {
    background-color: #191919 !important;
}

.si-instagram:hover,
.si-colored-instagram {
    background-color: #3F729B !important;
}

.si-flickr:hover,
.si-colored-flickr {
    background-color: #FF0084 !important;
}

.si-paypal:hover,
.si-colored-paypal {
    background-color: #00588B !important;
}

.si-yahoo:hover,
.si-colored-yahoo {
    background-color: #720E9E !important;
}

.si-android:hover,
.si-colored-andriod {
    background-color: #A4C639 !important;
}

.si-appstore:hover,
.si-colored-apple {
    background-color: #000 !important;
}

.si-dropbox:hover {
    background-color: #3D9AE8 !important;
}

.si-dribbble:hover,
.si-colored-dribbble {
    background-color: #EA4C89 !important;
}

.si-soundcloud:hover,
.si-colored-soundcoloud {
    background-color: #F70 !important;
}

.si-xing:hover,
.si-colored-xing {
    background-color: #126567 !important;
}

.si-phone:hover,
.si-colored-phone {
    background-color: #444 !important;
}

.si-behance:hover,
.si-colored-behance {
    background-color: #053eff !important;
}

.si-github:hover,
.si-colored-github {
    background-color: #171515 !important;
}

.si-stumbleupon:hover,
.si-colored-stumbleupon {
    background-color: #F74425 !important;
}

.si-email:hover,
.si-colored-email {
    background-color: #6567A5 !important;
}

.si-wordpress:hover,
.si-colored-wordpress {
    background-color: #1E8CBE !important;
}

.social-shortcodes .left-heading {
    font-size: 30px;
    text-transform: uppercase;
}

.grid-boxed {
    border: 1px solid transparent;
    padding: 20px;
}

.grid-boxed:hover {
    border: 1px dashed #999;
}


/**********************

UNDER CUNSTRUCTION PAGES v1.9

***********************/

.coming-soon {
    background: url(../img/bg-3.jpg);
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
}

.coming-soon .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.coming-soon h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 55px;
}

.counts {
    width: 120px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 30px;
    display: inline-block;
    margin-bottom: 10px;
}

.counts span {
    color: #fff;
    font-size: 50px;
    display: block;
    margin-bottom: 20px;
}

.counts p {
    text-transform: uppercase;
    color: #fff;
}

.count-down-1 {
    position: relative;
}

.count-down-1 .counts {
    width: 120px;
    text-align: center;
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 12px;
    position: relative;
}

.count-down-1 span {
    color: #fff;
    text-shadow: 1px 2px rgba(255, 255, 255, 0.1);
    display: block;
    font-size: 50px;
    margin-bottom: 30px;
}

.count-down-1 p {
    margin-bottom: 0px;
    color: #eee;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.soon-inner h3 {
    color: #000;
    text-transform: uppercase;
}

.soon-inner .form-control {
    height: 48px;
    font-size: 15px;
}

.soon-inner .form-control.error {
    border-color: red;
    color: red;
}

.soon-inner .form-control.success {
    border-color: green;
    color: green;
}


/****coming soon fullscreen***/

body.coming-soon-full {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

.coming-soon-fullscreen {
    width: 100%;
    background: url(../img/bg-4.jpg);
    background-attachment: fixed;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: table;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.coming-soon-fullscreen .v-middle {
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.coming-soon-fullscreen .v-middle h1 {
    font-size: 40px;
    text-transform: uppercase;
}

.pe-icon-box {
    font-size: 50px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #666;
}

.buttons {
    margin-bottom: 60px;
}

.buttons a {
    margin: 5px;
}

.buttons h2 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
}


/**features list at home default**/

.more-features {
    padding: 60px 0;
    background-color: #333;
    color: #fff;
}

.more-features li {
    padding: 12px 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.more-features li i {
    margin-right: 12px;
    vertical-align: middle;
}

.font-box .font_awesome a {
    padding: 10px 0;
    color: #a6a8a9;
    display: block;
}

.font-box .font_awesome a i {
    font-size: 25px;
    display: block;
    color: #676a6c;
}

.font-box h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

.font-box > div {
    padding-bottom: 50px;
}

.social-icons:after,
.social-icons:before > .divide10:after,
.social-icons .divide10:before {
    display: table;
    content: "";
    width: 100%;
    clear: both;
}


/*********revolution slider 5 css*****/

.tp-caption.NotGeneric-Title,
rev-btn,
.NotGeneric-Title,
.tp-caption.NotGeneric-SubTitle,
.NotGeneric-SubTitle,
.tp-caption.Gym-Display,
.Gym-Display,
.tp-caption.Gym-Subline,
.Gym-Subline,
.tp-caption.Gym-SmallText,
.Gym-SmallText,
.tp-caption.Gym-Button,
.Gym-Button,
.rev-btn {
    font-family: "Lato", sans-serif !important;
    font-weight: 400 !important;
}

.tp-caption.Gym-Button,
.Gym-Button {
    background-color: #687074;
}

.new-label {
    color: #687074;
}


/***self hosted video css***/


/**video css new**/

.video-section {
    width: 100%;
    height: 600px;
    position: relative;
    display: table;
    overflow: hidden;
}

.video-section .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-section .fs-background-container {
    left: 0;
}

.video-section .video-overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 2;
}

.video-section .video-overlay h1 {
    font-weight: 700;
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.video-section .video-overlay p {
    color: #fff;
    margin-bottom: 25px;
    margin-top: 20px;
}


/*# sourceMappingURL=style.css.map */

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

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

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

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

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

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

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

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


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

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

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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

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

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

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

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

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

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

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

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

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

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

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

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

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

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

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

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

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

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

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

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

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

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

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

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

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


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

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

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    100% {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

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

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

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

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

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

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

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

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

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

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


/* Default custom select styles */

div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #eee;
    /*  z-index: 100;*/
    width: 100%;
    max-width: 500px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.cs-select:focus {
    outline: none;
    /* For better accessibility add a style for this in your skin */
}

.cs-select select {
    display: none;
}

.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #eee;
}


/* Placeholder and selected option */

.cs-select > span {
    padding-right: 10px;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
    content: '\25BE';
    right: 1em;
}

.cs-select .cs-selected span::after {
    content: '\2713';
    margin-left: 1em;
}

.cs-select.cs-active > span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}


/* Options */

.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #eee;
    visibility: hidden;
}

.cs-select.cs-active .cs-options {
    visibility: visible;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cs-select ul span {
    padding: 10px;
}

.cs-select ul li.cs-focus span {
    background-color: #ddd;
}


/* Optgroup and optgroup label */

.cs-select li.cs-optgroup ul {
    padding-left: 10px;
}

.cs-select li.cs-optgroup > span {
    cursor: default;
}

div.cs-skin-elastic {
    background: transparent;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}

@media screen and (max-width: 30em) {
    div.cs-skin-elastic {
        font-size: 1em;
    }
}

.cs-skin-elastic > span {
    background-color: #eee;
    /*  z-index: 100;*/
}

.cs-skin-elastic > span::after {
    font-family: 'FontAwesome';
    content: "\f107";
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cs-skin-elastic .cs-options {
    overflow: visible;
    background: transparent;
    opacity: 1;
    visibility: visible;
    padding-bottom: 1.25em;
    pointer-events: none;
}

.cs-skin-elastic.cs-active .cs-options {
    pointer-events: auto;
}

.cs-skin-elastic .cs-options > ul::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    background: #eee;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.cs-skin-elastic.cs-active .cs-options > ul::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: none;
    transition: none;
    -webkit-animation: expand 0.6s ease-out;
    animation: expand 0.6s ease-out;
}

.cs-skin-elastic .cs-options ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    -webkit-transition: opacity 0.15s, -webkit-transform 0.15s;
    transition: opacity 0.15s, transform 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
}


/* Optional delays (problematic in IE 11/Win) */


/*
.cs-skin-elastic.cs-active .cs-options ul li:first-child {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.cs-skin-elastic.cs-active .cs-options ul li:nth-child(4) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

/* with more items, more delays declarations are needed */

.cs-skin-elastic .cs-options span {
    background-repeat: no-repeat;
    background-position: 1.5em 50%;
    background-size: 2em auto;
    padding: 0.2em 1em 0.1em 1em;
}

.cs-skin-elastic .cs-options span:hover,
.cs-skin-elastic .cs-options li.cs-focus span,
.cs-skin-elastic .cs-options .cs-selected span {
    color: #1e4c4a;
}

.cs-skin-elastic .cs-options .cs-selected span::after {
    content: '';
}

.cs-skin-elastic .cs-options li.flag-france span {
    background-image: url(../img/france.svg);
}

.cs-skin-elastic .cs-options li.flag-brazil span {
    background-image: url(../img/brazil.svg);
}

.cs-skin-elastic .cs-options li.flag-safrica span {
    background-image: url(../img/south-africa.svg);
}

.cs-skin-elastic .cs-options li.flag-argentina span {
    background-image: url(../img/argentina.svg);
}

@-webkit-keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
    }
    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
    }
    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
    }
    75% {
        -webkit-transform: scale3d(1, 1.05, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
    }
    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
        transform: scale3d(1, 1.2, 1);
    }
    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
        transform: scale3d(1, 0.85, 1);
    }
    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
        transform: scale3d(1, 1.05, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        opacity: 0;
    }
    25% {
        -webkit-transform: translate3d(0, 10px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 2px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        opacity: 0;
    }
    25% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}


/*
    Created on : 29 Jan, 2015, 7:06:48 AM
    Author     : Design_mylife
    Purpose    : Revolution slider css
    Version    : V2.0
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700);
.fullwidthbanner {
    width: 100%;
    position: relative;
}

.rev-text-center {
    text-align: center;
    font-size: 24px;
    color: #fff !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
    line-height: 30px;
}

.rev-title-v1 {
    font-family: 'Lato', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
}

.rev-buttons a {
    color: #fff;
    margin: 5px;
}

.rev-buttons .btn-theme-bg:hover {
    color: #fff;
}

.rev-buttons .border-white:hover {
    color: #333;
}

.tp-caption.modern_big_redbg {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300;
}

.slider-text-title {
    font-size: 50px;
    color: #fff;
}

.uppercase-title {
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.lowercase-caption {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
}


/************box slider*******/

.tp-banner-container {
    position: relative;
    max-width: 1170px;
    margin: 20px auto;
}


/************ken burns***************/

.Ken-burns-heading {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif!important;
}

.ken-burns-cap {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}


/***index page slider****/

.caption.title-2 {
    color: #fff;
    font-size: 48px;
    line-height: 56px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.caption.text {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.caption.title {
    color: #fff;
    font-size: 72px;
    line-height: 85px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.caption.subtitle {
    padding-left: 25px;
    border-left: 3px solid #bbb;
    color: #fff;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.revo-slider-emphasis-text {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Lato', sans-serif;
}

.revo-slider-caps-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Lato', sans-serif;
}


/***shop slide****/

.shop-slide-heading {
    color: #fff;
    font-size: 45px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.shop-slide-text {
    color: #fff;
}

.shop-discount {
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #3498db;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-family: 'Lato', sans-serif;
}

.modern_big_bluebg {
    font-family: 'Lato', sans-serif !important;
    text-transform: uppercase;
}

.text-center-top {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    font-family: 'Lato', sans-serif;
}

.text-center-btm {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px !important;
    font-family: 'Lato', sans-serif;
}

.left-tile-text {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Lato', sans-serif;
}


/****vertical slider****/

.vertical-title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 60px;
    font-family: 'Lato', sans-serif;
}

.vertical-caption {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}


/*!
 * Cube Portfolio - Responsive jQuery Grid Plugin
 *
 * version: 2.3.2 (26 May, 2015)
 * require: jQuery v1.7+
 *
 * Copyright 2013-2015, Mihai Buricea (http://scriptpie.com/cubeportfolio/live-preview/)
 * Licensed under CodeCanyon License (http://codecanyon.net/licenses)
 *
 */

.cbp,
.cbp *,
.cbp:after,
.cbp:before,
.cbp-l-filters-alignCenter,
.cbp-l-filters-alignCenter *,
.cbp-l-filters-alignLeft,
.cbp-l-filters-alignLeft *,
.cbp-l-filters-alignRight,
.cbp-l-filters-alignRight *,
.cbp-l-filters-button,
.cbp-l-filters-button *,
.cbp-l-filters-buttonCenter,
.cbp-l-filters-buttonCenter *,
.cbp-l-filters-dropdown,
.cbp-l-filters-dropdown *,
.cbp-l-filters-list,
.cbp-l-filters-list *,
.cbp-l-filters-work,
.cbp-l-filters-work *,
.cbp-l-filters-big,
.cbp-l-filters-big *,
.cbp-l-filters-text,
.cbp-l-filters-text *,
.cbp-l-filters-underline,
.cbp-l-filters-underline *,
.cbp-popup-wrap,
.cbp-popup-wrap *,
.cbp-popup-singlePage,
.cbp-popup-singlePage * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cbp-l-grid-agency-title,
.cbp-l-grid-agency-desc,
.cbp-l-grid-work-title,
.cbp-l-grid-work-desc,
.cbp-l-grid-blog-title,
.cbp-l-grid-projects-title,
.cbp-l-grid-projects-desc,
.cbp-l-grid-masonry-projects-title,
.cbp-l-grid-masonry-projects-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cbp-l-filters-alignCenter,
.cbp-l-filters-alignCenter *,
.cbp-l-filters-alignLeft,
.cbp-l-filters-alignLeft *,
.cbp-l-filters-alignRight,
.cbp-l-filters-alignRight *,
.cbp-l-filters-button,
.cbp-l-filters-button *,
.cbp-l-filters-buttonCenter,
.cbp-l-filters-buttonCenter *,
.cbp-l-filters-dropdown,
.cbp-l-filters-dropdown *,
.cbp-l-filters-list,
.cbp-l-filters-list *,
.cbp-l-filters-work,
.cbp-l-filters-work *,
.cbp-l-filters-big,
.cbp-l-filters-big *,
.cbp-l-filters-text,
.cbp-l-filters-text *,
.cbp-l-filters-underline,
.cbp-l-filters-underline * {
    -webkit-tap-highlight-color: transparent;
}


/*  ---------------------------------------------------------------
    Default style for plugin. Please change them carefully!
    --------------------------------------------------------------- */

.cbp-item {
    display: inline-block;
    margin: 0 10px 20px 0;
}

.cbp {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    /* @editable properties */
    height: 400px;
}

.cbp:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/cbp-loading.gif") no-repeat scroll center center transparent;
}

.cbp > * {
    visibility: hidden;
}

.cbp .cbp-item {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 180px;
    overflow: hidden;
}

.cbp.series img {
    display: block;
    width: auto;
    height: auto;
    ;
    max-width: 100%;
    max-height: 130px;
    margin: 0 auto;
}

.cbp a,
.cbp a:hover,
.cbp a:active {
    text-decoration: none;
    outline: 0;
}

.cbp-ready > * {
    visibility: visible;
}

.cbp-ready:before {
    display: none;
}

.cbp-wrapper-outer {
    overflow: hidden;
}

.cbp-wrapper-outer,
.cbp-wrapper,
.cbp-wrapper-helper {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cbp-item-off {
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
}

.cbp-item-on2off {
    z-index: 0;
}

.cbp-item-off2on {
    z-index: 1;
}

.cbp-item-on2on {
    z-index: 2;
}

.cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.cbp-l-project-related-wrap img,
.cbp-l-inline img {
    display: block;
    width: 100%;
    height: auto;
}

.cbp-addItems {
    /* @editable properties */
    -webkit-transition: height .5s ease-in-out !important;
    transition: height .5s ease-in-out !important;
    will-change: height;
}

.cbp-loading-fadeIn {
    -webkit-animation: fadeIn .6s ease-in;
    animation: fadeIn .6s ease-in;
}


/*  END - Default style for plugin. Please change them carefully! */

.cbp-panel {
    /* @editable properties */
    width: 94%;
    max-width: 1170px;
    margin: 0 auto;
}

.cbp-misc-video {
    /* @editable properties */
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background: #000;
}

.cbp-misc-video iframe {
    /* @editable properties */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* general caption style */

.cbp-caption,
.cbp-caption-defaultWrap,
.cbp-caption-activeWrap {
    display: block;
}

.cbp-caption-activeWrap {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e8e8e+0,cecece+100 */
    background: #8e8e8e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8e8e8e 0%, #cecece 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8e8e8e 0%, #cecece 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8e8e8e 0%, #cecece 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#cecece', GradientType=0);
    /* IE6-9 */
}

.cbp-caption-active .cbp-caption,
.cbp-caption-active .cbp-caption-defaultWrap,
.cbp-caption-active .cbp-caption-activeWrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.cbp-caption-active .cbp-caption-defaultWrap {
    top: 0;
}

.cbp-caption-active .cbp-caption-activeWrap {
    position: absolute;
    z-index: 2;
    height: 100%;
}


/*  ---------------------------------------------------------------
    caption miscellaneous style
    --------------------------------------------------------------- */

.cbp-l-caption-title {
    /* @editable properties */
    color: #fff;
    font: 400 16px/21px "Open Sans", sans-serif;
}

.cbp-l-caption-desc {
    /* @editable properties */
    color: #777;
    font: 400 12px/16px "Open Sans", sans-serif;
}

.cbp-l-caption-text {
    /* @editable properties */
    font: 400 14px/21px "Open Sans", sans-serif;
    color: #fff;
    letter-spacing: 3px;
    padding: 0 6px;
}

.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
    /* @editable properties */
    background-color: #3288C4;
    color: #FFFFFF;
    display: inline-block;
    font: 400 12px/30px "Open Sans", sans-serif;
    min-width: 90px;
    text-align: center;
    margin: 4px;
    padding: 0 6px;
}

.cbp-l-caption-buttonLeft:hover,
.cbp-l-caption-buttonRight:hover {
    /* @editable properties */
    background-color: #2578B3;
    color: #fff;
}


/*  END - caption miscellaneous style */


/*  ---------------------------------------------------------------
    none caption
    --------------------------------------------------------------- */

.cbp-caption-none .cbp-caption-activeWrap {
    display: none;
}


/*  END - none caption */


/*  ---------------------------------------------------------------
    caption layout align left
    --------------------------------------------------------------- */

.cbp-l-caption-alignLeft .cbp-l-caption-body {
    /* @editable properties */
    padding: 12px 30px;
}

.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body,
.cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body {
    padding-top: 30px;
}


/*  END - caption layout left */


/*  ---------------------------------------------------------------
    caption layout center vertically and horizontally
    --------------------------------------------------------------- */

.cbp-l-caption-alignCenter {
    display: table;
    width: 100%;
    height: 100%;
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
}

.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    position: relative;
    /* @editable properties */
    -webkit-transition: left .4s cubic-bezier(.19, 1, .22, 1);
    transition: left .4s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
    /* @editable properties */
    left: -20px;
}

.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight,
.cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    /* @editable properties */
    left: 20px;
}

.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft,
.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    /* @editable properties */
    left: 0;
}


/*  END - caption layout center vertically and horizontally */

.cbp-caption-fadeIn .cbp-caption-activeWrap {
    opacity: 0;
    /* @editable properties */
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    top: 0;
    opacity: 1;
}

.cbp-caption-minimal .cbp-l-caption-title,
.cbp-caption-minimal .cbp-l-caption-desc {
    /* @editable properties */
    position: relative;
    left: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}

.cbp-caption-minimal .cbp-l-caption-title {
    /* @editable properties */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cbp-caption-minimal .cbp-l-caption-desc {
    /* @editable properties */
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
}

.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title,
.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc {
    /* @editable properties */
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.cbp-caption-minimal .cbp-caption-activeWrap {
    top: 0;
    /* @editable properties */
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.cbp-caption-moveRight .cbp-caption-activeWrap {
    left: -100%;
    top: 0;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.cbp-caption-overlayBottom .cbp-caption-activeWrap {
    /*@editable properties */
    height: 60px;
    background-color: #181616;
    background-color: rgba(24, 22, 22, 0.7);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap,
.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    /*@editable properties */
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}
.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap.sp35 {
    /*@editable properties */
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    height: 130px;
    justify-content: center;
    text-align: center;
}
.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap.sp35 img {
    max-width: 173px;
}
.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    /* @editable properties */
    height: 60px;
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap {
    /*@editable properties */
    -webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
    transition: top .6s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    /* @editable properties */
    bottom: -60px;
    height: 60px;
    /*@editable properties */
    -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    top: -60px;
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 0;
}

.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
    z-index: 2;
    /*@editable properties */
    -webkit-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    transition: top .5s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    bottom: 0;
    z-index: 1;
    /* @editable properties */
    height: 60px;
}

.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    top: -60px;
}

.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap,
.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
    /*@editable properties */
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
    top: 0;
    left: -50%;
    width: 50%;
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
}

.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.cbp-caption-pushDown .cbp-caption-defaultWrap,
.cbp-caption-pushDown .cbp-caption-activeWrap {
    /*@editable properties */
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-pushDown .cbp-caption-activeWrap {
    top: -102%;
    height: 102%;
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(99%);
    transform: translateY(99%);
}

.cbp-caption-pushTop .cbp-caption-activeWrap,
.cbp-caption-pushTop .cbp-caption-defaultWrap {
    /*@editable properties */
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-pushTop .cbp-caption-activeWrap {
    height: 102%;
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(-99%);
    transform: translateY(-99%);
}

.cbp-caption-revealBottom .cbp-caption-defaultWrap {
    z-index: 2;
    /*@editable properties */
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-revealBottom .cbp-caption-activeWrap {
    top: 0;
    z-index: 1;
}

.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cbp-caption-revealLeft .cbp-caption-activeWrap {
    left: 100%;
    top: 0;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.cbp-caption-revealTop .cbp-caption-defaultWrap {
    z-index: 2;
    /*@editable properties */
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-revealTop .cbp-caption-activeWrap {
    top: 0;
    z-index: 1;
}

.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.cbp-caption-zoom .cbp-caption-defaultWrap {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    /* @editable properties */
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    opacity: 1;
    top: 0;
}

.cbp-caption-opacity .cbp-item {
    padding: 1px;
}

.cbp-caption-opacity .cbp-caption,
.cbp-caption-opacity .cbp-caption-activeWrap,
.cbp-caption-opacity .cbp-caption-defaultWrap {
    background-color: transparent;
}

.cbp-caption-opacity .cbp-caption {
    /* @editable properties */
    border: 1px solid transparent;
}

.cbp-caption-opacity .cbp-caption:hover {
    /* @editable properties */
    border-color: #EDEDED;
}

.cbp-caption-opacity .cbp-caption-defaultWrap {
    opacity: 1;
    /* @editable properties */
    -webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    opacity: .8;
}

.cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap {
    /* @editable properties */
    top: 0;
}

.cbp-caption-expand .cbp-caption,
.cbp-caption-expand .cbp-caption-activeWrap,
.cbp-caption-expand .cbp-caption-defaultWrap {
    background-color: transparent;
}

.cbp-caption-expand .cbp-caption-activeWrap {
    height: auto;
}

.cbp-caption-expand .cbp-caption {
    border-bottom: 1px dotted #eaeaea;
}

.cbp-caption-expand .cbp-caption-defaultWrap {
    cursor: pointer;
    font: 500 15px/23px "Open Sans", sans-serif;
    color: #474747;
    padding: 12px 0 11px 0;
}

.cbp-caption-expand .cbp-caption-defaultWrap .fa {
    margin-right: 6px;
    width: 16px;
    text-align: center;
    font-size: 14px;
}

.cbp-caption-expand .cbp-caption-defaultWrap .fa-angle-down {
    position: absolute;
    right: 0;
    margin-top: 4px;
    width: 16px;
    text-align: center;
    font-size: 14px;
}

.cbp-caption-expand .cbp-l-caption-body {
    font: 400 13px/21px "Open Sans", sans-serif;
    color: #888;
    padding: 0 0 20px 26px;
}

.cbp-caption-expand-active {
    transition: height .4s !important;
}

.cbp-caption-expand-active .cbp-item {
    transition: left .4s, top .4s !important;
}

.cbp-caption-expand-open .cbp-caption-activeWrap {
    transition: height .4s;
}

.cbp-l-filters-alignCenter {
    /* @editable properties */
    margin-bottom: 40px;
    text-align: center;
    font: 400 12px/21px sans-serif;
    color: #DADADA;
}

.cbp-l-filters-alignCenter .cbp-filter-item {
    /* @editable properties */
    color: #949494;
    cursor: pointer;
    font: 400 13px/21px "Open Sans", sans-serif;
    padding: 0 12px;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: visible;
    margin: 10px 0 0;
    display: inline-block;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    /* @editable properties */
    color: #2D2C2C;
}

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    /* @editable properties */
    color: #2D2C2C;
    cursor: default;
}

.cbp-l-filters-alignCenter .cbp-filter-counter {
    /* @editable properties */
    background: none repeat scroll 0 0 #626161;
    border-radius: 3px;
    color: #FFFFFF;
    font: 400 11px/18px "Open Sans", sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.cbp-l-filters-alignCenter .cbp-filter-counter:before {
    /* @editable properties */
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #626161;
    display: none;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter:before {
    display: block;
}

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
    /* @editable properties */
    bottom: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.cbp-l-filters-alignLeft {
    margin-bottom: 40px;
}

.cbp-l-filters-alignLeft .cbp-filter-item {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    font: 400 12px/30px "Open Sans", sans-serif;
    padding: 0 13px;
    position: relative;
    overflow: visible;
    margin: 10px 8px 0 0;
    display: inline-block;
    color: #888888;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cbp-l-filters-alignLeft .cbp-filter-item:hover {
    color: #111;
}

.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
    background-color: #6C7A89;
    border: 1px solid #6C7A89;
    color: #fff;
    cursor: default;
}

.cbp-l-filters-alignLeft .cbp-filter-counter {
    display: inline;
}

.cbp-l-filters-alignRight {
    /* @editable properties */
    margin-bottom: 40px;
    text-align: left;
}

.cbp-l-filters-alignRight .cbp-filter-item {
    background-color: transparent;
    color: #8B8B8B;
    cursor: pointer;
    font: 400 11px/29px "Hammersmith One", sans-serif;
    padding: 0 12px;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 5px;
    border: 1px solid #E4E2E2;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover {
    /* @editable properties */
    color: #2B3444;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter:before {
    display: block;
}

.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter {
    /* @editable properties */
    bottom: 44px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
    /* @editable properties */
    color: #FFFFFF;
    background-color: #049372;
    border-color: #E4E2E2;
    cursor: default;
}

.cbp-l-filters-alignRight .cbp-filter-counter {
    /* @editable properties */
    background: none repeat scroll 0 0 #049372;
    border-radius: 3px;
    color: #fff;
    font: 400 11px/18px "Open Sans", sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s ease, bottom .25s ease;
    transition: opacity .25s ease, bottom .25s ease;
}

.cbp-l-filters-alignRight .cbp-filter-counter:before {
    /* @editable properties */
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #049372;
    display: none;
}

.cbp-l-filters-button {
    /* @editable properties */
    margin-bottom: 30px;
}

.cbp-l-filters-button .cbp-filter-item {
    /* @editable properties */
    background-color: #FFFFFF;
    border: 2px solid #ECECEC;
    border-radius: 2px;
    color: #888888;
    cursor: pointer;
    font: 400 12px/29px "Open Sans", sans-serif;
    margin: 10px 10px 0 0;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.cbp-l-filters-button .cbp-filter-item:hover {
    /* @editable properties */
    color: #5d5d5d;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    /* @editable properties */
    background-color: #4D4C4D;
    color: #fff;
    border-color: #4D4C4D;
    cursor: default;
}

.cbp-l-filters-button .cbp-filter-counter {
    /* @editable properties */
    background-color: #4D4C4D;
    border-radius: 3px;
    color: #fff;
    font: 400 11px/18px "Open Sans", sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .25s ease, bottom .25s ease;
    transition: opacity .25s ease, bottom .25s ease;
}

.cbp-l-filters-button .cbp-filter-counter:before {
    /* @editable properties */
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #4D4C4D;
    display: none;
}

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:before {
    display: block;
}

.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
    /* @editable properties */
    bottom: 44px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.cbp-l-filters-buttonCenter {
    /* @editable properties */
    margin-bottom: 40px;
    text-align: center;
}

.cbp-l-filters-buttonCenter .cbp-filter-item {
    /* @editable properties */
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    color: #888888;
    cursor: pointer;
    font: 400 12px/32px Open Sans, sans-serif;
    margin: 10px 10px 0 0;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
    /* @editable properties */
    color: #5d5d5d;
}

.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
    /* @editable properties */
    color: #3B9CB3;
    border-color: #8CD2E5;
    cursor: default;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
    /* @editable properties */
    background-color: #68ABBC;
    border-radius: 3px;
    color: #fff;
    font: 400 11px/18px Open Sans, sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .25s ease, bottom .25s ease;
    transition: opacity .25s ease, bottom .25s ease;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter:before {
    /* @editable properties */
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #68ABBC;
    display: none;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter:before {
    display: block;
}

.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter {
    /* @editable properties */
    bottom: 44px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.cbp-l-filters-dropdown {
    /* @editable properties */
    margin-bottom: 40px;
    height: 38px;
    position: relative;
    z-index: 5;
}

.cbp-l-filters-dropdownWrap {
    /* @editable properties */
    width: 200px;
    position: absolute;
    right: 0;
    background: #3288C4;
}

.cbp-l-filters-dropdownHeader {
    /* @editable properties */
    font: 400 12px/38px "Open Sans", sans-serif;
    margin: 0 17px;
    color: #FFF;
    cursor: default;
    position: relative;
}

.cbp-l-filters-dropdownHeader:after {
    /* @editable properties */
    border-color: #FFFFFF transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    margin-top: -1px;
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
    /* @editable properties */
    border-width: 0 5px 5px;
}

.cbp-l-filters-dropdownList {
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.cbp-l-filters-dropdownList > li {
    margin: 0;
    list-style: none;
}

.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
    display: block;
    margin: 0;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
    /* @editable properties */
    background: none;
    color: #9FBCE7;
    width: 100%;
    text-align: left;
    font: 400 12px/40px "Open Sans", sans-serif;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: none;
    border-top: 1px solid #5592C2;
}

.cbp-l-filters-dropdownList .cbp-filter-item:hover {
    /* @editable properties */
    color: #e6e6e6;
}

.cbp-l-filters-dropdownList .cbp-filter-item-active {
    /* @editable properties */
    color: #e6e6e6;
    cursor: default;
}

.cbp-l-filters-dropdownList .cbp-filter-counter {
    display: inline;
}

.cbp-l-filters-list {
    /* @editable properties */
    margin-bottom: 40px;
    /* clearfix */
    content: "";
    display: table;
    clear: both;
}

.cbp-l-filters-list .cbp-filter-item {
    /* @editable properties */
    background-color: transparent;
    color: #585252;
    cursor: pointer;
    font: 400 12px/35px "Open Sans", sans-serif;
    padding: 0 18px;
    position: relative;
    overflow: visible;
    margin-top: 10px;
    float: left;
    border: 1px solid #3288C4;
    border-right-width: 0;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
}

.cbp-l-filters-list .cbp-filter-item:hover {
    /* @editable properties */
    color: #000;
}

.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
    /* @editable properties */
    cursor: default;
    color: #FFFFFF;
    background-color: #3288C4;
}

.cbp-l-filters-list-first {
    /* @editable properties */
    border-radius: 6px 0 0 6px;
}

.cbp-l-filters-list-last {
    /* @editable properties */
    border-radius: 0 6px 6px 0;
    border-right-width: 1px !important;
}

.cbp-l-filters-list .cbp-filter-counter {
    display: inline;
}

@media only screen and (max-width: 600px) {
    .cbp-l-filters-list .cbp-filter-item {
        margin-right: 5px;
        border-radius: 6px;
        border-right-width: 1px;
    }
}

.cbp-l-filters-work {
    /* @editable properties */
    margin-bottom: 40px;
    text-align: center;
}

.cbp-l-filters-work .cbp-filter-item {
    /* @editable properties */
    background-color: #FFFFFF;
    color: #888;
    cursor: pointer;
    font: 600 11px/37px "Open Sans", sans-serif;
    margin: 10px 5px 0 0;
    overflow: visible;
    padding: 0 16px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cbp-l-filters-work .cbp-filter-item:hover {
    /* @editable properties */
    color: #fff;
    background: #607D8B;
}

.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
    /* @editable properties */
    background: #607D8B;
    color: #fff;
    cursor: default;
}

.cbp-l-filters-work .cbp-filter-counter {
    /* @editable properties */
    font: 600 11px/37px "Open Sans", sans-serif;
    text-align: center;
    display: inline-block;
    margin-left: 8px;
}

.cbp-l-filters-work .cbp-filter-counter:before {
    content: '(';
}

.cbp-l-filters-work .cbp-filter-counter:after {
    content: ')';
}

.cbp-l-filters-big {
    margin-bottom: 40px;
    text-align: center;
}

.cbp-l-filters-big .cbp-filter-item {
    color: #444;
    cursor: pointer;
    font: 400 15px/22px Open Sans, sans-serif;
    margin: 10px 15px 0 0;
    padding: 10px 23px;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cbp-l-filters-big .cbp-filter-item:hover {
    color: #888;
}

.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
    border-color: #d5d5d5;
    cursor: default;
    color: #444;
}

.cbp-l-filters-text {
    /* @editable properties */
    margin-bottom: 45px;
    text-align: center;
    font: 400 12px/21px Lato, sans-serif;
    color: #DADADA;
    padding: 0 15px;
}

.cbp-l-filters-text .cbp-filter-item {
    /* @editable properties */
    color: #949494;
    cursor: pointer;
    font: 400 13px/21px Lato, sans-serif;
    padding: 0 12px;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: visible;
    margin: 10px 0 0;
    display: inline-block;
}

.cbp-l-filters-text .cbp-filter-item:hover {
    /* @editable properties */
    color: #2D2C2C;
}

.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
    /* @editable properties */
    color: #2D2C2C;
    cursor: default;
}

.cbp-l-filters-text .cbp-filter-counter {
    /* @editable properties */
    background: none repeat scroll 0 0 #626161;
    border-radius: 3px;
    color: #FFFFFF;
    font: 400 11px/16px Lato, sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.cbp-l-filters-text .cbp-filter-counter:before {
    /* @editable properties */
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #626161;
    display: none;
}

.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter:before {
    display: block;
}

.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
    /* @editable properties */
    bottom: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.cbp-l-filters-text-sort {
    display: inline-block;
    font: 400 13px/21px Lato, sans-serif;
    color: #949494;
    margin-right: 15px;
}

.cbp-l-filters-underline {
    margin-bottom: 40px;
}

.cbp-l-filters-underline .cbp-filter-item {
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font: 600 14px/21px "Open Sans", sans-serif;
    padding: 8px 10px;
    position: relative;
    overflow: visible;
    margin: 10px 20px 0 0;
    display: inline-block;
    color: #787878;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cbp-l-filters-underline .cbp-filter-item:hover {
    color: #111;
}

.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
    border-bottom-color: #666;
    color: #444;
    cursor: default;
}

.cbp-l-filters-underline .cbp-filter-counter {
    display: inline;
}

.cbp-animation-quicksand {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-quicksand .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}

.cbp-animation-quicksand .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-quicksand .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: quicksand-off .6s ease-out both;
    animation: quicksand-off .6s ease-out both;
}

.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: quicksand-on .6s ease-out both;
    animation: quicksand-on .6s ease-out both;
}


/* in */


/* @editable properties */

@-webkit-keyframes quicksand-off {
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0);
    }
}

@keyframes quicksand-off {
    100% {
        opacity: 0;
        transform: scale3d(0, 0, 0);
    }
}


/* out */


/* @editable properties */

@-webkit-keyframes quicksand-on {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0);
    }
}

@keyframes quicksand-on {
    0% {
        opacity: 0;
        transform: scale3d(0, 0, 0);
    }
}

.cbp-animation-fadeOut,
.cbp-animation-boxShadow {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-fadeOut .cbp-item,
.cbp-animation-boxShadow .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}

.cbp-animation-fadeOut .cbp-item,
.cbp-animation-boxShadow .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-fadeOut .cbp-item-wrapper,
.cbp-animation-boxShadow .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper,
.cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: fadeOut-off .6s ease-in-out both;
    animation: fadeOut-off .6s ease-in-out both;
}

.cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper,
.cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: fadeOut-on .6s ease-in-out both;
    animation: fadeOut-on .6s ease-in-out both;
}


/* in */


/* @editable properties */

@-webkit-keyframes fadeOut-off {
    0% {
        opacity: 1;
    }
    80%,
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut-off {
    0% {
        opacity: 1;
    }
    80%,
    100% {
        opacity: 0;
    }
}


/* out */


/* @editable properties */

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

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

.cbp-animation-flipOut {
    /* @editable properties */
    -webkit-transition: height .7s ease-in-out;
    transition: height .7s ease-in-out;
    will-change: height;
}

.cbp-animation-flipOut .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
}

.cbp-animation-flipOut .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-flipOut .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: flipOut-out .7s both ease-in;
    animation: flipOut-out .7s both ease-in;
}

.cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: flipOut-in .7s ease-out both;
    animation: flipOut-in .7s ease-out both;
}


/* out */


/* @editable properties */

@-webkit-keyframes flipOut-out {
    50%,
    100% {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2;
    }
}

@keyframes flipOut-out {
    50%,
    100% {
        transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2;
    }
}


/* in */


/* @editable properties */

@-webkit-keyframes flipOut-in {
    0%,
    50% {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2;
    }
}

@keyframes flipOut-in {
    0%,
    50% {
        transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2;
    }
}

.cbp-animation-flipBottom {
    /* @editable properties */
    -webkit-transition: height .7s ease-in-out;
    transition: height .7s ease-in-out;
    will-change: height;
}

.cbp-animation-flipBottom .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
}

.cbp-animation-flipBottom .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-flipBottom .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: flipBottom-out .7s both ease-in;
    animation: flipBottom-out .7s both ease-in;
}

.cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: flipBottom-in .7s ease-out both;
    animation: flipBottom-in .7s ease-out both;
}


/* out */


/* @editable properties */

@-webkit-keyframes flipBottom-out {
    50%,
    100% {
        -webkit-transform: translateZ(-1000px) rotateX(-90deg);
        opacity: 0.2;
    }
}

@keyframes flipBottom-out {
    50%,
    100% {
        transform: translateZ(-1000px) rotateX(-90deg);
        opacity: 0.2;
    }
}


/* in */


/* @editable properties */

@-webkit-keyframes flipBottom-in {
    0%,
    50% {
        -webkit-transform: translateZ(-1000px) rotateX(90deg);
        opacity: 0.2;
    }
}

@keyframes flipBottom-in {
    0%,
    50% {
        transform: translateZ(-1000px) rotateX(90deg);
        opacity: 0.2;
    }
}

.cbp-animation-scaleSides {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-scaleSides .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}

.cbp-animation-scaleSides .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-scaleSides .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: scaleSides-out .9s ease both;
    animation: scaleSides-out .9s ease both;
}

.cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: scaleSides-in .9s ease both;
    animation: scaleSides-in .9s ease both;
}


/* out */


/* @editable properties */

@-webkit-keyframes scaleSides-out {
    50%,
    100% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }
}

@keyframes scaleSides-out {
    50%,
    100% {
        transform: scale(.6);
        opacity: 0;
    }
}


/* in */


/* @editable properties */

@-webkit-keyframes scaleSides-in {
    0%,
    50% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }
}

@keyframes scaleSides-in {
    0%,
    50% {
        transform: scale(.6);
        opacity: 0;
    }
}

.cbp-animation-skew {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-skew .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}

.cbp-animation-skew .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-skew .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: skew-off .6s ease-out both;
    animation: skew-off .6s ease-out both;
}

.cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: skew-on .6s ease-out both;
    animation: skew-on .6s ease-out both;
}


/* in */


/* @editable properties */

@-webkit-keyframes skew-off {
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0) skew(20deg, 0);
    }
}

@keyframes skew-off {
    100% {
        opacity: 0;
        transform: scale3d(0, 0, 0) skew(20deg, 0);
    }
}


/* out */


/* @editable properties */

@-webkit-keyframes skew-on {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0) skew(0, 20deg);
    }
}

@keyframes skew-on {
    0% {
        opacity: 0;
        transform: scale3d(0, 0, 0) skew(0, 20deg);
    }
}

.cbp-animation-fadeOutTop {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-fadeOutTop .cbp-wrapper-outer {
    overflow: visible;
}

.cbp-animation-fadeOutTop .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    overflow: visible;
}

.cbp-animation-fadeOutTop .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-out .6s both ease-in-out;
    animation: fadeOutTop-out .6s both ease-in-out;
}

.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-in .6s both ease-in-out;
    animation: fadeOutTop-in .6s both ease-in-out;
}


/* out */


/* @editable properties */

@-webkit-keyframes fadeOutTop-out {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
    50%,
    100% {
        -webkit-transform: translateY(-30px);
        opacity: 0;
    }
}

@keyframes fadeOutTop-out {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50%,
    100% {
        transform: translateY(-30px);
        opacity: 0;
    }
}


/* out */


/* @editable properties */

@-webkit-keyframes fadeOutTop-in {
    0%,
    50% {
        -webkit-transform: translateY(-30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeOutTop-in {
    0%,
    50% {
        transform: translateY(-30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.cbp-animation-slideLeft {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-slideLeft .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-slideLeft .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: slideLeft-out .8s both ease-in-out;
    animation: slideLeft-out .8s both ease-in-out;
}

.cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: slideLeft-in .8s both ease-in-out;
    animation: slideLeft-in .8s both ease-in-out;
}


/* out */


/* @editable properties */

@-webkit-keyframes slideLeft-out {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    25% {
        opacity: .75;
        -webkit-transform: scale(.8);
    }
    75% {
        opacity: .75;
        -webkit-transform: scale(.8) translateX(-200%);
    }
    100% {
        opacity: .75;
        -webkit-transform: scale(.8) translateX(-200%);
    }
}

@keyframes slideLeft-out {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    25% {
        opacity: .75;
        transform: scale(.8);
    }
    75% {
        opacity: .75;
        transform: scale(.8) translateX(-200%);
    }
    100% {
        opacity: .75;
        transform: scale(.8) translateX(-200%);
    }
}


/* in */


/* @editable properties */

@-webkit-keyframes slideLeft-in {
    0%,
    25% {
        opacity: .75;
        -webkit-transform: scale(.8) translateX(200%);
    }
    75% {
        opacity: .75;
        -webkit-transform: scale(.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0);
    }
}

@keyframes slideLeft-in {
    0%,
    25% {
        opacity: .75;
        transform: scale(.8) translateX(200%);
    }
    75% {
        opacity: .75;
        transform: scale(.8);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0);
    }
}

.cbp-animation-sequentially {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-sequentially .cbp-wrapper-outer {
    overflow: visible;
}

.cbp-animation-sequentially .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    overflow: visible;
}

.cbp-animation-sequentially .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-out .6s both ease;
    animation: fadeOutTop-out .6s both ease;
}

.cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-in .6s both ease-out;
    animation: fadeOutTop-in .6s both ease-out;
}

.cbp-animation-3dflip {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-3dflip .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-3dflip .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: flip-out 0.6s both ease-in-out;
    animation: flip-out 0.6s both ease-in-out;
}

.cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: flip-in 0.6s both ease-in-out;
    animation: flip-in 0.6s both ease-in-out;
}

@-webkit-keyframes flip-out {
    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
    }
}

@keyframes flip-out {
    100% {
        opacity: 0;
        transform: rotateY(90deg);
    }
}

@-webkit-keyframes flip-in {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
    }
}

@keyframes flip-in {
    0% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    100% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.cbp-animation-flipOutDelay {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-flipOutDelay .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-flipOutDelay .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: flipOut-out 1s both ease-in;
    animation: flipOut-out 1s both ease-in;
}

.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: flipOut-in 1s both ease-out;
    animation: flipOut-in 1s both ease-out;
}

.cbp-animation-slideDelay {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-slideDelay .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-slideDelay .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: slideDelay-out 0.5s both ease-in-out;
    animation: slideDelay-out 0.5s both ease-in-out;
}

.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: slideDelay-in 0.5s both ease-in-out;
    animation: slideDelay-in 0.5s both ease-in-out;
}


/* out */

@-webkit-keyframes slideDelay-out {
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes slideDelay-out {
    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes slideDelay-in {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes slideDelay-in {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

.cbp-animation-rotateSides {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-rotateSides .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-rotateSides .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: -50% 50%;
    -webkit-animation: rotateSides-out .5s both ease-in;
    transform-origin: -50% 50%;
    animation: rotateSides-out .5s both ease-in;
}

.cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 150% 50%;
    -webkit-animation: rotateSides-in .6s both ease-out;
    transform-origin: 150% 50%;
    animation: rotateSides-in .6s both ease-out;
}


/* out */

@-webkit-keyframes rotateSides-out {
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(90deg);
    }
}

@keyframes rotateSides-out {
    100% {
        opacity: 0;
        transform: translateZ(-500px) rotateY(90deg);
    }
}


/* in */


/* @editable properties */

@-webkit-keyframes rotateSides-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(-90deg);
    }
    40% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(-90deg);
    }
}

@keyframes rotateSides-in {
    0% {
        opacity: 0;
        transform: translateZ(-500px) rotateY(-90deg);
    }
    40% {
        opacity: 0;
        transform: translateZ(-500px) rotateY(-90deg);
    }
}

.cbp-animation-foldLeft {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-foldLeft .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-foldLeft .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: foldLeft-out .7s both ease;
    animation: foldLeft-out .7s both ease;
}

.cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: foldLeft-in .7s both ease;
    animation: foldLeft-in .7s ease both;
}


/* out */

@-webkit-keyframes foldLeft-out {
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(-90deg);
    }
}

@keyframes foldLeft-out {
    100% {
        opacity: 0;
        transform: translateX(-100%) rotateY(-90deg);
    }
}


/* in */

@-webkit-keyframes foldLeft-in {
    0% {
        opacity: 0.3;
        -webkit-transform: translateX(100%);
    }
}

@keyframes foldLeft-in {
    0% {
        opacity: 0.3;
        transform: translateX(100%);
    }
}

.cbp-animation-unfold {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-unfold .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-unfold .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: unfold-out .8s ease both;
    animation: unfold-out .8s ease both;
}

.cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: unfold-in .8s both ease;
    transform-origin: 0% 50%;
    animation: unfold-in .8s both ease;
}


/* out */

@-webkit-keyframes unfold-out {
    90% {
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
}

@keyframes unfold-out {
    90% {
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}


/* in */

@-webkit-keyframes unfold-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotateY(90deg);
    }
}

@keyframes unfold-in {
    0% {
        opacity: 0;
        transform: translateX(100%) rotateY(90deg);
    }
}

.cbp-animation-scaleDown {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-scaleDown .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-scaleDown .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: scaleDown-out .7s ease both;
    animation: scaleDown-out .7s ease both;
}

.cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: scaleDown-in .6s ease both;
    animation: scaleDown-in .6s ease both;
}


/* out */

@-webkit-keyframes scaleDown-out {
    100% {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@keyframes scaleDown-out {
    100% {
        opacity: 0;
        transform: scale(.8);
    }
}


/* in */

@-webkit-keyframes scaleDown-in {
    0% {
        -webkit-transform: translateX(100%);
    }
}

@keyframes scaleDown-in {
    0% {
        transform: translateX(100%);
    }
}

.cbp-animation-frontRow {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-frontRow .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-frontRow .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: frontRow-out .7s both ease;
    animation: frontRow-out .7s both ease;
}

.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: frontRow-in .6s both ease;
    animation: frontRow-in .6s both ease;
}


/* out */

@-webkit-keyframes frontRow-out {
    100% {
        -webkit-transform: translateX(-60%) scale(.8);
        opacity: 0;
    }
}

@keyframes frontRow-out {
    100% {
        transform: translateX(-60%) scale(.8);
        opacity: 0;
    }
}


/* in */

@-webkit-keyframes frontRow-in {
    0% {
        -webkit-transform: translateX(100%) scale(.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%) scale(1);
    }
}

@keyframes frontRow-in {
    0% {
        transform: translateX(100%) scale(.8);
    }
    100% {
        opacity: 1;
        transform: translateX(0%) scale(1);
    }
}

.cbp-animation-rotateRoom {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-rotateRoom .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-animation-rotateRoom .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateRoom-out .8s both ease;
    animation: rotateRoom-out .8s both ease;
}

.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateRoom-in .8s both ease;
    animation: rotateRoom-in .8s both ease;
}


/* out */

@-webkit-keyframes rotateRoom-out {
    90% {
        opacity: .3;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(90deg);
    }
}

@keyframes rotateRoom-out {
    90% {
        opacity: .3;
    }
    100% {
        opacity: 0;
        transform: translateX(-100%) rotateY(90deg);
    }
}


/* in */

@-webkit-keyframes rotateRoom-in {
    0% {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(-90deg);
    }
}

@keyframes rotateRoom-in {
    0% {
        opacity: .3;
        transform: translateX(100%) rotateY(-90deg);
    }
}

.cbp-animation-bounceBottom {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-bounceBottom .cbp-wrapper-helper {
    /* @editable properties */
    -webkit-animation: bounceBottom-out .6s both ease-in-out;
    animation: bounceBottom-out .6s both ease-in-out;
}

.cbp-animation-bounceBottom .cbp-wrapper {
    /* @editable properties */
    -webkit-animation: bounceBottom-in .6s both ease-in-out;
    animation: bounceBottom-in .6s both ease-in-out;
}


/* out */

@-webkit-keyframes bounceBottom-out {
    100% {
        -webkit-transform: translateY(100%);
        opacity: 0;
    }
}

@keyframes bounceBottom-out {
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}


/* in */

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

@keyframes bounceBottom-in {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.cbp-animation-bounceLeft {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-bounceLeft .cbp-wrapper-helper {
    /* @editable properties */
    -webkit-animation: bounceLeft-out .6s both ease-in-out;
    animation: bounceLeft-out .6s both ease-in-out;
}

.cbp-animation-bounceLeft .cbp-wrapper {
    /* @editable properties */
    -webkit-animation: bounceLeft-in .6s both ease-in-out;
    animation: bounceLeft-in .6s both ease-in-out;
}


/* out */

@-webkit-keyframes bounceLeft-out {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes bounceLeft-out {
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}


/* in */

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

@keyframes bounceLeft-in {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.cbp-animation-bounceTop {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-bounceTop .cbp-wrapper-helper {
    /* @editable properties */
    -webkit-animation: bounceTop-out .6s both ease-in-out;
    animation: bounceTop-out .6s both ease-in-out;
}

.cbp-animation-bounceTop .cbp-wrapper {
    /* @editable properties */
    -webkit-animation: bounceTop-in .6s both ease-in-out;
    animation: bounceTop-in .6s both ease-in-out;
}


/* out */

@-webkit-keyframes bounceTop-out {
    100% {
        -webkit-transform: translateY(-100%);
        opacity: 0;
    }
}

@keyframes bounceTop-out {
    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}


/* in */

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

@keyframes bounceTop-in {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.cbp-animation-moveLeft {
    /* @editable properties */
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height;
}

.cbp-animation-moveLeft .cbp-wrapper-helper {
    /* @editable properties */
    -webkit-animation: moveLeft-out .6s both ease-in-out;
    animation: moveLeft-out .6s both ease-in-out;
}

.cbp-animation-moveLeft .cbp-wrapper {
    /* @editable properties */
    -webkit-animation: moveLeft-in .6s both ease-in-out;
    animation: moveLeft-in .6s both ease-in-out;
}


/* out */

@-webkit-keyframes moveLeft-out {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes moveLeft-out {
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}


/* in */

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

@keyframes moveLeft-in {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.cbp-displayType-lazyLoading {
    -webkit-animation: fadeIn .5s both ease-in;
    animation: fadeIn .5s both ease-in;
}

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

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

.cbp-displayType-fadeInToTop {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-animation: fadeInToTop .5s both ease-in;
    animation: fadeInToTop .5s both ease-in;
}

@-webkit-keyframes fadeInToTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInToTop {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.cbp-displayType-sequentially .cbp-item {
    -webkit-animation: fadeIn .5s both ease-in;
    animation: fadeIn .5s both ease-in;
}

.cbp-displayType-bottomToTop {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.cbp-displayType-bottomToTop .cbp-item {
    -webkit-animation: fadeInBottomToTop .4s both ease-in;
    animation: fadeInBottomToTop .4s both ease-in;
}

@-webkit-keyframes fadeInBottomToTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInBottomToTop {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.cbp-popup-ie8bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    /* @editable properties */
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.cbp-popup-wrap {
    height: 100%;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    /* @editable properties */
    z-index: 9990;
    padding: 0 10px;
}

.cbp-popup-lightbox {
    /* @editable properties */
    background: rgba(0, 0, 0, 0.8);
}

.cbp-popup-singlePage {
    /* @editable properties */
    background: white;
    padding: 0;
}

.cbp-popup-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    /*margin-right: -.25em; // it breaks on mobile*/
}

.cbp-popup-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 100%;
}

.cbp-popup-singlePage .cbp-popup-content {
    position: relative;
    z-index: 1;
    /* @editable properties */
    margin-top: 145px;
    max-width: 1024px;
    vertical-align: top;
    width: 94%;
}

.cbp-popup-singlePage .cbp-popup-content-basic {
    position: relative;
    z-index: 1;
    /* @editable properties */
    margin-top: 104px;
    vertical-align: top;
    width: 100%;
    display: inline-block;
    text-align: left;
}

.cbp-popup-lightbox-figure {
    position: relative;
}

.cbp-popup-lightbox-bottom {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    /* @editable properties */
    margin-top: 3px;
}

.cbp-popup-lightbox-title {
    /* @editable properties */
    padding-right: 70px;
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #eee;
}

.cbp-popup-lightbox-counter {
    position: absolute;
    top: 0;
    right: 0;
    /* @editable properties */
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #eee;
}

.cbp-popup-lightbox-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    /* @editable properties */
    margin: 40px 0 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.cbp-popup-lightbox-img[data-action] {
    cursor: pointer;
}

.cbp-popup-lightbox-isIframe .cbp-popup-content {
    /* @editable properties */
    width: 75%;
}

@media only screen and (max-width: 768px) {
    .cbp-popup-lightbox-isIframe .cbp-popup-content {
        /* @editable properties */
        width: 95%;
    }
}

.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    /* @editable properties */
    margin-top: 3px;
}

.cbp-popup-lightbox-iframe {
    position: relative;
    height: 0;
    /* @editable properties */
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    background: #000;
}

.cbp-popup-lightbox-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* @editable properties */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.cbp-popup-lightbox-iframe audio {
    margin-top: 27%;
}


/* NAVIGATION BUTTONS */

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9990;
    /* @editable properties */
    height: 104px;
    background-color: #34425C;
}

.cbp-popup-singlePage .cbp-popup-navigation {
    position: relative;
    width: 100%;
    height: 100%;
}

.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
    position: fixed;
    top: 0 !important;
}

.cbp-popup-singlePage-counter {
    /* @editable properties */
    color: #bbc0df;
    position: absolute;
    margin: auto;
    right: 40px;
    top: 0;
    bottom: 0;
    font: 400 13px/30px "Open Sans", sans-serif;
    height: 30px;
}

@media only screen and (max-width: 768px) {
    .cbp-popup-singlePage-counter {
        right: 3%;
    }
}

.cbp-popup-next,
.cbp-popup-prev,
.cbp-popup-close {
    padding: 0;
    border: medium none;
    position: absolute;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cbp-popup-lightbox .cbp-popup-prev,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-close {
    visibility: hidden;
}


/* NAVOGATION BUTTONS */

.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev,
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
    visibility: visible;
}


/* PREVIOUS BUTTON LIGHBOX */

.cbp-popup-lightbox .cbp-popup-prev {
    /* @editable properties */
    background: url("../img/cbp-sprite.png") no-repeat scroll 0 0 transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}

.cbp-popup-lightbox .cbp-popup-prev:hover {
    /* @editable properties */
    background-position: 0 -46px;
}


/* PREVIOUS BUTTON SINGLEPAGE */

.cbp-popup-singlePage .cbp-popup-prev {
    /* @editable properties */
    background: url("../img/cbp-sprite.png") no-repeat scroll 0 -92px transparent;
    width: 44px;
    height: 44px;
    margin: auto;
    top: 0;
    right: 108px;
    bottom: 0;
    left: 0;
}

.cbp-popup-singlePage .cbp-popup-prev:hover {
    /* @editable properties */
    background-position: 0 -138px;
}


/* NEXT BUTTON LIGHTBOX */

.cbp-popup-lightbox .cbp-popup-next {
    /* @editable properties */
    background: url("../img/cbp-sprite.png") no-repeat scroll -46px 0 transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.cbp-popup-lightbox .cbp-popup-next:hover {
    /* @editable properties */
    background-position: -46px -46px;
}


/* NEXT BUTTON SINGLEPAGE */

.cbp-popup-singlePage .cbp-popup-next {
    /* @editable properties */
    background: url("../img/cbp-sprite.png") no-repeat scroll -46px -92px transparent;
    width: 44px;
    height: 44px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 108px;
}

.cbp-popup-singlePage .cbp-popup-next:hover {
    /* @editable properties */
    background-position: -46px -138px;
}


/* CLOSE BUTTON LIGTHBOX */

.cbp-popup-lightbox .cbp-popup-close {
    /* @editable properties */
    background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 20px;
}

.cbp-popup-lightbox .cbp-popup-close:hover {
    /* @editable properties */
    background-position: -92px -46px;
}


/* CLOSE BUTTON SINGLEPAGE */

.cbp-popup-singlePage .cbp-popup-close {
    /* @editable properties */
    background: url("../img/cbp-sprite.png") no-repeat scroll -92px -92px transparent;
    height: 44px;
    width: 44px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cbp-popup-singlePage .cbp-popup-ie8bg {
    background-color: #fff;
}

.cbp-popup-singlePage .cbp-popup-close:hover {
    /* @editable properties */
    background-position: -92px -138px;
}

@media only screen and (max-width: 360px),
(max-height: 600px) {
    .cbp-popup-next,
    .cbp-popup-prev,
    .cbp-popup-close {
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .cbp-popup-lightbox .cbp-popup-close {
        right: 10px;
        top: 10px;
    }
    .cbp-popup-lightbox .cbp-popup-next {
        right: 10px;
    }
    .cbp-popup-lightbox .cbp-popup-prev {
        left: 10px;
    }
    .cbp-popup-singlePage .cbp-popup-navigation-wrap {
        height: 84px;
    }
    .cbp-popup-singlePage .cbp-popup-content {
        margin-top: 120px;
    }
}

.cbp-popup-loadingBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    /* @editable properties */
    background: url("../img/cbp-loading-popup.gif") no-repeat scroll center center #0D0D0D;
    border: 1px solid rgba(79, 80, 79, 0.3);
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=71)";
    opacity: .71;
    width: 50px;
    height: 50px;
}

.cbp-popup-ready .cbp-popup-loadingBox {
    visibility: hidden;
}

.cbp-popup-loading .cbp-popup-loadingBox {
    visibility: visible;
}

.cbp-popup-singlePage {
    left: 100%;
    /* @editable properties */
    -webkit-transition: left .6s ease-in-out;
    transition: left .6s ease-in-out;
}

.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
    opacity: 0;
}

.cbp-popup-singlePage-open {
    left: 0;
}

.cbp-popup-singlePage.cbp-popup-singlePage-fade {
    left: 0;
    opacity: 0;
    /* @editable properties */
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}

.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
    opacity: 1;
}

.cbp-popup-singlePage.cbp-popup-singlePage-right {
    left: -100%;
    /* @editable properties */
    -webkit-transition: left .6s ease-in-out;
    transition: left .6s ease-in-out;
}

.cbp-popup-singlePage-open.cbp-popup-singlePage-right {
    left: 0;
}

.cbp-l-project-title {
    /* @editable properties */
    color: #454444;
    font: 600 42px/46px "Open Sans", sans-serif;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.cbp-l-project-subtitle {
    /* @editable properties */
    color: #787878;
    font: 400 14px/21px "Open Sans", sans-serif;
    margin: 0 auto 50px;
    max-width: 500px;
    text-align: center;
}

.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.cbp-l-project-container {
    overflow: hidden;
    margin: 40px auto 0;
    clear: both;
}

.cbp-l-project-desc {
    /* @editable properties */
    float: left;
    width: 64%;
}

.cbp-l-project-social-wrapper,
.cbp-l-inline-social-wrapper {
    display: inline-block;
    width: 100px;
    height: 20px;
    overflow: hidden;
}

.cbp-l-inline-social-wrapper {
    margin-top: 5px;
}

.cbp-l-project-details {
    /* @editable properties */
    float: right;
    width: 36%;
    padding-left: 40px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .cbp-l-project-title {
        font-size: 30px;
        line-height: 34px;
    }
    .cbp-l-project-desc {
        /* @editable properties */
        width: 100%;
    }
    .cbp-l-project-details {
        /* @editable properties */
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.cbp-l-project-desc-title {
    /* @editable properties */
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 22px;
    color: #444;
}

.cbp-l-project-desc-title span,
.cbp-l-project-details-title span {
    /* @editable properties */
    border-bottom: 1px solid #747474;
    display: inline-block;
    margin: 0 0 -1px 0;
    font: 400 16px/36px "Open Sans", sans-serif;
    padding: 0 5px 0 0;
}

.cbp-l-project-desc-text {
    /* @editable properties */
    font: 400 13px/20px "Open Sans", sans-serif;
    color: #555;
    margin-bottom: 20px;
}

.cbp-l-project-details-title {
    /* @editable properties */
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 19px;
    color: #444;
}

.cbp-l-project-details-list {
    /* @editable properties */
}

.cbp-l-project-details-list > li,
.cbp-l-project-details-list > div {
    /* @editable properties */
    border-bottom: 1px dotted #DFDFDF;
    padding: inherit;
    color: #666;
    font: 400 12px/30px "Open Sans", sans-serif;
}

.cbp-l-project-details-list strong {
    /* @editable properties */
    display: inline-block;
    color: #696969;
    font-weight: 600;
    min-width: 100px;
}

.cbp-l-project-details-visit {
    /* @editable properties */
    color: #FFFFFF;
    float: right;
    clear: both;
    text-decoration: none;
    font: 400 11px/18px "Open Sans", sans-serif;
    margin-top: 10px;
    background-color: #53668A;
    padding: 8px 19px;
}

.cbp-l-project-details-visit:hover {
    /* @editable properties */
    opacity: 0.9;
    color: #fff;
}

.cbp-l-project-related {
    /* @editable properties */
}

.cbp-l-project-related-wrap {
    /* @editable properties */
    font-size: 0;
    margin: 0;
}

.cbp-l-project-related-item {
    /* @editable properties */
    margin-right: 5%;
    max-width: 30%;
    float: left;
}

.cbp-l-project-related-item:last-child {
    /* @editable properties */
    margin-right: 0;
}

.cbp-l-project-related-title {
    /* @editable properties */
    font: 700 14px/18px "Open Sans", sans-serif;
    color: #474747;
    margin-top: 20px;
}

.cbp-l-project-related-link {
    /* @editable properties */
    text-decoration: none;
}

.cbp-l-project-related-link:hover {
    /* @editable properties */
    opacity: 0.9;
}

.cbp-l-member-img {
    /* @editable properties */
    float: left;
    width: 40%;
    margin-top: 20px;
}

.cbp-l-member-img img {
    /* @editable properties */
    border: 1px solid #e2e2e2;
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.cbp-l-member-info {
    /* @editable properties */
    margin-top: 20px;
    padding-left: 25px;
    float: left;
    width: 60%;
}

@media only screen and (max-width: 768px) {
    .cbp-l-member-img {
        width: 100%;
        text-align: center;
    }
    .cbp-l-member-info {
        width: 100%;
        padding-left: 0;
    }
}

.cbp-l-member-name {
    /* @editable properties */
    font: 400 28px/28px "Open Sans", sans-serif;
    color: #474747;
}

.cbp-l-member-position {
    /* @editable properties */
    font: 400 13px/21px "Open Sans", sans-serif;
    color: #888;
    margin-top: 6px;
}

.cbp-l-member-desc {
    /* @editable properties */
    font: 400 12px/18px "Open Sans", sans-serif;
    margin-top: 25px;
    color: #474747;
}


/* SINGLE PAGE INLINE */

.cbp-popup-singlePageInline-open {
    -webkit-transition: height .5s ease 0s !important;
    transition: height .5s ease 0s !important;
}

.cbp-popup-singlePageInline-open .cbp-item {
    -webkit-transition: -webkit-transform .5s ease 0s !important;
    transition: transform .5s ease 0s !important;
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline::before {
    display: none;
}

.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content,
.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.cbp-popup-singlePageInline {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    /* CLOSE BUTTON singlePageInline */
}

.cbp-popup-singlePageInline:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    content: '';
    /* @editable properties */
    width: 30px;
    height: 30px;
    border: 1px solid rgba(79, 80, 79, 0.3);
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    border-radius: 50%;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    animation: loading .5s infinite linear;
    -webkit-animation: loading .5s infinite linear;
    opacity: 0.6;
}

.cbp-popup-singlePageInline .cbp-popup-content {
    opacity: 0;
    width: 100%;
    z-index: 1;
    min-height: 300px;
}

.cbp-popup-singlePageInline .cbp-popup-content,
.cbp-popup-singlePageInline .cbp-popup-navigation {
    -webkit-transition: opacity .4s ease-in .2s;
    transition: opacity .4s ease-in .2s;
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
}

.cbp-popup-singlePageInline .cbp-popup-close {
    /* @editable properties */
    background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 30px;
}

.cbp-popup-singlePageInline .cbp-popup-close:hover {
    /* @editable properties */
    opacity: 0.7;
}

.cbp-popup-singlePageInline-ready {
    z-index: 4;
}

.cbp-popup-singlePageInline-ready .cbp-popup-content,
.cbp-popup-singlePageInline-ready .cbp-popup-navigation {
    opacity: 1;
}

.cbp-popup-singlePageInline-ready:before {
    display: none;
}

.cbp-singlePageInline-active {
    opacity: 0.6 !important;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cbp-l-inline {
    margin: 20px 0;
    overflow: hidden;
    background: #FAFAFA;
    padding: 30px;
}

.cbp-l-inline-left {
    float: left;
    width: 44%;
}

.cbp-l-project-img {
    max-width: 100%;
}

.cbp-l-inline-right {
    float: right;
    width: 56%;
    padding-left: inherit;
}

@media only screen and (max-width: 768px) {
    .cbp-l-inline-left {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
    .cbp-l-inline-right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

.cbp-l-inline-title {
    font: 400 28px/30px "Open Sans", sans-serif;
    color: #474747;
}

.cbp-l-inline-subtitle {
    font: 400 13px/21px "Open Sans", sans-serif;
    color: #888;
    margin-top: 7px;
}

.cbp-l-inline-desc {
    font: 400 13px/20px "Open Sans", sans-serif;
    color: #474747;
    margin-top: 25px;
}

.cbp-l-inline-view-wrap {
    text-align: right;
}

.cbp-l-inline-view {
    font: 400 13px/35px "Open Sans", sans-serif;
    color: #9C9C9C;
    margin-top: 40px;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #ccc;
    text-decoration: none;
}

.cbp-l-inline-view:hover {
    color: #757575;
}

.cbp-l-inline-details {
    margin-top: 15px;
    font: 13px/22px "Open Sans", sans-serif;
}


/* default state */

.cbp-l-loadMore-defaultText,
.cbp-l-loadMore-button-defaultText {
    display: block;
}

.cbp-l-loadMore-loadingText,
.cbp-l-loadMore-noMoreLoading,
.cbp-l-loadMore-button-loadingText,
.cbp-l-loadMore-button-noMoreLoading {
    display: none;
}


/* loading state */

.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText {
    display: block;
}

.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText,
.cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText,
.cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading {
    display: none;
}


/* no more loading */

.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading,
.cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading {
    display: block;
}

.cbp-l-loadMore-stop .cbp-l-loadMore-defaultText,
.cbp-l-loadMore-stop .cbp-l-loadMore-loadingText,
.cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText,
.cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText {
    display: none;
}

.cbp-l-loadMore-button {
    /* @editable properties */
    text-align: center;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    /* @editable properties */
    border: 2px solid #DEDEDE;
    border-radius: 2px;
    color: #7E7B7B;
    display: inline-block;
    font: 400 11px/34px "Open Sans", sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 0 20px;
    outline: 0;
    margin-top: 30px;
    box-shadow: none;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover {
    /* @editable properties */
    color: #B0B0B0;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop {
    /* @editable properties */
    cursor: default;
    color: #B0B0B0;
}

.cbp-l-loadMore-text {
    /* @editable properties */
    text-align: center;
    margin-top: 50px;
}

.cbp-l-loadMore-text .cbp-l-loadMore-link,
.cbp-l-loadMore-text .cbp-l-loadMore-text-link {
    /* @editable properties */
    font: 400 15px "Open Sans", sans-serif;
    color: #5D5D5D;
    text-decoration: none;
    cursor: pointer;
}

.cbp-l-loadMore-text .cbp-l-loadMore-stop,
.cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
    /* @editable properties */
    color: #5D5D5D;
    cursor: default;
}

.cbp-mode-slider {
    /* @editable properties */
    -webkit-transition: height .35s cubic-bezier(0.22, 0.6, 0.345, 1);
    transition: height .35s cubic-bezier(0.22, 0.6, 0.345, 1);
}

.cbp-mode-slider .cbp-wrapper,
.cbp-mode-slider .cbp-item {
    /* @editable properties */
    -webkit-transition: -webkit-transform .35s cubic-bezier(0.22, 0.6, 0.345, 1);
    transition: transform .35s cubic-bezier(0.22, 0.6, 0.345, 1);
}

.cbp-mode-slider-dragStart .cbp-wrapper {
    /* @editable properties */
    -webkit-transition: none;
    transition: none;
}

.cbp-mode-slider-dragStart * {
    cursor: move !important;
    cursor: -webkit-grab !important;
    cursor: -o-grab !important;
    cursor: -ms-grab !important;
    cursor: grab !important;
}

.cbp-nav-next,
.cbp-nav-prev {
    position: relative;
    /* @editable properties */
    background: #7c8b90;
    cursor: pointer;
    display: inline-block;
    margin-left: 1px;
    height: 22px;
    width: 21px;
}

.cbp-nav-next {
    /* @editable properties */
    border-radius: 0 2px 2px 0;
}

.cbp-nav-prev {
    /* @editable properties */
    border-radius: 2px 0 0 2px;
}

.cbp-nav-next:hover,
.cbp-nav-prev:hover {
    /* @editable properties */
    opacity: 0.8;
}

.cbp-nav-next:after,
.cbp-nav-prev:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    /* @editable properties */
    background: url("../img/cbp-sprite.png") no-repeat;
    height: 10px;
    width: 7px;
}

.cbp-nav-next:after {
    /* @editable properties */
    background-position: -134px 0;
}

.cbp-nav-prev:after {
    /* @editable properties */
    background-position: -134px -12px;
}

.cbp-nav-stop {
    /* @editable properties */
    opacity: 0.5 !important;
    cursor: default !important;
}

.cbp-nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cbp-nav-controls {
    /* @editable properties */
    position: absolute;
    top: -51px;
    right: 0;
    z-index: 100;
}

.cbp-nav-pagination {
    /* @editable properties */
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 100;
    left: 0;
    text-align: center;
}

.cbp-nav-pagination-item {
    /* @editable properties */
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
    display: inline-block;
    cursor: pointer;
    background: #c2c2c2;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.cbp-nav-pagination-active {
    /* @editable properties */
    background: #797979;
}

.cbp-slider-wrap,
.cbp-slider-item {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cbp-slider .cbp-nav-controls {
    /* @editable properties */
    position: static;
}

.cbp-slider .cbp-nav-next,
.cbp-slider .cbp-nav-prev {
    /* @editable properties */
    background: transparent;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 44px;
    height: 44px;
}

.cbp-slider .cbp-nav-next {
    /* @editable properties */
    right: 25px;
    left: auto;
}

.cbp-slider .cbp-nav-prev {
    /* @editable properties */
    left: 25px;
    right: auto;
}

.cbp-slider .cbp-nav-next:after,
.cbp-slider .cbp-nav-prev:after {
    background: url("../img/cbp-sprite.png") no-repeat;
    width: 44px;
    height: 44px;
}

.cbp-slider .cbp-nav-next:after {
    /* @editable properties */
    background-position: -46px -92px;
}

.cbp-slider .cbp-nav-next:hover:after {
    /* @editable properties */
    background-position: -46px -46px;
}

.cbp-slider .cbp-nav-prev:after {
    /* @editable properties */
    background-position: 0 -92px;
}

.cbp-slider .cbp-nav-prev:hover:after {
    /* @editable properties */
    background-position: 0 -46px;
}

.cbp-slider .cbp-nav-pagination {
    /* @editable properties */
    text-align: right;
    bottom: 20px;
    right: 25px;
}

.cbp-slider-edge .cbp-nav-controls {
    /* @editable properties */
    position: static;
}

.cbp-slider-edge .cbp-nav-next,
.cbp-slider-edge .cbp-nav-prev {
    /* @editable properties */
    background: transparent;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 44px;
    height: 44px;
}

.cbp-slider-edge .cbp-nav-next {
    /* @editable properties */
    right: -14px;
    left: auto;
}

.cbp-slider-edge .cbp-nav-prev {
    /* @editable properties */
    left: -14px;
    right: auto;
}

.cbp-slider-edge .cbp-nav-next:after,
.cbp-slider-edge .cbp-nav-prev:after {
    background: url("../img/cbp-sprite.png") no-repeat;
    width: 9px;
    height: 16px;
}

.cbp-slider-edge .cbp-nav-next:after {
    /* @editable properties */
    background-position: -134px -24px;
}

.cbp-slider-edge .cbp-nav-prev:after {
    /* @editable properties */
    background-position: -134px -42px;
}

.cbp-slider-edge .cbp-nav-pagination {
    /* @editable properties */
    bottom: -50px;
}

.cbp-slider-edge .cbp-nav-pagination-item {
    /* @editable properties */
    border: 2px solid #0f0f0f;
    opacity: 0.4;
    background: transparent;
}

.cbp-slider-edge .cbp-nav-pagination-active {
    /* @editable properties */
    background: #000;
}

.cbp-l-grid-agency .cbp-caption:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: 0px;
    left: 50%;
    margin-left: -5px;
    z-index: 1;
}

.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    /* @editable properties */
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.cbp-l-grid-agency-title {
    /* @editable properties */
    margin-top: 18px;
    font: 700 17px/24px Lato, sans-serif;
    color: #666;
    text-align: center;
}

.cbp-item:hover .cbp-l-grid-agency-title {
    /* @editable properties */
    color: #222;
}

.cbp-l-grid-agency-desc {
    /* @editable properties */
    font: 400 12px/21px "Open Sans", sans-serif;
    color: #aaa;
    text-align: center;
}

.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(0, 0, 0, 0.7);
}

.cbp-l-grid-work .cbp-item {
    padding: 3px;
}

.cbp-l-grid-work .cbp-item-wrapper {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 7px 7px 27px;
    border-top: 1px solid #F4F4F4;
}

.cbp-l-grid-work-title {
    /* @editable properties */
    margin-top: 17px;
    font: 400 17px/25px "Open Sans", sans-serif;
    color: #607D8B;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.cbp-l-grid-work-title:hover {
    /* @editable properties */
    color: #365D67;
}

.cbp-l-grid-work-desc {
    /* @editable properties */
    font: 400 11px/16px "Open Sans", sans-serif;
    color: #888888;
    text-align: center;
    text-transform: uppercase;
}

.cbp-l-grid-blog-title {
    /* @editable properties */
    font: 400 18px/30px "Open Sans", sans-serif;
    color: #444;
    display: block;
    margin-top: 17px;
}

.cbp-l-grid-blog-title:hover {
    /* @editable properties */
    color: #787878;
}

.cbp-l-grid-blog-date {
    /* @editable properties */
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #787878;
    display: inline-block;
}

.cbp-l-grid-blog-comments {
    /* @editable properties */
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #3C6FBB;
    display: inline-block;
}

.cbp-l-grid-blog-comments:hover {
    /* @editable properties */
    opacity: .8;
}

.cbp-l-grid-blog-desc {
    /* @editable properties */
    font: 400 13px/18px "Open Sans", sans-serif;
    color: #9B9B9B;
    margin-top: 9px;
}

.cbp-l-grid-blog-split {
    /* @editable properties */
    margin: 0 4px;
    font: 400 13px/16px "Open Sans", sans-serif;
    color: #787878;
    display: inline-block;
}

.cbp-l-grid-clients {
    height: 180px;
}

.cbp-l-clients-title-block {
    font: 400 32px/53px Open Sans, sans-serif;
    color: #666464;
    text-align: center;
    margin-bottom: 40px;
}

.cbp-l-grid-projects-title {
    /* @editable properties */
    font: 700 14px/21px "Open Sans", sans-serif;
    color: #474747;
    margin-top: 15px;
}

.cbp-l-grid-projects-desc {
    /* @editable properties */
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #888888;
    margin-top: 5px;
}

.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
    /* @editable properties */
    background-color: #59a3b6;
    background-color: rgba(89, 163, 182, 0.95);
}

.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft,
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
    /* @editable properties */
    background-color: #4d4d4d;
}

.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft:hover,
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight:hover {
    /* @editable properties */
    background-color: #252424;
}

.cbp-l-grid-masonry-projects-title {
    /* @editable properties */
    font: 500 15px/22px Open Sans, sans-serif;
    color: #59a3b6;
    text-align: center;
    display: block;
    margin-top: 12px;
}

.cbp-l-grid-masonry-projects-title:hover {
    /* @editable properties */
    color: #457C8B;
}

.cbp-l-grid-masonry-projects-desc {
    /* @editable properties */
    font: 400 12px/18px Open Sans, sans-serif;
    color: #b2b2b2;
    text-align: center;
}

.cbp-l-grid-team .cbp-caption {
    /* @editable properties */
    border: 1px solid #E7E7E7;
}

.cbp-l-grid-team-name {
    /* @editable properties */
    font: 400 17px/24px "Open Sans", sans-serif;
    color: #456297;
    display: block;
    text-align: center;
    margin-top: 18px;
}

.cbp-l-grid-team-name:hover {
    /* @editable properties */
    color: #34425C;
}

.cbp-l-grid-team-position {
    /* @editable properties */
    font: italic 400 13px/21px "Open Sans", sans-serif;
    color: #999;
    text-align: center;
}

.cbp-l-slider-title-block {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 22px;
}

.cbp-l-slider-title-block div {
    padding: 0 2px 6px 0;
    display: inline-block;
    border-bottom: 1px solid #a9a5a5;
    color: #5e5e5e;
    margin-bottom: -1px;
    font: 15px/21px Open Sans, sans-serif;
}

.cbp-l-grid-slider-team-name {
    float: left;
    font: 20px/30px Open Sans, sans-serif;
    color: #494949;
    margin-top: 16px;
}

.cbp-l-grid-slider-team-position {
    clear: both;
    font: 14px/21px Open Sans, sans-serif;
    color: #A6A6A6;
}

.cbp-l-grid-slider-team-desc {
    font: 13px/20px Open Sans, sans-serif;
    color: #969696;
    margin-top: 15px;
}

.cbp-l-grid-slider-team-social {
    float: right;
    margin-top: 16px;
}

.cbp-l-grid-slider-team-social a {
    color: #737373;
    line-height: 30px;
    margin-left: 6px;
}

.cbp-l-grid-slider-team-social a:hover {
    opacity: 0.8;
}

.cbp-l-slider-testimonials-wrap {
    background: #f8f9f9;
    padding: 80px 0 110px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #dce1e2;
}

.cbp-l-grid-slider-testimonials-body {
    color: #424242;
    max-width: 800px;
    margin: 0 auto;
    font: 20px/32px sans-serif;
    text-align: center;
    padding: 0 20px;
}

.cbp-l-grid-slider-testimonials-footer {
    font: 12px/19px Open Sans, sans-serif;
    color: #777;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}

.cbp-l-grid-tabs {
    height: 100px;
}

.cbp-l-grid-tabs .cbp-item {
    font: 14px/24px Lato, sans-serif;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    text-align: center;
    color: #5a5a5a;
}

.cbp-l-testimonials-title-block {
    position: relative;
    text-align: center;
    font: 26px/36px Open Sans, sans-serif;
    color: #E7E7E7;
    margin-bottom: 60px;
}

.cbp-l-testimonials-title-block:after {
    content: '';
    position: absolute;
    margin: 0 auto;
    width: 23px;
    height: 2px;
    bottom: -6px;
    background-color: #C2C2C2;
    left: 0;
    right: 0;
}

.cbp-l-testimonials-wrap {
    background: #2D2D2D;
    padding: 60px 0 110px;
}

.cbp-l-grid-testimonials-body {
    color: #e7e7e7;
    max-width: 800px;
    margin: 0 auto;
    font: 20px/32px sans-serif;
    text-align: center;
    padding: 0 20px;
}

.cbp-l-grid-testimonials-footer {
    font: 12px/19px Open Sans, sans-serif;
    color: #C2C2C2;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 35px;
}
/*inq form*/

.mgb100 {
    margin-bottom: 100px;
}
.mgt50 {
    margin-top: 50px;
}
.mgb50 {
    margin-bottom: 50px;
}
.shop .review-cart-block input {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 0px;
    margin-right: 9px;
}
.shop .review-cart-block .ui-radio {
    padding-left: 50px;
}
.shop .btn-logo.s.ss {
    width: 80%;
    margin-top: 50px;
}
.member, .inq, .shop {
    font-family: 'Lato',sans-serif;
    font-weight:normal;
    color: #000;
    max-width:100%;
    overflow:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.shop .review-cart-heading.mgb50 {
    margin: 0 0 50px 0;
}
.shop a , .member a {
    color: #555;
    font-family: 'Hammersmith One', sans-serif;
    letter-spacing: 1px;
}
.shop i , .member i {
    font-family: 'Shadows Into Light', cursive;
}
.shop i.fa , .member i.fa {
    font-family: 'FontAwesome';
}



.member h1 , .member h2 , .member h3 ,
.member h4 , .member h5 , .member h6 ,
.shop h1 , .shop h2 , .shop h3 ,
 , .shop h5 , .shop h6 {
    color: #000;
    font-family: 'Hammersmith One',sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}
.member .sp2 , .shop .sp2 {
    margin-top: 180px;
}
.member .form-horizontal.form-horizontal-small .control-label ,
.shop .form-horizontal.form-horizontal-small .control-label {
    padding-top: 10px;
    margin-bottom: 0;
    text-align: left;
    font-size: 12px;
}

.member .form-horizontal.form-horizontal-align-left .control-label ,
.shop .form-horizontal.form-horizontal-align-left .control-label {
    text-align: left;
    font-size: 12px;
}

.member .spinner:before ,
.shop .spinner:before {
    content: 'Loadingâ€¦';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

.member .spinner:not(:required):before ,
.shop .spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-top: 2px solid #333;
    border-right: 2px solid transparent;
    animation: page-loader .6s linear infinite;
    -webkit-animation: page-loader .6s linear infinite;
}

.member .spinner ,
.shop .spinner {
    min-width: 24px;
    min-height: 24px;
}

.shop .cart-review {
    padding:50px;
    background-color:#fafafa;
}
.shop .cart-review .inner {
    padding: 20px;
}
.shop .cart-review .coupon {
    margin:0;
    color: #000;
    font-size:14px;
    text-transform:uppercase;
}
.shop .cart-review a.coupon-close {
    display:none;
}
.shop .cart-review .inner.coupon-code {
    display:none;
}
.shop .coupon-input {
    border-radius:0;
    font-size:13px;
}
.shop .cart-review .rows {
    display:inline-block;
    margin-bottom: 25px;
    width: 100% ;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:400;
}
.shop .cart-review .rows.shipping-cost {
    color: #2EB031;
    font-weight:bold;
    text-transform:uppercase;
}
.shop .cart-review .btn.btn-cart {
    width: 100%;
    font-size:13px;
    border-radius: 0;
    margin-top: 10px;
}
.shop .checkout .card-type {
    width: 29.6%;
}

.shop .review-cart-heading  {
    margin: 0;
}
.shop .review-cart-heading span {
    width: 100%;
    text-align: center;
    background-color: #000;
    text-transform: uppercase;
    letter-spacing:1px;
    font-family: 'Hammersmith One', sans-serif;
}
.shop .cart-review.checkout-review {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border:1px solid #eee;
}
.shop .cart-review.checkout-review {
    padding-top: 20px;
    background-color:transparent;
    padding:0;
}
.shop .cart-review.checkout-review .inner {
    padding:0;
}
.shop .cart-review.checkout-review .cart-item{
    padding: 25px 50px;
    margin: 0;
    font-size: 12px;
    display:table;
    width:100%;
}
.shop .cart-review.checkout-review .cart-item .cart-info {
    display:table;
    margin-right:25px;
}
.shop .cart-review.checkout-review .cart-item .cart-item-container {
    display:table-cell;
    vertical-align:middle;
}
.shop .cart-review.checkout-review .cart-item .cart-price {
    display:table-cell;
    vertical-align:middle;
    text-align:right;
    font-weight: 400;
}
.shop .cart-review.checkout-review .cart-item p {
    margin-bottom: 0;
}
.shop .cart-review.checkout-review .cart-item .cart-item-name {
    font-size: 12px;
}
.shop .cart-review.checkout-review .cart-item .cart-item-brand {
    font-size: 12px;
    margin-bottom: 10px;
}
.shop .cart-review.checkout-review .cart-item .item.thumbnail {
    width: auto;
    height: 100px;
    margin-bottom: 0;
    margin-top: 0;
}
.shop .cart-review.checkout-review .checkout-total {
    padding: 25px 50px;
}
.shop .cart-review.checkout-review .checkout-total .rows:last-child {
    margin-bottom:0;
}

.shop .continue-shopping .icon {
    padding-right: 5px;
    position:relative;
    top:2px;
}
.shop .form-theme .tp7 .form-control  {
    border-right: 1px solid #fff;
}
.shop .tp6 {
    padding: 16px 8px 16px 8px;
    display: block;
    background-color: #000;
    color:#Fff;
    line-height: 1.5em;
}
.shop .tp6 .s {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1
    margin-top: -10px;

}


@media screen and (max-width: 767px) {
    body .member .sp16 h1 ,
    body .shop .sp16 h1 {
        text-align: center;
    }
    body .shop .cart-review {
        padding: 40px 0 0 0;
    }
    body .shop .cart-review .rows {
        text-transform: inherit;
    }
    body .shop .trtc ,
    body .member .trtc {
        text-align: center;
    }
    body .shop .tltc ,
    body .member .tltc {
        text-align: center;
    }
    body .member .sp20 {
        width: initial;
    }
    body .member .sp18 {
        width: 100%;
        margin-left: 0;
    }
    body .member .sp17 select option {
        width: 100%;
    }
    body .member .sp37 .btn-logo ,
    body .shop .sp37 .btn-logo {
        margin-bottom: 20px;
    }
    body .member .sp19 {
        width: calc(100% - 59px);
        margin-top: 23px;
    }
    body .shop .btn-logo.ss ,
    body .member .btn-logo.ss {
        width: 100%;
    }
    body .shop button.sp31 {
        width: 24px;
    }
    body .shop .sp32 {
        display: none;
    }
    body .shop .sp33 {
        padding: 0;
    }
    body .shop table.table-cart {
        border:none;
    }
    body .shop table.table-cart > tbody > tr:first-child > th {
        padding: 15px;
        text-align:center;
    }
    body .shop .table-bottom {
        border:none;
        text-align:center;
        margin-top:25px;
    }
    body .shop .cart-item > .thumbnail {
        display:none;
    }
    body .shop .cart-item > .thumbnail img {
        width: 40px;
        height: 40px;
    }
    body .shop .cart-item span {
        display: block;
    }
    body .shop input.qtyminus,
    body .shop input.qtyplus{
        display:none;
    }
    body .shop .cart-item {
        margin: 0;
    }
    body .shop .cart-item-container {
        text-align:center;
        position: relative;
        float: left;
    }
    body .shop .cart-review.checkout-review .cart-item {
        padding:25px;
    }
    body .shop .cart-review.checkout-review .cart-item .cart-item-name {
        text-align:left;
    }
    body .shop .cart-review.checkout-review .checkout-total {
        padding:25px;
    }
    body .shop .process-tab .nav-tabs li:before {
        display: none;
    }
    body .shop .process-tab .nav-tabs.nav-justified > li > a {
        border:none;
    }
    body .shop .process-tab .nav-tabs li a span.steps-text {
        position: inherit;
    }
    body .shop .nav-tabs.nav-justified > li > a{
        border: 1px solid #ddd;
    }
    body .shop .no-border-boxes-top .nav-tabs.nav-justified > li > a{
        border: none;
    }
    body .shop .btn-dark, .shop .btn-dark:focus, .shop .btn-dark, .shop .btn-dark:focus, .member .btn-dark, .member .btn-dark:focus, .member .btn-dark, .member .btn-dark:focus {
        width: 100%;
    }
    body .inq .tp3 {
        margin-left: 0;
    }
    body .member .sp17, body .shop .sp17 {
        padding-right: 15px;
        padding-left: 15px;
    }
    body .member a.tp5 {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    body .shop .cart-review .inner {
        padding: initial;
    }
    body .shop .btn-dark.tp11 {
        width: initial;
    }


}
@media (min-width: 767px) and (max-width: 1034px) {
    body .shop .cart-review {
        padding: 50px 25px;
    }
    body .shop .btn-logo.ss ,
    body .member .btn-logo.ss {
        width: 100%;
    }
    body .shop .sp32 {
        display: none;
    }
    body .shop .sp33 {
        padding: 0;
    }
    body .member .tltc {
        text-align: center;
    }
    body .shop .sp29 {
        min-width: 80px;
    }
    body .member .sp17, body .shop .sp17 {
        padding-right: 15px;
        padding-left: 15px;
    }
    body .inq .tp3 {
        margin-left: 0;
    }
    body .member .sp17, body .shop .sp17 {
        padding-right: 0;
        padding-left: 0;
    }
    .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

}/*12310*/
@media screen and (max-width: 450px)  {
    body .shop .cart-item {
        text-align:center;
    }
    body .shop .cart-item > .thumbnail {
        display:none;
    }
    body .shop .cart-item .item.thumbnail {
        display:block;
        text-align: center;
        float: none !important;
        margin: 0 auto;
    }


}
.pdr0 {
    padding-right: 0;
}
.shop .tp9 input.qty {
    float: none;
}
.shop .tp10.cart-review {
    padding: 30px;
}
.shop .text-left .rows {
    font-size: 12px;
}
.member .tp8 {
    width: 100%;
}
.member a.tp5 {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.inq .form-theme .sp17 input.form-control {
    border-right: 1px solid #fff;
    border-color: #eee;
}
.inq .tp3 {
    margin-left: 15px;
}
.shop .form-theme .ui-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: -1px;
}

.member .sp20, .shop .sp20 , .inq .sp20 {
    margin-top: 25px;
    height: 34px;
    font-size: 16px;
    border: 1px solid #eee;
    margin-left: 15px;
}
.member .sp18 {
    margin-left: 15px;
    width: 79.333333%;
}
.member .sp17, .shop .sp17 {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 15px;
}
.member .sp37 .btn-logo ,
.inq .sp37 .btn-logo {
    margin-bottom: 100px;
}
.shop .trtc {
    text-align: right;
}
.shop .tltc {
    text-align: left;
}
.member .sp19 {
    margin-top: 9px;
}
.member .btn-logo ,
.shop .btn-logo {
    background: #777;
    color: #fff;
    border-radius: 0;
    transition: all .20s ease-in-out;
}
.member .btn-logo.s ,
.shop .btn-logo.s {
    background: #777;
    color: #fff;
    width: 100%;
    transition: all .20s ease-in-out;
    padding: 9px 0;
}
.member .btn-logo.s:hover ,
.shop .btn-logo.s:hover {
    color: #fff;
    text-shadow: 0 2px 1px rgba(0, 0, 0, .25);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5b6b6+0,ededed+100 */
    background: #b5b6b6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b5b6b6 0%, #ededed 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b5b6b6 0%, #ededed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b5b6b6 0%, #ededed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b5b6b6', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
}
.member .btn-logo.ss ,
.shop .btn-logo.ss {
    width: initial;
}
.shop .sp32 {
    display: initial;
}
.shop .sp33 {
    padding: 0;
}
.shop .sp10 .blocked {
    background-color: #fafafa;
    width: 100%;
    color: #000;
}
.shop h4.sp10 {
    margin-bottom: 20px;
}
.shop .text-logo ,
.member .text-logo {
    color: #777;
}
.member .table>tbody>tr>td.sp22 {
    border-top: none;
}
.member .sp23 {
    max-height: 284px;
    margin:0 auto;
}
.shop .sp29 {
    min-width: 80px;
}
.shop span.form-control.jh.sp30 {
    display: none;
}
.shop .datepicker-switch {
    text-align: center !important;
}
.member .sp17 span.form-control {
    display: none;
}
.member .s.form-group span.form-control ,
.shop .s.form-group span.form-control {
    display: none;
}
.shop .checkout-select .ui-radio input {
    float: left;
    margin-right: 10px;
}
.shop .sp34 input {
    opacity: 0;
    width: 0;
    margin: 0;
    height: 0;
}
.shop .sp34 label {
    float: left;
}
.shop .cart-item-quantity form {
    margin:0 auto;
    width: 99px;
}
.shop .table-cart .read-only {
    display: block;
}
.shop .fa-removed:before ,
.member .fa-removed:before {
    content: "\f00d";
}
.shop .checkbox label {
    font-size: 12px;
}
.shop .radio label {
    font-size: 12px;
}
.offers {
    border: 1px solid #497ad2;
    padding: 5px 10px 5px 10px;
    background-color: #497ad2;
}
.shop p {
    font-size: 12px;
}
.shop .qty {
    width: 40px;
    height: 31px;
    text-align: center;
    font-family: 'Hammersmith One', sans-serif;
    border:1px solid #eee;
}
.shop input.qtyminus,
.shop input.qtyplus {
    background-color: #eee;
    color: #000;
    border: 1px solid #e6e6e6;
    width:31px;
    height:31px;
}
.shop input.qtyminus {
    margin-right:-3.5px;
    margin-top:-1px;
    border-right:none;
    font-size:18px;
    line-height:0;
}
.shop input.qtyplus {
    margin-left:-3.5px;
    margin-top:-1px;
    border-left:none;
    font-size:14px;
    line-height:0;
}
.table-cart .shop input.qtyminus,
.table-cart .shop input.qtyplus {
    margin-top:0px;
    float: left;
}
.shop input.qtyminus:hover,
.shop input.qtyplus:hover {
    background-color: #000;
    border-color: #000;
    color:#fff;
}
.shop .cart .btn.btn-back i {
    font-size:14px;
}
.shop .table-responsive.cart-responsive {
    overflow-x:inherit;
    border-color:#eee;
    margin-bottom:0;
}

.shop table.table-cart {
    border-collapse: collapse;
    text-align:center;
    border: 1px solid #eee;
}
.shop table.table-cart.s {
    border: 1px solid rgba(0,0,0,0);
}
.shop table.table-cart > tbody > tr:first-child {
    border-bottom:1px solid #eee;
}
.shop table.table-cart > tbody > tr:first-child > th {
    padding: 15px 15px 15px 15px;
}
.shop table.table-cart > tbody > tr > th {
    text-align:center;
    border-top:none;
    text-transform:uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 13px
}
.shop table.table-cart > tbody > tr > td {
    vertical-align:middle;
    font-size:13px;
    border-top:none;
    font-weight: 400;
}
.shop table.table-cart {
    margin-bottom:0;
}
.shop table.table-cart > tbody > tr > th:first-child {
    text-align:left;
}
.shop .review-cart-block.s a {
    max-width: 400px;
}
.shop .cart-item-details {
    max-width: 300px;
    margin-right: 7px;
}
.shop .cart-item {
    overflow: hidden;
    zoom: 1;
    margin: 25px;
    text-align:left;
}
.shop .cart-item .item.thumbnail {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border: 0;
    padding:0;
}
.shop .cart-item .item.thumbnail img {
    max-height: 100%;
    width: auto;
}
.shop .cart-item-container {
    overflow: hidden;
    text-transform:uppercase;
    letter-spacing:1px;
}
.shop .cart-item-name {
    margin: 0 0 5px;
    font-size:12px;
    font-weight: 400;
}
.shop .cart-item-brand {
    margin: 0 0 5px;
    font-size:11px;
    font-weight: 400;
}
.shop .cart-item-size {
    margin: 0 0 5px;
    color: #666;
    font-size:10px;
    font-weight:400;
    font-weight: 400;
}
.shop .cart-item-size span{
    font-weight: 600;
    color: #333;
}
.shop .cart-item-price {
    background: #fafafa;
}
.shop .table-bottom {
    margin: 0;
    border: 1px solid #eee;
    border-top:none;
    text-align:right;
}
.shop .fancy-heading {
    margin: 0 0 100px;
}
.shop .blocked {
    color: #fff;
    background-color: #000;
    display: inline-block;
    min-height: 37px;
    line-height: 46px;
    padding: 5px 0;
}
.shop .vertical-divider-right , .member .vertical-divider-right {
    border-right: 1px solid #eee;
}
.shop .form-theme input,
.shop .form-theme textarea,
.shop .form-theme select,
.member .form-theme input,
.member .form-theme textarea,
.member .form-theme select {
    border-radius:0;
}
.shop .form-theme .input-group-btn:last-child>.btn,
.shop .form-theme .input-group-btn:last-child>.btn-group,
.member .form-theme .input-group-btn:last-child>.btn,
.member .form-theme .input-group-btn:last-child>.btn-group {
    z-index:0;
}
.shop .form-control , .member .form-control {
    border-radius: 0;
    font-size:13px;
    font-family: 'Hammersmith One', sans-serif;
    letter-spacing: 1px;
}
.shop .input-group-addon ,
.member .input-group-addon {
    border-radius: 0;
}
.shop .input-group-btn>.btn:hover, dinput-group-btn>.btn:focus, .shop .input-group-btn>.btn:active ,
.member .input-group-btn>.btn:hover, dinput-group-btn>.btn:focus, .member .input-group-btn>.btn:active {
    z-index: 1;
}
.shop .form-theme .form-text-area ,
.member .form-theme .form-text-area {
    height: 83px;
}
.shop .form-theme .form-submit  ,
.member .form-theme .form-submit {
    height: 34px;
    font-size: 13px;
    line-height: 23px;
    font-weight: 300;
}
.shop .form-theme .form-control ,
.member .form-theme .form-control {
    box-shadow:none;
    border-color: #eee;
}
.shop .form-theme .form-control:focus ,
.member .form-theme .form-control:focus {
    border-color: #000;
}
.shop .form-theme input[type="checkbox"], .shop .form-control input[type="checkbox"] ,
.member .form-theme input[type="checkbox"], .member .form-control input[type="checkbox"] {
    height: auto;
}
.shop .form-white .form-control {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}
.shop .form-white .form-control:focus {
    border-color: #fff;
}
.shop ul.nav-tabs.tab-theme {
    border-color: #eee;
    padding-top: 50px;
}
.shop ul.nav-tabs.tab-theme > li {
    float: none;
}
.shop ul.nav-tabs.tab-theme > li > a {
    margin-bottom: 0;
}

.shop .process-tab .nav-tabs> li {
    padding: 0 10px 50px;
}
.shop .process-tab .nav-tabs > li > a {
    font-size: 28px;
    padding-top:0;
    width:100%;
}
.shop .process-tab .nav-tabs>li>a,
.shop .process-tab .nav-tabs>.active>a,
.shop .process-tab .nav-tabs>.active>a:hover,
.shop .process-tab .nav-tabs>.active>a:focus {
    border:none;
}
.shop .process-tab .nav-tabs>li>a:hover,
.shop .process-tab .nav-tabs>li>a:focus {
    background-color: transparent;
}
.shop .process-tab .nav-tabs>li>a, .shop .process-tab .nav-tabs>li>a:hover {
    display: inline-block;
}
.shop .process-tab .nav-tabs>li>a span.steps-block {
    height:80px;
    width:80px;
    text-align:center;
    line-height:80px;
    padding:0;
    background-color: transparent;
    border: 1px solid #777;
    color: #777;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shop .process-tab .nav-tabs>li.active>a span.steps-block,
.shop .process-tab .nav-tabs>li:hover>a span.steps-block,
.shop .process-tab .nav-tabs.nav-justified> .active> a span.steps-block,
.shop .process-tab .nav-tabs.nav-justified > .active> a:hover span.steps-block,
.shop .process-tab .nav-tabs.nav-justified > .active> a:focus span.steps-block {
    background-color: #777;
    color: #fff;
    border:1px solid #777;
}
.shop .process-tab .nav-tabs li a span.steps-block,
.shop .process-tab .nav-tabs li a span.steps-text {
    display:block;
    text-transform:uppercase;
    margin-left:auto;
    margin-right:auto;
}
.shop .process-tab .nav-tabs li a span.steps-text {
    font-size:13px;
    margin-top:15px;
    position:absolute;
    left:0;
    right:0;
}
.shop .process-tab .nav-tabs>li:hover {
    cursor: pointer;
}
.shop .process-tab .nav-tabs>li.active:hover {
    cursor: auto;
}
.shop .process-tab .nav-tabs>li>a i,
.nav-tabs>li>a:hover i {
    padding: 10px 0;
}
.shop .process-tab .nav-tabs>li>h5 {
    margin:30px 0 0;
    text-transform: uppercase;
    letter-spacing:1px;
}
.shop .process-tab .nav-tabs li:after {
    left: auto;
    right: 0;
    margin: 0 -26px 0 0;
}
.shop .process-tab .nav-tabs li:before {
    content: '';
    position: absolute;
    top: 41px;
    left: 0;
    width: 40%;
    margin-left: -20%;
    border-top: 1px solid #eee;
}
.shop .process-tab .nav-tabs li:first-child:before{
    display: none;
}
.shop .table-theme thead > tr> th ,
.member .table-theme thead > tr> th {
    background-color:#000;
    color:#fff;
    font-size: 12px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    border-color:#333;
}
.shop .table-theme ,
.member .table-theme {
    border-top-color:#333;
}
.shop .table-theme>tbody>tr>td ,
.member .table-theme>tbody>tr>td {
    border-color: #eee;
    padding: 18px 15px;
}
.shop .table-theme.table-hover>tbody>tr:hover ,
.member .table-theme.table-hover>tbody>tr:hover {
    background-color: #fbfbfb;
}
.member .sp16 h1 , .shop .sp16 h1 {
    margin: 0;
}
.ui-loader {
    display: none;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 0;
}
.shop .table-cart input.qtyminus, .shop .table-cart input.qtyplus {
    margin-top: 0px;
    float: left;
}
.shop .ui-input-text .qty {
    float: left;
}
.shop span.form-control.text-uppercase.les1 {
    display: none;
}
.shop .mgt15 , .member .mgt15  {
    margin-top: 15px !important;
}
.shop .breadcrumb , .member .breadcrumb {
    background-color: transparent;
}
.shop .btn-dark, .shop .btn-dark:focus, .shop .btn-dark, .shop .btn-dark:focus,
.member .btn-dark, .member .btn-dark:focus, .member .btn-dark, .member .btn-dark:focus  {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
}
.shop label, .member label  {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
     font-weight: normal;
}
.shop .table-cart td {
     font-family: 'Hammersmith One', sans-serif;
}
.shop .pdb50, .member .pdb50 {
    padding-bottom: 50px;
}
.inq .inq-form , .shop .inq-form {
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
}
.inq .ui-btn span.form-control {
    display: none;
}
.inq .ui-btn span.form-control , .shop .ui-btn span.form-control {
    display: none;
}
.shop .btn-theme, .shop .btn-theme:focus, .tp-caption .shop .btn-theme, .tp-caption .shop .btn-theme:focus,
.member .btn-theme, .member .btn-theme:focus, .tp-caption .member .btn-theme, .tp-caption .member .btn-theme:focus
 {
    color: #fff;
    background-color: #000;
    border: #000;
    border-radius: 0;
}
.shop .table-cart button {
    border:1px solid #e6e6e6;
    background-color: #eee;
    border-radius: 3px;
        padding: 2px 6px;
}
.shop .table-cart button:hover {
    border:1px solid #000;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
}
.inq .sky-form fieldset {
    display: block;
    padding: 9px 30px 5px;
    border: none;
    background: rgba(255,255,255,.9);
}
.shop .table-cart button.disabled:hover {
    border:1px solid #eee;
    background-color: #ebebe4;
    color: #a6a6a6;
    border-radius: 3px;
}
.shop .table-cart button.disabled {
    border:1px solid #eee;
    background-color: #ebebe4;
    color: #a6a6a6;
    border-radius: 3px;
}
.shop .review-cart-block.s input {
    width: 100%;
    height: initial;
    float: left;
    margin-top: 0px;
    margin-right: 9px;
}
.shop .tp1 {
    float: right;
    margin-top: 20px;
}
.shop .tp2 {
    display: none;
}
.shop .no-fl {
    float: initial;
}
.inq .inq-form.tp4 {
    padding: 0;
}
.inq .form-theme .sp17 input.form-control.disabled {
    border-right: 1px solid #fff;
}
.shop .rows.total b {
    font-size: 26px;
}
.mgt100 {
    margin-top: 100px;
}
.mgb100 {
    margin-bottom: 100px;
}
.btn {
    text-transform:uppercase;
}

.jh {
    font-family: "å¾®è»Ÿæ­£é»‘é«”", "LiHei Pro", "æ–°ç´°æ˜Žé«”", sans-serif;
}
.fff {
    color:#fff !important;
}
.bg-fff {
    background-color:#fff !important;
}
.tc {
    text-align: center !important;
}
.trtc {
    text-align: right !important;
}
.tl {
    text-align: left !important;
}
.tr {
    text-align: right !important;
}
.mg0 {
    margin:0 !important;
}
.pd0 {
    padding:0 !important;
}
.bd0 {
    border:none !important;
}
.hidden-xs {
    display: block;
}
.hidden-md {
    display: none;
}
@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
    .hidden-md {
        display: block;
    }
    body .trtc {
        text-align: center !important;
    }
    body .shop .qty {
        width: 100%;
    }
    body .shop .tp1 {
        left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    body .shop .tp2 {
        display: block;
    }
    body .shop .cart-review.checkout-review .cart-item .item.thumbnail {
        width: 72px;
        height: 72px;
    }
    body .col-sm-0 {
        display: none;
    }
    body .shop .review-cart-block .ui-radio {
        padding-left: 5px;
    }
    body .inq .inq-form.tp4 {
        padding: 0 15px;
    }
    body .inq .tp4 {
        margin-left: -0;
        margin-right: -0;
    }

}
@media (min-width: 767px) and (max-width: 1034px) {
    body .shop .tp2 {
        display: block;
    }
    body .col-sm-0 {
        display: none;
    }
    body .inq .inq-form.tp4 {
        padding: 0;
    }
    body .inq .tp4 {
        margin-left: -15px;
        margin-right: -15px;
    }
    body .inq .checkout-select .form-group.form-small.form-theme {
        padding-right: 15px;
        padding-left: 15px;
        margin: 0;
    }
}

/*inq form*/



.jh {
    font-family: "å¾®è»Ÿæ­£é»‘é«”", "LiHei Pro", "æ–°ç´°æ˜Žé«”", sans-serif !important;
}

.fff {
    color: #fff !important;
}

.bg-fff {
    background-color: #fff !important;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.mg0 {
    margin: 0 !important;
}

.pd0 {
    padding: 0 !important;
}

.bd0 {
    border: none !important;
}

.hidden-xs {
    display: block;
}

.hidden-md {
    display: none;
}

@media screen and (max-width: 414px) {
    body .hidden-xs {
        display: none;
    }
    body .hidden-md {
        display: block;
    }
   body .trtc, body .tltc {
        text-align:center;
    }
    body .navbar-brand img {
        width: 138px;
        height: auto;
        margin-top: -12px;
    }
    body .navbar-header {
        height: 70px;
    }
    body .breadcrumb-wrap {
        -webkit-background-size: cover;
        background-size: cover;
    }
    body .breadcrumb-wrap .col-sm-6.text-right {
        text-align: left;
    }
    body ol.breadcrumb li {
        font-size: 10px;
    }
    body .navbar-nav {
        margin-top: 0;
    }
    body .blog-post h2 {
        font-size: 20px;
    }
    body .navbar-collapse {
        background: rgba(255,255,255,.8);
    }
    body .navbar-toggle {
        margin-top: 18px;
    }
    body .sp25 {
        height: 20px;
    }
    body .no-padding.img-2 {
        position: relative;
    }
    body .sp26 {
        height: 350px;
    }
    body .sp4 {
        padding: 50px 15px 20px 15px;
    }
    body .btn-lg {
        width: 100%;
    }
    body #footer-option .footer-col h3 {
        text-shadow: 2px 1px 2px #444;
    }
    body {
        overflow-x: hidden;
    }
    body #masnory-container4.cbp img {
        height: 192px;
    }
    body #masnory-container4.cbp .cbp-item {
        height: auto;
    }
    body #masnory-container3 .cbp-item {
        height: initial;
    }
    body .sp24 {
        display: none;
    }
    body .pd0-xs {
        padding:0;
    }
    body .sp3 {
        text-align: right;
        font-size: 12px;
        float: right;
        padding-right: 0px;
    }
    body .tb1 i {
        display: none;
    }
    body .table-responsive {
        margin-bottom: 0;
    }
    body .flex-control-thumbs li {
        height: 31px;
    }
    body .center-heading {
        text-align: center;
        margin-bottom: 0;
    }
    body .dlbtn {
        display: block;
        position: relative;
        right: 0;
        top: 12px;
        width: 100%;
        text-align: center;
        padding: 6px;
        border: 1px solid #ddd;
        margin-bottom: 20px;
    }
    body .review-cart-block {
        padding: 0 15px;
    }
    body .shop .sky-form .select select {
        height: initial;
        width: 65px;
    }
    body .sky-form-columns .btn-lg {
        padding: 14px 0 13px 0 !important;
        margin-bottom: 20px;
    }
    body .sky-form .textarea .icon-append+textarea {
        padding-right: 0px;
        padding-bottom: 20px
    }
    body .sky-form .button {
        float: left;
        height: 39px;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 12px;
        overflow: hidden;
        margin: 10px 3px 0 3px;
        padding: initial;
        width: 47%;
    }
    body .sky-form footer {
        display: block;
        padding: 15px 10px 25px;
        border-top: 1px solid rgba(0,0,0,.1);
        background: rgba(248,248,248,.9);
    }
    body .sky-form .button.sp28 {
        width: 97%;
    }
    body .center-heading h2 {
        margin-bottom: 0;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #333;
        font-size: 22px;
    }
    body .navbar-nav>li.sp36 {
        padding: 5px 15px;
        display: block;
    }
    body .sp8 h3 {
        width: 100%;
    }
    body .cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
        height: 60px;
        bottom: 0;
        position: relative;
    }
    body .cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
         transform: initial;
    }

}/*123qwe*/
@media (max-width: 767px){
    .search .form-control{
        height: 40px;
        background-color: #888;
    }
}
@media (min-width: 415px) and (max-width: 768px) {
    body .hidden-xs {
        display: block;
    }
    body .hidden-md {
        display: none;
    }
    body .hidden-xs.s {
        display: none;
    }
    body .hidden-md.s {
        display: block;
    }
    body .navbar-brand img {
        width: 112px;
        height: auto;
        margin-top: -10px;
    }
    body .navbar-default {
        min-height: 50px;
    }
    body .breadcrumb-wrap {
        -webkit-background-size: cover;
        background-size: cover;
    }
    body .breadcrumb-wrap .col-sm-6.text-right {
        text-align: right;
    }
    body ol.breadcrumb li {
        font-size: 10px;
    }
    body .navbar-nav {
        margin-top: 0;
    }
    body .blog-post h2 {
        font-size: 20px;
    }
    body .navbar-collapse {
        background: rgba(255,255,255,.8);
    }
    body .navbar-toggle {
        margin-top: 18px;
    }
    body .sp25 {
        height: 20px;
    }
    body .no-padding.img-2 {
        position: relative;
    }
    body .sp26 {
        height: 350px;
    }
    body .sp4 {
        padding: 50px 30px 20px 30px;
    }
    body .btn-lg {
        width: 50%;
    }
    body #footer-option .footer-col h3 {
        text-shadow: 2px 1px 2px #444;
    }
    body {
        overflow-x: hidden;
    }
    body #masnory-container4.cbp img {
        height: 192px;
    }
    body #masnory-container4.cbp .cbp-item {
        height: auto;
    }
    body #masnory-container3 .cbp-item {
        height: 73px;
    }
    body .sp24 {
        display: none;
    }
    body .pd0-xs {
        padding:0;
    }
    body .sp3 {
        text-align: right;
        font-size: 12px;
        float: right;
        padding-right: 0px;
    }
    body .tb1 i {
        display: none;
    }
    body .table-responsive {
        margin-bottom: 0;
    }
    body .flex-control-thumbs li {
        height: 58px;
    }
    body .center-heading {
        text-align: center;
        margin-bottom: 0;
    }
    body .dlbtn {
        display: block;
        position: relative;
        right: 0;
        top: 12px;
        width: 100%;
        text-align: center;
        padding: 6px;
        border: 1px solid #ddd;
        margin-bottom: 20px;
    }
    body .review-cart-block {
        padding: 0 15px;
    }
    body .shop .sky-form .select select {
        height: initial;
        width: 65px;
    }
    body .sky-form-columns .btn-lg {
        padding: 14px 0 13px 0 !important;
        margin-bottom: 20px;
    }
    body .sky-form .textarea .icon-append+textarea {
        padding-right: 0px;
        padding-bottom: 20px
    }
    body .sky-form .button {
        float: left;
        height: 39px;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 12px;
        overflow: hidden;
        margin: 10px 3px 0 3px;
        padding: initial;
        width: 48%;
    }
    body .sky-form footer {
        display: block;
        padding: 15px 10px 25px;
        border-top: 1px solid rgba(0,0,0,.1);
        background: rgba(248,248,248,.9);
    }
    body .sky-form .button.sp28 {
        width: 97%;
    }
    body .center-heading h2 {
        margin-bottom: 0;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #333;
        font-size: 22px;
    }
    body .is-sticky .navbar-brand img {
        width: 103px;
        height: auto;
        margin-top: -14px;
    }
    body #masnory-container3 .cbp-item .t1 {
        font-family: 'Hammersmith One', sans-serif;
        font-size: 22px;
    }
    body .tb1 td:nth-child(odd) {
        background: #f4f4f4;
        letter-spacing: 1px;
        min-width: 20%;
        max-width: 21%;
        width: 21%;
        vertical-align: middle;
    }
    body .work-desc h3 {
        margin: 0;
        padding: 0;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }
    body .work-desc {
        padding: 10px 0;
    }
}/*123pad*/
@media (min-width: 769px) and (max-width: 1034px) {

}/*12310*/
@media (min-width: 1035px) and (max-width: 1291px) {

}/*12312*/
@media (min-width: 1292px) and (max-width: 1377px) {

}/*12313*/
@media (min-width: 1378px) and (max-width: 1451px) {

}/*12314*/
@media (min-width: 1452px) and (max-width: 1691px) {

}/*12316*/
@media screen and (max-width: 320px){
    body #masnory-container4.cbp img {
        height: 192px;
    }
}/*123i5*/
@media (min-width: 321px) and (max-width: 375px) {
    body #masnory-container4.cbp img {
        height: 226px;
    }
}/*123i6*/
@media (min-width: 376px) and (max-width: 414px) {
    body #masnory-container4.cbp img {
        height: 255px;
    }
}/*123i6s*/

.is-sticky .navbar-brand img {
    width: 138px;
    height: auto;
    margin-top: -12px;
}

footer .logo img {
    max-width: 100%;
    margin: 64px auto 0 auto;
}

.sp2 {
    width: 49%;
    display: inline-block;
}

footer a {
    color: #444;
    transition: cover .20s ease-in-out;
    -o-transition: cover .20s ease-in-out;
    -moz-transition: cover .20s ease-in-out;
    -webkit-transition: cover .20s ease-in-out;
    font-family: 'Hammersmith One', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
}

footer a:hover {
    color: #000;
}

footer i {
    color: #555;
}

.sp1 div {
    font-family: 'Hammersmith One', sans-serif !important;
    letter-spacing: 6px;
}

.sp4 {
    padding: 60px;
}

#masnory-container3 .cbp-item {
    height: initial;
}

#masnory-container3 .cbp-item .t1 {
    font-family: 'Hammersmith One', sans-serif;
    font-size: 24px;
    word-break: break-all;
}

.cbp img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 180px;
    margin: 0 auto;
}

#masnory-container4.cbp .cbp-item {
    height: 372px;
}

#masnory-container4.cbp img {
    display: block;
    width: auto;
    height: 372px;
    max-width: 100%;
    max-height: 372px;
    margin: 0 auto;
}

#masnory-container3 .cbp-item a:hover {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e8e8e+0,cecece+100 */
    background: #8e8e8e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8e8e8e 0%, #cecece 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8e8e8e 0%, #cecece 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8e8e8e 0%, #cecece 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#cecece', GradientType=0);
    /* IE6-9 */
}

#masnory-container3 .cbp-item a {
    border-radius: 6px;
    border: 1px solid #eee;
    padding: 8px 10px;
}

.sp3 {
    text-align: right;
    font-size: 16px;
    float: right;
    padding-right: 20px;
}

.sp5 {
    text-align: left;
    width: 100%;
    color: #555;
    font-size: 16px;
    position: relative;
    float: left;
    padding-left: 20px;
}

.sp8 .col-sm-3 {
    vertical-align: middle;
    text-align: right;
    position: relative;
}

.sp6 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.tb1 i {
    color: #fff;
    float: left;
    margin-left: 20px;
}

.tb1 td:nth-child(odd) {
    background: #f4f4f4;
    letter-spacing: 1px;
    width: 35%;
    vertical-align: middle;
}

.tb1 {
    margin-bottom: 0;
    border-top: none;
}

.nav-tabs a:hover {
    color: #000;
}

.tab-content img {
    max-width: 100%;
}

.sp8 h4.sp7 {
    font-size: 17px;
    padding: 7px;
    font-weight: normal;
}

.sp8 {
    border-bottom: 2px solid #e2e2e2;
    margin-bottom: 40px;
}

#w-carousel .owl-wrapper {
    width: 240px !important;
}

.table>tbody>tr>td.sp9 {
    padding: 0;
}
.sp10 {
  padding-right: 0;
}
.beback {
        /* display: inline-block; */
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.beback:hover {
    color: #fff;
    text-shadow: 0 2px 1px rgba(0, 0, 0, .25);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5b6b6+0,ededed+100 */
    background: #b5b6b6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b5b6b6 0%, #ededed 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b5b6b6 0%, #ededed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b5b6b6 0%, #ededed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b5b6b6', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
}
.dlbtn {
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
}
.sp24.beback {
    position: absolute;
    right: 25px;
    top: 15px;
    padding: 8px 16px;
    letter-spacing: 1px;
}
.sp24 i {
    margin-right: 5px;
}
.table-hover>tbody>tr:hover {
    background-color: transparent;
}
.sp26 {
    height: 538px;
}
.sp27.sp2 {
    display: inline-block;
    position: absolute;
}
.sp29 {
    height: 350px;
}
.navbar-nav>li.sp36 {
    padding: 5px 15px;
    display: none;
}
.sp8 h3 {
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 15px;
    word-break: break-word;
    display: block;
    width: 80%;
}



/* 2023-04-17 新增skype icon */
.skype-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.skype-icon i{
    font-size: 14px;
    margin:0 1rem 0 0;
}